Class SelectorNode
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.selector.server.entity.SelectorNode
- 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 SelectorNodeSelectorNode(SelectorNodeValue value, EntityPermission entityPermission) Creates a new instance of SelectorNode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActiveDetail(EntityPermission entityPermission) booleangetLastDetail(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetActiveDetail(SelectorNodeDetail entity) voidsetActiveDetailPK(SelectorNodeDetailPK activeDetailPK) voidsetLastDetail(SelectorNodeDetail entity) voidsetLastDetailPK(SelectorNodeDetailPK lastDetailPK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
SelectorNode
Creates a new instance of SelectorNode- Throws:
PersistenceException
-
SelectorNode
Creates a new instance of SelectorNode
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getSelectorNodeValue
-
setSelectorNodeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getActiveDetailPK
-
getActiveDetail
-
getActiveDetail
-
getActiveDetailForUpdate
-
setActiveDetailPK
public void setActiveDetailPK(SelectorNodeDetailPK activeDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setActiveDetail
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
getLastDetail
-
getLastDetail
-
getLastDetailForUpdate
-
setLastDetailPK
public void setLastDetailPK(SelectorNodeDetailPK lastDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLastDetail
-
getLastDetailPKHasBeenModified
-