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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyTrainingClassSessionAnswerSequence
(Integer partyTrainingClassSessionAnswerSequence) void
setPartyTrainingClassSessionQuestionPK
(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK) void
setQuestionEndTime
(Long questionEndTime) void
setQuestionStartTime
(Long questionStartTime) void
setThruTime
(Long thruTime) void
setTrainingClassAnswerPK
(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:
getBaseFactoryInstance
in classBaseValue<PartyTrainingClassSessionAnswerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyTrainingClassSessionAnswerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyTrainingClassSessionAnswerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-