public class PCollectionsAvailableCollectionBillUnitObj extends Object
Constructor and Description |
---|
PCollectionsAvailableCollectionBillUnitObj(Poid accountPoid,
String groupName,
Poid billUnitPoid,
String type,
String label)
Constructs an
CollectionsBillUnitObj with the specified data. |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNo()
Returns the account number associated with object.
|
Poid |
getAccountPoid()
Returns the accountPoid Poid.
|
String |
getBillUnitId()
Returns the billUnit ID number associated with Object
|
Poid |
getBillUnitPoid()
Returns the groupName String.
|
String |
getGroupName()
Returns the groupName String.
|
Poid |
getGroupPoid()
Returns the groupPoid Poid.
|
String |
getLabel()
Returns the label String.
|
boolean |
isSelected()
Returns the selected boolean.
|
void |
setAccountPoid(Poid accountPoid)
Setter method to set the
accountPoid . |
void |
setBillUnitId(String billUnitId)
Sets the billUnit ID number associated with Object
|
void |
setBillUnitPoid(Poid billUnitPoid)
This will set the
groupO . |
void |
setGroupName(String groupName)
This will set the
groupO . |
void |
setGroupPoid(Poid groupPoid)
This will set the
groupPoid . |
void |
setLabel(String label)
This will set the
label . |
void |
setSelected(boolean selected)
This will set the
selected . |
public PCollectionsAvailableCollectionBillUnitObj(Poid accountPoid, String groupName, Poid billUnitPoid, String type, String label)
CollectionsBillUnitObj
with the specified data.Poid
- accountPoidString
- groupNameString
- typeString
- labelString
- service_accountpublic String getLabel()
public String getAccountNo()
public void setLabel(String label)
label
.label
- Stringpublic String getBillUnitId()
public void setBillUnitId(String billUnitId)
billUnitID
- public boolean isSelected()
public void setSelected(boolean selected)
selected
.selected
- booleanpublic String getGroupName()
public void setGroupName(String groupName)
groupO
.groupName
- Stringpublic Poid getBillUnitPoid()
public void setBillUnitPoid(Poid billUnitPoid)
groupO
.groupName
- Stringpublic Poid getGroupPoid()
public void setGroupPoid(Poid groupPoid)
groupPoid
.Poid
- groupPoidpublic Poid getAccountPoid()
public void setAccountPoid(Poid accountPoid)
accountPoid
.Poid
- accountPoidCopyright © 2003, 2023, Oracle and/or its affiliates.