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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPartyTrainingClassSessionPageSequence
(Integer partyTrainingClassSessionPageSequence) void
setPartyTrainingClassSessionPK
(PartyTrainingClassSessionPK partyTrainingClassSessionPK) void
setReadingEndTime
(Long readingEndTime) void
setReadingStartTime
(Long readingStartTime) void
setThruTime
(Long thruTime) void
setTrainingClassPagePK
(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:
getBaseFactoryInstance
in classBaseValue<PartyTrainingClassSessionPagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyTrainingClassSessionPagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyTrainingClassSessionPagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-