org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class SMAbstractResource

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMAbstractResource
All Implemented Interfaces:
Serializable

public class SMAbstractResource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMAbstractResource()
           
SMAbstractResource(String abstractResourceId, SMResource resource)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAbstractResourceId()
          Gets the abstractResourceId value for this SMAbstractResource.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 SMResource getResource()
          Gets the resource value for this SMAbstractResource.
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()
           
 void setAbstractResourceId(String abstractResourceId)
          Sets the abstractResourceId value for this SMAbstractResource.
 void setResource(SMResource resource)
          Sets the resource value for this SMAbstractResource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMAbstractResource

public SMAbstractResource()

SMAbstractResource

public SMAbstractResource(String abstractResourceId,
                          SMResource resource)
Method Detail

getAbstractResourceId

public String getAbstractResourceId()
Gets the abstractResourceId value for this SMAbstractResource.

Returns:
abstractResourceId

setAbstractResourceId

public void setAbstractResourceId(String abstractResourceId)
Sets the abstractResourceId value for this SMAbstractResource.

Parameters:
abstractResourceId -

getResource

public SMResource getResource()
Gets the resource value for this SMAbstractResource.

Returns:
resource

setResource

public void setResource(SMResource resource)
Sets the resource value for this SMAbstractResource.

Parameters:
resource -

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 © 2012. All Rights Reserved.