Public Member Functions | Private Attributes
rail::spatial_temporal_learning::worldlib::remote::SqlEntity Class Reference

Common SQL entity information. More...

#include <SqlEntity.h>

Inheritance diagram for rail::spatial_temporal_learning::worldlib::remote::SqlEntity:
Inheritance graph
[legend]

List of all members.

Public Member Functions

uint32_t getID () const
 ID value accessor.
void setID (const uint32_t id)
 ID value mutator.
 SqlEntity (const uint32_t id)
 Create a new SqlEntity.

Private Attributes

uint32_t id_

Detailed Description

Common SQL entity information.

A base class for all SQL entities.

Definition at line 32 of file SqlEntity.h.


Constructor & Destructor Documentation

SqlEntity::SqlEntity ( const uint32_t  id)

Create a new SqlEntity.

Create a new SqlEntity with the given ID information.

Parameters:
idThe ID of the database entity.

Definition at line 16 of file SqlEntity.cpp.


Member Function Documentation

uint32_t SqlEntity::getID ( ) const

ID value accessor.

Get the ID value of this SqlEntity.

Returns:
The ID value of this SqlEntity.

Definition at line 21 of file SqlEntity.cpp.

void SqlEntity::setID ( const uint32_t  id)

ID value mutator.

Set the ID value of this SpatialWorldObservation.

Parameters:
idThe new id value of this SpatialWorldObservation.

Definition at line 26 of file SqlEntity.cpp.


Member Data Documentation

The ID of the entity.

Definition at line 64 of file SqlEntity.h.


The documentation for this class was generated from the following files:


worldlib
Author(s): Russell Toris
autogenerated on Fri Feb 12 2016 00:24:19