Main Page | Class Hierarchy | Class List | File List | Class Members

entid.h

00001 /* libIXAml - IXA Taldea */
00002 
00003 #ifndef _ENTID_H
00004 #define _ENTID_H
00005 
00006 #include "joinid.h"
00007 #include <string>
00008 
00009 
00012 class EntId : public JoinId {
00013 
00014 public:
00015 
00019   static EntId sortuId();
00020 
00022   EntId();
00023 
00027   EntId( char* entId);
00028     
00032   EntId( const std::string & entId);
00033         
00034 };
00035 
00036 #endif //_ENTID_H

Generated on Tue Sep 11 12:07:41 2007 for libIXAml by doxygen 1.3.5