Class RecoveryQuestionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<RecoveryQuestionDetailPK>
com.echothree.model.data.user.server.value.RecoveryQuestionDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class RecoveryQuestionDetailValue
extends BaseValue<RecoveryQuestionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionRecoveryQuestionDetailValue(RecoveryQuestionDetailPK recoveryQuestionDetailPK, RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDetailValueRecoveryQuestionDetailValue(RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetRecoveryQuestionName(String recoveryQuestionName) voidsetRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
RecoveryQuestionDetailValue
public RecoveryQuestionDetailValue(RecoveryQuestionDetailPK recoveryQuestionDetailPK, RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RecoveryQuestionDetailValue- Throws:
PersistenceNotNullException
-
RecoveryQuestionDetailValue
public RecoveryQuestionDetailValue(RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of RecoveryQuestionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<RecoveryQuestionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<RecoveryQuestionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<RecoveryQuestionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<RecoveryQuestionDetailPK>
-
getRecoveryQuestionPK
-
setRecoveryQuestionPK
public void setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getRecoveryQuestionPKHasBeenModified
-
getRecoveryQuestionName
-
setRecoveryQuestionName
- Throws:
PersistenceNotNullException
-
getRecoveryQuestionNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-