Class UserVisitValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserVisitPK>
com.echothree.model.data.user.server.value.UserVisitValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitValue
(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValueUserVisitValue
(UserVisitPK userVisitPK, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAssociateReferralPK
(AssociateReferralPK associateReferralPK) void
setFromTime
(Long fromTime) void
setLastCommandTime
(Long lastCommandTime) void
setOfferUsePK
(OfferUsePK offerUsePK) void
setPreferredCurrencyPK
(CurrencyPK preferredCurrencyPK) void
setPreferredDateTimeFormatPK
(DateTimeFormatPK preferredDateTimeFormatPK) void
setPreferredLanguagePK
(LanguagePK preferredLanguagePK) void
setPreferredTimeZonePK
(TimeZonePK preferredTimeZonePK) void
setRetainUntilTime
(Long retainUntilTime) void
setThruTime
(Long thruTime) void
setUserKeyPK
(UserKeyPK userKeyPK) void
setUserVisitGroupPK
(UserVisitGroupPK userVisitGroupPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserVisitValue
public UserVisitValue(UserVisitPK userVisitPK, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserVisitValue- Throws:
PersistenceNotNullException
-
UserVisitValue
public UserVisitValue(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserVisitValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserVisitPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserVisitPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserVisitPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserVisitPK>
-
getUserVisitGroupPK
-
setUserVisitGroupPK
-
getUserVisitGroupPKHasBeenModified
-
getUserKeyPK
-
setUserKeyPK
-
getUserKeyPKHasBeenModified
-
getPreferredLanguagePK
-
setPreferredLanguagePK
-
getPreferredLanguagePKHasBeenModified
-
getPreferredCurrencyPK
-
setPreferredCurrencyPK
-
getPreferredCurrencyPKHasBeenModified
-
getPreferredTimeZonePK
-
setPreferredTimeZonePK
-
getPreferredTimeZonePKHasBeenModified
-
getPreferredDateTimeFormatPK
-
setPreferredDateTimeFormatPK
-
getPreferredDateTimeFormatPKHasBeenModified
-
getLastCommandTime
-
setLastCommandTime
- Throws:
PersistenceNotNullException
-
getLastCommandTimeHasBeenModified
-
getOfferUsePK
-
setOfferUsePK
-
getOfferUsePKHasBeenModified
-
getAssociateReferralPK
-
setAssociateReferralPK
-
getAssociateReferralPKHasBeenModified
-
getRetainUntilTime
-
setRetainUntilTime
-
getRetainUntilTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-