public class LayerConfig extends Object implements Serializable
| Constructor and Description |
|---|
LayerConfig(String objectID,
String captionForUser) |
LayerConfig(String objectID,
String captionForUser,
String layerDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCaptionForUser() |
String |
getLayerDescription() |
String |
getLayerID() |
String |
getObjectID() |
int |
hashCode() |
void |
setLayerDescription(String layerDescription) |
void |
setLayerID(String layerID) |
String |
toString() |
public String getObjectID()
public String getCaptionForUser()
public String getLayerID()
public void setLayerID(String layerID)
public String getLayerDescription()
public void setLayerDescription(String layerDescription)
Copyright © 2018. All Rights Reserved.