Class OrderBatchTransfer
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SalesOrderBatchTransfer
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
OrderBatchTransfer
(BatchTypeTransfer batchType, String batchName, CurrencyTransfer currency, Long count, String amount, WorkflowEntityStatusTransfer batchStatus) -
Method Summary
Modifier and TypeMethodDescriptionReturns the amount.getCount()
Returns the count.Returns the currency.void
Sets the amount.void
Sets the count.void
setCurrency
(CurrencyTransfer currency) Sets the currency.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
-
OrderBatchTransfer
protected OrderBatchTransfer(BatchTypeTransfer batchType, String batchName, CurrencyTransfer currency, Long count, String amount, WorkflowEntityStatusTransfer batchStatus)
-
-
Method Details
-
getCurrency
Returns the currency.- Returns:
- the currency
-
setCurrency
Sets the currency.- Parameters:
currency
- the currency to set
-
getCount
Returns the count.- Returns:
- the count
-
setCount
Sets the count.- Parameters:
count
- the count to set
-
getAmount
Returns the amount.- Returns:
- the amount
-
setAmount
Sets the amount.- Parameters:
amount
- the amount to set
-