@Deprecated public interface NameableInfo
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
Gets the description of the info object
|
String |
getName()
Deprecated.
Get the name of the info object
|
void |
setDescription(String description)
Deprecated.
Sets the description of an info object.
|
void |
setName(String name)
Deprecated.
Set the info object's name
|
String getName()
void setName(String name)
name
- The name to set.String getDescription()
void setDescription(String description)
description
- The description to set.