BCFComment

class Communicator.BCFComment()

Constructors


Constructors

BCFComment.constructor(guid, date, author, text[, viewpointGuid[, modifiedDate[, modifiedAuthor]]])
Arguments
  • guid (BCFCommentId) –

  • date (Date()) –

  • author (string()) –

  • text (string()) –

  • viewpointGuid (string()) – optional

  • modifiedDate (Date()) – optional

  • modifiedAuthor (string()) – optional

Return type

BCFComment()

Methods

getAuthor

BCFComment.getAuthor()
Return type

string

getDate

BCFComment.getDate()
Return type

Date

getId

BCFComment.getId()
Return type

BCFCommentId

getModifiedAuthor

BCFComment.getModifiedAuthor()
Return type

string | null

getModifiedDate

BCFComment.getModifiedDate()
Return type

Date | null

getText

BCFComment.getText()
Return type

string

getViewpointGuid

BCFComment.getViewpointGuid()
Return type

Uuid | null

setAuthor

BCFComment.setAuthor(author)
Arguments
  • author (string()) –

Return type

void

setDate

BCFComment.setDate(date)
Arguments
  • date (Date()) –

Return type

void

setModifiedAuthor

BCFComment.setModifiedAuthor(author)
Arguments
  • author (string | null()) –

Return type

void

setModifiedDate

BCFComment.setModifiedDate(date)
Arguments
  • date (Date | null()) –

Return type

void

setText

BCFComment.setText(text)
Arguments
  • text (string()) –

Return type

void

setViewpointGuid

BCFComment.setViewpointGuid(id)
Arguments
  • id (Uuid | null) –

Return type

void