| |
|
| java.lang.Object org.sakaiproject.metaobj.shared.model.IdentifiableObject org.theospi.portfolio.matrix.model.Cell
Constructor Summary | |
public | Cell() |
getAttachments | public Set getAttachments()(Code) | | gets the attachments from the wizard page
Returns Set of Attachments |
getCellForms | public Set getCellForms()(Code) | | Returns the cellForms. |
getId | public Id getId()(Code) | | Returns the id. |
getMatrix | public Matrix getMatrix()(Code) | | Returns the matrix. |
getStatus | public String getStatus()(Code) | | Returns the status. |
hashCode | public int hashCode()(Code) | | |
setAttachments | public void setAttachments(Set attachments)(Code) | | This sets the attachments in the contained wizard page
Parameters: attachments - A Set of Attachments to set. |
setCellForms | public void setCellForms(Set cellForms)(Code) | | Parameters: cellForms - The cellForms to set. |
setId | public void setId(Id id)(Code) | | Parameters: id - The id to set. |
setMatrix | public void setMatrix(Matrix matrix)(Code) | | Parameters: matrix - The matrix to set. |
setScaffoldingCell | public void setScaffoldingCell(ScaffoldingCell scaffoldingCell)(Code) | | Parameters: scaffoldingCell - The scaffoldingCell to set. |
setStatus | public void setStatus(String status)(Code) | | Parameters: status - The status to set. |
Fields inherited from org.sakaiproject.metaobj.shared.model.IdentifiableObject | final protected Log logger(Code)(Java Doc)
|
|
|
|