public class PBillInfoBean extends Object
Constructor and Description |
---|
PBillInfoBean() |
Modifier and Type | Method and Description |
---|---|
Poid |
getBillinfoPoid()
Gets the Billinfo poid
|
Poid |
getBillPoid()
Gets the Bill poid
|
int |
getFlags()
Gets the flag value
|
Date |
getLastBillT()
Gets the last billing date for selected billinfo
|
Date |
getNextBillT()
Gets the Next billing date for selected billinfo
|
int |
getPayType()
Gets the Pay Type
|
String |
getPayTypeDesc()
Gets the String description of Pay Type
|
void |
setBillinfoPoid(Poid pBillinfoPoid)
Sets the Billinfo poid
|
void |
setBillPoid(Poid pBillPoid)
Sets the Bill poid
|
void |
setFlags(int flags)
Sets the flag value
|
void |
setLastBillT(Date lastBillT)
Sets the last billing date for selected billinfo
|
void |
setNextBillT(Date nextBillT)
Sets the Next billing date for selected billinfo
|
void |
setPayType(int payType)
Sets the Pay Type
|
public void setBillinfoPoid(Poid pBillinfoPoid)
pBillinfoPoid
- a Poid
for billinfopublic Poid getBillinfoPoid()
Poid
for billinfopublic void setBillPoid(Poid pBillPoid)
pBillPoid
- a Poid
for billpublic Poid getBillPoid()
Poid
for billpublic void setPayType(int payType)
payType
- a int
for billpublic int getPayType()
int
for billpublic String getPayTypeDesc()
String
for billpublic void setFlags(int flags)
flag
- value a int
for billinfopublic int getFlags()
int
for billinfopublic void setNextBillT(Date nextBillT)
Next
- billing date a java.util.Date
for selected billinfopublic Date getNextBillT()
java.util.Date
for selected billinfopublic void setLastBillT(Date lastBillT)
last
- billing date a java.util.Date
for selected billinfopublic Date getLastBillT()
java.util.Date
for selected billinfoCopyright © 2003, 2023, Oracle and/or its affiliates.