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.voidsetClub(ClubTransfer club) Sets the club.voidsetClubItemType(ClubItemTypeTransfer clubItemType) Sets the clubItemType.voidsetItem(ItemTransfer item) Sets the item.voidsetSubscriptionTime(String subscriptionTime) Sets the subscriptionTime.voidsetUnformattedSubscriptionTime(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
-