Class TrainingClassAnswerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassAnswerPK>
com.echothree.model.data.training.server.value.TrainingClassAnswerValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TrainingClassAnswerValue
extends BaseValue<TrainingClassAnswerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassAnswerValue(TrainingClassAnswerDetailPK activeDetailPK, TrainingClassAnswerDetailPK lastDetailPK) Creates a new instance of TrainingClassAnswerValueTrainingClassAnswerValue(TrainingClassAnswerPK trainingClassAnswerPK, TrainingClassAnswerDetailPK activeDetailPK, TrainingClassAnswerDetailPK lastDetailPK) Creates a new instance of TrainingClassAnswerValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(TrainingClassAnswerDetailPK activeDetailPK) voidsetLastDetailPK(TrainingClassAnswerDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassAnswerValue
public TrainingClassAnswerValue(TrainingClassAnswerPK trainingClassAnswerPK, TrainingClassAnswerDetailPK activeDetailPK, TrainingClassAnswerDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrainingClassAnswerValue- Throws:
PersistenceNotNullException
-
TrainingClassAnswerValue
public TrainingClassAnswerValue(TrainingClassAnswerDetailPK activeDetailPK, TrainingClassAnswerDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrainingClassAnswerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TrainingClassAnswerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassAnswerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassAnswerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrainingClassAnswerPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-