public class Style extends Object implements XMLElement
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDomainResource(StyleDomainResource dr) |
Object |
clone()
Method that will create a deep copy of this object.
|
protected void |
convertValues2KB(HashMap conversionValues)
Method that will overwrite the URL's stored in the database with the URL specified for Kaartenbalie.
|
String |
getAbstracts() |
Set |
getDomainResource() |
Integer |
getId() |
Layer |
getLayer() |
String |
getName() |
String |
getSldConstraints() |
String |
getSldPart() |
String |
getTitle() |
void |
setAbstracts(String abstracts) |
void |
setDomainResource(Set domainResource) |
void |
setLayer(Layer layer) |
void |
setName(String name) |
void |
setSldConstraints(String sldConstraints) |
void |
setSldPart(String sldPart) |
void |
setTitle(String title) |
Element |
toElement(Document doc,
Element rootElement)
Method that will create piece of the XML tree to create a proper XML docuement.
|
public Integer getId()
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getAbstracts()
public void setAbstracts(String abstracts)
public Set getDomainResource()
public void setDomainResource(Set domainResource)
public void addDomainResource(StyleDomainResource dr)
public Layer getLayer()
public void setLayer(Layer layer)
public String getSldPart()
public void setSldPart(String sldPart)
protected void convertValues2KB(HashMap conversionValues)
newUrl - String representing the URL the old URL has to be replaced with.public Object clone()
public Element toElement(Document doc, Element rootElement)
toElement in interface XMLElementdoc - Document object which is being used to create new ElementsrootElement - The element where this object belongs to.public String getSldConstraints()
public void setSldConstraints(String sldConstraints)
Copyright © 2020 B3Partners B.V.. All rights reserved.