SalesPoint v3.3 API

data
Class CatalogIdentifier<T extends CatalogItem>

java.lang.Object
  extended by 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

Constructor Summary
CatalogIdentifier(String name)
          Create a new CatalogIdentifer.
 
Method Summary
 String getName()
          Get the identifier name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogIdentifier

public CatalogIdentifier(String name)
Create a new CatalogIdentifer.

Parameters:
name - Identifier name.
Method Detail

getName

public String getName()
Get the identifier name.

Returns:
Identifier name.

SalesPoint v3.3 API