Class PartyTrainingClassSessionAnswerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyTrainingClassSessionAnswerPK>
com.echothree.model.data.training.server.value.PartyTrainingClassSessionAnswerValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyTrainingClassSessionAnswerValue
extends BaseValue<PartyTrainingClassSessionAnswerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyTrainingClassSessionAnswerValue(PartyTrainingClassSessionAnswerPK partyTrainingClassSessionAnswerPK, PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, Integer partyTrainingClassSessionAnswerSequence, TrainingClassAnswerPK trainingClassAnswerPK, Long questionStartTime, Long questionEndTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassSessionAnswerValuePartyTrainingClassSessionAnswerValue(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, Integer partyTrainingClassSessionAnswerSequence, TrainingClassAnswerPK trainingClassAnswerPK, Long questionStartTime, Long questionEndTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassSessionAnswerValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyTrainingClassSessionAnswerSequence(Integer partyTrainingClassSessionAnswerSequence) voidsetPartyTrainingClassSessionQuestionPK(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK) voidsetQuestionEndTime(Long questionEndTime) voidsetQuestionStartTime(Long questionStartTime) voidsetThruTime(Long thruTime) voidsetTrainingClassAnswerPK(TrainingClassAnswerPK trainingClassAnswerPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyTrainingClassSessionAnswerValue
public PartyTrainingClassSessionAnswerValue(PartyTrainingClassSessionAnswerPK partyTrainingClassSessionAnswerPK, PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, Integer partyTrainingClassSessionAnswerSequence, TrainingClassAnswerPK trainingClassAnswerPK, Long questionStartTime, Long questionEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassSessionAnswerValue- Throws:
PersistenceNotNullException
-
PartyTrainingClassSessionAnswerValue
public PartyTrainingClassSessionAnswerValue(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, Integer partyTrainingClassSessionAnswerSequence, TrainingClassAnswerPK trainingClassAnswerPK, Long questionStartTime, Long questionEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassSessionAnswerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyTrainingClassSessionAnswerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyTrainingClassSessionAnswerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyTrainingClassSessionAnswerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyTrainingClassSessionAnswerPK>
-
getPartyTrainingClassSessionQuestionPK
-
setPartyTrainingClassSessionQuestionPK
public void setPartyTrainingClassSessionQuestionPK(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassSessionQuestionPKHasBeenModified
-
getPartyTrainingClassSessionAnswerSequence
-
setPartyTrainingClassSessionAnswerSequence
public void setPartyTrainingClassSessionAnswerSequence(Integer partyTrainingClassSessionAnswerSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassSessionAnswerSequenceHasBeenModified
-
getTrainingClassAnswerPK
-
setTrainingClassAnswerPK
-
getTrainingClassAnswerPKHasBeenModified
-
getQuestionStartTime
-
setQuestionStartTime
- Throws:
PersistenceNotNullException
-
getQuestionStartTimeHasBeenModified
-
getQuestionEndTime
-
setQuestionEndTime
-
getQuestionEndTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-