org.gcube.vremanagement.vremodeler.stubs
Class ResourceItem

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

public class ResourceItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResourceItem()
           
ResourceItem(String description, String id, String name, boolean selected)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this ResourceItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this ResourceItem.
 String getName()
          Gets the name value for this ResourceItem.
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 ResourceItem.
 void setDescription(String description)
          Sets the description value for this ResourceItem.
 void setId(String id)
          Sets the id value for this ResourceItem.
 void setName(String name)
          Sets the name value for this ResourceItem.
 void setSelected(boolean selected)
          Sets the selected value for this ResourceItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceItem

public ResourceItem()

ResourceItem

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

getId

public String getId()
Gets the id value for this ResourceItem.

Returns:
id

setId

public void setId(String id)
Sets the id value for this ResourceItem.

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

isSelected

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

Returns:
selected

setSelected

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

Parameters:
selected -

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.