Class AuthorizationRole

    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getAuthorization

        public String getAuthorization()
        Gets value for attribute authorization
      • setAuthorization

        public void setAuthorization​(String authorization)
        Sets value for attribute authorization
      • getRole

        public Role getRole()
        Gets value for attribute role
      • setRole

        public void setRole​(Role role)
        Sets value for attribute role
      • getUserRoleValueDomain

        public Collection<DomainValue> getUserRoleValueDomain()
        Gets value for attribute userRoleValueDomain
      • setUserRoleValueDomain

        public void setUserRoleValueDomain​(Collection<DomainValue> userRoleValueDomain)
        Sets value for attribute userRoleValueDomain
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getDomainType

        public String getDomainType()
        Gets value for attribute domainType
      • setDomainType

        public void setDomainType​(String domainType)
        Sets value for attribute domainType
      • getBusinessGroupScope

        public String getBusinessGroupScope()
        Gets value for attribute businessGroupScope
      • setBusinessGroupScope

        public void setBusinessGroupScope​(String businessGroupScope)
        Sets value for attribute businessGroupScope
      • getScope

        public String getScope()
        Gets value for attribute scope
      • setScope

        public void setScope​(String scope)
        Sets value for attribute scope
      • getInherit

        public String getInherit()
        Gets value for attribute inherit
      • setInherit

        public void setInherit​(String inherit)
        Sets value for attribute inherit
      • toString

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

        public static AuthorizationRole toAuthorizationRole​(AutoritzacioRol vo)
        Creates a AuthorizationRole value object based on a AutoritzacioRol object.
      • toAuthorizationRoleArray

        public static AuthorizationRole[] toAuthorizationRoleArray​(AutoritzacioRol[] source)
        Creates a AuthorizationRole array on a AutoritzacioRol array.
      • toAuthorizationRole

        public static void toAuthorizationRole​(AutoritzacioRol source,
                                               AuthorizationRole target)
        Updates a AuthorizationRole value object based on a AutoritzacioRol object.