Class LocationDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.warehouse.common.transfer.LocationDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationDescriptionTransfer
(LanguageTransfer language, LocationTransfer location, String description) Creates a new instance of LocationDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setLocation
(LocationTransfer location) 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
-
LocationDescriptionTransfer
public LocationDescriptionTransfer(LanguageTransfer language, LocationTransfer location, String description) Creates a new instance of LocationDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getLocation
-
setLocation
-
getDescription
-
setDescription
-