#include <librets/GetObjectQuery.h>

Public Member Functions | |
| GetObjectQuery () | |
| std::string | GetResource () const |
| void | SetResource (std::string resource) |
| std::string | GetType () const |
| void | SetType (std::string type) |
| std::string | GetObjectKey () const |
| void | SetObjectKey (std::string objectKey) |
| IntVectorPtr | GetObjectIds () const |
| IntVector * | GetObjectIdsPtr () const |
| Returns a pointer to the IntVector. | |
| void | AddObjectId (int objectId) |
| bool | GetUseLocation () const |
| void | SetUseLocation (bool useLocation) |
| virtual std::ostream & | Print (std::ostream &outputStream) const |
| std::string | ToString () const |
| virtual bool | Equals (const RetsObject *object) const |
Static Public Attributes | |
| static const int | SUBSTITUTE_VALUE = -99 |
| When you see this value in the ObjectIds, it means that it is a place holder value that should be replaced. | |
| GetObjectQuery | ( | ) |
| void AddObjectId | ( | int | objectId | ) |
| virtual bool Equals | ( | const RetsObject * | object | ) | const [virtual, inherited] |
| IntVectorPtr GetObjectIds | ( | ) | const |
| IntVector* GetObjectIdsPtr | ( | ) | const |
Returns a pointer to the IntVector.
GetObjectQuery is responsiblity for cleaning up the object.
| std::string GetObjectKey | ( | ) | const |
| std::string GetResource | ( | ) | const |
| std::string GetType | ( | ) | const |
| bool GetUseLocation | ( | ) | const |
| virtual std::ostream& Print | ( | std::ostream & | outputStream | ) | const [virtual] |
Reimplemented from RetsObject.
| void SetObjectKey | ( | std::string | objectKey | ) |
| void SetResource | ( | std::string | resource | ) |
| void SetType | ( | std::string | type | ) |
| void SetUseLocation | ( | bool | useLocation | ) |
| std::string ToString | ( | ) | const [inherited] |
const int SUBSTITUTE_VALUE = -99 [static] |
When you see this value in the ObjectIds, it means that it is a place holder value that should be replaced.