org.gcube.contentmanagement.timeseriesservice.stubs.types
Class FieldMapping

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

public class FieldMapping
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FieldMapping()
           
FieldMapping(String destinationField, String label, String sourceField)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDestinationField()
          Gets the destinationField value for this FieldMapping.
 String getLabel()
          Gets the label value for this FieldMapping.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSourceField()
          Gets the sourceField value for this FieldMapping.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDestinationField(String destinationField)
          Sets the destinationField value for this FieldMapping.
 void setLabel(String label)
          Sets the label value for this FieldMapping.
 void setSourceField(String sourceField)
          Sets the sourceField value for this FieldMapping.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMapping

public FieldMapping()

FieldMapping

public FieldMapping(String destinationField,
                    String label,
                    String sourceField)
Method Detail

getLabel

public String getLabel()
Gets the label value for this FieldMapping.

Returns:
label

setLabel

public void setLabel(String label)
Sets the label value for this FieldMapping.

Parameters:
label -

getSourceField

public String getSourceField()
Gets the sourceField value for this FieldMapping.

Returns:
sourceField

setSourceField

public void setSourceField(String sourceField)
Sets the sourceField value for this FieldMapping.

Parameters:
sourceField -

getDestinationField

public String getDestinationField()
Gets the destinationField value for this FieldMapping.

Returns:
destinationField

setDestinationField

public void setDestinationField(String destinationField)
Sets the destinationField value for this FieldMapping.

Parameters:
destinationField -

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.