public class TypeFacade extends Object implements Serializable, TypeIfc
TypeIfc.TypeId| Modifier and Type | Field and Description |
|---|---|
static Long |
AUDIO_RECORDING |
static Long |
DEFAULT_SECTION |
static Long |
ESSAY_QUESTION |
static Long |
FILE_UPLOAD |
static Long |
FILL_IN_BLANK |
static Long |
FILL_IN_NUMERIC |
static Long |
FINAL |
static Long |
HOMEWORK |
static Long |
IMAGEMAP_QUESTION |
static Long |
MATCHING |
static Long |
MIDTERM |
static Long |
MULTIPLE_CHOICE |
static Long |
MULTIPLE_CHOICE_SURVEY |
static Long |
MULTIPLE_CORRECT |
static Long |
MULTIPLE_CORRECT_SINGLE_SELECTION |
static Long |
QUIZ |
static Long |
TEMPLATE_FINAL |
static Long |
TEMPLATE_HOMEWORK |
static Long |
TEMPLATE_MIDTERM |
static Long |
TEMPLATE_QUIZ |
static Long |
TRUE_FALSE |
CALCULATED_QUESTION, DOMAIN_ASSESSMENT_ITEM, EXTENDED_MATCHING_ITEMS, MATRIX_CHOICES_SURVEY, SITE_AUTHORITY, TEMPLATE_SYSTEM_DEFINED| 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 static final Long MULTIPLE_CHOICE
public static final Long MULTIPLE_CORRECT
public static final Long MULTIPLE_CHOICE_SURVEY
public static final Long TRUE_FALSE
public static final Long ESSAY_QUESTION
public static final Long FILE_UPLOAD
public static final Long AUDIO_RECORDING
public static final Long FILL_IN_BLANK
public static final Long FILL_IN_NUMERIC
public static final Long MATCHING
public static final Long MULTIPLE_CORRECT_SINGLE_SELECTION
public static final Long IMAGEMAP_QUESTION
public static final Long DEFAULT_SECTION
public static final Long TEMPLATE_QUIZ
public static final Long TEMPLATE_HOMEWORK
public static final Long TEMPLATE_MIDTERM
public static final Long TEMPLATE_FINAL
public static final Long QUIZ
public static final Long HOMEWORK
public static final Long MIDTERM
public static final Long FINAL
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 © 2003–2020 Sakai Project. All rights reserved.