org.gcube.vremanagement.vremodeler.stubs
Class FunctionalityItem

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.FunctionalityItem
All Implemented Interfaces:
Serializable

public class FunctionalityItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FunctionalityItem()
           
FunctionalityItem(FunctionalityItem[] childs, String description, int id, String name, ResourceDescriptionItem[] selectableResourcesDescription, boolean selected)
           
 
Method Summary
 boolean equals(Object obj)
           
 FunctionalityItem[] getChilds()
          Gets the childs value for this FunctionalityItem.
 FunctionalityItem getChilds(int i)
           
 String getDescription()
          Gets the description value for this FunctionalityItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this FunctionalityItem.
 String getName()
          Gets the name value for this FunctionalityItem.
 ResourceDescriptionItem[] getSelectableResourcesDescription()
          Gets the selectableResourcesDescription value for this FunctionalityItem.
 ResourceDescriptionItem getSelectableResourcesDescription(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSelected()
          Gets the selected value for this FunctionalityItem.
 void setChilds(FunctionalityItem[] childs)
          Sets the childs value for this FunctionalityItem.
 void setChilds(int i, FunctionalityItem _value)
           
 void setDescription(String description)
          Sets the description value for this FunctionalityItem.
 void setId(int id)
          Sets the id value for this FunctionalityItem.
 void setName(String name)
          Sets the name value for this FunctionalityItem.
 void setSelectableResourcesDescription(int i, ResourceDescriptionItem _value)
           
 void setSelectableResourcesDescription(ResourceDescriptionItem[] selectableResourcesDescription)
          Sets the selectableResourcesDescription value for this FunctionalityItem.
 void setSelected(boolean selected)
          Sets the selected value for this FunctionalityItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalityItem

public FunctionalityItem()

FunctionalityItem

public FunctionalityItem(FunctionalityItem[] childs,
                         String description,
                         int id,
                         String name,
                         ResourceDescriptionItem[] selectableResourcesDescription,
                         boolean selected)
Method Detail

getId

public int getId()
Gets the id value for this FunctionalityItem.

Returns:
id

setId

public void setId(int id)
Sets the id value for this FunctionalityItem.

Parameters:
id -

getName

public String getName()
Gets the name value for this FunctionalityItem.

Returns:
name

setName

public void setName(String name)
Sets the name value for this FunctionalityItem.

Parameters:
name -

getDescription

public String getDescription()
Gets the description value for this FunctionalityItem.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this FunctionalityItem.

Parameters:
description -

isSelected

public boolean isSelected()
Gets the selected value for this FunctionalityItem.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this FunctionalityItem.

Parameters:
selected -

getSelectableResourcesDescription

public ResourceDescriptionItem[] getSelectableResourcesDescription()
Gets the selectableResourcesDescription value for this FunctionalityItem.

Returns:
selectableResourcesDescription

setSelectableResourcesDescription

public void setSelectableResourcesDescription(ResourceDescriptionItem[] selectableResourcesDescription)
Sets the selectableResourcesDescription value for this FunctionalityItem.

Parameters:
selectableResourcesDescription -

getSelectableResourcesDescription

public ResourceDescriptionItem getSelectableResourcesDescription(int i)

setSelectableResourcesDescription

public void setSelectableResourcesDescription(int i,
                                              ResourceDescriptionItem _value)

getChilds

public FunctionalityItem[] getChilds()
Gets the childs value for this FunctionalityItem.

Returns:
childs

setChilds

public void setChilds(FunctionalityItem[] childs)
Sets the childs value for this FunctionalityItem.

Parameters:
childs -

getChilds

public FunctionalityItem getChilds(int i)

setChilds

public void setChilds(int i,
                      FunctionalityItem _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.