public class TypeD extends Object implements org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfc
| Modifier and Type | Field and Description |
|---|---|
static Long |
CALCULATED_QUESTION |
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 and 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority() |
String |
getCreatedBy()
Return the createdBy for this ItemType.
|
Date |
getCreatedDate()
Return the createdDate for this ItemType.
|
String |
getDescription() |
String |
getDomain() |
String |
getKeyword()
Return the Name for this ItemType.
|
String |
getLastModifiedBy()
Return the lastModifiedBy for this ItemType.
|
Date |
getLastModifiedDate()
Return the lastModifiedDate for this ItemType.
|
int |
getStatus()
Return the status for this ItemType.
|
Long |
getTypeId()
Return the itemTypeId from ItemType
|
void |
setAuthority(String authority) |
void |
setCreatedBy(String createdBy)
Set the createdBy for this ItemType.
|
void |
setCreatedDate(Date createdDate)
Set the createdDate for this ItemType.
|
void |
setDescription(String description) |
void |
setDomain(String domain) |
void |
setKeyword(String keyword)
Set the Name for this ItemType.
|
void |
setLastModifiedBy(String lastModifiedBy)
Set the lastModifiedBy for this ItemType.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Set the lastModifiedDate for this ItemType.
|
void |
setStatus(int status)
Set the status for this ItemType.
|
void |
setTypeId(Long typeId)
Set the itemTypeID for this ItemType.
|
public static final Long CALCULATED_QUESTION
public Long getTypeId()
getTypeId in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setTypeId(Long typeId)
setTypeId in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic String getAuthority()
getAuthority in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setAuthority(String authority)
setAuthority in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic String getDomain()
getDomain in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setDomain(String domain)
setDomain in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic String getKeyword()
getKeyword in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setKeyword(String keyword)
setKeyword in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic String getDescription()
getDescription in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setDescription(String description)
setDescription in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic int getStatus()
getStatus in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setStatus(int status)
setStatus in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic String getCreatedBy()
getCreatedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setCreatedBy(String createdBy)
setCreatedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic Date getCreatedDate()
getCreatedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setCreatedDate(Date createdDate)
setCreatedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic String getLastModifiedBy()
getLastModifiedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic Date getLastModifiedDate()
getLastModifiedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcpublic void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface org.sakaiproject.tool.assessment.data.ifc.shared.TypeIfcCopyright © 2005-2014 Sakai Project. All Rights Reserved.