Class TrainingClassAnswerDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.TrainingClassAnswerDetail
- 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 TrainingClassAnswerDetailTrainingClassAnswerDetail
(TrainingClassAnswerDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassAnswerDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getTrainingClassAnswer
(EntityPermission entityPermission) getTrainingClassAnswer
(Session session) getTrainingClassAnswer
(Session session, EntityPermission entityPermission) getTrainingClassAnswerForUpdate
(Session session) boolean
boolean
getTrainingClassQuestion
(EntityPermission entityPermission) getTrainingClassQuestion
(Session session) getTrainingClassQuestion
(Session session, EntityPermission entityPermission) getTrainingClassQuestionForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsCorrect
(Boolean isCorrect) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
void
void
setTrainingClassAnswerName
(String trainingClassAnswerName) void
setTrainingClassAnswerPK
(TrainingClassAnswerPK trainingClassAnswerPK) void
void
setTrainingClassQuestionPK
(TrainingClassQuestionPK trainingClassQuestionPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TrainingClassAnswerDetail
Creates a new instance of TrainingClassAnswerDetail- Throws:
PersistenceException
-
TrainingClassAnswerDetail
public TrainingClassAnswerDetail(TrainingClassAnswerDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassAnswerDetail
-
-
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
-
getTrainingClassAnswerDetailValue
-
setTrainingClassAnswerDetailValue
public void setTrainingClassAnswerDetailValue(TrainingClassAnswerDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
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
-
getTrainingClassQuestionPK
-
getTrainingClassQuestion
public TrainingClassQuestion getTrainingClassQuestion(Session session, EntityPermission entityPermission) -
getTrainingClassQuestion
-
getTrainingClassQuestion
-
getTrainingClassQuestion
-
getTrainingClassQuestionForUpdate
-
getTrainingClassQuestionForUpdate
-
setTrainingClassQuestionPK
public void setTrainingClassQuestionPK(TrainingClassQuestionPK trainingClassQuestionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassQuestion
-
getTrainingClassQuestionPKHasBeenModified
-
getTrainingClassAnswerName
-
setTrainingClassAnswerName
public void setTrainingClassAnswerName(String trainingClassAnswerName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTrainingClassAnswerNameHasBeenModified
-
getIsCorrect
-
setIsCorrect
public void setIsCorrect(Boolean isCorrect) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsCorrectHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-