org.gcube.vremanagement.vremodel.cl.stubs.types
Class FunctionalityItem

java.lang.Object
  extended by org.gcube.vremanagement.vremodel.cl.stubs.types.FunctionalityItem

public class FunctionalityItem
extends Object


Constructor Summary
protected FunctionalityItem()
           
  FunctionalityItem(int id, String name, String description, boolean selected)
           
 
Method Summary
 List<FunctionalityItem> children()
           
 void children(List<FunctionalityItem> children)
           
 String description()
           
 void description(String description)
           
 int id()
           
 void id(int id)
           
 boolean mandatory()
           
 void mandatory(boolean mandatory)
           
 String name()
           
 void name(String name)
           
 List<ResourceDescriptionItem> selectableResourcesDescription()
           
 void selectableResourcesDescription(List<ResourceDescriptionItem> selectableResourcesDescription)
           
 boolean selected()
           
 void selected(boolean selected)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionalityItem

protected FunctionalityItem()

FunctionalityItem

public FunctionalityItem(int id,
                         String name,
                         String description,
                         boolean selected)
Method Detail

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.