Class OrderPriorityDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderPriorityDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderPriorityDescriptionTransfer
(LanguageTransfer language, OrderPriorityTransfer orderPriority, String description) Creates a new instance of OrderPriorityDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setOrderPriority
(OrderPriorityTransfer orderPriority) 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
-
OrderPriorityDescriptionTransfer
public OrderPriorityDescriptionTransfer(LanguageTransfer language, OrderPriorityTransfer orderPriority, String description) Creates a new instance of OrderPriorityDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getOrderPriority
-
setOrderPriority
-
getDescription
-
setDescription
-