Class PCollectionsAvailableCollectionBillUnitObj

java.lang.Object
com.portal.app.cc.sharing.PCollectionsAvailableCollectionBillUnitObj

public class PCollectionsAvailableCollectionBillUnitObj extends Object
Builds the model forCollection group members
  • Constructor Details

    • PCollectionsAvailableCollectionBillUnitObj

      public PCollectionsAvailableCollectionBillUnitObj(Poid accountPoid, String groupName, Poid billUnitPoid, String type, String label)
      Constructs an CollectionsBillUnitObj with the specified data.
      Parameters:
      Poid - accountPoid
      String - groupName
      String - type
      String - label
      String - service_account
  • Method Details

    • getLabel

      public String getLabel()
      Returns the label String.
      Returns:
      String
    • getAccountNo

      public String getAccountNo()
      Returns the account number associated with object.
      Returns:
    • setLabel

      public void setLabel(String label)
      This will set the label.
      Parameters:
      label - String
    • getBillUnitId

      public String getBillUnitId()
      Returns the billUnit ID number associated with Object
      Returns:
      String
    • setBillUnitId

      public void setBillUnitId(String billUnitId)
      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 the selected.
      Parameters:
      selected - boolean
    • getGroupName

      public String getGroupName()
      Returns the groupName String.
      Returns:
      String
    • setGroupName

      public void setGroupName(String groupName)
      This will set the groupO.
      Parameters:
      groupName - String
    • getBillUnitPoid

      public Poid getBillUnitPoid()
      Returns the groupName String.
      Returns:
      String
    • setBillUnitPoid

      public void setBillUnitPoid(Poid billUnitPoid)
      This will set the groupO.
      Parameters:
      groupName - String
    • getGroupPoid

      public Poid getGroupPoid()
      Returns the groupPoid Poid.
      Returns:
      Poid
    • setGroupPoid

      public void setGroupPoid(Poid groupPoid)
      This will set the groupPoid.
      Parameters:
      Poid - groupPoid
    • getAccountPoid

      public Poid getAccountPoid()
      Returns the accountPoid Poid.
      Returns:
      Poid
    • setAccountPoid

      public void setAccountPoid(Poid accountPoid)
      Setter method to set the accountPoid.
      Parameters:
      Poid - accountPoid