Class UseResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.offer.common.transfer.UseResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUseResultTransfer
(String useName, UseTransfer use) Creates a new instance of UseResultTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetUse()
Returns the use.Returns the useName.void
setUse
(UseTransfer use) Sets the use.void
setUseName
(String useName) Sets the useName.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
-
UseResultTransfer
Creates a new instance of UseResultTransfer
-
-
Method Details
-
getUseName
Returns the useName.- Returns:
- the useName
-
setUseName
Sets the useName.- Parameters:
useName
- the useName to set
-
getUse
Returns the use.- Returns:
- the use
-
setUse
Sets the use.- Parameters:
use
- the use to set
-