Class RecoveryQuestionDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<RecoveryQuestionDescriptionPK>
com.echothree.model.data.user.server.value.RecoveryQuestionDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class RecoveryQuestionDescriptionValue
extends BaseValue<RecoveryQuestionDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionRecoveryQuestionDescriptionValue
(RecoveryQuestionDescriptionPK recoveryQuestionDescriptionPK, RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDescriptionValueRecoveryQuestionDescriptionValue
(RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setRecoveryQuestionPK
(RecoveryQuestionPK recoveryQuestionPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
RecoveryQuestionDescriptionValue
public RecoveryQuestionDescriptionValue(RecoveryQuestionDescriptionPK recoveryQuestionDescriptionPK, RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RecoveryQuestionDescriptionValue- Throws:
PersistenceNotNullException
-
RecoveryQuestionDescriptionValue
public RecoveryQuestionDescriptionValue(RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RecoveryQuestionDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<RecoveryQuestionDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<RecoveryQuestionDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<RecoveryQuestionDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<RecoveryQuestionDescriptionPK>
-
getRecoveryQuestionPK
-
setRecoveryQuestionPK
public void setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRecoveryQuestionPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-