Class CacheEntryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CacheEntryPK>
com.echothree.model.data.core.server.value.CacheEntryValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryValue(CacheEntryPK cacheEntryPK, String cacheEntryKey, MimeTypePK mimeTypePK, Long createdTime, Long validUntilTime) Creates a new instance of CacheEntryValueCacheEntryValue(String cacheEntryKey, MimeTypePK mimeTypePK, Long createdTime, Long validUntilTime) Creates a new instance of CacheEntryValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCacheEntryKey(String cacheEntryKey) voidsetCreatedTime(Long createdTime) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetValidUntilTime(Long validUntilTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CacheEntryValue
public CacheEntryValue(CacheEntryPK cacheEntryPK, String cacheEntryKey, MimeTypePK mimeTypePK, Long createdTime, Long validUntilTime) throws PersistenceNotNullException Creates a new instance of CacheEntryValue- Throws:
PersistenceNotNullException
-
CacheEntryValue
public CacheEntryValue(String cacheEntryKey, MimeTypePK mimeTypePK, Long createdTime, Long validUntilTime) throws PersistenceNotNullException Creates a new instance of CacheEntryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CacheEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CacheEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CacheEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CacheEntryPK>
-
getCacheEntryKey
-
setCacheEntryKey
- Throws:
PersistenceNotNullException
-
getCacheEntryKeyHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
- Throws:
PersistenceNotNullException
-
getMimeTypePKHasBeenModified
-
getCreatedTime
-
setCreatedTime
- Throws:
PersistenceNotNullException
-
getCreatedTimeHasBeenModified
-
getValidUntilTime
-
setValidUntilTime
-
getValidUntilTimeHasBeenModified
-