T - item typepublic abstract class AItmCtlId<T extends org.beigesoft.mdl.IIdLnNm> extends Object
Model of ID of Catalog that contains of an item (Goods/Service/ SeGoods/SeService). Beige-ORM does not support generic fields!
| Constructor and Description |
|---|
AItmCtlId() |
| Modifier and Type | Method and Description |
|---|---|
CatGs |
getCatl()
Getter for catl.
|
abstract T |
getItm()
Getter for item.
|
void |
setCatl(CatGs pCatl)
Setter for catl.
|
abstract void |
setItm(T pItm)
Setter for item.
|
public abstract T getItm()
Getter for item.
public abstract void setItm(T pItm)
Setter for item.
pItm - referencepublic final CatGs getCatl()
Getter for catl.
public final void setCatl(CatGs pCatl)
Setter for catl.
pCatl - referenceCopyright © 2019–2020. All rights reserved.