Class PermissionInfo

java.lang.Object
io.jmix.rest.impl.service.filter.data.PermissionInfo

public class PermissionInfo extends Object
  • Field Details

    • type

      protected String type
    • target

      protected String target
    • value

      protected String value
    • intValue

      protected int intValue
  • Constructor Details

    • PermissionInfo

      public PermissionInfo(String type, String target, String value, int intValue)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTarget

      public String getTarget()
    • setTarget

      public void setTarget(String target)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getIntValue

      public int getIntValue()
    • setIntValue

      public void setIntValue(int intValue)