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

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SMFile, SMObject, SMTable

public abstract class SMResource
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SMResource

public SMResource()

SMResource

public SMResource(String description,
                  String name,
                  String resourceId,
                  int resourceType)
Method Detail

getResourceId

public String getResourceId()
Gets the resourceId value for this SMResource.

Returns:
resourceId

setResourceId

public void setResourceId(String resourceId)
Sets the resourceId value for this SMResource.

Parameters:
resourceId -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getResourceType

public int getResourceType()
Gets the resourceType value for this SMResource.

Returns:
resourceType

setResourceType

public void setResourceType(int resourceType)
Sets the resourceType value for this SMResource.

Parameters:
resourceType -

getName

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

Returns:
name

setName

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

Parameters:
name -

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.