Class MultiParentNode
java.lang.Object
org.apache.syncope.core.persistence.common.content.MultiParentNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(MultiParentNode child) void
addParent
(MultiParentNode parent) boolean
int
hashCode()
boolean
isChild
(MultiParentNode parent) boolean
boolean
isParent
(MultiParentNode child) void
removeChild
(MultiParentNode child) void
removeParent
(MultiParentNode parent) void
setExploited
(boolean exploited) toString()
-
Constructor Details
-
MultiParentNode
-
-
Method Details
-
getObject
-
isParent
-
isChild
-
getChildren
-
addParent
-
removeParent
-
addChild
-
removeChild
-
isExploited
public boolean isExploited() -
setExploited
public void setExploited(boolean exploited) -
hashCode
public int hashCode() -
equals
-
toString
-