org.arm4.arm40.transaction
public class ArmProperty extends Object
Version: $Revision$ $Date$
| Field Summary | |
|---|---|
| protected String | m_name |
| protected String | m_value |
| Constructor Summary | |
|---|---|
| ArmProperty(String name)
Constructor.
| |
| ArmProperty(String name, String value)
Constructor.
| |
| Method Summary | |
|---|---|
| String | getName()
Returns the unique identifier for this property.
|
| String | getValue()
Returns the value for the property, as identified by the given key.
|
| void | setName(String name)
Sets the unique identifier for this property.
|
| void | setValue(String value)
Sets the value for this property
|
Parameters: name is a unique identifier for this property.
Parameters: name is a unique identifier for this property. value is the value for the property, as identified by the given key.
Returns: the unique identifier for this property.
Returns: the value for the property, as identified by the given key.
Parameters: name is the unique identifier for this property.
Parameters: value is the value to associate with this property