クラス CrawlingInfoParam
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsCrawlingInfoParam
org.codelibs.fess.es.config.exentity.CrawlingInfoParam
- すべての実装されたインタフェース:
java.io.Serializable
,java.lang.Cloneable
,org.dbflute.Entity
public class CrawlingInfoParam extends BsCrawlingInfoParam
- 作成者:
- ESFlute (using FreeGen)
- 関連項目:
- 直列化された形式
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
フィールドの概要
クラスから継承されたフィールド org.codelibs.fess.es.config.bsentity.BsCrawlingInfoParam
crawlingInfoId, createdTime, key, suppressUnusedImportLocalDateTime, value
クラスから継承されたフィールド org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 CrawlingInfoParam()
-
メソッドの概要
修飾子とタイプ メソッド 説明 org.dbflute.optional.OptionalEntity<CrawlingInfo>
getCrawlingInfo()
java.lang.String
getId()
java.lang.String
getKeyMsg()
java.lang.Long
getVersionNo()
void
setId(java.lang.String id)
void
setVersionNo(java.lang.Long version)
java.lang.String
toString()
クラスから継承されたメソッド org.codelibs.fess.es.config.bsentity.BsCrawlingInfoParam
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getCrawlingInfoId, getCreatedTime, getKey, getValue, setCrawlingInfoId, setCreatedTime, setKey, setValue, 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
-
コンストラクタの詳細
-
CrawlingInfoParam
public CrawlingInfoParam()
-
-
メソッドの詳細
-
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) -
getCrawlingInfo
-
getKeyMsg
public java.lang.String getKeyMsg() -
toString
public java.lang.String toString()- オーバーライド:
toString
クラス内EsAbstractEntity
-