Class holding an entry of a repository. More...

Public Types

enum  kScope { kScopeGlobal, kScopeUser, kScopeClient }
 Enumeration of repositories scopes. More...
 

Public Member Functions

virtual bool getAvailableToWeb ()
 
virtual long getId ()
 
virtual std::string getLinuxSide ()
 
virtual std::string getLocalSide ()
 
virtual std::string getMacSide ()
 
virtual std::string getName ()
 
virtual int getScope ()
 
virtual std::string getWindowsSide ()
 
virtual void setAvailableToWeb (bool _availableToWeb)
 
virtual void setId (long _id)
 
virtual void setLinuxSide (const std::string &_linuxSide)
 
virtual void setLocalSide (const std::string &_localSide)
 
virtual void setMacSide (const std::string &_macSide)
 
virtual void setName (const std::string &_name)
 
virtual void setScope (int _scope)
 
virtual void setWindowsSide (const std::string &_windowsSide)
 

Detailed Description

Class holding an entry of a repository.

Holds data related to a repository

Definition at line 63 of file MRepository.h.


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