Class PartyTrainingClassSessionAnswer
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.PartyTrainingClassSessionAnswer
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyTrainingClassSessionAnswerPartyTrainingClassSessionAnswer
(PartyTrainingClassSessionAnswerValue value, EntityPermission entityPermission) Creates a new instance of PartyTrainingClassSessionAnswer -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getPartyTrainingClassSessionQuestion
(EntityPermission entityPermission) getPartyTrainingClassSessionQuestion
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
getTrainingClassAnswer
(EntityPermission entityPermission) getTrainingClassAnswer
(Session session) getTrainingClassAnswer
(Session session, EntityPermission entityPermission) getTrainingClassAnswerForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setPartyTrainingClassSessionAnswerSequence
(Integer partyTrainingClassSessionAnswerSequence) void
void
void
setPartyTrainingClassSessionQuestionPK
(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK) void
setQuestionEndTime
(Long questionEndTime) void
setQuestionStartTime
(Long questionStartTime) void
setThruTime
(Long thruTime) void
void
setTrainingClassAnswerPK
(TrainingClassAnswerPK trainingClassAnswerPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyTrainingClassSessionAnswer
Creates a new instance of PartyTrainingClassSessionAnswer- Throws:
PersistenceException
-
PartyTrainingClassSessionAnswer
public PartyTrainingClassSessionAnswer(PartyTrainingClassSessionAnswerValue value, EntityPermission entityPermission) Creates a new instance of PartyTrainingClassSessionAnswer
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPartyTrainingClassSessionAnswerValue
-
setPartyTrainingClassSessionAnswerValue
public void setPartyTrainingClassSessionAnswerValue(PartyTrainingClassSessionAnswerValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyTrainingClassSessionQuestionPK
-
getPartyTrainingClassSessionQuestion
public PartyTrainingClassSessionQuestion getPartyTrainingClassSessionQuestion(Session session, EntityPermission entityPermission) -
getPartyTrainingClassSessionQuestion
public PartyTrainingClassSessionQuestion getPartyTrainingClassSessionQuestion(EntityPermission entityPermission) -
getPartyTrainingClassSessionQuestion
-
getPartyTrainingClassSessionQuestion
-
getPartyTrainingClassSessionQuestionForUpdate
-
getPartyTrainingClassSessionQuestionForUpdate
-
setPartyTrainingClassSessionQuestionPK
public void setPartyTrainingClassSessionQuestionPK(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyTrainingClassSessionQuestion
-
getPartyTrainingClassSessionQuestionPKHasBeenModified
-
getPartyTrainingClassSessionAnswerSequence
-
setPartyTrainingClassSessionAnswerSequence
public void setPartyTrainingClassSessionAnswerSequence(Integer partyTrainingClassSessionAnswerSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPartyTrainingClassSessionAnswerSequenceHasBeenModified
-
getTrainingClassAnswerPK
-
getTrainingClassAnswer
public TrainingClassAnswer getTrainingClassAnswer(Session session, EntityPermission entityPermission) -
getTrainingClassAnswer
-
getTrainingClassAnswer
-
getTrainingClassAnswer
-
getTrainingClassAnswerForUpdate
-
getTrainingClassAnswerForUpdate
-
setTrainingClassAnswerPK
public void setTrainingClassAnswerPK(TrainingClassAnswerPK trainingClassAnswerPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassAnswer
-
getTrainingClassAnswerPKHasBeenModified
-
getQuestionStartTime
-
setQuestionStartTime
public void setQuestionStartTime(Long questionStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuestionStartTimeHasBeenModified
-
getQuestionEndTime
-
setQuestionEndTime
public void setQuestionEndTime(Long questionEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuestionEndTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-