Class ItemType
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.ItemType
-
public class ItemType extends Object
-
-
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()StringgetItemTypeId()Return the itemTypeId from ItemTypeStringgetKeyword()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.voidsetAuthority(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)voidsetItemTypeId(String itemTypeId)Set the itemTypeID for this ItemType.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.
-
-
-
Method Detail
-
getItemTypeId
public String getItemTypeId()
Return the itemTypeId from ItemType
-
setItemTypeId
public void setItemTypeId(String itemTypeId)
Set the itemTypeID for this ItemType.
-
getAuthority
public String getAuthority()
-
setAuthority
public void setAuthority(String authority)
-
getDomain
public String getDomain()
-
setDomain
public void setDomain(String domain)
-
getKeyword
public String getKeyword()
Return the Name for this ItemType.
-
setKeyword
public void setKeyword(String keyword)
Set the Name for this ItemType.
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
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.
-
setCreatedBy
public void setCreatedBy(String createdBy)
Set the createdBy for this ItemType.
-
getCreatedDate
public Date getCreatedDate()
Return the createdDate for this ItemType.
-
setCreatedDate
public void setCreatedDate(Date createdDate)
Set the createdDate for this ItemType.
-
getLastModifiedBy
public String getLastModifiedBy()
Return the lastModifiedBy for this ItemType.
-
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
Set the lastModifiedBy for this ItemType.
-
getLastModifiedDate
public Date getLastModifiedDate()
Return the lastModifiedDate for this ItemType.
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
Set the lastModifiedDate for this ItemType.
-
-