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
ConstructorsModifierConstructorDescriptionprotectedOrderTransfer(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.voidsetAllowBackorders(Boolean allowBackorders) Sets the allowBackorders.voidsetAllowCombiningShipments(Boolean allowCombiningShipments) Sets the allowCombiningShipments.voidsetAllowSubstitutions(Boolean allowSubstitutions) Sets the allowSubstitutions.voidsetCancellationPolicy(CancellationPolicyTransfer cancellationPolicy) Sets the cancellationPolicy.voidsetCurrency(CurrencyTransfer currency) Sets the currency.voidsetDescription(String description) Sets the description.voidsetHoldUntilComplete(Boolean holdUntilComplete) Sets the holdUntilComplete.voidsetOrderName(String orderName) Sets the orderName.voidsetOrderPriority(OrderPriorityTransfer orderPriority) Sets the orderPriority.voidsetOrderRoles(MapWrapper<OrderRoleTransfer> orderRoles) Sets the orderRoles.voidsetOrderTimes(MapWrapper<OrderTimeTransfer> orderTimes) Sets the orderTimes.voidsetOrderType(OrderTypeTransfer orderType) Sets the orderType.voidsetReference(String reference) Sets the reference.voidsetReturnPolicy(ReturnPolicyTransfer returnPolicy) Sets the returnPolicy.voidsetTaxable(Boolean taxable) Sets the taxable.voidsetTerm(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
-