org.apache.xbean.spring.generator
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 |
AttributeMapping(java.lang.String attributeName,
java.lang.String propertyName,
java.lang.String description,
Type type,
java.lang.String value,
boolean fixed,
boolean required)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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)
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.