- java.lang.Object
-
- ilusr.persistencelib.configuration.ConfigurationProperty
-
public class ConfigurationProperty extends Object
- Author:
- Jeff Riggle
-
-
Constructor Summary
Constructors Constructor Description ConfigurationProperty(String name, String value)
-
-
-
Method Detail
-
name
public String name()
- Returns:
- The name of the Configuration Property.
-
name
public void name(String value)
- Parameters:
value
- The new name for the Configuration Property.
-
value
public String value()
- Returns:
- The value of the Configuration Property.
-
value
public void value(String value)
- Parameters:
value
- The new value for the Configuration Property.
-
-