|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.straform.model.CreateDataModel
jp.co.intra_mart.foundation.straform.model.RecordDataModel
jp.co.intra_mart.foundation.straform.model.authority.AuthorityInfoModel
public class AuthorityInfoModel
一覧表示権限情報オブジェクト。
一覧表示権限情報を保持する共通クラスです。
コンストラクタの概要 | |
---|---|
AuthorityInfoModel()
|
メソッドの概要 | |
---|---|
DocumentAuthorityType |
getAuthorityType()
権限種別を返却します。 |
java.lang.String |
getDocumentId()
ドキュメントIDを返却します。 |
TargetRangeType |
getRangeType()
対象範囲を返却します。 |
void |
setAuthorityType(DocumentAuthorityType authType)
権限種別を設定します。 |
void |
setDocumentId(java.lang.String documentId)
ドキュメントIDを設定します。 |
void |
setRangeType(TargetRangeType rangeType)
対象範囲を設定します。 |
クラス jp.co.intra_mart.foundation.straform.model.RecordDataModel から継承されたメソッド |
---|
getRecordDate, getRecordUserCd, setRecordDate, setRecordUserCd |
クラス jp.co.intra_mart.foundation.straform.model.CreateDataModel から継承されたメソッド |
---|
getCreateDate, getCreateUserCd, setCreateDate, setCreateUserCd |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AuthorityInfoModel()
メソッドの詳細 |
---|
public java.lang.String getDocumentId()
public void setDocumentId(java.lang.String documentId)
documentId
- ドキュメントIDpublic TargetRangeType getRangeType()
public void setRangeType(TargetRangeType rangeType)
rangeType
- 対象範囲public DocumentAuthorityType getAuthorityType()
public void setAuthorityType(DocumentAuthorityType authType)
authType
- 権限種別
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |