Class MultiParentNode
java.lang.Object
org.apache.syncope.core.persistence.common.content.MultiParentNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(MultiParentNode child) voidaddParent(MultiParentNode parent) booleaninthashCode()booleanisChild(MultiParentNode parent) booleanbooleanisParent(MultiParentNode child) voidremoveChild(MultiParentNode child) voidremoveParent(MultiParentNode parent) voidsetExploited(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
-