jp.co.intra_mart.foundation.straform.model.authority
クラス AuthRoleKey

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.straform.model.authority.AuthorityInfoKey
      上位を拡張 jp.co.intra_mart.foundation.straform.model.authority.AuthRoleKey

public class AuthRoleKey
extends AuthorityInfoKey

一覧表示権限ロール情報検索条件クラス。
一覧表示権限ロール情報の検索時に利用します。

導入されたバージョン:
7.2
作成者:
INTRAMART

コンストラクタの概要
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
 

コンストラクタの詳細

AuthRoleKey

public AuthRoleKey()
メソッドの詳細

getRoleId

public java.lang.String getRoleId()
ロールIDを取得します。

戻り値:
ロールID

setRoleId

public void setRoleId(java.lang.String roleId)
ロールIDを設定します。
ロールIDでの検索は完全一致で行います。

パラメータ:
roleId - ロールID

addSortAsc

public void addSortAsc(AuthRoleColumn column)
並び替え条件(昇順)を追加します。

パラメータ:
column - 並び替え条件

addSortDesc

public void addSortDesc(AuthRoleColumn column)
並び替え条件(降順)を追加します。

パラメータ:
column - 並び替え条件