Class UsuariGrup

    • Method Detail

      • getCodiUsuari

        public String getCodiUsuari()
        Gets value for attribute codiUsuari
      • setCodiUsuari

        public void setCodiUsuari​(String codiUsuari)
        Sets value for attribute codiUsuari
      • getCodiGrup

        public String getCodiGrup()
        Gets value for attribute codiGrup
      • setCodiGrup

        public void setCodiGrup​(String codiGrup)
        Sets value for attribute codiGrup
      • getDescripcioGrup

        public String getDescripcioGrup()
        Gets value for attribute descripcioGrup
      • setDescripcioGrup

        public void setDescripcioGrup​(String descripcioGrup)
        Sets value for attribute descripcioGrup
      • getGroupId

        public Long getGroupId()
        Gets value for attribute groupId
      • setGroupId

        public void setGroupId​(Long groupId)
        Sets value for attribute groupId
      • getId

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

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

        public Long getUserId()
        Gets value for attribute userId
      • setUserId

        public void setUserId​(Long userId)
        Sets value for attribute userId
      • getNomComplet

        public String getNomComplet()
        Gets value for attribute nomComplet
      • setNomComplet

        public void setNomComplet​(String nomComplet)
        Sets value for attribute nomComplet
      • getInfo

        public String getInfo()
        Gets value for attribute info
      • setInfo

        public void setInfo​(String info)
        Sets value for attribute info
      • getStart

        public Date getStart()
        Gets value for attribute start
      • setStart

        public void setStart​(Date start)
        Sets value for attribute start
      • getEnd

        public Date getEnd()
        Gets value for attribute end
      • setEnd

        public void setEnd​(Date end)
        Sets value for attribute end
      • getDisabled

        public Boolean getDisabled()
        Gets value for attribute disabled
      • setDisabled

        public void setDisabled​(Boolean disabled)
        Sets value for attribute disabled
      • getPrimaryGroup

        public Boolean getPrimaryGroup()
        Gets value for attribute primaryGroup
      • setPrimaryGroup

        public void setPrimaryGroup​(Boolean primaryGroup)
        Sets value for attribute primaryGroup
      • getAttributes

        public Map<String,​Object> getAttributes()
        Gets value for attribute attributes
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
        Sets value for attribute attributes
      • toString

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

        public static UsuariGrup toUsuariGrup​(GroupUser vo)
        Creates a UsuariGrup value object based on a GroupUser object.
      • toUsuariGrupArray

        public static UsuariGrup[] toUsuariGrupArray​(GroupUser[] source)
        Creates a UsuariGrup array on a GroupUser array.
      • toUsuariGrup

        public static void toUsuariGrup​(GroupUser source,
                                        UsuariGrup target)
        Updates a UsuariGrup value object based on a GroupUser object.