asdm::Entity Class Reference
The Entity class is an identification of a persistant entity in the ALMA archive.
More...
#include <Entity.h>
List of all members.
Detailed Description
The Entity class is an identification of a persistant entity in the ALMA archive.
It easily maps onto an EntityT object in ACS system entities.
- Exceptions:
-
- Version:
- 1.00 Jan. 7, 2005
- Author:
- Allen Farris
Definition at line 66 of file Entity.h.
Constructor & Destructor Documentation
| asdm::Entity::Entity |
( |
const string & |
s |
) |
|
| asdm::Entity::Entity |
( |
IDLEntity & |
|
) |
|
| asdm::Entity::Entity |
( |
string |
entityId, |
|
|
string |
entityIdEncrypted, |
|
|
string |
entityTypeName, |
|
|
string |
entityVersion, |
|
|
string |
instanceVersion | |
|
) |
| | |
| virtual asdm::Entity::~Entity |
( |
|
) |
[virtual] |
Member Function Documentation
| bool asdm::Entity::equals |
( |
const Entity & |
|
) |
const |
| EntityId asdm::Entity::getEntityId |
( |
|
) |
const |
| string asdm::Entity::getEntityIdEncrypted |
( |
|
) |
const |
| string asdm::Entity::getEntityTypeName |
( |
|
) |
const |
| string asdm::Entity::getEntityVersion |
( |
|
) |
const |
| string asdm::Entity::getInstanceVersion |
( |
|
) |
const |
| string asdm::Entity::getXMLValue |
( |
string |
xml, |
|
|
string |
parm | |
|
) |
| | const [private] |
| bool asdm::Entity::isNull |
( |
|
) |
const |
| bool asdm::Entity::operator!= |
( |
const Entity & |
|
) |
const |
| bool asdm::Entity::operator== |
( |
const Entity & |
|
) |
const |
| void asdm::Entity::setEntityId |
( |
EntityId |
e |
) |
|
| void asdm::Entity::setEntityIdEncrypted |
( |
string |
s |
) |
|
| void asdm::Entity::setEntityTypeName |
( |
string |
s |
) |
|
| void asdm::Entity::setEntityVersion |
( |
string |
s |
) |
|
| void asdm::Entity::setFromXML |
( |
string |
xml |
) |
|
| void asdm::Entity::setInstanceVersion |
( |
string |
s |
) |
|
| IDLEntity asdm::Entity::toIDLEntity |
( |
|
) |
const |
| string asdm::Entity::toString |
( |
|
) |
const |
| string asdm::Entity::toXML |
( |
|
) |
const |
| string asdm::Entity::validXML |
( |
|
) |
const [private] |
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
, |
|
|
const Entity & |
| |
|
) |
| | [friend] |
| istream& operator>> |
( |
istream & |
, |
|
|
Entity & |
| |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: