org.gcube.indexmanagement.storagehandling.stubs
Class ConnectUpdaterResponse

java.lang.Object
  extended by org.gcube.indexmanagement.storagehandling.stubs.ConnectUpdaterResponse
All Implemented Interfaces:
Serializable

public class ConnectUpdaterResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConnectUpdaterResponse()
           
ConnectUpdaterResponse(int connectionID, String deltaFileCollectionID)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getConnectionID()
          Gets the connectionID value for this ConnectUpdaterResponse.
 String getDeltaFileCollectionID()
          Gets the deltaFileCollectionID value for this ConnectUpdaterResponse.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setConnectionID(int connectionID)
          Sets the connectionID value for this ConnectUpdaterResponse.
 void setDeltaFileCollectionID(String deltaFileCollectionID)
          Sets the deltaFileCollectionID value for this ConnectUpdaterResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectUpdaterResponse

public ConnectUpdaterResponse()

ConnectUpdaterResponse

public ConnectUpdaterResponse(int connectionID,
                              String deltaFileCollectionID)
Method Detail

getConnectionID

public int getConnectionID()
Gets the connectionID value for this ConnectUpdaterResponse.

Returns:
connectionID

setConnectionID

public void setConnectionID(int connectionID)
Sets the connectionID value for this ConnectUpdaterResponse.

Parameters:
connectionID -

getDeltaFileCollectionID

public String getDeltaFileCollectionID()
Gets the deltaFileCollectionID value for this ConnectUpdaterResponse.

Returns:
deltaFileCollectionID

setDeltaFileCollectionID

public void setDeltaFileCollectionID(String deltaFileCollectionID)
Sets the deltaFileCollectionID value for this ConnectUpdaterResponse.

Parameters:
deltaFileCollectionID -

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.