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

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

public class OperationInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OperationInfo()
           
OperationInfo(String percentage, ComputationStatus 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 OperationInfo.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 ComputationStatus getStatus()
          Gets the status value for this OperationInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPercentage(String percentage)
          Sets the percentage value for this OperationInfo.
 void setStatus(ComputationStatus status)
          Sets the status value for this OperationInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationInfo

public OperationInfo()

OperationInfo

public OperationInfo(String percentage,
                     ComputationStatus status)
Method Detail

getStatus

public ComputationStatus getStatus()
Gets the status value for this OperationInfo.

Returns:
status

setStatus

public void setStatus(ComputationStatus status)
Sets the status value for this OperationInfo.

Parameters:
status -

getPercentage

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

Returns:
percentage

setPercentage

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

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.