org.gcube.vremanagement.vremodel.cl.stubs.types
Class FunctionalityItem
java.lang.Object
org.gcube.vremanagement.vremodel.cl.stubs.types.FunctionalityItem
public class FunctionalityItem
- extends Object
FunctionalityItem
protected FunctionalityItem()
FunctionalityItem
public FunctionalityItem(int id,
String name,
String description,
boolean selected)
id
public int id()
- Returns:
- the id
id
public void id(int id)
- Parameters:
id - the id to set
name
public String name()
- Returns:
- the name
name
public void name(String name)
- Parameters:
name - the name to set
description
public String description()
- Returns:
- the description
description
public void description(String description)
- Parameters:
description - the description to set
selected
public boolean selected()
- Returns:
- the selected
selected
public void selected(boolean selected)
- Parameters:
selected - the selected to set
mandatory
public boolean mandatory()
- Returns:
- the mandatory
mandatory
public void mandatory(boolean mandatory)
- Parameters:
mandatory - the mandatory to set
selectableResourcesDescription
public List<ResourceDescriptionItem> selectableResourcesDescription()
- Returns:
- the selectableResourcesDescription
selectableResourcesDescription
public void selectableResourcesDescription(List<ResourceDescriptionItem> selectableResourcesDescription)
- Parameters:
selectableResourcesDescription - the selectableResourcesDescription to set
children
public List<FunctionalityItem> children()
- Returns:
- the childs
children
public void children(List<FunctionalityItem> children)
- Parameters:
childs - the childs to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.