Class UserVisitTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.user.common.transfer.UserVisitTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitTransfer(UserKeyTransfer userKey, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, Long unformattedLastCommandTime, String lastCommandTime, OfferUseTransfer offerUse, AssociateReferralTransfer associateReferral, Long unformattedRetainUntilTime, String retainUntilTime) Creates a new instance of UserVisitTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the associateReferral.Returns the lastCommandTime.Returns the offerUse.Returns the preferredCurrency.Returns the preferredDateTimeFormat.Returns the preferredLanguage.Returns the preferredTimeZone.Returns the retainUntilTime.Returns the unformattedLastCommandTime.Returns the unformattedRetainUntilTime.Returns the userKey.Returns the userVisitCampaigns.voidsetAssociateReferral(AssociateReferralTransfer associateReferral) Sets the associateReferral.voidsetLastCommandTime(String lastCommandTime) Sets the lastCommandTime.voidsetOfferUse(OfferUseTransfer offerUse) Sets the offerUse.voidsetPreferredCurrency(CurrencyTransfer preferredCurrency) Sets the preferredCurrency.voidsetPreferredDateTimeFormat(DateTimeFormatTransfer preferredDateTimeFormat) Sets the preferredDateTimeFormat.voidsetPreferredLanguage(LanguageTransfer preferredLanguage) Sets the preferredLanguage.voidsetPreferredTimeZone(TimeZoneTransfer preferredTimeZone) Sets the preferredTimeZone.voidsetRetainUntilTime(String retainUntilTime) Sets the retainUntilTime.voidsetUnformattedLastCommandTime(Long unformattedLastCommandTime) Sets the unformattedLastCommandTime.voidsetUnformattedRetainUntilTime(Long unformattedRetainUntilTime) Sets the unformattedRetainUntilTime.voidsetUserKey(UserKeyTransfer userKey) Sets the userKey.voidsetUserVisitCampaigns(ListWrapper<UserVisitCampaignTransfer> userVisitCampaigns) Sets the userVisitCampaigns.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
-
UserVisitTransfer
public UserVisitTransfer(UserKeyTransfer userKey, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, Long unformattedLastCommandTime, String lastCommandTime, OfferUseTransfer offerUse, AssociateReferralTransfer associateReferral, Long unformattedRetainUntilTime, String retainUntilTime) Creates a new instance of UserVisitTransfer
-
-
Method Details
-
getUserKey
Returns the userKey.- Returns:
- the userKey
-
setUserKey
Sets the userKey.- Parameters:
userKey- the userKey to set
-
getPreferredLanguage
Returns the preferredLanguage.- Returns:
- the preferredLanguage
-
setPreferredLanguage
Sets the preferredLanguage.- Parameters:
preferredLanguage- the preferredLanguage to set
-
getPreferredCurrency
Returns the preferredCurrency.- Returns:
- the preferredCurrency
-
setPreferredCurrency
Sets the preferredCurrency.- Parameters:
preferredCurrency- the preferredCurrency to set
-
getPreferredTimeZone
Returns the preferredTimeZone.- Returns:
- the preferredTimeZone
-
setPreferredTimeZone
Sets the preferredTimeZone.- Parameters:
preferredTimeZone- the preferredTimeZone to set
-
getPreferredDateTimeFormat
Returns the preferredDateTimeFormat.- Returns:
- the preferredDateTimeFormat
-
setPreferredDateTimeFormat
Sets the preferredDateTimeFormat.- Parameters:
preferredDateTimeFormat- the preferredDateTimeFormat to set
-
getUnformattedLastCommandTime
Returns the unformattedLastCommandTime.- Returns:
- the unformattedLastCommandTime
-
setUnformattedLastCommandTime
Sets the unformattedLastCommandTime.- Parameters:
unformattedLastCommandTime- the unformattedLastCommandTime to set
-
getLastCommandTime
Returns the lastCommandTime.- Returns:
- the lastCommandTime
-
setLastCommandTime
Sets the lastCommandTime.- Parameters:
lastCommandTime- the lastCommandTime to set
-
getOfferUse
Returns the offerUse.- Returns:
- the offerUse
-
setOfferUse
Sets the offerUse.- Parameters:
offerUse- the offerUse to set
-
getAssociateReferral
Returns the associateReferral.- Returns:
- the associateReferral
-
setAssociateReferral
Sets the associateReferral.- Parameters:
associateReferral- the associateReferral to set
-
getUnformattedRetainUntilTime
Returns the unformattedRetainUntilTime.- Returns:
- the unformattedRetainUntilTime
-
setUnformattedRetainUntilTime
Sets the unformattedRetainUntilTime.- Parameters:
unformattedRetainUntilTime- the unformattedRetainUntilTime to set
-
getRetainUntilTime
Returns the retainUntilTime.- Returns:
- the retainUntilTime
-
setRetainUntilTime
Sets the retainUntilTime.- Parameters:
retainUntilTime- the retainUntilTime to set
-
getUserVisitCampaigns
Returns the userVisitCampaigns.- Returns:
- the userVisitCampaigns
-
setUserVisitCampaigns
Sets the userVisitCampaigns.- Parameters:
userVisitCampaigns- the userVisitCampaigns to set
-