Esri Geoportal Server
1.2.9

com.esri.gpt.agp.client
Class AgpProperty

java.lang.Object
  extended by com.esri.gpt.agp.client.AgpProperty

public class AgpProperty
extends Object

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

AgpProperty

public AgpProperty()
Default constructor.


AgpProperty

public AgpProperty(String name,
                   String value)
Construct with a name/value pair.

Parameters:
name - the name
value - the value
Method Detail

getName

public String getName()
Gets the name.

Returns:
the name

setName

public void setName(String name)
Sets the name.

Parameters:
name - the name

getValue

public String getValue()
Gets the value.

Returns:
the value

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - the value

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.