ITag
public interface ITag
The interface for tags of all kinds.
Methods
Method | Description |
---|---|
getCreationTime() | Gets the creation time. |
setCreationTime(Date value) | Sets the creation time. |
getCompletedTime() | Gets the completed time. |
getStatus() | Gets the status. |
getIcon() | Gets the icon. |
getLabel() | Gets the label text. |
getCreationTime()
public abstract Date getCreationTime()
Gets the creation time.
Value: The java.util.Date.
Returns: java.util.Date
setCreationTime(Date value)
public abstract void setCreationTime(Date value)
Sets the creation time.
Value: The java.util.Date.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getCompletedTime()
public abstract Date getCompletedTime()
Gets the completed time.
Value: The Nullable{DateTime} .
Returns: java.util.Date
getStatus()
public abstract int getStatus()
Gets the status.
Value: The TagStatus.
Returns: int
getIcon()
public abstract int getIcon()
Gets the icon.
Value: The TagIcon.
Returns: int
getLabel()
public abstract String getLabel()
Gets the label text.
Returns: java.lang.String