public class Acnt
extends org.beigesoft.mdlp.AIdStrNm
Model of account.
| Constructor and Description |
|---|
Acnt() |
| Modifier and Type | Method and Description |
|---|---|
ENrBlTy |
getBlTy()
Geter for blTy.
|
String |
getDscr()
Geter for dscr.
|
String |
getNmbr()
Geter for nmbr.
|
List<Sacnt> |
getSacnts()
Getter for sacnts.
|
Integer |
getSaTy()
Geter for saTy.
|
EAccTy |
getTyp()
Geter for typ.
|
Boolean |
getUsCr()
Getter for usCr.
|
Boolean |
getUsed()
Geter for used.
|
void |
setBlTy(ENrBlTy pBlTy)
Setter for blTy.
|
void |
setDscr(String pDscr)
Setter for dscr.
|
void |
setNmbr(String pNmbr)
Setter for nmbr.
|
void |
setSacnts(List<Sacnt> pSacnts)
Setter for sacnts.
|
void |
setSaTy(Integer pSaTy)
Setter for saTy.
|
void |
setTyp(EAccTy pTyp)
Setter for typ.
|
void |
setUsCr(Boolean pUsCr)
Setter for usCr.
|
void |
setUsed(Boolean pUsed)
Setter for used.
|
public final String getNmbr()
Geter for nmbr.
public final void setNmbr(String pNmbr)
Setter for nmbr.
pNmbr - referencepublic final Boolean getUsed()
Geter for used.
public final void setUsed(Boolean pUsed)
Setter for used.
pUsed - referencepublic final ENrBlTy getBlTy()
Geter for blTy.
public final void setBlTy(ENrBlTy pBlTy)
Setter for blTy.
pBlTy - referencepublic final EAccTy getTyp()
Geter for typ.
public final void setTyp(EAccTy pTyp)
Setter for typ.
pTyp - referencepublic final Integer getSaTy()
Geter for saTy.
public final void setSaTy(Integer pSaTy)
Setter for saTy.
pSaTy - referencepublic final Boolean getUsCr()
Getter for usCr.
public final void setUsCr(Boolean pUsCr)
Setter for usCr.
pUsCr - referencepublic final String getDscr()
Geter for dscr.
public final void setDscr(String pDscr)
Setter for dscr.
pDscr - referenceCopyright © 2019–2020. All rights reserved.