Class InventoryLocationGroupDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.InventoryLocationGroupDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationGroupDescriptionTransfer
(LanguageTransfer language, InventoryLocationGroupTransfer inventoryLocationGroup, String description) Creates a new instance of InventoryLocationGroupDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setInventoryLocationGroup
(InventoryLocationGroupTransfer inventoryLocationGroup) void
setLanguage
(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
-
InventoryLocationGroupDescriptionTransfer
public InventoryLocationGroupDescriptionTransfer(LanguageTransfer language, InventoryLocationGroupTransfer inventoryLocationGroup, String description) Creates a new instance of InventoryLocationGroupDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getInventoryLocationGroup
-
setInventoryLocationGroup
-
getDescription
-
setDescription
-