org.productivity.java.habitat4j.compat.common
Class AttributeMapping

java.lang.Object
  extended by org.productivity.java.habitat4j.compat.common.AttributeMapping

public class AttributeMapping
extends java.lang.Object

AttributeMapping is an object that defines the "target" information relating to XML attributes used by AbstractXMLMap.

## LICENSE INFORMATION ##

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Version:
$Id: AttributeMapping.html,v 1.2 2008/11/24 15:15:20 cvs Exp $
Author:
Justin Yunke <habitat4j@productivity.org>

Constructor Summary
AttributeMapping()
           
 
Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getAttributeValue()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setAttributeValue(java.lang.String attributeValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMapping

public AttributeMapping()
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Returns:
Returns the attributeName.

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Parameters:
attributeName - The attributeName to set.

getAttributeValue

public java.lang.String getAttributeValue()
Returns:
Returns the attributeValue.

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)
Parameters:
attributeValue - The attributeValue to set.