| |
|
| java.lang.Object org.sakaiproject.metaobj.shared.model.IdentifiableObject org.theospi.portfolio.shared.model.ObjectWithWorkflow
All known Subclasses: org.theospi.portfolio.wizard.model.Wizard, org.theospi.portfolio.matrix.model.WizardPageDefinition,
getEvalWorkflows | public Set getEvalWorkflows()(Code) | | Returns the evalWorkflows. |
getEvaluationDevice | public Id getEvaluationDevice()(Code) | | Returns the evaluationDevice. |
getEvaluationDeviceType | public String getEvaluationDeviceType()(Code) | | Returns the evaluationDeviceType. |
getReflectionDevice | public Id getReflectionDevice()(Code) | | Returns the reflectionDevice. |
getReflectionDeviceType | public String getReflectionDeviceType()(Code) | | Returns the reflectionDeviceType. |
getReviewDevice | public Id getReviewDevice()(Code) | | Returns the reviewDevice. |
getReviewDeviceType | public String getReviewDeviceType()(Code) | | Returns the reviewDeviceType. |
setEvalWorkflows | public void setEvalWorkflows(Set evalWorkflows)(Code) | | Parameters: evalWorkflows - The evalWorkflows to set. |
setEvaluationDevice | public void setEvaluationDevice(Id evaluationDevice)(Code) | | Parameters: evaluationDevice - The evaluationDevice to set. |
setEvaluationDeviceType | public void setEvaluationDeviceType(String evaluationDeviceType)(Code) | | Parameters: evaluationDeviceType - The evaluationDeviceType to set. |
setReflectionDevice | public void setReflectionDevice(Id reflectionDevice)(Code) | | Parameters: reflectionDevice - The reflectionDevice to set. |
setReflectionDeviceType | public void setReflectionDeviceType(String reflectionDeviceType)(Code) | | Parameters: reflectionDeviceType - The reflectionDeviceType to set. |
setReviewDevice | public void setReviewDevice(Id reviewDevice)(Code) | | Parameters: reviewDevice - The reviewDevice to set. |
setReviewDeviceType | public void setReviewDeviceType(String reviewDeviceType)(Code) | | Parameters: reviewDeviceType - The reviewDeviceType to set. |
Fields inherited from org.sakaiproject.metaobj.shared.model.IdentifiableObject | final protected Log logger(Code)(Java Doc)
|
|
|
|