Class OfferResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.offer.common.transfer.OfferResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfferResultTransfer
(String offerName, OfferTransfer offer) Creates a new instance of OfferResultTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetOffer()
Returns the offer.Returns the offerName.void
setOffer
(OfferTransfer offer) Sets the offer.void
setOfferName
(String offerName) Sets the offerName.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
-
OfferResultTransfer
Creates a new instance of OfferResultTransfer
-
-
Method Details
-
getOfferName
Returns the offerName.- Returns:
- the offerName
-
setOfferName
Sets the offerName.- Parameters:
offerName
- the offerName to set
-
getOffer
Returns the offer.- Returns:
- the offer
-
setOffer
Sets the offer.- Parameters:
offer
- the offer to set
-