Class SelectorNodeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeDetailPK>
com.echothree.model.data.selector.server.value.SelectorNodeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeDetailValue
extends BaseValue<SelectorNodeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeDetailValue
(SelectorNodeDetailPK selectorNodeDetailPK, SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeDetailValueSelectorNodeDetailValue
(SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsRootSelectorNode
(Boolean isRootSelectorNode) void
void
setSelectorNodeName
(String selectorNodeName) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setSelectorNodeTypePK
(SelectorNodeTypePK selectorNodeTypePK) void
setSelectorPK
(SelectorPK selectorPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeDetailValue
public SelectorNodeDetailValue(SelectorNodeDetailPK selectorNodeDetailPK, SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeDetailValue- Throws:
PersistenceNotNullException
-
SelectorNodeDetailValue
public SelectorNodeDetailValue(SelectorNodePK selectorNodePK, SelectorPK selectorPK, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeTypePK selectorNodeTypePK, Boolean negate, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeDetailPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getSelectorNodeName
-
setSelectorNodeName
- Throws:
PersistenceNotNullException
-
getSelectorNodeNameHasBeenModified
-
getIsRootSelectorNode
-
setIsRootSelectorNode
- Throws:
PersistenceNotNullException
-
getIsRootSelectorNodeHasBeenModified
-
getSelectorNodeTypePK
-
setSelectorNodeTypePK
public void setSelectorNodeTypePK(SelectorNodeTypePK selectorNodeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSelectorNodeTypePKHasBeenModified
-
getNegate
-
setNegate
- Throws:
PersistenceNotNullException
-
getNegateHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-