public class DbCr extends org.beigesoft.mdlp.AIdLnNm implements ISacnt
Model of debtor/creditor, i.e. a customer or a supplier.
| Constructor and Description |
|---|
DbCr() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
cnsTy()
OOP friendly Constant of code type 1002.
|
String |
getAddr1()
Getter for addr1.
|
String |
getAddr2()
Getter for addr2.
|
DcrCt |
getCat()
Getter for cat.
|
String |
getCity()
Getter for city.
|
String |
getCntr()
Getter for cntr.
|
String |
getEml()
Getter for eml.
|
String |
getPhon()
Getter for phon.
|
String |
getStat()
Getter for stat.
|
String |
getTin()
Getter for tin.
|
TxDst |
getTxDs()
Getter for txDs.
|
String |
getZip()
Getter for zip.
|
void |
setAddr1(String pAddr1)
Setter for addr1.
|
void |
setAddr2(String pAddr2)
Setter for addr2.
|
void |
setCat(DcrCt pCat)
Setter for cat.
|
void |
setCity(String pCity)
Setter for city.
|
void |
setCntr(String pCntr)
Setter for cntr.
|
void |
setEml(String pEml)
Setter for eml.
|
void |
setPhon(String pPhon)
Setter for phon.
|
void |
setStat(String pStat)
Setter for stat.
|
void |
setTin(String pTin)
Setter for tin.
|
void |
setTxDs(TxDst pTxDs)
Setter for txDs.
|
void |
setZip(String pZip)
Setter for zip.
|
public final Integer cnsTy()
OOP friendly Constant of code type 1002.
public final DcrCt getCat()
Getter for cat.
public final void setCat(DcrCt pCat)
Setter for cat.
pCat - referencepublic final TxDst getTxDs()
Getter for txDs.
public final void setTxDs(TxDst pTxDs)
Setter for txDs.
pTxDs - referencepublic final String getEml()
Getter for eml.
public final void setEml(String pEml)
Setter for eml.
pEml - referencepublic final String getAddr1()
Getter for addr1.
public final void setAddr1(String pAddr1)
Setter for addr1.
pAddr1 - referencepublic final String getAddr2()
Getter for addr2.
public final void setAddr2(String pAddr2)
Setter for addr2.
pAddr2 - referencepublic final String getZip()
Getter for zip.
public final void setZip(String pZip)
Setter for zip.
pZip - referencepublic final String getCntr()
Getter for cntr.
public final void setCntr(String pCntr)
Setter for cntr.
pCntr - referencepublic final String getStat()
Getter for stat.
public final void setStat(String pStat)
Setter for stat.
pStat - referencepublic final String getCity()
Getter for city.
public final void setCity(String pCity)
Setter for city.
pCity - referencepublic final String getPhon()
Getter for phon.
public final void setPhon(String pPhon)
Setter for phon.
pPhon - referencepublic final String getTin()
Getter for tin.
public final void setTin(String pTin)
Setter for tin.
pTin - referenceCopyright © 2019. All rights reserved.