| |
|
| java.lang.Object org.ow2.easybeans.xmlconfig.mapping.AbsMapping org.ow2.easybeans.xmlconfig.mapping.AttributeMapping
AttributeMapping | public class AttributeMapping extends AbsMapping (Code) | | Defines a mapping for attributes of a class.
author: Florent Benoit |
getGetter | public String getGetter()(Code) | | the getter for this attribute. |
getSetter | public String getSetter()(Code) | | the setter for this attribute. |
isElement | public boolean isElement()(Code) | | Is that this attribute is mapped to an XML element ?
true if it the case |
isListElement | public boolean isListElement()(Code) | | Is that this attribute should be considered as a list ?
true if it the case |
setElement | public void setElement()(Code) | | This attribute is mapped to an XML element ?
|
setGetter | public void setGetter(String getter)(Code) | | Sets the getter for this attribute.
Parameters: getter - the given getter name |
setListElement | public void setListElement()(Code) | | This attribute is considered as a List.
|
setSetter | public void setSetter(String setter)(Code) | | Sets the setter for this attribute.
Parameters: setter - the given setter name |
toString | public String toString()(Code) | | Returns a string representation of the object.
string representation |
|
|
|