Class RecoveryAnswerDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<RecoveryAnswerDetailPK>
com.echothree.model.data.user.server.value.RecoveryAnswerDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class RecoveryAnswerDetailValue
extends BaseValue<RecoveryAnswerDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionRecoveryAnswerDetailValue(RecoveryAnswerDetailPK recoveryAnswerDetailPK, RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) Creates a new instance of RecoveryAnswerDetailValueRecoveryAnswerDetailValue(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) Creates a new instance of RecoveryAnswerDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetRecoveryAnswerPK(RecoveryAnswerPK recoveryAnswerPK) voidsetRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
RecoveryAnswerDetailValue
public RecoveryAnswerDetailValue(RecoveryAnswerDetailPK recoveryAnswerDetailPK, RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RecoveryAnswerDetailValue- Throws:
PersistenceNotNullException
-
RecoveryAnswerDetailValue
public RecoveryAnswerDetailValue(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RecoveryAnswerDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<RecoveryAnswerDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<RecoveryAnswerDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<RecoveryAnswerDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<RecoveryAnswerDetailPK>
-
getRecoveryAnswerPK
-
setRecoveryAnswerPK
public void setRecoveryAnswerPK(RecoveryAnswerPK recoveryAnswerPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRecoveryAnswerPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getRecoveryQuestionPK
-
setRecoveryQuestionPK
public void setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRecoveryQuestionPKHasBeenModified
-
getAnswer
-
setAnswer
- Throws:
PersistenceNotNullException
-
getAnswerHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-