public class ArmProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
m_name |
protected java.lang.String |
m_value |
Constructor and Description |
---|
ArmProperty(java.lang.String name)
Constructor.
|
ArmProperty(java.lang.String name,
java.lang.String value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the unique identifier for this property.
|
java.lang.String |
getValue()
Returns the value for the property, as identified by the given key.
|
void |
setName(java.lang.String name)
Sets the unique identifier for this property.
|
void |
setValue(java.lang.String value)
Sets the value for this property
|
public ArmProperty(java.lang.String name)
name
- is a unique identifier for this property.public ArmProperty(java.lang.String name, java.lang.String value)
name
- is a unique identifier for this property.value
- is the value for the property, as identified by the given key.public java.lang.String getName()
public void setName(java.lang.String name)
name
- is the unique identifier for this property.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- is the value to associate with this property