org.apache.xbean.spring.generator
Class AttributeMapping
java.lang.Object
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
AttributeMapping
public AttributeMapping(String attributeName,
String propertyName,
String description,
Type type,
String value,
boolean fixed,
boolean required,
String propertyEditor)
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.