Class PartyTrainingClassSessionSectionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyTrainingClassSessionSectionPK>
com.echothree.model.data.training.server.value.PartyTrainingClassSessionSectionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyTrainingClassSessionSectionValue
extends BaseValue<PartyTrainingClassSessionSectionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyTrainingClassSessionSectionValue
(PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassSessionSectionValuePartyTrainingClassSessionSectionValue
(PartyTrainingClassSessionSectionPK partyTrainingClassSessionSectionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassSessionSectionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyTrainingClassSessionPK
(PartyTrainingClassSessionPK partyTrainingClassSessionPK) void
setPartyTrainingClassSessionSectionSequence
(Integer partyTrainingClassSessionSectionSequence) void
setReadingEndTime
(Long readingEndTime) void
setReadingStartTime
(Long readingStartTime) void
setThruTime
(Long thruTime) void
setTrainingClassSectionPK
(TrainingClassSectionPK trainingClassSectionPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyTrainingClassSessionSectionValue
public PartyTrainingClassSessionSectionValue(PartyTrainingClassSessionSectionPK partyTrainingClassSessionSectionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassSessionSectionValue- Throws:
PersistenceNotNullException
-
PartyTrainingClassSessionSectionValue
public PartyTrainingClassSessionSectionValue(PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassSessionSectionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyTrainingClassSessionSectionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyTrainingClassSessionSectionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyTrainingClassSessionSectionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyTrainingClassSessionSectionPK>
-
getPartyTrainingClassSessionPK
-
setPartyTrainingClassSessionPK
public void setPartyTrainingClassSessionPK(PartyTrainingClassSessionPK partyTrainingClassSessionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassSessionPKHasBeenModified
-
getPartyTrainingClassSessionSectionSequence
-
setPartyTrainingClassSessionSectionSequence
public void setPartyTrainingClassSessionSectionSequence(Integer partyTrainingClassSessionSectionSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassSessionSectionSequenceHasBeenModified
-
getTrainingClassSectionPK
-
setTrainingClassSectionPK
public void setTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassSectionPKHasBeenModified
-
getReadingStartTime
-
setReadingStartTime
- Throws:
PersistenceNotNullException
-
getReadingStartTimeHasBeenModified
-
getReadingEndTime
-
setReadingEndTime
-
getReadingEndTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-