Class InfraNodeJAXB
- java.lang.Object
-
- org.gcube.portlets.user.accountingdashboard.server.is.InfraNodeJAXB
-
public class InfraNodeJAXB extends Object
- Author:
- Giancarlo Panichi
-
-
Constructor Summary
Constructors Constructor Description InfraNodeJAXB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InfraNodeJAXB>getChildren()StringgetDescription()StringgetName()StringgetScope()voidsetChildren(List<InfraNodeJAXB> children)voidsetDescription(String description)voidsetName(String name)voidsetScope(String scope)StringtoString()
-
-
-
Method Detail
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getChildren
public List<InfraNodeJAXB> getChildren()
-
setChildren
public void setChildren(List<InfraNodeJAXB> children)
-
-