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:
SMError, SMFile, SMObject, SMTable

public abstract class SMResource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMResource()
           
SMResource(String algorithm, Calendar creationDate, String description, String name, long operationId, String portalLogin, int provenance, String resourceId, int resourceType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAlgorithm()
          Gets the algorithm value for this SMResource.
 Calendar getCreationDate()
          Gets the creationDate value for this SMResource.
 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.
 long getOperationId()
          Gets the operationId value for this SMResource.
 String getPortalLogin()
          Gets the portalLogin value for this SMResource.
 int getProvenance()
          Gets the provenance 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 setAlgorithm(String algorithm)
          Sets the algorithm value for this SMResource.
 void setCreationDate(Calendar creationDate)
          Sets the creationDate value for this SMResource.
 void setDescription(String description)
          Sets the description value for this SMResource.
 void setName(String name)
          Sets the name value for this SMResource.
 void setOperationId(long operationId)
          Sets the operationId value for this SMResource.
 void setPortalLogin(String portalLogin)
          Sets the portalLogin value for this SMResource.
 void setProvenance(int provenance)
          Sets the provenance 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 algorithm,
                  Calendar creationDate,
                  String description,
                  String name,
                  long operationId,
                  String portalLogin,
                  int provenance,
                  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 -

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 -

getPortalLogin

public String getPortalLogin()
Gets the portalLogin value for this SMResource.

Returns:
portalLogin

setPortalLogin

public void setPortalLogin(String portalLogin)
Sets the portalLogin value for this SMResource.

Parameters:
portalLogin -

getOperationId

public long getOperationId()
Gets the operationId value for this SMResource.

Returns:
operationId

setOperationId

public void setOperationId(long operationId)
Sets the operationId value for this SMResource.

Parameters:
operationId -

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 -

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 -

getProvenance

public int getProvenance()
Gets the provenance value for this SMResource.

Returns:
provenance

setProvenance

public void setProvenance(int provenance)
Sets the provenance value for this SMResource.

Parameters:
provenance -

getCreationDate

public Calendar getCreationDate()
Gets the creationDate value for this SMResource.

Returns:
creationDate

setCreationDate

public void setCreationDate(Calendar creationDate)
Sets the creationDate value for this SMResource.

Parameters:
creationDate -

getAlgorithm

public String getAlgorithm()
Gets the algorithm value for this SMResource.

Returns:
algorithm

setAlgorithm

public void setAlgorithm(String algorithm)
Sets the algorithm value for this SMResource.

Parameters:
algorithm -

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.