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 TypeMethodDescriptionvoidsetDescription(String description) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetWishlistPriorityName(String wishlistPriorityName) voidsetWishlistType(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
-