BCFComment

class Communicator.BCFComment()

Constructors


Constructors

constructor

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

  • date (Date()) –

  • author (string()) –

  • text (string()) –

  • viewpointGuid ({  }()) –

  • modifiedDate (Date()) –

  • modifiedAuthor ({  }()) –

Return type

Communicator.BCFComment

Methods

getAuthor

Communicator.BCFComment.getAuthor()
Return type

string

getDate

Communicator.BCFComment.getDate()
Return type

Date

getId

Communicator.BCFComment.getId()
Return type

Communicator.BCFCommentId

getModifiedAuthor

Communicator.BCFComment.getModifiedAuthor()
Return type

{  }

getModifiedDate

Communicator.BCFComment.getModifiedDate()
Return type

{  }

getText

Communicator.BCFComment.getText()
Return type

string

getViewpointGuid

Communicator.BCFComment.getViewpointGuid()
Return type

{  }

setAuthor

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

Return type

void

setDate

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

Return type

void

setModifiedAuthor

Communicator.BCFComment.setModifiedAuthor(author)
Arguments
  • author ({  }()) –

Return type

void

setModifiedDate

Communicator.BCFComment.setModifiedDate(date)
Arguments
  • date ({  }()) –

Return type

void

setText

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

Return type

void

setViewpointGuid

Communicator.BCFComment.setViewpointGuid(id)
Arguments
  • id ({  }()) –

Return type

void