org.apache.hivemind.parse
Class AttributeMappingDescriptor

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.parse.AttributeMappingDescriptor
All Implemented Interfaces:
Locatable, LocationHolder

public class AttributeMappingDescriptor
extends BaseLocatable

Descriptor for the <map> element, nested within a <conversion> module descriptor element.

Author:
Howard Lewis Ship

Constructor Summary
AttributeMappingDescriptor()
           
 
Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getPropertyName()
           
 void setAttributeName(java.lang.String string)
           
 void setPropertyName(java.lang.String string)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMappingDescriptor

public AttributeMappingDescriptor()
Method Detail

getAttributeName

public java.lang.String getAttributeName()

getPropertyName

public java.lang.String getPropertyName()

setAttributeName

public void setAttributeName(java.lang.String string)

setPropertyName

public void setPropertyName(java.lang.String string)