Class TypeD
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.shared.TypeD
-
- All Implemented Interfaces:
Serializable,TypeIfc
public class TypeD extends Object implements TypeIfc
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
TypeIfc.TypeId
-
-
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
-
setTypeId
public void setTypeId(Long typeId)
Set the itemTypeID for this ItemType.
-
getAuthority
public String getAuthority()
- Specified by:
getAuthorityin interfaceTypeIfc
-
setAuthority
public void setAuthority(String authority)
- Specified by:
setAuthorityin interfaceTypeIfc
-
getKeyword
public String getKeyword()
Return the Name for this ItemType.- Specified by:
getKeywordin interfaceTypeIfc
-
setKeyword
public void setKeyword(String keyword)
Set the Name for this ItemType.- Specified by:
setKeywordin interfaceTypeIfc
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceTypeIfc
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceTypeIfc
-
getStatus
public int getStatus()
Return the status for this ItemType.
-
setStatus
public void setStatus(int status)
Set the status for this ItemType.
-
getCreatedBy
public String getCreatedBy()
Return the createdBy for this ItemType.- Specified by:
getCreatedByin interfaceTypeIfc
-
setCreatedBy
public void setCreatedBy(String createdBy)
Set the createdBy for this ItemType.- Specified by:
setCreatedByin interfaceTypeIfc
-
getCreatedDate
public Date getCreatedDate()
Return the createdDate for this ItemType.- Specified by:
getCreatedDatein interfaceTypeIfc
-
setCreatedDate
public void setCreatedDate(Date createdDate)
Set the createdDate for this ItemType.- Specified by:
setCreatedDatein interfaceTypeIfc
-
getLastModifiedBy
public String getLastModifiedBy()
Return the lastModifiedBy for this ItemType.- Specified by:
getLastModifiedByin interfaceTypeIfc
-
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
Set the lastModifiedBy for this ItemType.- Specified by:
setLastModifiedByin interfaceTypeIfc
-
getLastModifiedDate
public Date getLastModifiedDate()
Return the lastModifiedDate for this ItemType.- Specified by:
getLastModifiedDatein interfaceTypeIfc
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
Set the lastModifiedDate for this ItemType.- Specified by:
setLastModifiedDatein interfaceTypeIfc
-
-