| 
 | 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.server.assertion.components.AsnProperty
com.esri.gpt.server.assertion.components.AsnUIResource
public class AsnUIResource
Represents a UI resource.
| Constructor Summary | |
|---|---|
| AsnUIResource()Default constructor | |
| AsnUIResource(AsnUIResource objectToDuplicate)Construct by duplicating an existing object. | |
| AsnUIResource(String predicate,
              String resourceKey,
              String defaultValue)Constructs with a resource key and default value. | |
| Method Summary | |
|---|---|
|  AsnUIResource | duplicate()Produces a deep clone of the object. | 
|  String | getDefaultValue()Gets the default value. | 
|  String | getResourceKey()Gets the UI property bundle resource key. | 
|  String | getResourceValue()Gets the resource value. | 
|  String | getValue()Gets the value. | 
|  void | setDefaultValue(String defaultValue)Sets the default value. | 
|  void | setResourceKey(String resourceKey)Sets the UI property bundle resource key. | 
|  void | setResourceValue(String resourceValue)Sets the resource value. | 
|  void | setValue(String value)Sets the value. | 
| Methods inherited from class com.esri.gpt.server.assertion.components.AsnProperty | 
|---|
| asJson, asXml, ensureChildren, getChildren, getPredicate, getQuoteJsonValue, getSubject, hasChildren, setChildren, setPredicate, setQuoteJsonValue, setSubject, toJson, toXml | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AsnUIResource()
public AsnUIResource(String predicate,
                     String resourceKey,
                     String defaultValue)
predicate - the predicateresourceKey - the resource keydefaultValue - the default valuepublic AsnUIResource(AsnUIResource objectToDuplicate)
objectToDuplicate - the object to duplicate| Method Detail | 
|---|
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the default valuepublic String getResourceKey()
public void setResourceKey(String resourceKey)
resourceKey - the resource keypublic String getResourceValue()
public void setResourceValue(String resourceValue)
resourceValue - the resource valuepublic String getValue()
getValue in class AsnPropertypublic void setValue(String value)
setValue in class AsnPropertyvalue - the valuepublic AsnUIResource duplicate()
duplicate in class AsnProperty| 
 | Esri Geoportal Server 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||