public class Property
extends java.lang.Object
| Constructor and Description |
|---|
Property() |
Property(java.lang.String name,
java.lang.String value,
java.util.List<PropertySource> sources) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.List<PropertySource> |
getSources() |
java.lang.String |
getValue() |
void |
setName(java.lang.String name) |
void |
setSources(java.util.List<PropertySource> sources) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
public Property(java.lang.String name,
java.lang.String value,
java.util.List<PropertySource> sources)
public Property()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.util.List<PropertySource> getSources()
public void setSources(java.util.List<PropertySource> sources)
public java.lang.String toString()
toString in class java.lang.Object