Class SalesOrderBatchTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.batch.common.transfer.GenericBatchTransfer
com.echothree.model.control.order.common.transfer.OrderBatchTransfer
com.echothree.model.control.sales.common.transfer.SalesOrderBatchTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSalesOrderBatchTransfer
(BatchTypeTransfer batchType, String batchName, CurrencyTransfer currency, PaymentMethodTransfer paymentMethod, Long count, String amount, WorkflowEntityStatusTransfer batchStatus) Creates a new instance of SalesOrderBatchTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the paymentMethod.void
setPaymentMethod
(PaymentMethodTransfer paymentMethod) Sets the paymentMethod.Methods inherited from class com.echothree.model.control.order.common.transfer.OrderBatchTransfer
getAmount, getCount, getCurrency, setAmount, setCount, setCurrency
Methods inherited from class com.echothree.model.control.batch.common.transfer.GenericBatchTransfer
getBatchAliases, getBatchEntities, getBatchName, getBatchStatus, getBatchType, setBatchAliases, setBatchEntities, setBatchName, setBatchStatus, setBatchType
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
-
SalesOrderBatchTransfer
public SalesOrderBatchTransfer(BatchTypeTransfer batchType, String batchName, CurrencyTransfer currency, PaymentMethodTransfer paymentMethod, Long count, String amount, WorkflowEntityStatusTransfer batchStatus) Creates a new instance of SalesOrderBatchTransfer
-
-
Method Details
-
getPaymentMethod
Returns the paymentMethod.- Returns:
- the paymentMethod
-
setPaymentMethod
Sets the paymentMethod.- Parameters:
paymentMethod
- the paymentMethod to set
-