Class FreeOnBoardTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.shipment.common.transfer.FreeOnBoardTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFreeOnBoardTransfer
(String freeOnBoardName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of FreeOnBoardTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setFreeOnBoardName
(String freeOnBoardName) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) 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
-
FreeOnBoardTransfer
public FreeOnBoardTransfer(String freeOnBoardName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of FreeOnBoardTransfer
-
-
Method Details
-
getFreeOnBoardName
-
setFreeOnBoardName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-