net.sf.mmm.util.xml.base.jaxb
Class PropertyList
java.lang.Object
net.sf.mmm.util.xml.base.jaxb.PropertyList
public class PropertyList
- extends Object
This class represents Properties as JAXB bean.
- Since:
- 2.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyList
private List<Property> propertyList
- See Also:
getPropertyList()
PropertyList
public PropertyList()
- The constructor.
getPropertyList
public List<Property> getPropertyList()
- This method gets the
List of properties.
- Returns:
- the the
List of properties.
setPropertyList
public void setPropertyList(List<Property> propertyList)
- Parameters:
propertyList - is the propertyList to set
Copyright © 2001-2010 mmm-Team. All Rights Reserved.