Class TrainingClassPageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassPagePK>
com.echothree.model.data.training.server.value.TrainingClassPageValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TrainingClassPageValue
extends BaseValue<TrainingClassPagePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassPageValue(TrainingClassPageDetailPK activeDetailPK, TrainingClassPageDetailPK lastDetailPK) Creates a new instance of TrainingClassPageValueTrainingClassPageValue(TrainingClassPagePK trainingClassPagePK, TrainingClassPageDetailPK activeDetailPK, TrainingClassPageDetailPK lastDetailPK) Creates a new instance of TrainingClassPageValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(TrainingClassPageDetailPK activeDetailPK) voidsetLastDetailPK(TrainingClassPageDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassPageValue
public TrainingClassPageValue(TrainingClassPagePK trainingClassPagePK, TrainingClassPageDetailPK activeDetailPK, TrainingClassPageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrainingClassPageValue- Throws:
PersistenceNotNullException
-
TrainingClassPageValue
public TrainingClassPageValue(TrainingClassPageDetailPK activeDetailPK, TrainingClassPageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrainingClassPageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TrainingClassPagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrainingClassPagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrainingClassPagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrainingClassPagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-