Package org.openiam.base
Class TreeObjectId
- java.lang.Object
-
- org.openiam.base.TreeObjectId
-
- All Implemented Interfaces:
Serializable
public class TreeObjectId extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeObjectId()TreeObjectId(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(TreeObjectId child)booleanequals(Object o)List<TreeObjectId>getChildren()StringgetValue()inthashCode()voidremoveChild(TreeObjectId child)voidsetChildren(List<TreeObjectId> children)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
TreeObjectId
public TreeObjectId()
-
TreeObjectId
public TreeObjectId(String value)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getChildren
public List<TreeObjectId> getChildren()
-
setChildren
public void setChildren(List<TreeObjectId> children)
-
addChild
public void addChild(TreeObjectId child)
-
removeChild
public void removeChild(TreeObjectId child)
-
-