Class TypeD
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.shared.TypeD
-
- All Implemented Interfaces:
Serializable,org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
public class TypeD extends Object implements org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LongCALCULATED_QUESTIONstatic LongIMAGEMAP_QUESTION-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
AUDIO_RECORDING, DEFAULT_SECTION, DOMAIN_ASSESSMENT_ITEM, ESSAY_QUESTION, EXTENDED_MATCHING_ITEMS, FILE_UPLOAD, FILL_IN_BLANK, FILL_IN_NUMERIC, FINAL, HOMEWORK, MATCHING, MATRIX_CHOICES_SURVEY, MIDTERM, MULTIPLE_CHOICE, MULTIPLE_CHOICE_SURVEY, MULTIPLE_CORRECT, MULTIPLE_CORRECT_SINGLE_SELECTION, QUIZ, SITE_AUTHORITY, TEMPLATE_FINAL, TEMPLATE_HOMEWORK, TEMPLATE_MIDTERM, TEMPLATE_QUIZ, TEMPLATE_SYSTEM_DEFINED, TRUE_FALSE
-
-
Constructor Summary
Constructors Constructor Description TypeD()TypeD(String authority, String domain, String keyword)TypeD(String authority, String domain, String keyword, String description)TypeD(String authority, String domain, String keyword, String description, int status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthority()StringgetCreatedBy()Return the createdBy for this ItemType.DategetCreatedDate()Return the createdDate for this ItemType.StringgetDescription()StringgetDomain()StringgetKeyword()Return the Name for this ItemType.StringgetLastModifiedBy()Return the lastModifiedBy for this ItemType.DategetLastModifiedDate()Return the lastModifiedDate for this ItemType.intgetStatus()Return the status for this ItemType.LonggetTypeId()Return the itemTypeId from ItemTypevoidsetAuthority(String authority)voidsetCreatedBy(String createdBy)Set the createdBy for this ItemType.voidsetCreatedDate(Date createdDate)Set the createdDate for this ItemType.voidsetDescription(String description)voidsetDomain(String domain)voidsetKeyword(String keyword)Set the Name for this ItemType.voidsetLastModifiedBy(String lastModifiedBy)Set the lastModifiedBy for this ItemType.voidsetLastModifiedDate(Date lastModifiedDate)Set the lastModifiedDate for this ItemType.voidsetStatus(int status)Set the status for this ItemType.voidsetTypeId(Long typeId)Set the itemTypeID for this ItemType.
-
-
-
Method Detail
-
getTypeId
public Long getTypeId()
Return the itemTypeId from ItemType- Specified by:
getTypeIdin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setTypeId
public void setTypeId(Long typeId)
Set the itemTypeID for this ItemType.- Specified by:
setTypeIdin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getAuthority
public String getAuthority()
- Specified by:
getAuthorityin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setAuthority
public void setAuthority(String authority)
- Specified by:
setAuthorityin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getDomain
public String getDomain()
- Specified by:
getDomainin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setDomain
public void setDomain(String domain)
- Specified by:
setDomainin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getKeyword
public String getKeyword()
Return the Name for this ItemType.- Specified by:
getKeywordin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setKeyword
public void setKeyword(String keyword)
Set the Name for this ItemType.- Specified by:
setKeywordin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getStatus
public int getStatus()
Return the status for this ItemType.- Specified by:
getStatusin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setStatus
public void setStatus(int status)
Set the status for this ItemType.- Specified by:
setStatusin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getCreatedBy
public String getCreatedBy()
Return the createdBy for this ItemType.- Specified by:
getCreatedByin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setCreatedBy
public void setCreatedBy(String createdBy)
Set the createdBy for this ItemType.- Specified by:
setCreatedByin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getCreatedDate
public Date getCreatedDate()
Return the createdDate for this ItemType.- Specified by:
getCreatedDatein interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setCreatedDate
public void setCreatedDate(Date createdDate)
Set the createdDate for this ItemType.- Specified by:
setCreatedDatein interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getLastModifiedBy
public String getLastModifiedBy()
Return the lastModifiedBy for this ItemType.- Specified by:
getLastModifiedByin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
Set the lastModifiedBy for this ItemType.- Specified by:
setLastModifiedByin interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
getLastModifiedDate
public Date getLastModifiedDate()
Return the lastModifiedDate for this ItemType.- Specified by:
getLastModifiedDatein interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
Set the lastModifiedDate for this ItemType.- Specified by:
setLastModifiedDatein interfaceorg.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
-
-