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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setRecoveryQuestionName
(String recoveryQuestionName) void
setRecoveryQuestionPK
(RecoveryQuestionPK recoveryQuestionPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<RecoveryQuestionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<RecoveryQuestionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<RecoveryQuestionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-