| Constructor and Description |
|---|
Empl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
OOP friendly Constant of code type 1010.
|
EmpCt |
getCat()
Getter for cat.
|
Date |
getDaHi()
Getter for daHi.
|
String |
getDscr()
Getter for dscr.
|
String |
getTin()
Getter for tin.
|
List<EmpWg> |
getYrWgs()
Getter for yrWgs.
|
void |
setCat(EmpCt pCat)
Setter for cat.
|
void |
setDaHi(Date pDaHi)
Setter for daHi.
|
void |
setDscr(String pDscr)
Setter for dscr.
|
void |
setTin(String pTin)
Setter for tin.
|
void |
setYrWgs(List<EmpWg> pYrWgs)
Setter for yrWgs.
|
public final Integer cnsTy()
OOP friendly Constant of code type 1010.
public final EmpCt getCat()
Getter for cat.
public final void setCat(EmpCt pCat)
Setter for cat.
pCat - referencepublic final String getTin()
Getter for tin.
public final void setTin(String pTin)
Setter for tin.
pTin - referencepublic final Date getDaHi()
Getter for daHi.
public final void setDaHi(Date pDaHi)
Setter for daHi.
pDaHi - referencepublic final String getDscr()
Getter for dscr.
public final void setDscr(String pDscr)
Setter for dscr.
pDscr - referenceCopyright © 2019–2020. All rights reserved.