Class OrderTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderTransfer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WishlistTransfer
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
OrderTransfer
(OrderTypeTransfer orderType, String orderName, OrderPriorityTransfer orderPriority, CurrencyTransfer currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermTransfer term, String reference, String description, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, Boolean taxable) -
Method Summary
Modifier and TypeMethodDescriptionReturns the allowBackorders.Returns the allowCombiningShipments.Returns the allowSubstitutions.Returns the cancellationPolicy.Returns the currency.Returns the description.Returns the holdUntilComplete.Returns the orderName.Returns the orderPriority.Returns the orderRoles.Returns the orderTimes.Returns the orderType.Returns the reference.Returns the returnPolicy.Returns the taxable.getTerm()
Returns the term.void
setAllowBackorders
(Boolean allowBackorders) Sets the allowBackorders.void
setAllowCombiningShipments
(Boolean allowCombiningShipments) Sets the allowCombiningShipments.void
setAllowSubstitutions
(Boolean allowSubstitutions) Sets the allowSubstitutions.void
setCancellationPolicy
(CancellationPolicyTransfer cancellationPolicy) Sets the cancellationPolicy.void
setCurrency
(CurrencyTransfer currency) Sets the currency.void
setDescription
(String description) Sets the description.void
setHoldUntilComplete
(Boolean holdUntilComplete) Sets the holdUntilComplete.void
setOrderName
(String orderName) Sets the orderName.void
setOrderPriority
(OrderPriorityTransfer orderPriority) Sets the orderPriority.void
setOrderRoles
(MapWrapper<OrderRoleTransfer> orderRoles) Sets the orderRoles.void
setOrderTimes
(MapWrapper<OrderTimeTransfer> orderTimes) Sets the orderTimes.void
setOrderType
(OrderTypeTransfer orderType) Sets the orderType.void
setReference
(String reference) Sets the reference.void
setReturnPolicy
(ReturnPolicyTransfer returnPolicy) Sets the returnPolicy.void
setTaxable
(Boolean taxable) Sets the taxable.void
setTerm
(TermTransfer term) Sets the term.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
-
Field Details
-
orderName
-
-
Constructor Details
-
OrderTransfer
protected OrderTransfer(OrderTypeTransfer orderType, String orderName, OrderPriorityTransfer orderPriority, CurrencyTransfer currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermTransfer term, String reference, String description, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, Boolean taxable)
-
-
Method Details
-
getOrderType
Returns the orderType.- Returns:
- the orderType
-
setOrderType
Sets the orderType.- Parameters:
orderType
- the orderType to set
-
getOrderName
Returns the orderName.- Returns:
- the orderName
-
setOrderName
Sets the orderName.- Parameters:
orderName
- the orderName to set
-
getOrderPriority
Returns the orderPriority.- Returns:
- the orderPriority
-
setOrderPriority
Sets the orderPriority.- Parameters:
orderPriority
- the orderPriority to set
-
getCurrency
Returns the currency.- Returns:
- the currency
-
setCurrency
Sets the currency.- Parameters:
currency
- the currency to set
-
getHoldUntilComplete
Returns the holdUntilComplete.- Returns:
- the holdUntilComplete
-
setHoldUntilComplete
Sets the holdUntilComplete.- Parameters:
holdUntilComplete
- the holdUntilComplete to set
-
getAllowBackorders
Returns the allowBackorders.- Returns:
- the allowBackorders
-
setAllowBackorders
Sets the allowBackorders.- Parameters:
allowBackorders
- the allowBackorders to set
-
getAllowSubstitutions
Returns the allowSubstitutions.- Returns:
- the allowSubstitutions
-
setAllowSubstitutions
Sets the allowSubstitutions.- Parameters:
allowSubstitutions
- the allowSubstitutions to set
-
getAllowCombiningShipments
Returns the allowCombiningShipments.- Returns:
- the allowCombiningShipments
-
setAllowCombiningShipments
Sets the allowCombiningShipments.- Parameters:
allowCombiningShipments
- the allowCombiningShipments to set
-
getTerm
Returns the term.- Returns:
- the term
-
setTerm
Sets the term.- Parameters:
term
- the term to set
-
getReference
Returns the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference
- the reference to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getCancellationPolicy
Returns the cancellationPolicy.- Returns:
- the cancellationPolicy
-
setCancellationPolicy
Sets the cancellationPolicy.- Parameters:
cancellationPolicy
- the cancellationPolicy to set
-
getReturnPolicy
Returns the returnPolicy.- Returns:
- the returnPolicy
-
setReturnPolicy
Sets the returnPolicy.- Parameters:
returnPolicy
- the returnPolicy to set
-
getTaxable
Returns the taxable.- Returns:
- the taxable
-
setTaxable
Sets the taxable.- Parameters:
taxable
- the taxable to set
-
getOrderRoles
Returns the orderRoles.- Returns:
- the orderRoles
-
setOrderRoles
Sets the orderRoles.- Parameters:
orderRoles
- the orderRoles to set
-
getOrderTimes
Returns the orderTimes.- Returns:
- the orderTimes
-
setOrderTimes
Sets the orderTimes.- Parameters:
orderTimes
- the orderTimes to set
-