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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetFromTime(Long fromTime) voidsetLastCommandTime(Long lastCommandTime) voidsetOfferUsePK(OfferUsePK offerUsePK) voidsetPreferredCurrencyPK(CurrencyPK preferredCurrencyPK) voidsetPreferredDateTimeFormatPK(DateTimeFormatPK preferredDateTimeFormatPK) voidsetPreferredLanguagePK(LanguagePK preferredLanguagePK) voidsetPreferredTimeZonePK(TimeZonePK preferredTimeZonePK) voidsetRetainUntilTime(Long retainUntilTime) voidsetThruTime(Long thruTime) voidsetUserKeyPK(UserKeyPK userKeyPK) voidsetUserVisitGroupPK(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:
getBaseFactoryInstancein classBaseValue<UserVisitPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserVisitPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserVisitPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-