|
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.catalog.gxe.GxeDefinition
public class GxeDefinition
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 |
---|
public GxeDefinition()
public GxeDefinition(GxeDefinition objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public String getFileLocation()
public void setFileLocation(String fileLocation)
fileLocation
- the locationpublic String getKey()
public void setKey(String key)
key
- the keypublic XmlElement getRootElement()
public void setRootElement(XmlElement rootElement)
rootElement
- the root elementpublic GxeDefinition duplicate()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |