data
Class CatalogIdentifier<T extends CatalogItem>
java.lang.Object
data.CatalogIdentifier<T>
- Type Parameters:
T
- The type of catalog item that is associated to the Catalog identified.
public class CatalogIdentifier<T extends CatalogItem>
- extends Object
Identifier class for Catalogs. This can be used for getting correctly typed
Catalogs from the shop using it's getCatalog()
method. Thus, a CatalogIdentifier is a combination of a name and the type parameter.
- Since:
- 3.3
- Author:
- Thomas Ryssel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogIdentifier
public CatalogIdentifier(String name)
- Create a new CatalogIdentifer.
- Parameters:
name
- Identifier name.
getName
public String getName()
- Get the identifier name.
- Returns:
- Identifier name.