Class SelectorNodeDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.selector.server.entity.SelectorNodeDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SelectorNodeDetailSelectorNodeDetail
(SelectorNodeDetailValue value, EntityPermission entityPermission) Creates a new instance of SelectorNodeDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
getSelector
(EntityPermission entityPermission) getSelector
(Session session) getSelector
(Session session, EntityPermission entityPermission) getSelectorForUpdate
(Session session) getSelectorNode
(EntityPermission entityPermission) getSelectorNode
(Session session) getSelectorNode
(Session session, EntityPermission entityPermission) getSelectorNodeForUpdate
(Session session) boolean
boolean
getSelectorNodeType
(EntityPermission entityPermission) getSelectorNodeType
(Session session) getSelectorNodeType
(Session session, EntityPermission entityPermission) getSelectorNodeTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsRootSelectorNode
(Boolean isRootSelectorNode) void
void
setSelector
(Selector entity) void
setSelectorNode
(SelectorNode entity) void
void
setSelectorNodeName
(String selectorNodeName) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setSelectorNodeType
(SelectorNodeType entity) void
setSelectorNodeTypePK
(SelectorNodeTypePK selectorNodeTypePK) void
setSelectorPK
(SelectorPK selectorPK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SelectorNodeDetail
Creates a new instance of SelectorNodeDetail- Throws:
PersistenceException
-
SelectorNodeDetail
Creates a new instance of SelectorNodeDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getSelectorNodeDetailValue
-
setSelectorNodeDetailValue
public void setSelectorNodeDetailValue(SelectorNodeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getSelectorNodePK
-
getSelectorNode
-
getSelectorNode
-
getSelectorNode
-
getSelectorNode
-
getSelectorNodeForUpdate
-
getSelectorNodeForUpdate
-
setSelectorNodePK
public void setSelectorNodePK(SelectorNodePK selectorNodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelectorNode
-
getSelectorNodePKHasBeenModified
-
getSelectorPK
-
getSelector
-
getSelector
-
getSelector
-
getSelector
-
getSelectorForUpdate
-
getSelectorForUpdate
-
setSelectorPK
public void setSelectorPK(SelectorPK selectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelector
-
getSelectorPKHasBeenModified
-
getSelectorNodeName
-
setSelectorNodeName
public void setSelectorNodeName(String selectorNodeName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSelectorNodeNameHasBeenModified
-
getIsRootSelectorNode
-
setIsRootSelectorNode
public void setIsRootSelectorNode(Boolean isRootSelectorNode) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsRootSelectorNodeHasBeenModified
-
getSelectorNodeTypePK
-
getSelectorNodeType
-
getSelectorNodeType
-
getSelectorNodeType
-
getSelectorNodeType
-
getSelectorNodeTypeForUpdate
-
getSelectorNodeTypeForUpdate
-
setSelectorNodeTypePK
public void setSelectorNodeTypePK(SelectorNodeTypePK selectorNodeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelectorNodeType
-
getSelectorNodeTypePKHasBeenModified
-
getNegate
-
setNegate
public void setNegate(Boolean negate) throws PersistenceNotNullException, PersistenceReadOnlyException -
getNegateHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-