|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.global.dto.WMSDTO
Data Transfer Object for communication GeoServer Web Map Server information.
Information required for GeoServer to set up a Web Map Service.
Data Transfer object are used to communicate between the GeoServer application and its configuration and persistent layers. As such the class is final - to allow for its future use as an on-the-wire message.
| Constructor Summary | |
WMSDTO()
WMS constructor. |
|
WMSDTO(WMSDTO other)
WMS constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
Implement clone as a DeepCopy. |
boolean |
equals(java.lang.Object other)
Implement equals. |
ServiceDTO |
getService()
getService purpose. |
int |
hashCode()
Implement hashCode. |
boolean |
isGmlPrefixing()
isGmlPrefixing purpose. |
void |
setGmlPrefixing(boolean b)
setGmlPrefixing purpose. |
void |
setService(ServiceDTO service)
setService purpose. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WMSDTO()
public WMSDTO(WMSDTO other)
Creates a copy of the WMS provided. If the WMS provided is null then default values are used. All the data structures are cloned.
other - The WMS to copy.
java.lang.NullPointerException - DOCUMENT ME!| Method Detail |
public java.lang.Object clone()
clone in interface DataTransferObjectObject.clone()public boolean equals(java.lang.Object other)
recursively tests to determine if the object passed in is a copy of this object.
equals in interface DataTransferObjectother - The WMS object to test.
Object.equals(java.lang.Object)public int hashCode()
hashCode in interface DataTransferObjectObject.hashCode()public ServiceDTO getService()
Description ...
public void setService(ServiceDTO service)
Description ...
service -
java.lang.NullPointerException - DOCUMENT ME!public boolean isGmlPrefixing()
Description ...
public void setGmlPrefixing(boolean b)
Description ...
b -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||