public class TypeFacade extends Object implements Serializable, TypeIfc
TypeIfc.TypeIdAUDIO_RECORDING, CALCULATED_QUESTION, 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 |
|---|
TypeFacade() |
TypeFacade(String authority,
String domain,
String keyword) |
TypeFacade(String authority,
String domain,
String keyword,
String description) |
TypeFacade(String authority,
String domain,
String keyword,
String description,
int status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
TypeFacade(TypeIfc typeData) |
| 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 keyword 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() |
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 keyword 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) |
public TypeFacade()
public TypeFacade(String authority, String domain, String keyword, String description, int status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
public TypeFacade(TypeIfc typeData)
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-2014 Sakai Project. All Rights Reserved.