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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTrainingClassPageName(String trainingClassPageName) voidsetTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) voidsetTrainingClassSectionPK(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:
getBaseFactoryInstancein classBaseValue<TrainingClassPageDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassPageDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassPageDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-