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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCacheEntryPK(CacheEntryPK cacheEntryPK) voidsetEntityInstancePK(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:
getBaseFactoryInstancein classBaseValue<CacheEntryDependencyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CacheEntryDependencyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CacheEntryDependencyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CacheEntryDependencyPK>
-
getCacheEntryPK
-
setCacheEntryPK
- Throws:
PersistenceNotNullException
-
getCacheEntryPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-