org.sakaiproject.tool.assessment.data.dao.assessment
Class ItemType

java.lang.Object
  extended by org.sakaiproject.tool.assessment.data.dao.assessment.ItemType

public class ItemType
extends Object


Constructor Summary
ItemType()
           
ItemType(String authority, String domain, String keyword, String description, int status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
           
 
Method Summary
 String getAuthority()
           
 String getCreatedBy()
          Return the createdBy for this ItemType.
 Date getCreatedDate()
          Return the createdDate for this ItemType.
 String getDescription()
           
 String getDomain()
           
 String getItemTypeId()
          Return the itemTypeId from ItemType
 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.
 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 setItemTypeId(String itemTypeId)
          Set the itemTypeID for this ItemType.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemType

public ItemType()

ItemType

public ItemType(String authority,
                String domain,
                String keyword,
                String description,
                int status,
                String createdBy,
                Date createdDate,
                String lastModifiedBy,
                Date lastModifiedDate)
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.



Copyright © 2005-2012 Sakai Project. All Rights Reserved.