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 TypeMethodDescriptionboolean
boolean
getPartyTrainingClassSession
(EntityPermission entityPermission) getPartyTrainingClassSession
(Session session) getPartyTrainingClassSession
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
boolean
getTrainingClassSection
(EntityPermission entityPermission) getTrainingClassSection
(Session session) getTrainingClassSection
(Session session, EntityPermission entityPermission) getTrainingClassSectionForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setPartyTrainingClassSessionPK
(PartyTrainingClassSessionPK partyTrainingClassSessionPK) void
setPartyTrainingClassSessionSectionSequence
(Integer partyTrainingClassSessionSectionSequence) void
void
setReadingEndTime
(Long readingEndTime) void
setReadingStartTime
(Long readingStartTime) void
setThruTime
(Long thruTime) void
void
setTrainingClassSectionPK
(TrainingClassSectionPK trainingClassSectionPK) void
toString()
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:
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
-
getPartyTrainingClassSessionSectionValue
-
setPartyTrainingClassSessionSectionValue
public void setPartyTrainingClassSessionSectionValue(PartyTrainingClassSessionSectionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-