org.gcube.execution.workflowengine.service.stubs
Class JobOutput

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.JobOutput
All Implemented Interfaces:
Serializable

public class JobOutput
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JobOutput()
           
JobOutput(String key, String storageSystemID, String subKey)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getKey()
          Gets the key value for this JobOutput.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getStorageSystemID()
          Gets the storageSystemID value for this JobOutput.
 String getSubKey()
          Gets the subKey value for this JobOutput.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setKey(String key)
          Sets the key value for this JobOutput.
 void setStorageSystemID(String storageSystemID)
          Sets the storageSystemID value for this JobOutput.
 void setSubKey(String subKey)
          Sets the subKey value for this JobOutput.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobOutput

public JobOutput()

JobOutput

public JobOutput(String key,
                 String storageSystemID,
                 String subKey)
Method Detail

getKey

public String getKey()
Gets the key value for this JobOutput.

Returns:
key

setKey

public void setKey(String key)
Sets the key value for this JobOutput.

Parameters:
key -

getSubKey

public String getSubKey()
Gets the subKey value for this JobOutput.

Returns:
subKey

setSubKey

public void setSubKey(String subKey)
Sets the subKey value for this JobOutput.

Parameters:
subKey -

getStorageSystemID

public String getStorageSystemID()
Gets the storageSystemID value for this JobOutput.

Returns:
storageSystemID

setStorageSystemID

public void setStorageSystemID(String storageSystemID)
Sets the storageSystemID value for this JobOutput.

Parameters:
storageSystemID -

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.