Class TrainingClassSectionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.TrainingClassSectionDetail
- 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 TrainingClassSectionDetailTrainingClassSectionDetail
(TrainingClassSectionDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassSectionDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
getTrainingClass
(EntityPermission entityPermission) getTrainingClass
(Session session) getTrainingClass
(Session session, EntityPermission entityPermission) getTrainingClassForUpdate
(Session session) boolean
getTrainingClassSection
(EntityPermission entityPermission) getTrainingClassSection
(Session session) getTrainingClassSection
(Session session, EntityPermission entityPermission) getTrainingClassSectionForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setPercentageToPass
(Integer percentageToPass) void
setQuestionCount
(Integer questionCount) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTrainingClass
(TrainingClass entity) void
setTrainingClassPK
(TrainingClassPK trainingClassPK) void
void
void
setTrainingClassSectionName
(String trainingClassSectionName) void
setTrainingClassSectionPK
(TrainingClassSectionPK trainingClassSectionPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TrainingClassSectionDetail
Creates a new instance of TrainingClassSectionDetail- Throws:
PersistenceException
-
TrainingClassSectionDetail
public TrainingClassSectionDetail(TrainingClassSectionDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassSectionDetail
-
-
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
-
getTrainingClassSectionDetailValue
-
setTrainingClassSectionDetailValue
public void setTrainingClassSectionDetailValue(TrainingClassSectionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getTrainingClassSectionPK
-
getTrainingClassSection
public TrainingClassSection getTrainingClassSection(Session session, EntityPermission entityPermission) -
getTrainingClassSection
-
getTrainingClassSection
-
getTrainingClassSection
-
getTrainingClassSectionForUpdate
-
getTrainingClassSectionForUpdate
-
setTrainingClassSectionPK
public void setTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassSection
-
getTrainingClassSectionPKHasBeenModified
-
getTrainingClassPK
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClass
-
getTrainingClassForUpdate
-
getTrainingClassForUpdate
-
setTrainingClassPK
public void setTrainingClassPK(TrainingClassPK trainingClassPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClass
-
getTrainingClassPKHasBeenModified
-
getTrainingClassSectionName
-
setTrainingClassSectionName
public void setTrainingClassSectionName(String trainingClassSectionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTrainingClassSectionNameHasBeenModified
-
getPercentageToPass
-
setPercentageToPass
public void setPercentageToPass(Integer percentageToPass) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPercentageToPassHasBeenModified
-
getQuestionCount
-
setQuestionCount
public void setQuestionCount(Integer questionCount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuestionCountHasBeenModified
-
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
-