<< Click to Display Table of Contents >>

IOZItemInfo


Method Detail

isCheckOut

public boolean isCheckOut()

該当アイテムがチェックアウトしているかを確認します。

isDeletable

public boolean isDeletable()

該当アイテムが削除されたかを確認します。

"isDestroys=false"と設定してアイテムを削除した場合、該当アイテムが削除されたか確認できます。

getItemID

public String getItemID()

該当アイテムのアイテムIDを取得します。

getItemName

public String getItemName()

該当アイテムのアイテム名を取得します。

getCategoryID

public String getCategoryID()

該当アイテムが属しているカテゴリーのカテゴリーIDを取得します。

getCategoryName

public String getCategoryName()

該当アイテムが属しているカテゴリーのカテゴリー名を取得します。

getUpdateTime

public long getUpdateTime()

該当アイテムを更新した時間情報を取得します。

getDesc

public String getDesc()

該当アイテムの説明内容を取得します。

getComment

public String getComment()

該当アイテムのコメント文を取得します。

getCreateUserID

public String getCreateUserID()

該当アイテムを生成したユーザーIDを取得します。

getCreateUserName

public String getCreateUserName()

該当アイテムを生成したユーザー名を取得します。

getCheckOutUser

public String getCheckOutUser()

該当アイテムをチェックアウトしたユーザー名を取得します。

getCheckOutLocalPath

public String getCheckOutLocalPath()

チェックアウトしたアイテムのフォルダ名を取得します。

getPerm

public int getPerm()

該当アイテムの権限情報を取得します。