| Constructor and Description |
|---|
OnlPay() |
| Modifier and Type | Method and Description |
|---|---|
Buyer |
getBuyr()
Getter for buyr.
|
Date |
getDat()
Getter for dat.
|
Buyer |
getIid()
Usually it's simple getter that return model ID.
|
String |
getPayId()
Getter for payId.
|
Long |
getPur()
Getter for pur.
|
SeSel |
getSelr()
Getter for selr.
|
void |
setBuyr(Buyer pBuyr)
Setter for buyr.
|
void |
setDat(Date pDat)
Setter for dat.
|
void |
setIid(Buyer pIid)
Usually it's simple setter for model ID.
|
void |
setPayId(String pPayId)
Setter for payId.
|
void |
setPur(Long pPur)
Setter for pur.
|
void |
setSelr(SeSel pSelr)
Setter for selr.
|
public final Buyer getIid()
Usually it's simple getter that return model ID.
public final void setIid(Buyer pIid)
Usually it's simple setter for model ID.
pIid - model IDpublic final Buyer getBuyr()
Getter for buyr.
public final void setBuyr(Buyer pBuyr)
Setter for buyr.
pBuyr - referencepublic final String getPayId()
Getter for payId.
public final void setPayId(String pPayId)
Setter for payId.
pPayId - referencepublic final Long getPur()
Getter for pur.
public final void setPur(Long pPur)
Setter for pur.
pPur - referencepublic final SeSel getSelr()
Getter for selr.
public final void setSelr(SeSel pSelr)
Setter for selr.
pSelr - referencepublic final Date getDat()
Getter for dat.
public final void setDat(Date pDat)
Setter for dat.
pDat - referenceCopyright © 2019. All rights reserved.