Class UserSessionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserSessionPK>
com.echothree.model.data.user.server.value.UserSessionValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionUserSessionValue(UserSessionPK userSessionPK, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValueUserSessionValue(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIdentityVerifiedTime(Long identityVerifiedTime) voidsetPartyPK(PartyPK partyPK) voidsetPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) voidsetThruTime(Long thruTime) voidsetUserVisitPK(UserVisitPK userVisitPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserSessionValue
public UserSessionValue(UserSessionPK userSessionPK, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserSessionValue- Throws:
PersistenceNotNullException
-
UserSessionValue
public UserSessionValue(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of UserSessionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<UserSessionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserSessionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserSessionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<UserSessionPK>
-
getUserVisitPK
-
setUserVisitPK
- Throws:
PersistenceNotNullException
-
getUserVisitPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyRelationshipPK
-
setPartyRelationshipPK
-
getPartyRelationshipPKHasBeenModified
-
getIdentityVerifiedTime
-
setIdentityVerifiedTime
-
getIdentityVerifiedTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-