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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TrainingClassPageDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<TrainingClassPagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassPagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassPagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrainingClassPagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-