Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTDB::ContactAcct Class Reference

#include <OTStorage.hpp>

Inheritance diagram for opentxs::OTDB::ContactAcct:
Collaboration diagram for opentxs::OTDB::ContactAcct:

Public Member Functions

virtual ~ContactAcct ()
 
- Public Member Functions inherited from opentxs::OTDB::Displayable
virtual ~Displayable ()
 
- Public Member Functions inherited from opentxs::OTDB::Storable
virtual ~Storable ()
 

Public Attributes

std::string server_type
 
std::string server_id
 
std::string asset_type_id
 
std::string acct_id
 
std::string nym_id
 
std::string memo
 
std::string public_key
 
- Public Attributes inherited from opentxs::OTDB::Displayable
std::string gui_label
 

Protected Member Functions

 ContactAcct ()
 
- Protected Member Functions inherited from opentxs::OTDB::Displayable
 Displayable ()
 
- Protected Member Functions inherited from opentxs::OTDB::Storable
 Storable ()
 

Additional Inherited Members

- Static Public Member Functions inherited from opentxs::OTDB::Storable
static EXPORT StorableCreate (StoredObjectType eType, PackType thePackType)
 
- Protected Attributes inherited from opentxs::OTDB::Storable
std::string m_Type
 

Detailed Description

Definition at line 1722 of file OTStorage.hpp.

Constructor & Destructor Documentation

opentxs::OTDB::ContactAcct::ContactAcct ( )
inlineprotected

Definition at line 1728 of file OTStorage.hpp.

1729  : Displayable()
1730  {
1731  m_Type = "ContactAcct";
1732  }
virtual opentxs::OTDB::ContactAcct::~ContactAcct ( )
inlinevirtual

Definition at line 1735 of file OTStorage.hpp.

1736  {
1737  }

Member Data Documentation

std::string opentxs::OTDB::ContactAcct::acct_id

Definition at line 1744 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactAcct::asset_type_id

Definition at line 1743 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactAcct::memo

Definition at line 1746 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactAcct::nym_id

Definition at line 1745 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactAcct::public_key

Definition at line 1747 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactAcct::server_id

Definition at line 1742 of file OTStorage.hpp.

std::string opentxs::OTDB::ContactAcct::server_type

Definition at line 1741 of file OTStorage.hpp.


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