
##########
BCFComment
##########

.. js:class:: wv.Bcf.BCFComment

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.Bcf.BCFComment.constructor`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wv.Bcf.BCFComment.getAuthor`
   * :js:meth:`~wv.Bcf.BCFComment.getDate`
   * :js:meth:`~wv.Bcf.BCFComment.getId`
   * :js:meth:`~wv.Bcf.BCFComment.getModifiedAuthor`
   * :js:meth:`~wv.Bcf.BCFComment.getModifiedDate`
   * :js:meth:`~wv.Bcf.BCFComment.getText`
   * :js:meth:`~wv.Bcf.BCFComment.getViewpointGuid`
   * :js:meth:`~wv.Bcf.BCFComment.setAuthor`
   * :js:meth:`~wv.Bcf.BCFComment.setDate`
   * :js:meth:`~wv.Bcf.BCFComment.setModifiedAuthor`
   * :js:meth:`~wv.Bcf.BCFComment.setModifiedDate`
   * :js:meth:`~wv.Bcf.BCFComment.setText`
   * :js:meth:`~wv.Bcf.BCFComment.setViewpointGuid`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wv.Bcf.BCFComment.constructor

      .. rst-class:: sig-pretty-signature
      
         | BCFComment(**guid**\ : *string*\ , **date**\ : *Date*\ , **author**\ : *string*\ , **text**\ : *string*\ , **viewpointGuid**\ : *string*\ , **modifiedDate**\ : *Date*\ , **modifiedAuthor**\ : *string*\ ): :js:class:`BCFComment <wv.Bcf.BCFComment>`
      
      **Parameters**
      
      
         **guid**\ : *string*
      
         **date**\ : *Date*
      
         **author**\ : *string*
      
         **text**\ : *string*
      
         **viewpointGuid**\ : *string*
      
         **modifiedDate**\ : *Date*
      
         **modifiedAuthor**\ : *string*
      
      
      **Returns**\ : :js:class:`BCFComment <wv.Bcf.BCFComment>`
      



.. rst-class:: kind-group kind-methods

.. rubric:: Methods
   :class: kind-group-title


.. js:method:: wv.Bcf.BCFComment.getAuthor

      .. rst-class:: sig-pretty-signature
      
         | getAuthor(): *string*
      
      **Returns**\ : *string*
      



.. js:method:: wv.Bcf.BCFComment.getDate

      .. rst-class:: sig-pretty-signature
      
         | getDate(): *Date*
      
      **Returns**\ : *Date*
      



.. js:method:: wv.Bcf.BCFComment.getId

      .. rst-class:: sig-pretty-signature
      
         | getId(): *string*
      
      **Returns**\ : *string*
      



.. js:method:: wv.Bcf.BCFComment.getModifiedAuthor

      .. rst-class:: sig-pretty-signature
      
         | getModifiedAuthor(): (*None* | *string*\ )
      
      **Returns**\ : (*None* \| *string*\ )
      



.. js:method:: wv.Bcf.BCFComment.getModifiedDate

      .. rst-class:: sig-pretty-signature
      
         | getModifiedDate(): (*None* | *Date*\ )
      
      **Returns**\ : (*None* \| *Date*\ )
      



.. js:method:: wv.Bcf.BCFComment.getText

      .. rst-class:: sig-pretty-signature
      
         | getText(): *string*
      
      **Returns**\ : *string*
      



.. js:method:: wv.Bcf.BCFComment.getViewpointGuid

      .. rst-class:: sig-pretty-signature
      
         | getViewpointGuid(): (*None* | *string*\ )
      
      **Returns**\ : (*None* \| *string*\ )
      



.. js:method:: wv.Bcf.BCFComment.setAuthor

      .. rst-class:: sig-pretty-signature
      
         | setAuthor(**author**\ : *string*\ ): *void*
      
      **Parameters**
      
      
         **author**\ : *string*
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Bcf.BCFComment.setDate

      .. rst-class:: sig-pretty-signature
      
         | setDate(**date**\ : *Date*\ ): *void*
      
      **Parameters**
      
      
         **date**\ : *Date*
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Bcf.BCFComment.setModifiedAuthor

      .. rst-class:: sig-pretty-signature
      
         | setModifiedAuthor(**author**\ : (*None* | *string*\ )): *void*
      
      **Parameters**
      
      
         **author**\ : (*None* \| *string*\ )
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Bcf.BCFComment.setModifiedDate

      .. rst-class:: sig-pretty-signature
      
         | setModifiedDate(**date**\ : (*None* | *Date*\ )): *void*
      
      **Parameters**
      
      
         **date**\ : (*None* \| *Date*\ )
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Bcf.BCFComment.setText

      .. rst-class:: sig-pretty-signature
      
         | setText(**text**\ : *string*\ ): *void*
      
      **Parameters**
      
      
         **text**\ : *string*
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Bcf.BCFComment.setViewpointGuid

      .. rst-class:: sig-pretty-signature
      
         | setViewpointGuid(**id**\ : (*None* | *string*\ )): *void*
      
      **Parameters**
      
      
         **id**\ : (*None* \| *string*\ )
      
      
      **Returns**\ : *void*
      




