Class CacheEntryDependencyTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.CacheEntryDependencyTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryDependencyTransfer
(CacheEntryTransfer cacheEntry, EntityInstanceTransfer entityInstance) Creates a new instance of CacheEntryTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the cacheEntry.Returns the entityInstance.void
setCacheEntry
(CacheEntryTransfer cacheEntry) Sets the cacheEntry.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
CacheEntryDependencyTransfer
public CacheEntryDependencyTransfer(CacheEntryTransfer cacheEntry, EntityInstanceTransfer entityInstance) Creates a new instance of CacheEntryTransfer
-
-
Method Details
-
getCacheEntry
Returns the cacheEntry.- Returns:
- the cacheEntry
-
setCacheEntry
Sets the cacheEntry.- Parameters:
cacheEntry
- the cacheEntry to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstance to set
-