Class CacheEntryTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.CacheEntryTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryTransfer(String cacheEntryKey, MimeTypeTransfer mimeType, String createdTime, Long unformattedCreatedTime, String validUntilTime, Long unformattedValidUntilTime, String clob, ByteArray blob) Creates a new instance of CacheEntryTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetBlob()Returns the blob.Returns the cacheEntryDependencies.Returns the cacheEntryKey.getClob()Returns the clob.Returns the createdTime.Returns the mimeType.Returns the unformattedCreatedTime.Returns the unformattedValidUntilTime.Returns the validUntilTime.voidSets the blob.voidsetCacheEntryDependencies(ListWrapper<CacheEntryDependencyTransfer> cacheEntryDependencies) Sets the cacheEntryDependencies.voidsetCacheEntryKey(String cacheEntryKey) Sets the cacheEntryKey.voidSets the clob.voidsetCreatedTime(String createdTime) Sets the createdTime.voidsetMimeType(MimeTypeTransfer mimeType) Sets the mimeType.voidsetUnformattedCreatedTime(Long unformattedCreatedTime) Sets the unformattedCreatedTime.voidsetUnformattedValidUntilTime(Long unformattedValidUntilTime) Sets the unformattedValidUntilTime.voidsetValidUntilTime(String validUntilTime) Sets the validUntilTime.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
CacheEntryTransfer
public CacheEntryTransfer(String cacheEntryKey, MimeTypeTransfer mimeType, String createdTime, Long unformattedCreatedTime, String validUntilTime, Long unformattedValidUntilTime, String clob, ByteArray blob) Creates a new instance of CacheEntryTransfer
-
-
Method Details
-
getCacheEntryKey
Returns the cacheEntryKey.- Returns:
- the cacheEntryKey
-
setCacheEntryKey
Sets the cacheEntryKey.- Parameters:
cacheEntryKey- the cacheEntryKey to set
-
getMimeType
Returns the mimeType.- Returns:
- the mimeType
-
setMimeType
Sets the mimeType.- Parameters:
mimeType- the mimeType to set
-
getCreatedTime
Returns the createdTime.- Returns:
- the createdTime
-
setCreatedTime
Sets the createdTime.- Parameters:
createdTime- the createdTime to set
-
getUnformattedCreatedTime
Returns the unformattedCreatedTime.- Returns:
- the unformattedCreatedTime
-
setUnformattedCreatedTime
Sets the unformattedCreatedTime.- Parameters:
unformattedCreatedTime- the unformattedCreatedTime to set
-
getValidUntilTime
Returns the validUntilTime.- Returns:
- the validUntilTime
-
setValidUntilTime
Sets the validUntilTime.- Parameters:
validUntilTime- the validUntilTime to set
-
getUnformattedValidUntilTime
Returns the unformattedValidUntilTime.- Returns:
- the unformattedValidUntilTime
-
setUnformattedValidUntilTime
Sets the unformattedValidUntilTime.- Parameters:
unformattedValidUntilTime- the unformattedValidUntilTime to set
-
getClob
Returns the clob.- Returns:
- the clob
-
setClob
Sets the clob.- Parameters:
clob- the clob to set
-
getBlob
Returns the blob.- Returns:
- the blob
-
setBlob
Sets the blob.- Parameters:
blob- the blob to set
-
getCacheEntryDependencies
Returns the cacheEntryDependencies.- Returns:
- the cacheEntryDependencies
-
setCacheEntryDependencies
public void setCacheEntryDependencies(ListWrapper<CacheEntryDependencyTransfer> cacheEntryDependencies) Sets the cacheEntryDependencies.- Parameters:
cacheEntryDependencies- the cacheEntryDependencies to set
-