|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.agp.client.AgpProperty
public class AgpProperty
A name/value property.
Constructor Summary | |
---|---|
AgpProperty()
Default constructor. |
|
AgpProperty(String name,
String value)
Construct with a name/value pair. |
Method Summary | |
---|---|
String |
getName()
Gets the name. |
String |
getValue()
Gets the value. |
void |
setName(String name)
Sets the name. |
void |
setValue(String value)
Sets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgpProperty()
public AgpProperty(String name, String value)
name
- the namevalue
- the valueMethod Detail |
---|
public String getName()
public void setName(String name)
name
- the namepublic String getValue()
public void setValue(String value)
value
- the value
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |