Class TrainingClassAnswerDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassAnswerDetailPK>
com.echothree.model.data.training.server.value.TrainingClassAnswerDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TrainingClassAnswerDetailValue
extends BaseValue<TrainingClassAnswerDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassAnswerDetailValue
(TrainingClassAnswerDetailPK trainingClassAnswerDetailPK, TrainingClassAnswerPK trainingClassAnswerPK, TrainingClassQuestionPK trainingClassQuestionPK, String trainingClassAnswerName, Boolean isCorrect, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrainingClassAnswerDetailValueTrainingClassAnswerDetailValue
(TrainingClassAnswerPK trainingClassAnswerPK, TrainingClassQuestionPK trainingClassQuestionPK, String trainingClassAnswerName, Boolean isCorrect, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrainingClassAnswerDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsCorrect
(Boolean isCorrect) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTrainingClassAnswerName
(String trainingClassAnswerName) void
setTrainingClassAnswerPK
(TrainingClassAnswerPK trainingClassAnswerPK) void
setTrainingClassQuestionPK
(TrainingClassQuestionPK trainingClassQuestionPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassAnswerDetailValue
public TrainingClassAnswerDetailValue(TrainingClassAnswerDetailPK trainingClassAnswerDetailPK, TrainingClassAnswerPK trainingClassAnswerPK, TrainingClassQuestionPK trainingClassQuestionPK, String trainingClassAnswerName, Boolean isCorrect, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassAnswerDetailValue- Throws:
PersistenceNotNullException
-
TrainingClassAnswerDetailValue
public TrainingClassAnswerDetailValue(TrainingClassAnswerPK trainingClassAnswerPK, TrainingClassQuestionPK trainingClassQuestionPK, String trainingClassAnswerName, Boolean isCorrect, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassAnswerDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrainingClassAnswerDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassAnswerDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassAnswerDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrainingClassAnswerDetailPK>
-
getTrainingClassAnswerPK
-
setTrainingClassAnswerPK
public void setTrainingClassAnswerPK(TrainingClassAnswerPK trainingClassAnswerPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassAnswerPKHasBeenModified
-
getTrainingClassQuestionPK
-
setTrainingClassQuestionPK
public void setTrainingClassQuestionPK(TrainingClassQuestionPK trainingClassQuestionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassQuestionPKHasBeenModified
-
getTrainingClassAnswerName
-
setTrainingClassAnswerName
public void setTrainingClassAnswerName(String trainingClassAnswerName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassAnswerNameHasBeenModified
-
getIsCorrect
-
setIsCorrect
- Throws:
PersistenceNotNullException
-
getIsCorrectHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-