public class SeedGWCRequest extends Object implements Serializable
| Constructor and Description |
|---|
SeedGWCRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
gr.cite.gaap.datatransferobjects.SeedGWCRequest.Bounds |
getBounds() |
String |
getGridSetId() |
String |
getName() |
int |
getThreadCount() |
String |
getType() |
int |
getZoomStart() |
int |
getZoomStop() |
int |
hashCode() |
void |
setBounds(double minX,
double minY,
double maxX,
double maxY) |
void |
setBounds(gr.cite.gaap.datatransferobjects.SeedGWCRequest.Bounds bounds) |
void |
setGridSetId(String gridSetId) |
void |
setName(String name) |
void |
setThreadCount(int threadCount) |
void |
setType(String type) |
void |
setZoomStart(int zoomStart) |
void |
setZoomStop(int zoomStop) |
public String getName()
public void setName(String name)
public int getZoomStart()
public void setZoomStart(int zoomStart)
public int getZoomStop()
public void setZoomStop(int zoomStop)
public String getGridSetId()
public int getThreadCount()
public void setThreadCount(int threadCount)
public void setGridSetId(String gridSetId)
public String getType()
public void setType(String type)
public gr.cite.gaap.datatransferobjects.SeedGWCRequest.Bounds getBounds()
public void setBounds(gr.cite.gaap.datatransferobjects.SeedGWCRequest.Bounds bounds)
public void setBounds(double minX,
double minY,
double maxX,
double maxY)
Copyright © 2019. All Rights Reserved.