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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setThruTime
(Long thruTime) void
setTrainingClassPK
(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:
getBaseFactoryInstance
in classBaseValue<SelectorNodeTrainingClassPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeTrainingClassPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeTrainingClassPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeTrainingClassPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getTrainingClassPK
-
setTrainingClassPK
- Throws:
PersistenceNotNullException
-
getTrainingClassPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-