Class Collab
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.Collab
public class Collab extends Object
POJO describing an HBP Collaboratory.
-
Constructor Summary
Constructors Constructor Description Collab()
-
Method Summary
Modifier and Type Method Description String
getContent()
Get the content field.int
getId()
Get the ID of the collab.void
setContent(String content)
Set the content field.void
setId(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
-