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