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.booleanReturns the selected boolean.voidsetAccountPoid(Poid accountPoid) Setter method to set theaccountPoid.voidsetBillUnitId(String billUnitId) Sets the billUnit ID number associated with ObjectvoidsetBillUnitPoid(Poid billUnitPoid) This will set thegroupO.voidsetGroupName(String groupName) This will set thegroupO.voidsetGroupPoid(Poid groupPoid) This will set thegroupPoid.voidThis will set thelabel.voidsetSelected(boolean selected) This will set theselected.
-
Constructor Details
-
PCollectionsAvailableCollectionBillUnitObj
public PCollectionsAvailableCollectionBillUnitObj(Poid accountPoid, String groupName, Poid billUnitPoid, String type, String label) Constructs anCollectionsBillUnitObjwith 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
-