@Entity public class Layer extends PersistentObject
| Constructor and Description |
|---|
Layer() |
Layer(String name,
String type,
LayerDataSource source,
LayerAppearance appearance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LayerAppearance |
getAppearance() |
String |
getName() |
LayerDataSource |
getSource() |
String |
getType() |
int |
hashCode() |
void |
setAppearance(LayerAppearance appearance) |
void |
setName(String name) |
void |
setSource(LayerDataSource source) |
void |
setType(String type) |
String |
toString() |
getCreated, getId, getModified, setModifiedpublic Layer()
public Layer(String name, String type, LayerDataSource source, LayerAppearance appearance)
name - Layer nametype - Layer typesource - The data source of the layerappearance - The appearance configuration of the layerpublic String getName()
public void setName(String name)
name - the name to setpublic String getType()
public void setType(String type)
type - the type to setpublic LayerDataSource getSource()
public void setSource(LayerDataSource source)
source - the source to setpublic LayerAppearance getAppearance()
public void setAppearance(LayerAppearance appearance)
appearance - the appearance to setpublic int hashCode()
public boolean equals(Object obj)
public String toString()
toString in class PersistentObjectCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.