Class GroupUser

    • Method Detail

      • getUser

        public String getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(String user)
        Sets value for attribute user
      • getGroup

        public String getGroup()
        Gets value for attribute group
      • setGroup

        public void setGroup​(String group)
        Sets value for attribute group
      • getGroupDescription

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

        public void setGroupDescription​(String groupDescription)
        Sets value for attribute groupDescription
      • 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
      • getFullName

        public String getFullName()
        Gets value for attribute fullName
      • setFullName

        public void setFullName​(String fullName)
        Sets value for attribute fullName
      • 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
      • toGroupUser

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

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

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