org.apache.xbean.spring.generator
Class AttributeMapping

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

public class AttributeMapping
extends java.lang.Object
implements java.lang.Comparable

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

Constructor Summary
AttributeMapping(java.lang.String attributeName, java.lang.String propertyName, java.lang.String description, Type type, java.lang.String value, boolean fixed, boolean required, java.lang.String propertyEditor)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttributeName()
           
 java.lang.String getDescription()
           
 java.lang.String getPropertyEditor()
           
 java.lang.String getPropertyName()
           
 Type getType()
           
 java.lang.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(java.lang.String attributeName,
                        java.lang.String propertyName,
                        java.lang.String description,
                        Type type,
                        java.lang.String value,
                        boolean fixed,
                        boolean required,
                        java.lang.String propertyEditor)
Method Detail

getAttributeName

public java.lang.String getAttributeName()

getPropertyName

public java.lang.String getPropertyName()

getDescription

public java.lang.String getDescription()

getType

public Type getType()

getValue

public java.lang.String getValue()

isFixed

public boolean isFixed()

isRequired

public boolean isRequired()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

compareTo

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

getPropertyEditor

public java.lang.String getPropertyEditor()


Copyright © 2005-2011. All Rights Reserved.