public class Srv extends AItm<Srv,SrTxDl> implements ISacnt
Model of service (to sell or to purchase).
| Constructor and Description |
|---|
Srv() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
OOP friendly Constant of code type 1007.
|
SrvCt |
getCat()
Getter for cat.
|
List<SrTxDl> |
getTdls()
Getter for tdls.
|
void |
setCat(SrvCt pCat)
Setter for cat.
|
void |
setTdls(List<SrTxDl> pTdls)
Setter for tdls.
|
public final Integer cnsTy()
OOP friendly Constant of code type 1007.
public final SrvCt getCat()
Getter for cat.
public final void setCat(SrvCt pCat)
Setter for cat.
pCat - referenceCopyright © 2019. All rights reserved.