Class OfferTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.offer.common.transfer.OfferTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfferTransfer
(String offerName, SequenceTransfer salesOrderSequence, DepartmentTransfer department, SelectorTransfer offerItemSelector, FilterTransfer offerItemPriceFilter, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of OfferTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the department.Returns the description.Returns the isDefault.Returns the offerCustomerTypes.Returns the offerItemPriceFilter.Returns the offerItemSelector.Returns the offerName.Returns the offerNameElements.Returns the salesOrderSequence.Returns the sortOrder.void
setDepartment
(DepartmentTransfer department) Sets the department.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setOfferCustomerTypes
(ListWrapper<OfferCustomerTypeTransfer> offerCustomerTypes) Sets the offerCustomerTypes.void
setOfferItemPriceFilter
(FilterTransfer offerItemPriceFilter) Sets the offerItemPriceFilter.void
setOfferItemSelector
(SelectorTransfer offerItemSelector) Sets the offerItemSelector.void
setOfferName
(String offerName) Sets the offerName.void
setOfferNameElements
(ListWrapper<OfferNameElementTransfer> offerNameElements) Sets the offerNameElements.void
setSalesOrderSequence
(SequenceTransfer salesOrderSequence) Sets the salesOrderSequence.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.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
-
OfferTransfer
public OfferTransfer(String offerName, SequenceTransfer salesOrderSequence, DepartmentTransfer department, SelectorTransfer offerItemSelector, FilterTransfer offerItemPriceFilter, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of OfferTransfer
-
-
Method Details
-
getOfferName
Returns the offerName.- Returns:
- the offerName
-
setOfferName
Sets the offerName.- Parameters:
offerName
- the offerName to set
-
getSalesOrderSequence
Returns the salesOrderSequence.- Returns:
- the salesOrderSequence
-
setSalesOrderSequence
Sets the salesOrderSequence.- Parameters:
salesOrderSequence
- the salesOrderSequence to set
-
getDepartment
Returns the department.- Returns:
- the department
-
setDepartment
Sets the department.- Parameters:
department
- the department to set
-
getOfferItemSelector
Returns the offerItemSelector.- Returns:
- the offerItemSelector
-
setOfferItemSelector
Sets the offerItemSelector.- Parameters:
offerItemSelector
- the offerItemSelector to set
-
getOfferItemPriceFilter
Returns the offerItemPriceFilter.- Returns:
- the offerItemPriceFilter
-
setOfferItemPriceFilter
Sets the offerItemPriceFilter.- Parameters:
offerItemPriceFilter
- the offerItemPriceFilter to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getOfferNameElements
Returns the offerNameElements.- Returns:
- the offerNameElements
-
setOfferNameElements
Sets the offerNameElements.- Parameters:
offerNameElements
- the offerNameElements to set
-
getOfferCustomerTypes
Returns the offerCustomerTypes.- Returns:
- the offerCustomerTypes
-
setOfferCustomerTypes
Sets the offerCustomerTypes.- Parameters:
offerCustomerTypes
- the offerCustomerTypes to set
-