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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCachedSearchPK
(CachedSearchPK cachedSearchPK) void
setFromTime
(Long fromTime) void
setIndexFieldPK
(IndexFieldPK indexFieldPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<CachedSearchIndexFieldPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CachedSearchIndexFieldPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CachedSearchIndexFieldPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CachedSearchIndexFieldPK>
-
getCachedSearchPK
-
setCachedSearchPK
- Throws:
PersistenceNotNullException
-
getCachedSearchPKHasBeenModified
-
getIndexFieldPK
-
setIndexFieldPK
- Throws:
PersistenceNotNullException
-
getIndexFieldPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-