Class PartyTrainingClassSessionSection
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.PartyTrainingClassSessionSection
- 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 PartyTrainingClassSessionSectionPartyTrainingClassSessionSection(PartyTrainingClassSessionSectionValue value, EntityPermission entityPermission) Creates a new instance of PartyTrainingClassSessionSection -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPartyTrainingClassSession(EntityPermission entityPermission) getPartyTrainingClassSession(Session session) getPartyTrainingClassSession(Session session, EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleangetTrainingClassSection(EntityPermission entityPermission) getTrainingClassSection(Session session) getTrainingClassSection(Session session, EntityPermission entityPermission) getTrainingClassSectionForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetPartyTrainingClassSessionPK(PartyTrainingClassSessionPK partyTrainingClassSessionPK) voidsetPartyTrainingClassSessionSectionSequence(Integer partyTrainingClassSessionSectionSequence) voidvoidsetReadingEndTime(Long readingEndTime) voidsetReadingStartTime(Long readingStartTime) voidsetThruTime(Long thruTime) voidvoidsetTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyTrainingClassSessionSection
Creates a new instance of PartyTrainingClassSessionSection- Throws:
PersistenceException
-
PartyTrainingClassSessionSection
public PartyTrainingClassSessionSection(PartyTrainingClassSessionSectionValue value, EntityPermission entityPermission) Creates a new instance of PartyTrainingClassSessionSection
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPartyTrainingClassSessionSectionValue
-
setPartyTrainingClassSessionSectionValue
public void setPartyTrainingClassSessionSectionValue(PartyTrainingClassSessionSectionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyTrainingClassSessionPK
-
getPartyTrainingClassSession
public PartyTrainingClassSession getPartyTrainingClassSession(Session session, EntityPermission entityPermission) -
getPartyTrainingClassSession
-
getPartyTrainingClassSession
-
getPartyTrainingClassSession
-
getPartyTrainingClassSessionForUpdate
-
getPartyTrainingClassSessionForUpdate
-
setPartyTrainingClassSessionPK
public void setPartyTrainingClassSessionPK(PartyTrainingClassSessionPK partyTrainingClassSessionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyTrainingClassSession
-
getPartyTrainingClassSessionPKHasBeenModified
-
getPartyTrainingClassSessionSectionSequence
-
setPartyTrainingClassSessionSectionSequence
public void setPartyTrainingClassSessionSectionSequence(Integer partyTrainingClassSessionSectionSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPartyTrainingClassSessionSectionSequenceHasBeenModified
-
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
-
getReadingStartTime
-
setReadingStartTime
public void setReadingStartTime(Long readingStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReadingStartTimeHasBeenModified
-
getReadingEndTime
-
setReadingEndTime
public void setReadingEndTime(Long readingEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReadingEndTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-