<< Click to Display Table of Contents >>
IOZCategoryInfo
카테고리 정보를 제공하는 인터페이스입니다.
Method Detail
getCategoryID
public String getCategoryID()
현재 카테고리의 ID를 가져옵니다.
getCategoryName
public String getCategoryName()
현재 카테고리의 이름을 가져옵니다.
getParentCategoryID
public String getParentCategoryID()
현재 카테고리의 상위 카테고리 ID를 가져옵니다.
getParentCategoryName
public String getParentCategoryName()
현재 카테고리의 상위 카테고리 이름을 가져옵니다.
getComment
public String getComment()
현재 카테고리의 주석문을 가져옵니다.
getDesc
public String getDesc()
현재 카테고리의 설명을 가져옵니다.
getUpdateTime
public long getUpdateTime()
현재 카테고리를 갱신한 시간 정보를 가져옵니다.
getCreateUserID
public String getCreateUserID()
현재 카테고리를 생성한 사용자 ID를 가져옵니다.
getCreateUserName
public String getCreateUserName()
현재 카테고리를 생성한 사용자 이름을 가져옵니다.
getPerm
public int getPerm()
현재 카테고리의 권한 정보를 가져옵니다.