public interface ITag
The interface for tags of all kinds.
Modifier and Type | Method and Description |
---|---|
Date |
getCompletedTime()
Gets the completed time.
|
Date |
getCreationTime()
Gets the creation time.
|
int |
getIcon()
Gets the icon.
|
String |
getLabel()
Gets the label text.
|
int |
getStatus()
Gets the status.
|
void |
setCreationTime(Date value)
Sets the creation time.
|