javascript_file.cpp
Go to the documentation of this file.
00001 
00011 #include <rmscpp/config/javascript_files/javascript_file.h>
00012 
00013 using namespace std;
00014 using namespace rms;
00015 
00016 javascript_file::javascript_file(int fileid, string url, string path)
00017 {
00018   // assign the fields
00019   this->fileid = fileid;
00020   this->url = url;
00021   this->path = path;
00022 }
00023 
00024 int javascript_file::get_fileid()
00025 {
00026   return fileid;
00027 }
00028 
00029 string javascript_file::get_url()
00030 {
00031   return url;
00032 }
00033 
00034 string javascript_file::get_path()
00035 {
00036   return path;
00037 }


rmscpp
Author(s): Russell Toris
autogenerated on Sat Dec 28 2013 17:08:57