BCFComment

class Bcf.BCFComment()

Constructors

Bcf.BCFComment.constructor()
BCFComment(guid: string, date: Date, author: string, text: string, viewpointGuid: string, modifiedDate: Date, modifiedAuthor: string): BCFComment

Parameters

guid: string

date: Date

author: string

text: string

viewpointGuid: string

modifiedDate: Date

modifiedAuthor: string

Returns: BCFComment

Methods

Bcf.BCFComment.getAuthor()
getAuthor(): string

Returns: string

Bcf.BCFComment.getDate()
getDate(): Date

Returns: Date

Bcf.BCFComment.getId()
getId(): string

Returns: string

Bcf.BCFComment.getModifiedAuthor()
getModifiedAuthor(): (None | string)

Returns: (None | string)

Bcf.BCFComment.getModifiedDate()
getModifiedDate(): (None | Date)

Returns: (None | Date)

Bcf.BCFComment.getText()
getText(): string

Returns: string

Bcf.BCFComment.getViewpointGuid()
getViewpointGuid(): (None | string)

Returns: (None | string)

Bcf.BCFComment.setAuthor()
setAuthor(author: string): void

Parameters

author: string

Returns: void

Bcf.BCFComment.setDate()
setDate(date: Date): void

Parameters

date: Date

Returns: void

Bcf.BCFComment.setModifiedAuthor()
setModifiedAuthor(author: (None | string)): void

Parameters

author: (None | string)

Returns: void

Bcf.BCFComment.setModifiedDate()
setModifiedDate(date: (None | Date)): void

Parameters

date: (None | Date)

Returns: void

Bcf.BCFComment.setText()
setText(text: string): void

Parameters

text: string

Returns: void

Bcf.BCFComment.setViewpointGuid()
setViewpointGuid(id: (None | string)): void

Parameters

id: (None | string)

Returns: void