@Entity public class Layer extends PersistentObject
| Constructor and Description |
|---|
Layer() |
Layer(String name) |
Layer(String name,
LayerDataSource source,
LayerAppearance appearance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LayerAppearance |
getAppearance() |
String |
getDescription() |
String |
getName() |
LayerDataSource |
getSource() |
int |
hashCode() |
void |
setAppearance(LayerAppearance appearance) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSource(LayerDataSource source) |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Layer()
public Layer(String name)
name - Layer namepublic Layer(String name, LayerDataSource source, LayerAppearance appearance)
name - Layer namesource - appearance - public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description 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)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.