| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.collection.StringAttribute
public class StringAttribute
A key/value pair of strings.
| Constructor Summary | |
|---|---|
StringAttribute()
Default constructor.  | 
|
StringAttribute(String key,
                String value)
Constructs with a supplied key and value.  | 
|
| Method Summary | |
|---|---|
 String | 
getKey()
Gets the key.  | 
 String | 
getValue()
Gets the value.  | 
 void | 
setKey(String key)
Sets the key.  | 
 void | 
setValue(String value)
Sets the value.  | 
 String | 
toString()
Returns the string representation of the object.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public StringAttribute()
public StringAttribute(String key,
                       String value)
key - the keyvalue - the value| Method Detail | 
|---|
public String getKey()
public void setKey(String key)
key - the keypublic String getValue()
public void setValue(String value)
value - the valuepublic String toString()
toString in class Object
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||