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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIdentityVerifiedTime
(Long identityVerifiedTime) void
setPartyPK
(PartyPK partyPK) void
setPartyRelationshipPK
(PartyRelationshipPK partyRelationshipPK) void
setThruTime
(Long thruTime) void
setUserVisitPK
(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:
getBaseFactoryInstance
in classBaseValue<UserSessionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserSessionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserSessionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-