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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetLastSeenTime(Long lastSeenTime) voidsetUserKeyPK(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:
getBaseFactoryInstancein classBaseValue<UserKeyStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<UserKeyStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<UserKeyStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<UserKeyStatusPK>
-
getUserKeyPK
-
setUserKeyPK
- Throws:
PersistenceNotNullException
-
getUserKeyPKHasBeenModified
-
getLastSeenTime
-
setLastSeenTime
- Throws:
PersistenceNotNullException
-
getLastSeenTimeHasBeenModified
-