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

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

public class SMOperationInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMOperationInfo()
           
SMOperationInfo(String percentage, int status)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getPercentage()
          Gets the percentage value for this SMOperationInfo.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 int getStatus()
          Gets the status value for this SMOperationInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPercentage(String percentage)
          Sets the percentage value for this SMOperationInfo.
 void setStatus(int status)
          Sets the status value for this SMOperationInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMOperationInfo

public SMOperationInfo()

SMOperationInfo

public SMOperationInfo(String percentage,
                       int status)
Method Detail

getStatus

public int getStatus()
Gets the status value for this SMOperationInfo.

Returns:
status

setStatus

public void setStatus(int status)
Sets the status value for this SMOperationInfo.

Parameters:
status -

getPercentage

public String getPercentage()
Gets the percentage value for this SMOperationInfo.

Returns:
percentage

setPercentage

public void setPercentage(String percentage)
Sets the percentage value for this SMOperationInfo.

Parameters:
percentage -

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.