ALBA
Public Member Functions | Protected Attributes | List of all members
albaProDBType Class Reference

#include <albaProsthesesDBManager.h>

Inheritance diagram for albaProDBType:
Inheritance graph
[legend]
Collaboration diagram for albaProDBType:
Collaboration graph
[legend]

Public Member Functions

albaString GetName () const
 
void SetName (albaString val)
 
virtual int Load (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node) override
 
virtual void Store (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *node) override
 
virtual void Clear () override
 
virtual int Load (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node)=0
 
virtual void Store (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *node)=0
 
virtual void Clear ()=0
 

Protected Attributes

albaString m_Name
 

Additional Inherited Members

- Protected Member Functions inherited from ProStorable
bool CheckNodeElement (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node, const char *elementName)
 
albaString GetElementAttribute (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node, const char *attributeName)
 

Detailed Description

Class Name: ProType.

Definition at line 77 of file albaProsthesesDBManager.h.

Member Function Documentation

◆ GetName()

albaString albaProDBType::GetName ( ) const
inline

Definition at line 80 of file albaProsthesesDBManager.h.

References m_Name.

◆ SetName()

void albaProDBType::SetName ( albaString  val)
inline

Definition at line 81 of file albaProsthesesDBManager.h.

References m_Name.

◆ Load()

virtual int albaProDBType::Load ( XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *  node)
overridevirtual

Implements ProStorable.

◆ Store()

virtual void albaProDBType::Store ( XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *  doc,
XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *  node 
)
overridevirtual

Implements ProStorable.

◆ Clear()

virtual void albaProDBType::Clear ( )
overridevirtual

Implements ProStorable.

Member Data Documentation

◆ m_Name

albaString albaProDBType::m_Name
protected

Definition at line 89 of file albaProsthesesDBManager.h.

Referenced by GetName(), and SetName().


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