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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyTrainingClassSessionPK(PartyTrainingClassSessionPK partyTrainingClassSessionPK) voidsetPartyTrainingClassSessionSectionSequence(Integer partyTrainingClassSessionSectionSequence) voidsetReadingEndTime(Long readingEndTime) voidsetReadingStartTime(Long readingStartTime) voidsetThruTime(Long thruTime) voidsetTrainingClassSectionPK(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:
getBaseFactoryInstancein classBaseValue<PartyTrainingClassSessionSectionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyTrainingClassSessionSectionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyTrainingClassSessionSectionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-