Class DefaultClientScopeRealmMappingEntity


  • @Entity
    public class DefaultClientScopeRealmMappingEntity
    extends Object
    Binding between realm and default clientScope
    Author:
    Marek Posolda
    • Field Detail

      • clientScopeId

        protected String clientScopeId
      • defaultScope

        protected boolean defaultScope
    • Constructor Detail

      • DefaultClientScopeRealmMappingEntity

        public DefaultClientScopeRealmMappingEntity()
    • Method Detail

      • getClientScopeId

        public String getClientScopeId()
      • setClientScopeId

        public void setClientScopeId​(String clientScopeId)
      • setRealm

        public void setRealm​(RealmEntity realm)
      • isDefaultScope

        public boolean isDefaultScope()
      • setDefaultScope

        public void setDefaultScope​(boolean defaultScope)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object