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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) void
setSelectorComparisonTypePK
(SelectorComparisonTypePK selectorComparisonTypePK) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<SelectorNodeComparisonPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeComparisonPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeComparisonPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-