<< Click to Display Table of Contents >>

IOZItemInfo

This interface provides item information.


Method Detail

isCheckOut

public boolean isCheckOut()

Gets whether the item is checked out.

isDeletable

public boolean isDeletable()

Gets whether the item is deleted.

getItemID

public String getItemID()

Gets the item ID of the item.

getItemName

public String getItemName()

Gets the item name of the item.

getCategoryID

public String getCategoryID()

Gets the ID of the category where the item belongs.

getCategoryName

public String getCategoryName()

Gets the name of the category where the item belongs.

getUpdateTime

public long getUpdateTime()

Gets the update time of the item.

getDesc

public String getDesc()

Gets the description of the item.

getComment

public String getComment()

Gets the comment of the item.

getCreateUserID

public String getCreateUserID()

Gets the user ID that created the item.

getCreateUserName

public String getCreateUserName()

Gets the user name that created the item.

getCheckOutUser

public String getCheckOutUser()

Gets the user name that checked out the item.

getCheckOutLocalPath

public String getCheckOutLocalPath()

Gets the folder name of the checked-out item.

getPerm

public int getPerm()

Gets the permission information of the item.