クラス AccessToken
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsAccessToken
org.codelibs.fess.es.config.exentity.AccessToken
- すべての実装されたインタフェース:
java.io.Serializable
,java.lang.Cloneable
,org.dbflute.Entity
public class AccessToken extends BsAccessToken
- 作成者:
- ESFlute (using FreeGen)
- 関連項目:
- 直列化された形式
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
フィールドの概要
クラスから継承されたフィールド org.codelibs.fess.es.config.bsentity.BsAccessToken
createdBy, createdTime, expiredTime, name, parameterName, permissions, suppressUnusedImportLocalDateTime, token, updatedBy, updatedTime
クラスから継承されたフィールド org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 AccessToken()
-
メソッドの概要
修飾子とタイプ メソッド 説明 java.util.Date
getExpires()
java.lang.String
getId()
java.lang.Long
getVersionNo()
void
setExpires(java.util.Date date)
void
setId(java.lang.String id)
void
setVersionNo(java.lang.Long version)
java.lang.String
toString()
クラスから継承されたメソッド org.codelibs.fess.es.config.bsentity.BsAccessToken
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getCreatedBy, getCreatedTime, getExpiredTime, getName, getParameterName, getPermissions, getToken, getUpdatedBy, getUpdatedTime, setCreatedBy, setCreatedTime, setExpiredTime, setName, setParameterName, setPermissions, setToken, setUpdatedBy, setUpdatedTime, toSource
クラスから継承されたメソッド org.codelibs.fess.es.config.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
-
コンストラクタの詳細
-
AccessToken
public AccessToken()
-
-
メソッドの詳細
-
getId
public java.lang.String getId() -
setId
public void setId(java.lang.String id) -
getVersionNo
public java.lang.Long getVersionNo() -
setVersionNo
public void setVersionNo(java.lang.Long version) -
getExpires
public java.util.Date getExpires() -
setExpires
public void setExpires(java.util.Date date) -
toString
public java.lang.String toString()- オーバーライド:
toString
クラス内EsAbstractEntity
-