Class GroupRoles

    • Method Detail

      • getId

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

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

        public String getRoleName()
        Gets value for attribute roleName
      • setRoleName

        public void setRoleName​(String roleName)
        Sets value for attribute roleName
      • getRoleDescription

        public String getRoleDescription()
        Gets value for attribute roleDescription
      • setRoleDescription

        public void setRoleDescription​(String roleDescription)
        Sets value for attribute roleDescription
      • getRoleDatabases

        public String getRoleDatabases()
        Gets value for attribute roleDatabases
      • setRoleDatabases

        public void setRoleDatabases​(String roleDatabases)
        Sets value for attribute roleDatabases
      • getApplicationCode

        public String getApplicationCode()
        Gets value for attribute applicationCode
      • setApplicationCode

        public void setApplicationCode​(String applicationCode)
        Sets value for attribute applicationCode
      • getGroupCode

        public String getGroupCode()
        Gets value for attribute groupCode
      • setGroupCode

        public void setGroupCode​(String groupCode)
        Sets value for attribute groupCode
      • getGroupDescription

        public String getGroupDescription()
        Gets value for attribute groupDescription
      • setGroupDescription

        public void setGroupDescription​(String groupDescription)
        Sets value for attribute groupDescription
      • getDomainValue

        public DomainValue getDomainValue()
        Gets value for attribute domainValue
      • setDomainValue

        public void setDomainValue​(DomainValue domainValue)
        Sets value for attribute domainValue
      • toString

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

        public static GroupRoles toGroupRoles​(RolsGrup vo)
        Creates a GroupRoles value object based on a RolsGrup object.
      • toGroupRolesArray

        public static GroupRoles[] toGroupRolesArray​(RolsGrup[] source)
        Creates a GroupRoles array on a RolsGrup array.
      • toGroupRoles

        public static void toGroupRoles​(RolsGrup source,
                                        GroupRoles target)
        Updates a GroupRoles value object based on a RolsGrup object.