|
Public Member Functions |
| Entity (const string &s) |
| Entity (IDLEntity &) |
| Entity (string entityId, string entityIdEncrypted, string entityTypeName, string entityVersion, string instanceVersion) |
bool | operator== (const Entity &) const |
bool | equals (const Entity &) const |
bool | operator!= (const Entity &) const |
bool | isNull () const |
string | toString () const |
string | toXML () const throw (InvalidDataException) |
IDLEntity | toIDLEntity () const |
void | setFromXML (string xml) throw (InvalidArgumentException) |
void | toBin (EndianOSStream &eoss) |
EntityId | getEntityId () const |
string | getEntityIdEncrypted () const |
string | getEntityTypeName () const |
string | getEntityVersion () const |
string | getInstanceVersion () const |
void | setEntityId (EntityId e) |
void | setEntityIdEncrypted (string s) |
void | setEntityTypeName (string s) |
void | setEntityVersion (string s) |
void | setInstanceVersion (string s) |
Static Public Member Functions |
Entity | getEntity (StringTokenizer &t) throw (InvalidArgumentException) |
Entity | fromBin (EndianISStream &eiss) |
Friends |
ostream & | operator<< (ostream &, const Entity &) |
istream & | operator>> (istream &, Entity &) |