Class CacheEntryDependencyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CacheEntryDependencyPK>
com.echothree.model.data.core.server.value.CacheEntryDependencyValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CacheEntryDependencyValue
extends BaseValue<CacheEntryDependencyPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryDependencyValue
(CacheEntryDependencyPK cacheEntryDependencyPK, CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) Creates a new instance of CacheEntryDependencyValueCacheEntryDependencyValue
(CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) Creates a new instance of CacheEntryDependencyValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCacheEntryPK
(CacheEntryPK cacheEntryPK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CacheEntryDependencyValue
public CacheEntryDependencyValue(CacheEntryDependencyPK cacheEntryDependencyPK, CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) throws PersistenceNotNullException Creates a new instance of CacheEntryDependencyValue- Throws:
PersistenceNotNullException
-
CacheEntryDependencyValue
public CacheEntryDependencyValue(CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) throws PersistenceNotNullException Creates a new instance of CacheEntryDependencyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CacheEntryDependencyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CacheEntryDependencyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CacheEntryDependencyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CacheEntryDependencyPK>
-
getCacheEntryPK
-
setCacheEntryPK
- Throws:
PersistenceNotNullException
-
getCacheEntryPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-