Class AllocationPriorityDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.AllocationPriorityDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAllocationPriorityDescriptionTransfer(LanguageTransfer language, AllocationPriorityTransfer allocationPriority, String description) Creates a new instance of AllocationPriorityDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllocationPriority(AllocationPriorityTransfer allocationPriority) voidsetDescription(String description) voidsetLanguage(LanguageTransfer language) 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
-
AllocationPriorityDescriptionTransfer
public AllocationPriorityDescriptionTransfer(LanguageTransfer language, AllocationPriorityTransfer allocationPriority, String description) Creates a new instance of AllocationPriorityDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getAllocationPriority
-
setAllocationPriority
-
getDescription
-
setDescription
-