Class CachedSearchStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CachedSearchStatusPK>
com.echothree.model.data.search.server.value.CachedSearchStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CachedSearchStatusValue
extends BaseValue<CachedSearchStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCachedSearchStatusValue
(CachedSearchPK cachedSearchPK, Boolean isConsistent) Creates a new instance of CachedSearchStatusValueCachedSearchStatusValue
(CachedSearchStatusPK cachedSearchStatusPK, CachedSearchPK cachedSearchPK, Boolean isConsistent) Creates a new instance of CachedSearchStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCachedSearchPK
(CachedSearchPK cachedSearchPK) void
setIsConsistent
(Boolean isConsistent) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CachedSearchStatusValue
public CachedSearchStatusValue(CachedSearchStatusPK cachedSearchStatusPK, CachedSearchPK cachedSearchPK, Boolean isConsistent) throws PersistenceNotNullException Creates a new instance of CachedSearchStatusValue- Throws:
PersistenceNotNullException
-
CachedSearchStatusValue
public CachedSearchStatusValue(CachedSearchPK cachedSearchPK, Boolean isConsistent) throws PersistenceNotNullException Creates a new instance of CachedSearchStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CachedSearchStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CachedSearchStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CachedSearchStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CachedSearchStatusPK>
-
getCachedSearchPK
-
setCachedSearchPK
- Throws:
PersistenceNotNullException
-
getCachedSearchPKHasBeenModified
-
getIsConsistent
-
setIsConsistent
- Throws:
PersistenceNotNullException
-
getIsConsistentHasBeenModified
-