Class WishlistPriorityTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.wishlist.common.transfer.WishlistPriorityTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWishlistPriorityTransfer
(WishlistTypeTransfer wishlistType, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of WishlistPriorityTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setWishlistPriorityName
(String wishlistPriorityName) void
setWishlistType
(WishlistTypeTransfer wishlistType) 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
-
WishlistPriorityTransfer
public WishlistPriorityTransfer(WishlistTypeTransfer wishlistType, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of WishlistPriorityTransfer
-
-
Method Details
-
getWishlistType
-
setWishlistType
-
getWishlistPriorityName
-
setWishlistPriorityName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-