|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.arm4.arm40.transaction.ArmProperty
public class ArmProperty
ArmProperty addresses a requirement to accept a set of string name=value pair that extend the concept of application and transaction identity. An identity property name and value are the same for all instances of an application or transaction. A set of identity names (maximum of 20; maximum length of 127 characters) A set of identity values (maximum of 20; maximum length of 255 characters)
Field Summary | |
---|---|
protected java.lang.String |
m_name
|
protected java.lang.String |
m_value
|
Constructor Summary | |
---|---|
ArmProperty(java.lang.String name)
Constructor. |
|
ArmProperty(java.lang.String name,
java.lang.String value)
Constructor. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String m_name
protected java.lang.String m_value
Constructor Detail |
---|
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.Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |