Class OrderPaymentPreferenceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderPaymentPreferenceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderPaymentPreferenceTransfer
(Integer orderPaymentPreferenceSequence, PaymentMethodTransfer paymentMethod, PartyPaymentMethodTransfer partyPaymentMethod, Boolean wasPresent, Long unformattedMaximumAmount, String maximumAmount, Integer sortOrder) Creates a new instance of OrderPaymentPreferenceTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the maximumAmount.Returns the orderPaymentPreferenceSequence.Returns the partyPaymentMethod.Returns the paymentMethod.Returns the sortOrder.Returns the unformattedMaximumAmount.Returns the wasPresent.void
setMaximumAmount
(String maximumAmount) Sets the maximumAmount.void
setOrderPaymentPreferenceSequence
(Integer orderPaymentPreferenceSequence) Sets the orderPaymentPreferenceSequence.void
setPartyPaymentMethod
(PartyPaymentMethodTransfer partyPaymentMethod) Sets the partyPaymentMethod.void
setPaymentMethod
(PaymentMethodTransfer paymentMethod) Sets the paymentMethod.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setUnformattedMaximumAmount
(Long unformattedMaximumAmount) Sets the unformattedMaximumAmount.void
setWasPresent
(Boolean wasPresent) Sets the wasPresent.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
-
OrderPaymentPreferenceTransfer
public OrderPaymentPreferenceTransfer(Integer orderPaymentPreferenceSequence, PaymentMethodTransfer paymentMethod, PartyPaymentMethodTransfer partyPaymentMethod, Boolean wasPresent, Long unformattedMaximumAmount, String maximumAmount, Integer sortOrder) Creates a new instance of OrderPaymentPreferenceTransfer
-
-
Method Details
-
getOrderPaymentPreferenceSequence
Returns the orderPaymentPreferenceSequence.- Returns:
- the orderPaymentPreferenceSequence
-
setOrderPaymentPreferenceSequence
Sets the orderPaymentPreferenceSequence.- Parameters:
orderPaymentPreferenceSequence
- the orderPaymentPreferenceSequence to set
-
getPaymentMethod
Returns the paymentMethod.- Returns:
- the paymentMethod
-
setPaymentMethod
Sets the paymentMethod.- Parameters:
paymentMethod
- the paymentMethod to set
-
getPartyPaymentMethod
Returns the partyPaymentMethod.- Returns:
- the partyPaymentMethod
-
setPartyPaymentMethod
Sets the partyPaymentMethod.- Parameters:
partyPaymentMethod
- the partyPaymentMethod to set
-
getWasPresent
Returns the wasPresent.- Returns:
- the wasPresent
-
setWasPresent
Sets the wasPresent.- Parameters:
wasPresent
- the wasPresent to set
-
getUnformattedMaximumAmount
Returns the unformattedMaximumAmount.- Returns:
- the unformattedMaximumAmount
-
setUnformattedMaximumAmount
Sets the unformattedMaximumAmount.- Parameters:
unformattedMaximumAmount
- the unformattedMaximumAmount to set
-
getMaximumAmount
Returns the maximumAmount.- Returns:
- the maximumAmount
-
setMaximumAmount
Sets the maximumAmount.- Parameters:
maximumAmount
- the maximumAmount to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-