Class SelectorNodeComparisonValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeComparisonPK>
com.echothree.model.data.selector.server.value.SelectorNodeComparisonValue
- All Implemented Interfaces:
Serializable,Cloneable
public class SelectorNodeComparisonValue
extends BaseValue<SelectorNodeComparisonPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeComparisonValue(SelectorNodeComparisonPK selectorNodeComparisonPK, SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, SelectorComparisonTypePK selectorComparisonTypePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeComparisonValueSelectorNodeComparisonValue(SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, SelectorComparisonTypePK selectorComparisonTypePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeComparisonValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetSelectorComparisonTypePK(SelectorComparisonTypePK selectorComparisonTypePK) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeComparisonValue
public SelectorNodeComparisonValue(SelectorNodeComparisonPK selectorNodeComparisonPK, SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, SelectorComparisonTypePK selectorComparisonTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeComparisonValue- Throws:
PersistenceNotNullException
-
SelectorNodeComparisonValue
public SelectorNodeComparisonValue(SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, SelectorComparisonTypePK selectorComparisonTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeComparisonValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SelectorNodeComparisonPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorNodeComparisonPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorNodeComparisonPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorNodeComparisonPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getSelectorComparisonTypePK
-
setSelectorComparisonTypePK
public void setSelectorComparisonTypePK(SelectorComparisonTypePK selectorComparisonTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSelectorComparisonTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-