public class AttributeMapping extends Object implements Comparable
Constructor and Description |
---|
AttributeMapping(String attributeName,
String propertyName,
String description,
Type type,
String value,
boolean fixed,
boolean required,
String propertyEditor) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
String |
getAttributeName() |
String |
getDescription() |
String |
getPropertyEditor() |
String |
getPropertyName() |
Type |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isFixed() |
boolean |
isRequired() |
public String getAttributeName()
public String getPropertyName()
public String getDescription()
public Type getType()
public String getValue()
public boolean isFixed()
public boolean isRequired()
public int compareTo(Object obj)
compareTo
in interface Comparable
public String getPropertyEditor()
Copyright © 2005-2013. All Rights Reserved.