public abstract class Description extends Object
Constructor and Description |
---|
Description(String title)
this constructor has all required attributes as its parameters.
|
Description(String title,
String abstractDescription,
String[] keywords)
this constructor has all required attributes as its parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbstractDescription() |
String[] |
getKeywords() |
String |
getTitle() |
protected void |
setAbstractDescription(String abstractDescription) |
protected void |
setKeywords(String[] keywords) |
protected void |
setTitle(String title)
sets the title.
|
public Description(String title)
title
- the title to setpublic Description(String title, String abstractDescription, String[] keywords)
title
- the title to setabstractDescription
- the abstract description to setkeywords
- the keywords array to setprotected void setTitle(String title) throws IllegalArgumentException
title
- the title to setIllegalArgumentException
- if the title is empty.protected void setAbstractDescription(String abstractDescription)
protected void setKeywords(String[] keywords)
public String getAbstractDescription()
public String[] getKeywords()
public String getTitle()
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.