Class HotRodGroupEntity

    • Field Detail

      • entityVersion

        @Basic(projectable=true)
        @ProtoField(number=1)
        public Integer entityVersion
      • id

        @Basic(projectable=true,
               sortable=true)
        @ProtoField(number=2)
        public String id
      • realmId

        @Basic(sortable=true)
        @ProtoField(number=3)
        public String realmId
      • name

        @Keyword(sortable=true,
                 normalizer="lowercase")
        @ProtoField(number=4)
        public String name
      • parentId

        @Basic(sortable=true)
        @ProtoField(number=5)
        public String parentId
      • grantedRoles

        @Basic(sortable=true)
        @ProtoField(number=7)
        public Set<String> grantedRoles
    • Constructor Detail

      • HotRodGroupEntity

        public HotRodGroupEntity()