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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TrainingClassAnswerDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<TrainingClassAnswerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassAnswerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassAnswerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrainingClassAnswerPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-