public class ClientRequest.DisplayableAttribute
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
The attribute's name.
|
private static long |
serialVersionUID
The class' serialization version id.
|
private java.lang.String |
value
The attribute's value.
|
Modifier | Constructor and Description |
---|---|
protected |
DisplayableAttribute(java.lang.String name,
java.lang.String value)
Constructs a new
DisplayableAttribute . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the attribute's name.
|
java.lang.String |
getValue()
Returns the attribute's value.
|
private static final long serialVersionUID
private java.lang.String name
private java.lang.String value