|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.CatalogIdentifier<T>
T
- The type of catalog item that is associated to the Catalog identified.public class CatalogIdentifier<T extends CatalogItem>
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.
Constructor Summary | |
---|---|
CatalogIdentifier(java.lang.String name)
Create a new CatalogIdentifer. |
Method Summary | |
---|---|
java.lang.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 |
---|
public CatalogIdentifier(java.lang.String name)
name
- Identifier name.Method Detail |
---|
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |