BCFComment
- class Bcf.BCFComment()
Constructors
Methods
Constructors
- BCFComment.constructor(guid, date, author, text[, viewpointGuid[, modifiedDate[, modifiedAuthor]]])
- Arguments
guid (
string()) – Nonedate (
Date()) – Noneauthor (
string()) – Nonetext (
string()) – NoneviewpointGuid (
string()) – optional NonemodifiedDate (
Date()) – optional NonemodifiedAuthor (
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