@Entity public class Layer extends Object implements Entity, Identifiable, Stampable, Serializable
| Constructor and Description |
|---|
Layer() |
Layer(UUID layerID) |
Layer(UUID layerID,
String name) |
Layer(UUID layerID,
String name,
Principal creator,
short isActive) |
Layer(UUID layerID,
String name,
Principal creator,
String uri,
String type,
String extraData,
short isActive) |
public Layer()
public Layer(UUID layerID)
public void setLayerTenants(Set<LayerTenant> layerTenants)
public Set<LayerTenant> getLayerTenants()
public Set<TaxonomyLayer> getTaxonomyLayers()
public void setTaxonomyLayers(Set<TaxonomyLayer> taxonomyLayers)
public GeocodeSystem getGeocodeSystem()
public void setGeocodeSystem(GeocodeSystem geocodeSystem)
public short getIsTemplate()
public void setIsTemplate(short isTemplate)
public Principal getCreator()
public void setCreator(Principal creator)
public short getIsActive()
public void setIsActive(short isActive)
public Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
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 UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public String getUri()
public void setUri(String uri)
public String getExtraData()
public void setExtraData(String extraData)
Copyright © 2017. All Rights Reserved.