Class SubscriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.subscription.common.transfer.SubscriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionTransfer(String subscriptionName, SubscriptionTypeTransfer subscriptionType, PartyTransfer party, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime) Creates a new instance of SubscriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the endTime.getParty()Returns the party.Returns the startTime.Returns the subscriptionName.Returns the subscriptionType.Returns the unformattedEndTime.Returns the unformattedStartTime.voidsetEndTime(String endTime) Sets the endTime.voidsetParty(PartyTransfer party) Sets the party.voidsetStartTime(String startTime) Sets the startTime.voidsetSubscriptionName(String subscriptionName) Sets the subscriptionName.voidsetSubscriptionType(SubscriptionTypeTransfer subscriptionType) Sets the subscriptionType.voidsetUnformattedEndTime(Long unformattedEndTime) Sets the unformattedEndTime.voidsetUnformattedStartTime(Long unformattedStartTime) Sets the unformattedStartTime.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
-
SubscriptionTransfer
public SubscriptionTransfer(String subscriptionName, SubscriptionTypeTransfer subscriptionType, PartyTransfer party, Long unformattedStartTime, String startTime, Long unformattedEndTime, String endTime) Creates a new instance of SubscriptionTransfer
-
-
Method Details
-
getSubscriptionName
Returns the subscriptionName.- Returns:
- the subscriptionName
-
setSubscriptionName
Sets the subscriptionName.- Parameters:
subscriptionName- the subscriptionName to set
-
getSubscriptionType
Returns the subscriptionType.- Returns:
- the subscriptionType
-
setSubscriptionType
Sets the subscriptionType.- Parameters:
subscriptionType- the subscriptionType to set
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party- the party to set
-
getUnformattedStartTime
Returns the unformattedStartTime.- Returns:
- the unformattedStartTime
-
setUnformattedStartTime
Sets the unformattedStartTime.- Parameters:
unformattedStartTime- the unformattedStartTime to set
-
getStartTime
Returns the startTime.- Returns:
- the startTime
-
setStartTime
Sets the startTime.- Parameters:
startTime- the startTime to set
-
getUnformattedEndTime
Returns the unformattedEndTime.- Returns:
- the unformattedEndTime
-
setUnformattedEndTime
Sets the unformattedEndTime.- Parameters:
unformattedEndTime- the unformattedEndTime to set
-
getEndTime
Returns the endTime.- Returns:
- the endTime
-
setEndTime
Sets the endTime.- Parameters:
endTime- the endTime to set
-