public class LayerConfig extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
LayerConfig(String objectID,
String captionForUser)
DO NOT MAKE PUBLIC
No others apart from the Functions which extend the FunctionLayerConfigBase should be able to create LayerConfigs
|
protected |
LayerConfig(String objectID,
String captionForUser,
String layerDescription)
DO NOT MAKE PUBLIC
No others apart from the Functions which extend the FunctionLayerConfigBase should be able to create LayerConfigs
|
| 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() |
protected LayerConfig(String objectID, String captionForUser)
public String getObjectID()
public String getCaptionForUser()
public String getLayerID()
public void setLayerID(String layerID)
public String getLayerDescription()
public void setLayerDescription(String layerDescription)
Copyright © 2017. All Rights Reserved.