| java.lang.Object org.theospi.portfolio.shared.model.EvaluationContentWrapper
All known Subclasses: org.theospi.portfolio.wizard.model.EvaluationContentWrapperForWizard, org.theospi.portfolio.matrix.model.EvaluationContentWrapperForMatrixCell, org.theospi.portfolio.wizard.model.EvaluationContentWrapperForWizardPage,
EvaluationContentWrapper | abstract public class EvaluationContentWrapper (Code) | | |
Inner Class :public class ParamBean | |
Constructor Summary | |
public | EvaluationContentWrapper() | public | EvaluationContentWrapper(Id id, String title, Agent owner, Date submittedDate, String siteId) | public | EvaluationContentWrapper(Id id, String title, Agent owner, Date submittedDate, String type, String siteType, String siteId) | public | EvaluationContentWrapper(Id id, String title, User owner, Date submittedDate) |
EvaluationContentWrapper | public EvaluationContentWrapper()(Code) | | |
EvaluationContentWrapper | public EvaluationContentWrapper(Id id, String title, User owner, Date submittedDate)(Code) | | |
getEvalType | public String getEvalType()(Code) | | Returns the evalType. |
getId | public Id getId()(Code) | | Returns the id. |
getOwner | public User getOwner()(Code) | | Returns the owner. |
getSiteTitle | public String getSiteTitle()(Code) | | the siteTitle |
getSubmittedDate | public Date getSubmittedDate()(Code) | | Returns the submittedDate. |
getUrlParams | public Set getUrlParams()(Code) | | returns the url parameters to be passed along
Set of ParamBean. |
setEvalType | public void setEvalType(String evalType)(Code) | | Parameters: evalType - The evalType to set. |
setId | public void setId(Id id)(Code) | | Parameters: id - The id to set. |
setOwner | public void setOwner(User owner)(Code) | | Parameters: owner - The owner to set. |
setSiteTitle | public void setSiteTitle(String siteTitle)(Code) | | Parameters: siteTitle - the siteTitle to set |
setSubmittedDate | public void setSubmittedDate(Date submittedDate)(Code) | | Parameters: submittedDate - The submittedDate to set. |
setTitle | public void setTitle(String title)(Code) | | Parameters: title - The title to set. |
setUrl | public void setUrl(String url)(Code) | | Parameters: url - The url to set. |
setUrlParams | public void setUrlParams(Set urlParams)(Code) | | Parameters: urlParams - The urlParams to set. |
|
|