T - The type of the object described@Deprecated public class ItemDescriptor<T> extends java.lang.Object implements IItemDescriptor<T>
IItemDescriptor.| Constructor and Description |
|---|
ItemDescriptor(java.lang.String id,
java.lang.String label,
java.lang.String description,
T instance)
Deprecated.
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Deprecated.
Returns the description.
|
java.lang.String |
getID()
Deprecated.
Returns the identifier.
|
T |
getItem()
Deprecated.
Returns the item.
|
java.lang.String |
getLabel()
Deprecated.
Returns the label.
|
public ItemDescriptor(java.lang.String id,
java.lang.String label,
java.lang.String description,
T instance)
id - The identifierlabel - The labeldescription - The descriptioninstance - The instancepublic java.lang.String getID()
getID in interface IItemDescriptor<T>IItemDescriptor.getID()public java.lang.String getLabel()
getLabel in interface IItemDescriptor<T>IItemDescriptor.getLabel()public java.lang.String getDescription()
getDescription in interface IItemDescriptor<T>IItemDescriptor.getDescription()public T getItem()
getItem in interface IItemDescriptor<T>IItemDescriptor.getItem()