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