Class RecoveryAnswerDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.RecoveryAnswerDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of RecoveryAnswerDetailRecoveryAnswerDetail
(RecoveryAnswerDetailValue value, EntityPermission entityPermission) Creates a new instance of RecoveryAnswerDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
getRecoveryAnswer
(EntityPermission entityPermission) getRecoveryAnswer
(Session session) getRecoveryAnswer
(Session session, EntityPermission entityPermission) getRecoveryAnswerForUpdate
(Session session) boolean
getRecoveryQuestion
(EntityPermission entityPermission) getRecoveryQuestion
(Session session) getRecoveryQuestion
(Session session, EntityPermission entityPermission) getRecoveryQuestionForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
setRecoveryAnswer
(RecoveryAnswer entity) void
void
setRecoveryAnswerPK
(RecoveryAnswerPK recoveryAnswerPK) void
setRecoveryQuestion
(RecoveryQuestion entity) void
setRecoveryQuestionPK
(RecoveryQuestionPK recoveryQuestionPK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
RecoveryAnswerDetail
Creates a new instance of RecoveryAnswerDetail- Throws:
PersistenceException
-
RecoveryAnswerDetail
Creates a new instance of RecoveryAnswerDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getRecoveryAnswerDetailValue
-
setRecoveryAnswerDetailValue
public void setRecoveryAnswerDetailValue(RecoveryAnswerDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getRecoveryAnswerPK
-
getRecoveryAnswer
-
getRecoveryAnswer
-
getRecoveryAnswer
-
getRecoveryAnswer
-
getRecoveryAnswerForUpdate
-
getRecoveryAnswerForUpdate
-
setRecoveryAnswerPK
public void setRecoveryAnswerPK(RecoveryAnswerPK recoveryAnswerPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRecoveryAnswer
-
getRecoveryAnswerPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getRecoveryQuestionPK
-
getRecoveryQuestion
-
getRecoveryQuestion
-
getRecoveryQuestion
-
getRecoveryQuestion
-
getRecoveryQuestionForUpdate
-
getRecoveryQuestionForUpdate
-
setRecoveryQuestionPK
public void setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRecoveryQuestion
-
getRecoveryQuestionPKHasBeenModified
-
getAnswer
-
setAnswer
public void setAnswer(String answer) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAnswerHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-