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