Class GroupStrategy

java.lang.Object
com.illumon.iris.db.v2.permissions.rs.records.GroupStrategy

public class GroupStrategy extends Object
The Group entity, to manage Group and Strategy mappings
  • Constructor Details

    • GroupStrategy

      public GroupStrategy()
      Required default constructor to support auto conversion to json
    • GroupStrategy

      public GroupStrategy(String groupId, String strategy)
      Convenience constructor, that sets both entity properties
      Parameters:
      groupId - identifier for the group in a group-strategy mapping
      strategy - identifier for the strategy in a group-strategy mapping
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getStrategy

      public String getStrategy()
    • setStrategy

      public void setStrategy(String strategy)
    • toString

      public String toString()
      Overrides:
      toString in class Object