|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.straform.model.authority.AuthorityInfoKey
jp.co.intra_mart.foundation.straform.model.authority.AuthRoleKey
public class AuthRoleKey
一覧表示権限ロール情報検索条件クラス。
一覧表示権限ロール情報の検索時に利用します。
コンストラクタの概要 | |
---|---|
AuthRoleKey()
|
メソッドの概要 | |
---|---|
void |
addSortAsc(AuthRoleColumn column)
並び替え条件(昇順)を追加します。 |
void |
addSortDesc(AuthRoleColumn column)
並び替え条件(降順)を追加します。 |
java.lang.String |
getRoleId()
ロールIDを取得します。 |
void |
setRoleId(java.lang.String roleId)
ロールIDを設定します。 |
クラス jp.co.intra_mart.foundation.straform.model.authority.AuthorityInfoKey から継承されたメソッド |
---|
getAuthType, getDocumentId, getRangeType, getSortList, setAuthType, setDocumentId, setRangeType |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AuthRoleKey()
メソッドの詳細 |
---|
public java.lang.String getRoleId()
public void setRoleId(java.lang.String roleId)
roleId
- ロールIDpublic void addSortAsc(AuthRoleColumn column)
column
- 並び替え条件public void addSortDesc(AuthRoleColumn column)
column
- 並び替え条件
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |