Class SelectorNodeTrainingClassValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeTrainingClassPK>
com.echothree.model.data.selector.server.value.SelectorNodeTrainingClassValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SelectorNodeTrainingClassValue
extends BaseValue<SelectorNodeTrainingClassPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeTrainingClassValue(SelectorNodePK selectorNodePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeTrainingClassValueSelectorNodeTrainingClassValue(SelectorNodeTrainingClassPK selectorNodeTrainingClassPK, SelectorNodePK selectorNodePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeTrainingClassValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidsetThruTime(Long thruTime) voidsetTrainingClassPK(TrainingClassPK trainingClassPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeTrainingClassValue
public SelectorNodeTrainingClassValue(SelectorNodeTrainingClassPK selectorNodeTrainingClassPK, SelectorNodePK selectorNodePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeTrainingClassValue- Throws:
PersistenceNotNullException
-
SelectorNodeTrainingClassValue
public SelectorNodeTrainingClassValue(SelectorNodePK selectorNodePK, TrainingClassPK trainingClassPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeTrainingClassValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SelectorNodeTrainingClassPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorNodeTrainingClassPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorNodeTrainingClassPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorNodeTrainingClassPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getTrainingClassPK
-
setTrainingClassPK
- Throws:
PersistenceNotNullException
-
getTrainingClassPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-