public abstract class DescribableImpl extends Object implements Describable
| Constructor and Description |
|---|
DescribableImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a description of the describable item.
|
String |
getId()
Returns the name, aka ID, of the describable item.
|
String |
getOrganization()
Returns the organization associated with the describable item.
|
String |
getTitle()
Returns the title of the describable item.
|
String |
getVersion()
Retrieve the version.
|
void |
setDescription(String description)
Sets the description of the describable item.
|
void |
setId(String id)
Sets the ID of the describable item.
|
void |
setOrganization(String organization)
Sets the organization of the describable item.
|
void |
setShortname(String shortname)
Deprecated.
|
void |
setTitle(String title)
Sets the title of the describable item.
|
void |
setVersion(String version)
Sets the version of the describable item.
|
public String getVersion()
DescribablegetVersion in interface Describablepublic void setVersion(String version)
version - public String getId()
Describablehtml for a MetacardTransformer that transforms Metacards to HTMLgetId in interface Describablepublic void setId(String id)
id - public void setShortname(String shortname)
shortname - public String getTitle()
DescribablegetTitle in interface Describablepublic void setTitle(String title)
title - public String getDescription()
DescribablegetDescription in interface Describablepublic void setDescription(String description)
description - public String getOrganization()
DescribablegetOrganization in interface Describablepublic void setOrganization(String organization)
organization - This work is licensed under a Creative Commons Attribution 4.0 International License.