Class AttributeMapping
- java.lang.Object
-
- 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
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo
in interfacejava.lang.Comparable
-
getPropertyEditor
public java.lang.String getPropertyEditor()
-
-