Class Collab
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.Collab
POJO describing an HBP Collaboratory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the content field.intgetId()Get the ID of the collab.voidsetContent(String content) Set the content field.voidsetId(int id) Set the ID of the collab.
-
Constructor Details
-
Collab
public Collab()
-
-
Method Details
-
getContent
Get the content field.- Returns:
- The content
-
setContent
Set the content field.- Parameters:
content- The value to set.
-
getId
public int getId()Get the ID of the collab.- Returns:
- The collab ID
-
setId
public void setId(int id) Set the ID of the collab.- Parameters:
id- The collab ID
-