|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.data.StockIdentifier<T,CT>
T
- The type of stock item that is associated to the Stock identified.CT
- The type of catalog item that is associated to the Catalog that is
associated to the Stock identified.public class StockIdentifier<T extends StockItem,CT extends CatalogItem>
Identifier class for Stocks. This can be used for getting correctly typed
Stocks from the shop using it's getStock()
method. Thus, a StockIdentifier is a combination of a name and the two type parameters
a Stock posseses.
Constructor Summary | |
---|---|
StockIdentifier(java.lang.String name)
Create a new StockIdentifer. |
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 StockIdentifier(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 |