#include <Written.hpp>


Public Member Functions | |
| const TimeStamp | getTimeStamp () const throw () |
| void | setTimeStamp (const TimeStamp &inTimeStamp) throw () |
| const std::string | getAuthorName () const throw () |
| void | setAuthorName (const std::string &inAuthorName) throw () |
| const std::string | getProgramName () const throw () |
| void | setProgramName (const std::string &inProgramName) throw () |
| const std::string | getProgramVersion () const throw () |
| void | setProgramVersion (const std::string &inProgramVersion) throw () |
| const std::string | getDataOriginLocationName () const throw () |
| void | setDataOriginLocationName (const std::string &value) throw () |
| const std::string | getDataOriginVersion () const throw () |
| void | setDataOriginVersion (const std::string &inDataOriginVersion) throw () |
Private Attributes | |
| TimeStamp | mTimeStamp |
| std::string | mAuthorName |
| std::string | mProgramName |
| std::string | mProgramVersion |
| std::string | mDataOriginLocationName |
| std::string | mDataOriginVersion |
Friends | |
| class | FactoryType< Written > |
Classes | |
| class | Factory |
Definition at line 34 of file Written.hpp.
| const TimeStamp torc::generic::Written::getTimeStamp | ( | ) | const throw () [inline] |
Get the time stamp
Definition at line 189 of file Written.hpp.
| void torc::generic::Written::setTimeStamp | ( | const TimeStamp & | inTimeStamp | ) | throw () |
Set time stamp
| [in] | inTimeStamp | TimeStamp in Universal Time Coordinate. |
Definition at line 74 of file Written.cpp.
| const std::string torc::generic::Written::getAuthorName | ( | ) | const throw () [inline] |
| void torc::generic::Written::setAuthorName | ( | const std::string & | inAuthorName | ) | throw () |
Set author name
| [in] | inAuthorName | Name of the author |
Definition at line 84 of file Written.cpp.
| const std::string torc::generic::Written::getProgramName | ( | ) | const throw () [inline] |
| void torc::generic::Written::setProgramName | ( | const std::string & | inProgramName | ) | throw () |
Set program name
| [in] | inProgramName | Name of the program |
Definition at line 94 of file Written.cpp.
| const std::string torc::generic::Written::getProgramVersion | ( | ) | const throw () [inline] |
| void torc::generic::Written::setProgramVersion | ( | const std::string & | inProgramVersion | ) | throw () |
Set program version
| [in] | inProgramVersion | Version of the program |
Definition at line 104 of file Written.cpp.
| const std::string torc::generic::Written::getDataOriginLocationName | ( | ) | const throw () [inline] |
Get Data origin location name
Definition at line 229 of file Written.hpp.
| void torc::generic::Written::setDataOriginLocationName | ( | const std::string & | value | ) | throw () |
Set Data origin location name
| [in] | value | Data Origin Location Name |
Definition at line 114 of file Written.cpp.
| const std::string torc::generic::Written::getDataOriginVersion | ( | ) | const throw () [inline] |
Get Data origin version
Definition at line 239 of file Written.hpp.
| void torc::generic::Written::setDataOriginVersion | ( | const std::string & | inDataOriginVersion | ) | throw () |
Set Data origin version
| [in] | inDataOriginVersion | Version of the DataOrigin |
| [in] | inDataOriginVersion | Version of the DataOrigin |
Definition at line 124 of file Written.cpp.
1.5.6