Class UserKeyStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserKeyStatusPK>
com.echothree.model.data.user.server.value.UserKeyStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class UserKeyStatusValue
extends BaseValue<UserKeyStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserKeyStatusValue
(UserKeyPK userKeyPK, Long lastSeenTime) Creates a new instance of UserKeyStatusValueUserKeyStatusValue
(UserKeyStatusPK userKeyStatusPK, UserKeyPK userKeyPK, Long lastSeenTime) Creates a new instance of UserKeyStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setLastSeenTime
(Long lastSeenTime) void
setUserKeyPK
(UserKeyPK userKeyPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserKeyStatusValue
public UserKeyStatusValue(UserKeyStatusPK userKeyStatusPK, UserKeyPK userKeyPK, Long lastSeenTime) throws PersistenceNotNullException Creates a new instance of UserKeyStatusValue- Throws:
PersistenceNotNullException
-
UserKeyStatusValue
public UserKeyStatusValue(UserKeyPK userKeyPK, Long lastSeenTime) throws PersistenceNotNullException Creates a new instance of UserKeyStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserKeyStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserKeyStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserKeyStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserKeyStatusPK>
-
getUserKeyPK
-
setUserKeyPK
- Throws:
PersistenceNotNullException
-
getUserKeyPKHasBeenModified
-
getLastSeenTime
-
setLastSeenTime
- Throws:
PersistenceNotNullException
-
getLastSeenTimeHasBeenModified
-