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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCachedSearchPK(CachedSearchPK cachedSearchPK) voidsetIsConsistent(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:
getBaseFactoryInstancein classBaseValue<CachedSearchStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CachedSearchStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CachedSearchStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CachedSearchStatusPK>
-
getCachedSearchPK
-
setCachedSearchPK
- Throws:
PersistenceNotNullException
-
getCachedSearchPKHasBeenModified
-
getIsConsistent
-
setIsConsistent
- Throws:
PersistenceNotNullException
-
getIsConsistentHasBeenModified
-