src/lib/models/folio.ts
A abstract class representing a generic SzFolioItem.
Properties |
Accessors |
Abstract _data |
the data representing this folio item |
Abstract _name |
Type : string
|
the name of the folio item |
data | ||||||
getdata()
|
||||||
the data representing this folio item |
||||||
setdata(value: any)
|
||||||
the data representing this folio item
Parameters :
Returns :
void
|
name | ||||||
getname()
|
||||||
setname(value: string)
|
||||||
Parameters :
Returns :
void
|