Class TrainingClassValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrainingClassPK>
com.echothree.model.data.training.server.value.TrainingClassValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TrainingClassValue
extends BaseValue<TrainingClassPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrainingClassValue
(TrainingClassDetailPK activeDetailPK, TrainingClassDetailPK lastDetailPK) Creates a new instance of TrainingClassValueTrainingClassValue
(TrainingClassPK trainingClassPK, TrainingClassDetailPK activeDetailPK, TrainingClassDetailPK lastDetailPK) Creates a new instance of TrainingClassValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TrainingClassDetailPK activeDetailPK) void
setLastDetailPK
(TrainingClassDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrainingClassValue
public TrainingClassValue(TrainingClassPK trainingClassPK, TrainingClassDetailPK activeDetailPK, TrainingClassDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrainingClassValue- Throws:
PersistenceNotNullException
-
TrainingClassValue
public TrainingClassValue(TrainingClassDetailPK activeDetailPK, TrainingClassDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrainingClassValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrainingClassPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrainingClassPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrainingClassPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrainingClassPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-