Class UserKeyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<UserKeyPK>
com.echothree.model.data.user.server.value.UserKeyValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionUserKeyValue
(UserKeyDetailPK activeDetailPK, UserKeyDetailPK lastDetailPK) Creates a new instance of UserKeyValueUserKeyValue
(UserKeyPK userKeyPK, UserKeyDetailPK activeDetailPK, UserKeyDetailPK lastDetailPK) Creates a new instance of UserKeyValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(UserKeyDetailPK activeDetailPK) void
setLastDetailPK
(UserKeyDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
UserKeyValue
public UserKeyValue(UserKeyPK userKeyPK, UserKeyDetailPK activeDetailPK, UserKeyDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of UserKeyValue- Throws:
PersistenceNotNullException
-
UserKeyValue
public UserKeyValue(UserKeyDetailPK activeDetailPK, UserKeyDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of UserKeyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<UserKeyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<UserKeyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<UserKeyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<UserKeyPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-