@Entity public class LayerVisualization extends Object implements Entity, Identifiable, Serializable, Stampable
| Constructor and Description |
|---|
LayerVisualization() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeVisualization() |
Date |
getCreationDate() |
UUID |
getId() |
Date |
getLastUpdate() |
Layer |
getLayer() |
static long |
getSerialversionuid() |
Tenant |
getTenant() |
int |
hashCode() |
void |
setAttributeVisualization(String attributeVisualization) |
void |
setCreationDate(Date creationDate) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setLayer(Layer layer) |
void |
setTenant(Tenant tenant) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Layer getLayer()
public void setLayer(Layer layer)
public Tenant getTenant()
public void setTenant(Tenant tenant)
public String getAttributeVisualization()
public void setAttributeVisualization(String attributeVisualization)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic static long getSerialversionuid()
Copyright © 2018. All Rights Reserved.