public class TagData extends AnnotatedData implements RegisteredData, SubtypableData
Modifier and Type | Field and Description |
---|---|
private Date |
entryDate |
private ItemSubtypeData |
subtype |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
TagData() |
Modifier and Type | Method and Description |
---|---|
Date |
getEntryDate()
Get the date this item was added to the database.
|
ItemSubtypeData |
getItemSubtype()
Get the subtype of the item.
|
void |
setEntryDate(Date entryDate) |
void |
setItemSubtype(ItemSubtypeData subtype)
Set the subtype of the item.
|
getAnnotations, getAnnotationSet, setAnnotations, setAnnotationSet
getDescription, getName, getRemovedBy, setDescription, setName, setRemovedBy
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
private Date entryDate
private ItemSubtypeData subtype
public Date getEntryDate()
RegisteredData
getEntryDate
in interface RegisteredData
public void setEntryDate(Date entryDate)
public ItemSubtypeData getItemSubtype()
SubtypableData
getItemSubtype
in interface SubtypableData
public void setItemSubtype(ItemSubtypeData subtype)
SubtypableData
setItemSubtype
in interface SubtypableData