RioNetiReqIdItemData Class Reference

#include <RioNeti.h>

Inherited by RioNetiReqIdItem.

Public Member Functions

 RioNetiReqIdItemData (int p_reqid=0, int l_reqid=0)
void SetPreqid (int p_reqid)
void SetLreqid (int l_reqid)
void SetBuf (char *buf)
int GetPreqid ()
int GetLreqid ()
char * GetBuf ()

Private Attributes

int p_reqid
int l_reqid
char * buf

Detailed Description

Definition at line 116 of file RioNeti.h.


Constructor & Destructor Documentation

RioNetiReqIdItemData::RioNetiReqIdItemData ( int  p_reqid = 0,
int  l_reqid = 0 
)

Definition at line 6121 of file RioNeti.cpp.

06122 {
06123     #ifdef RIO_DEBUG1
06124     RioErr << "[RioNetiReqIdItemData - Constructor] Start" << endl;
06125     #endif
06126 
06127     buf = NULL;
06128     SetPreqid( p_reqid );
06129     SetLreqid( l_reqid );
06130 
06131     #ifdef RIO_DEBUG1
06132     RioErr << "[RioNetiReqIdItemData - Constructor] Finish" << endl;
06133     #endif
06134 }


Member Function Documentation

char * RioNetiReqIdItemData::GetBuf (  ) 

Definition at line 6187 of file RioNeti.cpp.

06188 {
06189     #ifdef RIO_DEBUG1
06190     RioErr << "[RioNetiReqIdItemData - GetBuf] Single" << endl;
06191     #endif
06192 
06193     return this->buf;
06194 }

int RioNetiReqIdItemData::GetLreqid (  ) 

Definition at line 6177 of file RioNeti.cpp.

06178 {
06179     #ifdef RIO_DEBUG1
06180     RioErr << "[RioNetiReqIdItemData - GetLreqid] Single" << endl;
06181     #endif
06182 
06183     return this->l_reqid;
06184 }

int RioNetiReqIdItemData::GetPreqid (  ) 

Definition at line 6167 of file RioNeti.cpp.

06168 {
06169 //    #ifdef RIO_DEBUG1
06170  //    RioErr << "[RioNetiReqIdItemData - GetPreqid] Single" << endl;
06171 //    #endif
06172 
06173     return this->p_reqid;
06174 }

void RioNetiReqIdItemData::SetBuf ( char *  buf  ) 

Definition at line 6157 of file RioNeti.cpp.

06158 {
06159     #ifdef RIO_DEBUG1
06160     RioErr << "[RioNetiReqIdItemData - SetBuf] Single" << endl;
06161     #endif
06162 
06163     this->buf = buf;
06164 }

void RioNetiReqIdItemData::SetLreqid ( int  l_reqid  ) 

Definition at line 6147 of file RioNeti.cpp.

06148 {
06149     #ifdef RIO_DEBUG1
06150     RioErr << "[RioNetiReqIdItemData - SetLreqid] Single" << endl;
06151     #endif
06152 
06153     this->l_reqid = l_reqid;
06154 }

void RioNetiReqIdItemData::SetPreqid ( int  p_reqid  ) 

Definition at line 6137 of file RioNeti.cpp.

06138 {
06139     #ifdef RIO_DEBUG1
06140     RioErr << "[RioNetiReqIdItemData - SetPreqid] Single" << endl;
06141     #endif
06142 
06143     this->p_reqid = p_reqid;
06144 }


Field Documentation

char* RioNetiReqIdItemData::buf [private]

Definition at line 121 of file RioNeti.h.

Definition at line 120 of file RioNeti.h.

Definition at line 119 of file RioNeti.h.


The documentation for this class was generated from the following files:
Generated on Wed Jul 4 16:03:36 2012 for RIO by  doxygen 1.6.3