Class ClubItemTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.club.common.transfer.ClubItemTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClubItemTransfer
(ClubTransfer club, ClubItemTypeTransfer clubItemType, ItemTransfer item, Long unformattedSubscriptionTime, String subscriptionTime) Creates a new instance of ClubItemTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetClub()
Returns the club.Returns the clubItemType.getItem()
Returns the item.Returns the subscriptionTime.Returns the unformattedSubscriptionTime.void
setClub
(ClubTransfer club) Sets the club.void
setClubItemType
(ClubItemTypeTransfer clubItemType) Sets the clubItemType.void
setItem
(ItemTransfer item) Sets the item.void
setSubscriptionTime
(String subscriptionTime) Sets the subscriptionTime.void
setUnformattedSubscriptionTime
(Long unformattedSubscriptionTime) Sets the unformattedSubscriptionTime.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
-
ClubItemTransfer
public ClubItemTransfer(ClubTransfer club, ClubItemTypeTransfer clubItemType, ItemTransfer item, Long unformattedSubscriptionTime, String subscriptionTime) Creates a new instance of ClubItemTransfer
-
-
Method Details
-
getClub
Returns the club.- Returns:
- the club
-
setClub
Sets the club.- Parameters:
club
- the club to set
-
getClubItemType
Returns the clubItemType.- Returns:
- the clubItemType
-
setClubItemType
Sets the clubItemType.- Parameters:
clubItemType
- the clubItemType to set
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item
- the item to set
-
getUnformattedSubscriptionTime
Returns the unformattedSubscriptionTime.- Returns:
- the unformattedSubscriptionTime
-
setUnformattedSubscriptionTime
Sets the unformattedSubscriptionTime.- Parameters:
unformattedSubscriptionTime
- the unformattedSubscriptionTime to set
-
getSubscriptionTime
Returns the subscriptionTime.- Returns:
- the subscriptionTime
-
setSubscriptionTime
Sets the subscriptionTime.- Parameters:
subscriptionTime
- the subscriptionTime to set
-