My Project
SallyAPI::Facebook::CStatusMessage Class Reference

Status message. More...

#include <StatusMessage.h>

List of all members.

Public Member Functions

 CStatusMessage (const std::string &createDate, const std::string &userId, const std::string &name, const std::string &explicidAppName, const std::string &appName, const std::string &action, const std::string &actionName, const std::string &messageString)
 Constructor.
 ~CStatusMessage ()
 Destructor.
std::string GetUserId ()
 Gets the user identifier.
std::string GetName ()
std::string GetExplicidAppName ()
 Gets the explicid application name.
std::string GetAppName ()
 Gets the application name.
std::string GetAction ()
 Gets the action.
std::string GetActionName ()
 Gets the action name.
std::string GetMessageString ()
 Gets the message string.
std::string GetCreateDate ()
 Gets the create date.

Detailed Description

Status message.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CStatusMessage::CStatusMessage ( const std::string &  createDate,
const std::string &  userId,
const std::string &  name,
const std::string &  explicidAppName,
const std::string &  appName,
const std::string &  action,
const std::string &  actionName,
const std::string &  messageString 
)

Constructor.

Author:
Christian Knobloch
Date:
23.12.2010
Parameters:
createDateDate of the create.
userIdIdentifier for the user.
nameThe name.
explicidAppNameName of the explicid application.
appNameName of the application.
actionThe action.
actionNameName of the action.
messageStringThe message string.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

std::string CStatusMessage::GetAction ( )

Gets the action.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The action.

Gets the action name.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The action name.
std::string CStatusMessage::GetAppName ( )

Gets the application name.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The application name.

Gets the create date.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The create date.

Gets the explicid application name.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The explicid application name.

Gets the message string.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The message string.
std::string CStatusMessage::GetName ( )
std::string CStatusMessage::GetUserId ( )

Gets the user identifier.

Author:
Christian Knobloch
Date:
23.12.2010
Returns:
The user identifier.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines