Class CachedSearchIndexFieldValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CachedSearchIndexFieldPK>
com.echothree.model.data.search.server.value.CachedSearchIndexFieldValue
- All Implemented Interfaces:
Serializable,Cloneable
public class CachedSearchIndexFieldValue
extends BaseValue<CachedSearchIndexFieldPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCachedSearchIndexFieldValue(CachedSearchIndexFieldPK cachedSearchIndexFieldPK, CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchIndexFieldValueCachedSearchIndexFieldValue(CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchIndexFieldValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCachedSearchPK(CachedSearchPK cachedSearchPK) voidsetFromTime(Long fromTime) voidsetIndexFieldPK(IndexFieldPK indexFieldPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CachedSearchIndexFieldValue
public CachedSearchIndexFieldValue(CachedSearchIndexFieldPK cachedSearchIndexFieldPK, CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CachedSearchIndexFieldValue- Throws:
PersistenceNotNullException
-
CachedSearchIndexFieldValue
public CachedSearchIndexFieldValue(CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CachedSearchIndexFieldValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CachedSearchIndexFieldPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CachedSearchIndexFieldPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CachedSearchIndexFieldPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CachedSearchIndexFieldPK>
-
getCachedSearchPK
-
setCachedSearchPK
- Throws:
PersistenceNotNullException
-
getCachedSearchPKHasBeenModified
-
getIndexFieldPK
-
setIndexFieldPK
- Throws:
PersistenceNotNullException
-
getIndexFieldPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-