Class AvailableProfilesObj

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

public class AvailableProfilesObj extends Object
This class stores the data related to a Profiles Available. This class is used while showing Available Profiles in PProfileSharingAvailableDialog.java PProfileGroupDialog.java and PProfileMembershipPanel.java.
  • Constructor Details

    • AvailableProfilesObj

      public AvailableProfilesObj(Poid profilePoid, String type, String label, String service_account, Poid servicePoid, int index)
      Constructs an ProfileObj with the specified data.
      Parameters:
      Poid - profilePoid
      String - type
      String - label
      String - service_account
      Poid - servicePoid
      int - index
    • AvailableProfilesObj

      public AvailableProfilesObj(Poid accountPoid, String groupName, String type, String label, String service_account)
      Constructs an ProfileObj 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
    • setLabel

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

      public boolean isSelected()
      Returns the selected boolean.
      Returns:
      boolean
    • setSelected

      public void setSelected(boolean selected)
      This will set the selected.
      Parameters:
      selected - boolean
    • getService_account

      public String getService_account()
      Returns the service_account String.
      Returns:
      String
    • setService_account

      public void setService_account(String service_account)
      This will set the service_account.
      Parameters:
      service_account - String
    • getType

      public String getType()
      Returns the type String.
      Returns:
      String
    • setType

      public void setType(String type)
      This will set the type.
      Parameters:
      type - String
    • getGroupName

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

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

      public Poid getProfilePoid()
      Returns the profilePoid Poid.
      Returns:
      Poid
    • setProfilePoid

      public void setProfilePoid(Poid profilePoid)
      This will set the profilePoid.
      Parameters:
      Poid - profilePoid
    • getIndex

      public int getIndex()
      Returns the index int.
      Returns:
      int
    • setIndex

      public void setIndex(int index)
      Set the array index to the object
      Parameters:
      index -
    • 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)
      This will set the accountPoid.
      Parameters:
      Poid - accountPoid