BCFComment

class Bcf.BCFComment()

Constructors


Constructors

BCFComment.constructor(guid, date, author, text[, viewpointGuid[, modifiedDate[, modifiedAuthor]]])
Arguments:
  • guid (string()) – None
  • date (Date()) – None
  • author (string()) – None
  • text (string()) – None
  • viewpointGuid (string()) – optional None
  • modifiedDate (Date()) – optional None
  • modifiedAuthor (string()) – optional None
Return type:

BCFComment

Methods

getAuthor

BCFComment.getAuthor()
Return type:string

getDate

BCFComment.getDate()
Return type:Date

getId

BCFComment.getId()
Return type:string

getModifiedAuthor

BCFComment.getModifiedAuthor()
Return type:null | string

getModifiedDate

BCFComment.getModifiedDate()
Return type:null | Date

getText

BCFComment.getText()
Return type:string

getViewpointGuid

BCFComment.getViewpointGuid()
Return type:null | string

setAuthor

BCFComment.setAuthor(author)
Arguments:
  • author (string()) – None
Return type:

void

setDate

BCFComment.setDate(date)
Arguments:
  • date (Date()) – None
Return type:

void

setModifiedAuthor

BCFComment.setModifiedAuthor(author)
Arguments:
  • author (null | string()) – None
Return type:

void

setModifiedDate

BCFComment.setModifiedDate(date)
Arguments:
  • date (null | Date()) – None
Return type:

void

setText

BCFComment.setText(text)
Arguments:
  • text (string()) – None
Return type:

void

setViewpointGuid

BCFComment.setViewpointGuid(id)
Arguments:
  • id (null | string()) – None
Return type:

void