クラス Role
java.lang.Object
org.codelibs.fess.es.user.allcommon.EsAbstractEntity
org.codelibs.fess.es.user.bsentity.BsRole
org.codelibs.fess.es.user.exentity.Role
- すべての実装されたインタフェース:
java.io.Serializable
,java.lang.Cloneable
,org.dbflute.Entity
public class Role extends BsRole
- 作成者:
- FreeGen
- 関連項目:
- 直列化された形式
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.codelibs.fess.es.user.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
フィールドの概要
クラスから継承されたフィールド org.codelibs.fess.es.user.bsentity.BsRole
name, suppressUnusedImportLocalDateTime
クラスから継承されたフィールド org.codelibs.fess.es.user.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Role()
-
メソッドの概要
修飾子とタイプ メソッド 説明 java.util.Map<java.lang.String,java.lang.String>
getAttributes()
java.lang.String
getId()
java.lang.Long
getVersionNo()
void
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
void
setId(java.lang.String id)
void
setVersionNo(java.lang.Long version)
java.util.Map<java.lang.String,java.lang.Object>
toSource()
java.lang.String
toString()
クラスから継承されたメソッド org.codelibs.fess.es.user.bsentity.BsRole
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getName, setName
クラスから継承されたメソッド org.codelibs.fess.es.user.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearMarkAsSelect, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toStringWithRelation
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
コンストラクタの詳細
-
Role
public Role()
-
-
メソッドの詳細
-
getVersionNo
public java.lang.Long getVersionNo() -
setVersionNo
public void setVersionNo(java.lang.Long version) -
getId
public java.lang.String getId() -
setId
public void setId(java.lang.String id) -
toString
public java.lang.String toString()- オーバーライド:
toString
クラス内EsAbstractEntity
-
getAttributes
public java.util.Map<java.lang.String,java.lang.String> getAttributes() -
setAttributes
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes) -
toSource
public java.util.Map<java.lang.String,java.lang.Object> toSource()
-