Class SalesOrderResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.sales.common.transfer.SalesOrderResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSalesOrderResultTransfer(String orderName, WorkflowEntityStatusTransfer orderStatus) Creates a new instance of SalesOrderResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the orderName.Returns the orderStatus.voidsetOrderName(String orderName) Sets the orderName.voidsetOrderStatus(WorkflowEntityStatusTransfer orderStatus) Sets the orderStatus.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
-
SalesOrderResultTransfer
Creates a new instance of SalesOrderResultTransfer
-
-
Method Details
-
getOrderName
Returns the orderName.- Returns:
- the orderName
-
setOrderName
Sets the orderName.- Parameters:
orderName- the orderName to set
-
getOrderStatus
Returns the orderStatus.- Returns:
- the orderStatus
-
setOrderStatus
Sets the orderStatus.- Parameters:
orderStatus- the orderStatus to set
-