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 SummaryConstructorsConstructorDescriptionSalesOrderBatchTransfer(BatchTypeTransfer batchType, String batchName, CurrencyTransfer currency, PaymentMethodTransfer paymentMethod, Long count, String amount, WorkflowEntityStatusTransfer batchStatus) Creates a new instance of SalesOrderBatchTransfer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the paymentMethod.voidsetPaymentMethod(PaymentMethodTransfer paymentMethod) Sets the paymentMethod.Methods inherited from class com.echothree.model.control.order.common.transfer.OrderBatchTransfergetAmount, getCount, getCurrency, setAmount, setCount, setCurrencyMethods inherited from class com.echothree.model.control.batch.common.transfer.GenericBatchTransfergetBatchAliases, getBatchEntities, getBatchName, getBatchStatus, getBatchType, setBatchAliases, setBatchEntities, setBatchName, setBatchStatus, setBatchTypeMethods inherited from class com.echothree.util.common.transfer.BaseTransferaddComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
- 
Constructor Details- 
SalesOrderBatchTransferpublic SalesOrderBatchTransfer(BatchTypeTransfer batchType, String batchName, CurrencyTransfer currency, PaymentMethodTransfer paymentMethod, Long count, String amount, WorkflowEntityStatusTransfer batchStatus) Creates a new instance of SalesOrderBatchTransfer
 
- 
- 
Method Details- 
getPaymentMethodReturns the paymentMethod.- Returns:
- the paymentMethod
 
- 
setPaymentMethodSets the paymentMethod.- Parameters:
- paymentMethod- the paymentMethod to set
 
 
-