public class RequiredProperty
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
defaultValue
Default value of the property.
|
private java.lang.String |
key
Key value of the property.
|
Constructor and Description |
---|
RequiredProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue()
Get default value of the property.
|
java.lang.String |
getKey()
Get key value of the property.
|
void |
setDefaultValue(java.lang.String defaultValue)
Set default value of the property.
|
void |
setKey(java.lang.String key)
Set key value of the property.
|
private java.lang.String key
private java.lang.String defaultValue
public java.lang.String getDefaultValue()
public java.lang.String getKey()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue
- public void setKey(java.lang.String key)
key
-