Class roleMember

Direct Known Subclasses:
roleMemberInfo

public class roleMember extends DataObject
  • Field Details

    • role

      public String role
      Role
              Restrictions:
                      Mandatory: true
                      maxlength: 128
      
    • member

      public String member
      User
              Restrictions:
                      Mandatory: true
                      maxlength: 128
      
    • isUser

      public boolean isUser
              Restrictions:
                      Mandatory: true
      
    • condition

      public String condition
      Condition
              Restrictions:
                      maxlength: 256
      
    • active

      public boolean active
      Disabled
              Restrictions:
                      Default value: true
      
  • Constructor Details

    • roleMember

      public roleMember()