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