public class TypeD extends Object implements TypeIfc
TypeIfc.TypeId| Modifier and Type | Field and Description |
|---|---|
static Long |
CALCULATED_QUESTION |
static Long |
IMAGEMAP_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 static final Long IMAGEMAP_QUESTION
public Long getTypeId()
public void setTypeId(Long typeId)
public String getAuthority()
getAuthority in interface TypeIfcpublic void setAuthority(String authority)
setAuthority in interface TypeIfcpublic String getKeyword()
getKeyword in interface TypeIfcpublic void setKeyword(String keyword)
setKeyword in interface TypeIfcpublic String getDescription()
getDescription in interface TypeIfcpublic void setDescription(String description)
setDescription in interface TypeIfcpublic int getStatus()
public void setStatus(int status)
public String getCreatedBy()
getCreatedBy in interface TypeIfcpublic void setCreatedBy(String createdBy)
setCreatedBy in interface TypeIfcpublic Date getCreatedDate()
getCreatedDate in interface TypeIfcpublic void setCreatedDate(Date createdDate)
setCreatedDate in interface TypeIfcpublic String getLastModifiedBy()
getLastModifiedBy in interface TypeIfcpublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface TypeIfcpublic Date getLastModifiedDate()
getLastModifiedDate in interface TypeIfcpublic void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface TypeIfcCopyright © 2005–2019 Sakai Project. All rights reserved.