org.apache.xbean.spring.generator
Class AttributeMapping

java.lang.Object
  extended byorg.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)
           
 
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 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)
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()

equals

public boolean equals(java.lang.Object obj)

compareTo

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


Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.