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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCacheEntryKey
(String cacheEntryKey) void
setCreatedTime
(Long createdTime) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setValidUntilTime
(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:
getBaseFactoryInstance
in classBaseValue<CacheEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CacheEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CacheEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CacheEntryPK>
-
getCacheEntryKey
-
setCacheEntryKey
- Throws:
PersistenceNotNullException
-
getCacheEntryKeyHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
- Throws:
PersistenceNotNullException
-
getMimeTypePKHasBeenModified
-
getCreatedTime
-
setCreatedTime
- Throws:
PersistenceNotNullException
-
getCreatedTimeHasBeenModified
-
getValidUntilTime
-
setValidUntilTime
-
getValidUntilTimeHasBeenModified
-