Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.gxe
Class GxeDefinition

java.lang.Object
  extended by com.esri.gpt.catalog.gxe.GxeDefinition

public class GxeDefinition
extends Object

A Geoportal XML editor definition.


Constructor Summary
GxeDefinition()
          Default constructor
GxeDefinition(GxeDefinition objectToDuplicate)
          Construct by duplicating an existing object.
 
Method Summary
 GxeDefinition duplicate()
          Produces a deep clone of the object.
 String getFileLocation()
          Gets the location of the root definition file.
 String getKey()
          Gets the key for this definition.
 XmlElement getRootElement()
          Gets the root element.
 void setFileLocation(String fileLocation)
          Sets the location of the root definition file.
 void setKey(String key)
          Sets the key for this definition.
 void setRootElement(XmlElement rootElement)
          Sets the root element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GxeDefinition

public GxeDefinition()
Default constructor


GxeDefinition

public GxeDefinition(GxeDefinition objectToDuplicate)
Construct by duplicating an existing object.

Parameters:
objectToDuplicate - the object to duplicate
Method Detail

getFileLocation

public String getFileLocation()
Gets the location of the root definition file.

Returns:
the location

setFileLocation

public void setFileLocation(String fileLocation)
Sets the location of the root definition file.

Parameters:
fileLocation - the location

getKey

public String getKey()
Gets the key for this definition.

Returns:
the key

setKey

public void setKey(String key)
Sets the key for this definition.

Parameters:
key - the key

getRootElement

public XmlElement getRootElement()
Gets the root element.

Returns:
the root element

setRootElement

public void setRootElement(XmlElement rootElement)
Sets the root element.

Parameters:
rootElement - the root element

duplicate

public GxeDefinition duplicate()
Produces a deep clone of the object.
The duplication constructor is invoked.
return new GxdDefinition(this);

Returns:
the duplicated object

Esri Geoportal Server
1.2.9

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