public class Config
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
name of this configuration.
|
private java.util.List<ConfigProperty> |
properties
Field properties.
|
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(ConfigProperty configProperty)
Method addProperty.
|
java.lang.String |
getName()
Get name of this configuration.
|
java.util.List<ConfigProperty> |
getProperties()
Method getProperties.
|
void |
removeProperty(ConfigProperty configProperty)
Method removeProperty.
|
void |
setName(java.lang.String name)
Set name of this configuration.
|
void |
setProperties(java.util.List<ConfigProperty> properties)
Set properties.
|
private java.lang.String name
private java.util.List<ConfigProperty> properties
public void addProperty(ConfigProperty configProperty)
configProperty
- public java.lang.String getName()
public java.util.List<ConfigProperty> getProperties()
public void removeProperty(ConfigProperty configProperty)
configProperty
- public void setName(java.lang.String name)
name
- public void setProperties(java.util.List<ConfigProperty> properties)
properties
-