public class ItemType extends Object
| Constructor and Description |
|---|
ItemType() |
ItemType(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 |
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.
|
public String getItemTypeId()
public void setItemTypeId(String itemTypeId)
public String getAuthority()
public void setAuthority(String authority)
public String getDomain()
public void setDomain(String domain)
public String getKeyword()
public void setKeyword(String keyword)
public String getDescription()
public void setDescription(String description)
public int getStatus()
public void setStatus(int status)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
Copyright © 2005–2019 Sakai Project. All rights reserved.