org.gcube.contentmanagement.timeseriesservice.stubs
Class ReplaceEntryIdRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryIdRequest
All Implemented Interfaces:
Serializable

public class ReplaceEntryIdRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReplaceEntryIdRequest()
           
ReplaceEntryIdRequest(String fieldId, String newId, String oldId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFieldId()
          Gets the fieldId value for this ReplaceEntryIdRequest.
 String getNewId()
          Gets the newId value for this ReplaceEntryIdRequest.
 String getOldId()
          Gets the oldId value for this ReplaceEntryIdRequest.
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 setFieldId(String fieldId)
          Sets the fieldId value for this ReplaceEntryIdRequest.
 void setNewId(String newId)
          Sets the newId value for this ReplaceEntryIdRequest.
 void setOldId(String oldId)
          Sets the oldId value for this ReplaceEntryIdRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceEntryIdRequest

public ReplaceEntryIdRequest()

ReplaceEntryIdRequest

public ReplaceEntryIdRequest(String fieldId,
                             String newId,
                             String oldId)
Method Detail

getOldId

public String getOldId()
Gets the oldId value for this ReplaceEntryIdRequest.

Returns:
oldId

setOldId

public void setOldId(String oldId)
Sets the oldId value for this ReplaceEntryIdRequest.

Parameters:
oldId -

getNewId

public String getNewId()
Gets the newId value for this ReplaceEntryIdRequest.

Returns:
newId

setNewId

public void setNewId(String newId)
Sets the newId value for this ReplaceEntryIdRequest.

Parameters:
newId -

getFieldId

public String getFieldId()
Gets the fieldId value for this ReplaceEntryIdRequest.

Returns:
fieldId

setFieldId

public void setFieldId(String fieldId)
Sets the fieldId value for this ReplaceEntryIdRequest.

Parameters:
fieldId -

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.