Class FreeOnBoardDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.shipment.common.transfer.FreeOnBoardDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFreeOnBoardDescriptionTransfer(LanguageTransfer language, FreeOnBoardTransfer freeOnBoard, String description) Creates a new instance of FreeOnBoardDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetFreeOnBoard(FreeOnBoardTransfer freeOnBoard) 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
-
FreeOnBoardDescriptionTransfer
public FreeOnBoardDescriptionTransfer(LanguageTransfer language, FreeOnBoardTransfer freeOnBoard, String description) Creates a new instance of FreeOnBoardDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getFreeOnBoard
-
setFreeOnBoard
-
getDescription
-
setDescription
-