Class InfraNode
- java.lang.Object
-
- org.gcube.portlets.user.accountingdashboard.shared.is.InfraNode
-
- All Implemented Interfaces:
Serializable
public class InfraNode extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<InfraNode>getChildren()StringgetDescription()StringgetName()StringgetScope()voidsetChildren(ArrayList<InfraNode> children)voidsetDescription(String description)voidsetName(String name)voidsetScope(String scope)StringtoString()
-