ITag

public interface ITag

The interface for tags of all kinds.

Methods

MethodDescription
getCompletedTime()पूरा होने का समय प्राप्त करता है।
getCreationTime()Gets the creation time.
getIcon()आइकन प्राप्त करता है।
getLabel()लेबल टेक्स्ट प्राप्त करता है.
getStatus()स्थिति प्राप्त करता है।
setCreationTime(Date value)Sets the creation time.

getCompletedTime()

public abstract Date getCompletedTime()

पूरा होने का समय प्राप्त करता है।

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()

आइकन प्राप्त करता है।

Value: The TagIcon.

Returns: int

getLabel()

public abstract String getLabel()

लेबल टेक्स्ट प्राप्त करता है.

Returns: java.lang.String

getStatus()

public abstract int getStatus()

स्थिति प्राप्त करता है।

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