org.gcube.contentmanagement.timeseriesservice.stubs
Class ModifyEntryByIdRequest

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

public class ModifyEntryByIdRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ModifyEntryByIdRequest()
           
ModifyEntryByIdRequest(String fieldId, String newId, long rowId)
           
 
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 ModifyEntryByIdRequest.
 String getNewId()
          Gets the newId value for this ModifyEntryByIdRequest.
 long getRowId()
          Gets the rowId value for this ModifyEntryByIdRequest.
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 ModifyEntryByIdRequest.
 void setNewId(String newId)
          Sets the newId value for this ModifyEntryByIdRequest.
 void setRowId(long rowId)
          Sets the rowId value for this ModifyEntryByIdRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyEntryByIdRequest

public ModifyEntryByIdRequest()

ModifyEntryByIdRequest

public ModifyEntryByIdRequest(String fieldId,
                              String newId,
                              long rowId)
Method Detail

getRowId

public long getRowId()
Gets the rowId value for this ModifyEntryByIdRequest.

Returns:
rowId

setRowId

public void setRowId(long rowId)
Sets the rowId value for this ModifyEntryByIdRequest.

Parameters:
rowId -

getNewId

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

Returns:
newId

setNewId

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

Parameters:
newId -

getFieldId

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

Returns:
fieldId

setFieldId

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

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.