#include <JPersons.hh>
 | 
| static const char *const  | getName () | 
|   | Table name.  
  | 
|   | 
Definition at line 41 of file JPersons.hh.
 
◆ JPerson() [1/2]
  
  
      
        
          | JDATABASE::APIV2::JPerson::JPerson  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JPerson() [2/2]
  
  
      
        
          | JDATABASE::APIV2::JPerson::JPerson  | 
          ( | 
          const JPersons & |           person | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Copy constructor. 
- Parameters
 - 
  
  
 
Definition at line 54 of file JPersons.hh.
 
 
◆ getName()
  
  
      
        
          | static const char *const JDATABASE::APIV2::JPerson::getName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ operator JPersons()
  
  
      
        
          | JDATABASE::APIV2::JPerson::operator JPersons  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Type conversion operator. 
- Returns
 - person 
 
Definition at line 67 of file JPersons.hh.
   68      {
   69        JPersons person;
   70 
   71        person.OID        = this->
OID;
 
   72        person.LOGIN      = this->
Login;
 
   73        person.NAME       = this->
Name;
 
   76 
   77        return person;
   78      }
 
 
 
◆ ClassDef()
      
        
          | JDATABASE::APIV2::JPerson::ClassDef  | 
          ( | 
          JPerson |           ,  | 
        
        
           | 
           | 
          1 |            ) | 
        
      
 
 
◆ OID
      
        
          | std::string JDATABASE::APIV2::JPerson::OID | 
        
      
 
 
◆ Login
      
        
          | std::string JDATABASE::APIV2::JPerson::Login | 
        
      
 
 
◆ Name
      
        
          | std::string JDATABASE::APIV2::JPerson::Name | 
        
      
 
 
◆ Surname
      
        
          | std::string JDATABASE::APIV2::JPerson::Surname | 
        
      
 
 
◆ Location
      
        
          | std::string JDATABASE::APIV2::JPerson::Location | 
        
      
 
 
◆ Title
      
        
          | std::string JDATABASE::APIV2::JPerson::Title | 
        
      
 
 
◆ GroupCode
      
        
          | std::string JDATABASE::APIV2::JPerson::GroupCode | 
        
      
 
 
◆ Occupation
      
        
          | std::string JDATABASE::APIV2::JPerson::Occupation | 
        
      
 
 
◆ CreationDate
      
        
          | std::string JDATABASE::APIV2::JPerson::CreationDate | 
        
      
 
 
The documentation for this struct was generated from the following file: