ITag

public interface ITag

The interface for tags of all kinds.

Methods

MethodDescription
getCompletedTime()Gets the completed time.
getCreationTime()Gets the creation time.
getIcon()Gets the icon.
getLabel()Gets the label text.
getStatus()Gets the status.
setCreationTime(Date value)Sets the creation time.

getCompletedTime()

public abstract Date getCompletedTime()

Gets the completed time.

Value: The Nullable\{DateTime\}.

Returns: java.util.Date

getCreationTime()

public abstract Date getCreationTime()

Gets the creation time.

Value: The java.util.Date.

Returns: java.util.Date

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

getStatus()

public abstract int getStatus()

Gets the status.

Value: The TagStatus.

Returns: int

setCreationTime(Date value)

public abstract void setCreationTime(Date value)

Sets the creation time.

Value: The java.util.Date.

Parameters:

ParameterTypeDescription
valuejava.util.Date