org.apache.xbean.spring.generator
Class AttributeMapping

java.lang.Object
  extended by org.apache.xbean.spring.generator.AttributeMapping
All Implemented Interfaces:
Comparable

public class AttributeMapping
extends Object
implements Comparable

Since:
1.0
Version:
$Id$
Author:
Dain Sundstrom

Constructor Summary
AttributeMapping(String attributeName, String propertyName, String description, Type type, String value, boolean fixed, boolean required, String propertyEditor)
           
 
Method Summary
 int compareTo(Object obj)
           
 boolean equals(Object obj)
           
 String getAttributeName()
           
 String getDescription()
           
 String getPropertyEditor()
           
 String getPropertyName()
           
 Type getType()
           
 String getValue()
           
 int hashCode()
           
 boolean isFixed()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMapping

public AttributeMapping(String attributeName,
                        String propertyName,
                        String description,
                        Type type,
                        String value,
                        boolean fixed,
                        boolean required,
                        String propertyEditor)
Method Detail

getAttributeName

public String getAttributeName()

getPropertyName

public String getPropertyName()

getDescription

public String getDescription()

getType

public Type getType()

getValue

public String getValue()

isFixed

public boolean isFixed()

isRequired

public boolean isRequired()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

getPropertyEditor

public String getPropertyEditor()


Copyright © 2005-2011. All Rights Reserved.