Attica 5.109.0
Public Types | Public Member Functions | List of all members
Attica::RemoteAccount

Represents a remote account. More...

#include <Attica/RemoteAccount>

Public Types

typedef QList< RemoteAccountList
 

Public Member Functions

 RemoteAccount (const RemoteAccount &other)
 
QString data () const
 
QString id () const
 
bool isValid () const
 
QString login () const
 
RemoteAccountoperator= (const RemoteAccount &other)
 
QString password () const
 
QString remoteServiceId () const
 
void setData (const QString &)
 
void setId (const QString &)
 
void setLogin (const QString &)
 
void setPassword (const QString &)
 
void setRemoteServiceId (const QString &)
 
void setType (const QString &)
 
QString type () const
 

Detailed Description

Represents a remote account.