Raspberry Cloud
Public Member Functions | Protected Attributes | List of all members
CloudFile Class Reference

#include <CloudFile.h>

Inheritance diagram for CloudFile:
Fragment LockFile

Public Member Functions

 CloudFile (string _cloudID, string _cloudFileID)
 
string getCloudId ()
 
string getCloudFileID ()
 
void setCloudID (string _cloudID)
 
void setCloudFileID (string _cloudFileID)
 

Protected Attributes

string cloudID
 
string cloudFileID
 

Detailed Description

CloudFile class contains information about a file that can be held on the cloud to accomplish this it stores the cloud's id and its unique fileid

Constructor & Destructor Documentation

CloudFile::CloudFile ( string  _cloudID,
string  _cloudFileID 
)

Constructor for CloudFile

Parameters
_cloudIDID of its cloud
_cloudFileIDpath on cloud

CloudFile implementation

Member Function Documentation

string CloudFile::getCloudFileID ( )

Getter for cloudFileID

Returns
its cloudFileID
string CloudFile::getCloudId ( )

Getter for cloudID

Returns
its cloudID
void CloudFile::setCloudFileID ( string  _cloudFileID)

Setter for cloudFileID

Parameters
itscloudFileID
void CloudFile::setCloudID ( string  _cloudID)

Setter for cloudID

Parameters
itscloudID

The documentation for this class was generated from the following files: