ITag

public interface ITag

모든 종류의 태그에 대한 인터페이스입니다.

메서드

메서드설명
getCompletedTime()완료 시간을 가져옵니다.
getCreationTime()생성 시간을 가져옵니다.
getIcon()아이콘을 가져옵니다.
getLabel()레이블 텍스트를 가져옵니다.
getStatus()상태를 가져옵니다.
setCreationTime(Date value)생성 시간을 설정합니다.

getCompletedTime()

public abstract Date getCompletedTime()

완료 시간을 가져옵니다.

값: Nullable{DateTime}.

Returns: java.util.Date

getCreationTime()

public abstract Date getCreationTime()

생성 시간을 가져옵니다.

값: java.util.Date입니다.

Returns: java.util.Date

getIcon()

public abstract int getIcon()

아이콘을 가져옵니다.

값: TagIcon입니다.

Returns: int

getLabel()

public abstract String getLabel()

레이블 텍스트를 가져옵니다.

Returns: java.lang.String

getStatus()

public abstract int getStatus()

상태를 가져옵니다.

값: TagStatus입니다.

Returns: int

setCreationTime(Date value)

public abstract void setCreationTime(Date value)

생성 시간을 설정합니다.

값: java.util.Date입니다.

Parameters:

매개변수유형설명
java.util.Date