Package com.portal.app.cc.sharing
Class PCollectionsAvailableCollectionBillUnitObj
java.lang.Object
com.portal.app.cc.sharing.PCollectionsAvailableCollectionBillUnitObj
Builds the model forCollection group members
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the account number associated with object.Returns the accountPoid Poid.Returns the billUnit ID number associated with ObjectReturns the groupName String.Returns the groupName String.Returns the groupPoid Poid.getLabel()
Returns the label String.boolean
Returns the selected boolean.void
setAccountPoid
(Poid accountPoid) Setter method to set theaccountPoid
.void
setBillUnitId
(String billUnitId) Sets the billUnit ID number associated with Objectvoid
setBillUnitPoid
(Poid billUnitPoid) This will set thegroupO
.void
setGroupName
(String groupName) This will set thegroupO
.void
setGroupPoid
(Poid groupPoid) This will set thegroupPoid
.void
This will set thelabel
.void
setSelected
(boolean selected) This will set theselected
.
-
Constructor Details
-
PCollectionsAvailableCollectionBillUnitObj
public PCollectionsAvailableCollectionBillUnitObj(Poid accountPoid, String groupName, Poid billUnitPoid, String type, String label) Constructs anCollectionsBillUnitObj
with the specified data.- Parameters:
Poid
- accountPoidString
- groupNameString
- typeString
- labelString
- service_account
-
-
Method Details
-
getLabel
Returns the label String.- Returns:
- String
-
getAccountNo
Returns the account number associated with object.- Returns:
-
setLabel
This will set thelabel
.- Parameters:
label
- String
-
getBillUnitId
Returns the billUnit ID number associated with Object- Returns:
- String
-
setBillUnitId
Sets the billUnit ID number associated with Object- Parameters:
billUnitID
-
-
isSelected
public boolean isSelected()Returns the selected boolean.- Returns:
- boolean
-
setSelected
public void setSelected(boolean selected) This will set theselected
.- Parameters:
selected
- boolean
-
getGroupName
Returns the groupName String.- Returns:
- String
-
setGroupName
This will set thegroupO
.- Parameters:
groupName
- String
-
getBillUnitPoid
Returns the groupName String.- Returns:
- String
-
setBillUnitPoid
This will set thegroupO
.- Parameters:
groupName
- String
-
getGroupPoid
Returns the groupPoid Poid.- Returns:
- Poid
-
setGroupPoid
This will set thegroupPoid
.- Parameters:
Poid
- groupPoid
-
getAccountPoid
Returns the accountPoid Poid.- Returns:
- Poid
-
setAccountPoid
Setter method to set theaccountPoid
.- Parameters:
Poid
- accountPoid
-