public class XmlBuilderBean extends Object
Represents a builder (engine, DAO) in wuic.xml file.
Constructor and Description |
---|
XmlBuilderBean() |
public String getId()
Gets the ID.
public String getType()
Gets the builder's type.
public List<XmlPropertyBean> getProperties()
Gets the properties.
public void setId(String id)
Sets the ID.
id
- the IDpublic void setType(String type)
Sets the type.
type
- the typeCopyright © 2012-2015. All Rights Reserved.