Class SystemAccessControl

java.lang.Object
com.soffid.iam.iga.api.SystemAccessControl
All Implemented Interfaces:
Serializable

public class SystemAccessControl extends Object implements Serializable
ValueObject SystemAccessControl
See Also:
  • Constructor Details

    • SystemAccessControl

      public SystemAccessControl()
    • SystemAccessControl

      public SystemAccessControl(String system, Boolean enabled, List<AccessControl> controlAcces)
    • SystemAccessControl

      public SystemAccessControl(SystemAccessControl otherBean)
  • Method Details

    • getSystem

      public String getSystem()
      Gets value for attribute system
    • setSystem

      public void setSystem(String system)
      Sets value for attribute system
    • getEnabled

      public Boolean getEnabled()
      Gets value for attribute enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets value for attribute enabled
    • getControlAcces

      public List<AccessControl> getControlAcces()
      Gets value for attribute controlAcces
    • setControlAcces

      public void setControlAcces(List<AccessControl> controlAcces)
      Sets value for attribute controlAcces
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object