Class InventoryCostingMethodDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.inventory.common.transfer.InventoryCostingMethodDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryCostingMethodDescriptionTransfer(LanguageTransfer language, InventoryCostingMethodTransfer inventoryCostingMethod, String description) Creates a new instance of InventoryCostingMethodDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) voidsetLanguage(LanguageTransfer language) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliases, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliases, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
InventoryCostingMethodDescriptionTransfer
public InventoryCostingMethodDescriptionTransfer(LanguageTransfer language, InventoryCostingMethodTransfer inventoryCostingMethod, String description) Creates a new instance of InventoryCostingMethodDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getInventoryCostingMethod
-
setInventoryCostingMethod
-
getDescription
-
setDescription
-