RMF
|
#include <RMF/decorator/publication.h>
Public Member Functions | |
void | set_authors (Strings v) |
void | set_frame_authors (Strings v) |
void | set_frame_journal (String v) |
void | set_frame_pubmed_id (String v) |
void | set_frame_title (String v) |
void | set_frame_year (Int v) |
void | set_journal (String v) |
void | set_pubmed_id (String v) |
void | set_static_authors (Strings v) |
void | set_static_journal (String v) |
void | set_static_pubmed_id (String v) |
void | set_static_title (String v) |
void | set_static_year (Int v) |
void | set_title (String v) |
void | set_year (Int v) |
Public Member Functions inherited from RMF::decorator::JournalArticleConst | |
Strings | get_authors () const |
Strings | get_frame_authors () const |
String | get_frame_journal () const |
String | get_frame_pubmed_id () const |
String | get_frame_title () const |
Int | get_frame_year () const |
String | get_journal () const |
String | get_pubmed_id () const |
Strings | get_static_authors () const |
String | get_static_journal () const |
String | get_static_pubmed_id () const |
String | get_static_title () const |
Int | get_static_year () const |
String | get_title () const |
Int | get_year () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Static Public Member Functions inherited from RMF::decorator::JournalArticleConst | |
static std::string | get_decorator_type_name () |
Additional Inherited Members | |
Protected Member Functions inherited from RMF::decorator::JournalArticleConst | |
JournalArticleConst (NodeConstHandle nh, StringKey title, StringKey journal, StringKey pubmed_id, IntKey year, StringsKey authors) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes inherited from RMF::decorator::JournalArticleConst | |
StringsKey | authors_ |
StringKey | journal_ |
StringKey | pubmed_id_ |
StringKey | title_ |
IntKey | year_ |
See also JournalArticleFactory.
Definition at line 144 of file publication.h.