public class Buyer
extends org.beigesoft.mdlp.AIdLnNm
implements org.beigesoft.mdl.IIdLna
Model of debtor/creditor, i.e. a customer or a supplier.
| Constructor and Description |
|---|
Buyer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddr1()
Getter for addr1.
|
String |
getAddr2()
Getter for addr2.
|
String |
getBuSeId()
Getter for buSeId.
|
String |
getCity()
Getter for city.
|
String |
getCntr()
Getter for cntr.
|
DbCr |
getCust()
Getter for cust.
|
String |
getEml()
Getter for eml.
|
Boolean |
getFre()
Getter for fre.
|
Boolean |
getFrgn()
Getter for frgn.
|
Long |
getLsTm()
Getter for lsTm.
|
String |
getPhon()
Getter for phon.
|
String |
getPwd()
Getter for pwd.
|
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 |
setBuSeId(String pBuSeId)
Setter for buSeId.
|
void |
setCity(String pCity)
Setter for city.
|
void |
setCntr(String pCntr)
Setter for cntr.
|
void |
setCust(DbCr pCust)
Setter for cust.
|
void |
setEml(String pEml)
Setter for eml.
|
void |
setFre(Boolean pFre)
Setter for fre.
|
void |
setFrgn(Boolean pFrgn)
Setter for frgn.
|
void |
setLsTm(Long pLsTm)
Setter for lsTm.
|
void |
setPhon(String pPhon)
Setter for phon.
|
void |
setPwd(String pPwd)
Setter for pwd.
|
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 DbCr getCust()
Getter for cust.
public final void setCust(DbCr pCust)
Setter for cust.
pCust - referencepublic final String getPwd()
Getter for pwd.
public final void setPwd(String pPwd)
Setter for pwd.
pPwd - 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 Long getLsTm()
Getter for lsTm.
public final void setLsTm(Long pLsTm)
Setter for lsTm.
pLsTm - referencepublic final Boolean getFre()
Getter for fre.
public final void setFre(Boolean pFre)
Setter for fre.
pFre - referencepublic final String getBuSeId()
Getter for buSeId.
public final void setBuSeId(String pBuSeId)
Setter for buSeId.
pBuSeId - referencepublic final String getTin()
Getter for tin.
public final void setTin(String pTin)
Setter for tin.
pTin - referencepublic final TxDst getTxDs()
Getter for txDs.
public final void setTxDs(TxDst pTxDs)
Setter for txDs.
pTxDs - referencepublic final Boolean getFrgn()
Getter for frgn.
public final void setFrgn(Boolean pFrgn)
Setter for frgn.
pFrgn - referenceCopyright © 2019. All rights reserved.