Class PartyTrainingClassSessionPageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyTrainingClassSessionPagePK>
com.echothree.model.data.training.server.value.PartyTrainingClassSessionPageValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyTrainingClassSessionPageValue
extends BaseValue<PartyTrainingClassSessionPagePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyTrainingClassSessionPageValue(PartyTrainingClassSessionPagePK partyTrainingClassSessionPagePK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionPageSequence, TrainingClassPagePK trainingClassPagePK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassSessionPageValuePartyTrainingClassSessionPageValue(PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionPageSequence, TrainingClassPagePK trainingClassPagePK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassSessionPageValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPartyTrainingClassSessionPageSequence(Integer partyTrainingClassSessionPageSequence) voidsetPartyTrainingClassSessionPK(PartyTrainingClassSessionPK partyTrainingClassSessionPK) voidsetReadingEndTime(Long readingEndTime) voidsetReadingStartTime(Long readingStartTime) voidsetThruTime(Long thruTime) voidsetTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyTrainingClassSessionPageValue
public PartyTrainingClassSessionPageValue(PartyTrainingClassSessionPagePK partyTrainingClassSessionPagePK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionPageSequence, TrainingClassPagePK trainingClassPagePK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassSessionPageValue- Throws:
PersistenceNotNullException
-
PartyTrainingClassSessionPageValue
public PartyTrainingClassSessionPageValue(PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionPageSequence, TrainingClassPagePK trainingClassPagePK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyTrainingClassSessionPageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyTrainingClassSessionPagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyTrainingClassSessionPagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyTrainingClassSessionPagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyTrainingClassSessionPagePK>
-
getPartyTrainingClassSessionPK
-
setPartyTrainingClassSessionPK
public void setPartyTrainingClassSessionPK(PartyTrainingClassSessionPK partyTrainingClassSessionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassSessionPKHasBeenModified
-
getPartyTrainingClassSessionPageSequence
-
setPartyTrainingClassSessionPageSequence
public void setPartyTrainingClassSessionPageSequence(Integer partyTrainingClassSessionPageSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyTrainingClassSessionPageSequenceHasBeenModified
-
getTrainingClassPagePK
-
setTrainingClassPagePK
public void setTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassPagePKHasBeenModified
-
getReadingStartTime
-
setReadingStartTime
- Throws:
PersistenceNotNullException
-
getReadingStartTimeHasBeenModified
-
getReadingEndTime
-
setReadingEndTime
-
getReadingEndTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-