Class TrainingClassPageDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassPageDetailPK>
com.echothree.model.data.training.server.value.TrainingClassPageDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TrainingClassPageDetailValue
extends BaseValue<TrainingClassPageDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassPageDetailValue
(TrainingClassPageDetailPK trainingClassPageDetailPK, TrainingClassPagePK trainingClassPagePK, TrainingClassSectionPK trainingClassSectionPK, String trainingClassPageName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrainingClassPageDetailValueTrainingClassPageDetailValue
(TrainingClassPagePK trainingClassPagePK, TrainingClassSectionPK trainingClassSectionPK, String trainingClassPageName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrainingClassPageDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTrainingClassPageName
(String trainingClassPageName) void
setTrainingClassPagePK
(TrainingClassPagePK trainingClassPagePK) void
setTrainingClassSectionPK
(TrainingClassSectionPK trainingClassSectionPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassPageDetailValue
public TrainingClassPageDetailValue(TrainingClassPageDetailPK trainingClassPageDetailPK, TrainingClassPagePK trainingClassPagePK, TrainingClassSectionPK trainingClassSectionPK, String trainingClassPageName, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassPageDetailValue- Throws:
PersistenceNotNullException
-
TrainingClassPageDetailValue
public TrainingClassPageDetailValue(TrainingClassPagePK trainingClassPagePK, TrainingClassSectionPK trainingClassSectionPK, String trainingClassPageName, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrainingClassPageDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrainingClassPageDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassPageDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassPageDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrainingClassPageDetailPK>
-
getTrainingClassPagePK
-
setTrainingClassPagePK
public void setTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassPagePKHasBeenModified
-
getTrainingClassSectionPK
-
setTrainingClassSectionPK
public void setTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassSectionPKHasBeenModified
-
getTrainingClassPageName
-
setTrainingClassPageName
public void setTrainingClassPageName(String trainingClassPageName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTrainingClassPageNameHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-