Class PostVO

    • Constructor Detail

      • PostVO

        public PostVO()
    • Method Detail

      • getId

        public Long getId()
        Recupera valor do id
        Returns:
        the id
      • setId

        public void setId​(Long id)
        Atribui valor para id
        Parameters:
        id - the id to set
      • getText

        public String getText()
        Recupera valor do text
        Returns:
        the text
      • setText

        public void setText​(String text)
        Atribui valor para text
        Parameters:
        text - the text to set
      • getVisibility

        public String getVisibility()
        Recupera valor do visibility
        Returns:
        the visibility
      • setVisibility

        public void setVisibility​(String visibility)
        Atribui valor para visibility
        Parameters:
        visibility - the visibility to set
      • getAlias

        public String getAlias()
        Recupera valor do alias
        Returns:
        the alias
      • setAlias

        public void setAlias​(String alias)
        Atribui valor para alias
        Parameters:
        alias - the alias to set
      • getCustomUsers

        public List<Long> getCustomUsers()
        Recupera valor do customUsers
        Returns:
        the customUsers
      • setCustomUsers

        public void setCustomUsers​(List<Long> customUsers)
        Atribui valor para customUsers
        Parameters:
        customUsers - the customUsers to set
      • getSociableObjectId

        public Long getSociableObjectId()
        Recupera valor do sociableObjectId
        Returns:
        the sociableObjectId
      • setSociableObjectId

        public void setSociableObjectId​(Long sociableObjectId)
        Atribui valor para sociableObjectId
        Parameters:
        sociableObjectId - the sociableObjectId to set
      • getMediaVO

        public MediaVO getMediaVO()
        Recupera o valor do
        Returns:
        the mediaVO
      • setMediaVO

        public void setMediaVO​(MediaVO mediaVO)
        * Atribui valor para mediaVO
        Parameters:
        mediaVO - the mediaVO to set