Class SalesOrderBatchResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.sales.common.transfer.SalesOrderBatchResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSalesOrderBatchResultTransfer(String batchName, SalesOrderBatchTransfer salesOrderBatch) Creates a new instance of SalesOrderBatchResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the batchName.Returns the salesOrderBatch.voidsetBatchName(String batchName) Sets the batchName.voidsetSalesOrderBatch(SalesOrderBatchTransfer salesOrderBatch) Sets the salesOrderBatch.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
-
SalesOrderBatchResultTransfer
Creates a new instance of SalesOrderBatchResultTransfer
-
-
Method Details
-
getBatchName
Returns the batchName.- Returns:
- the batchName
-
setBatchName
Sets the batchName.- Parameters:
batchName- the batchName to set
-
getSalesOrderBatch
Returns the salesOrderBatch.- Returns:
- the salesOrderBatch
-
setSalesOrderBatch
Sets the salesOrderBatch.- Parameters:
salesOrderBatch- the salesOrderBatch to set
-