#include <TdkCatalogueObject.h>
Public Member Functions | |
VerticalModelAttribute () | |
~VerticalModelAttribute () | |
void | setEntityId (int entityId) |
int | getEntityId () |
void | setAttributeId (int attributeId) |
int | getAttributeId () |
void | setName (std::string name) |
std::string | getName () |
void | setSize (int size) |
int | getSize () |
void | setRequired (bool required) |
bool | getRequired () |
void | setUpdateDate (std::string updateDate) |
std::string | getUpdateDate () |
void | setLabel (std::string label) |
std::string | getLabel () |
void | setCategoryId (int categoryId) |
int | getCategoryId () |
void | setCategoryName (std::string categoryName) |
std::string | getCategoryName () |
void | setAttributeTypeId (int attributeTypeId) |
int | getAttributeTypeId () |
void | setAttributeTypeName (std::string attributeTypeName) |
std::string | getAttributeTypeName () |
void | setAttributeRefColumn (std::string attributeRefColumn) |
std::string | getAttributeRefColumn () |
void | setAttributeRefTable (std::string attributeRefTable) |
std::string | getAttributeRefTable () |
void | setAttributeRefIdColumn (std::string attributeRefIdColumn) |
std::string | getAttributeRefIdColumn () |
void | setAttributeRefId (int attributeRefId) |
int | getAttributeRefId () |
Private Attributes | |
int | entityId_ |
int | attributeId_ |
std::string | name_ |
int | size_ |
bool | required_ |
std::string | update_date_ |
std::string | label_ |
int | categoryId_ |
std::string | categoryName_ |
int | attributeTypeId_ |
std::string | attributeTypeName_ |
std::string | attributeRefColumn_ |
std::string | attributeRefTable_ |
std::string | attributeRefIdColumn_ |
int | attributeRefId_ |
VerticalModelAttribute::VerticalModelAttribute | ( | ) | [inline] |
VerticalModelAttribute::~VerticalModelAttribute | ( | ) | [inline] |
void VerticalModelAttribute::setEntityId | ( | int | entityId | ) | [inline] |
int VerticalModelAttribute::getEntityId | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeId | ( | int | attributeId | ) | [inline] |
int VerticalModelAttribute::getAttributeId | ( | ) | [inline] |
void VerticalModelAttribute::setName | ( | std::string | name | ) | [inline] |
std::string VerticalModelAttribute::getName | ( | ) | [inline] |
void VerticalModelAttribute::setSize | ( | int | size | ) | [inline] |
int VerticalModelAttribute::getSize | ( | ) | [inline] |
void VerticalModelAttribute::setRequired | ( | bool | required | ) | [inline] |
bool VerticalModelAttribute::getRequired | ( | ) | [inline] |
void VerticalModelAttribute::setUpdateDate | ( | std::string | updateDate | ) | [inline] |
std::string VerticalModelAttribute::getUpdateDate | ( | ) | [inline] |
void VerticalModelAttribute::setLabel | ( | std::string | label | ) | [inline] |
std::string VerticalModelAttribute::getLabel | ( | ) | [inline] |
void VerticalModelAttribute::setCategoryId | ( | int | categoryId | ) | [inline] |
int VerticalModelAttribute::getCategoryId | ( | ) | [inline] |
void VerticalModelAttribute::setCategoryName | ( | std::string | categoryName | ) | [inline] |
std::string VerticalModelAttribute::getCategoryName | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeTypeId | ( | int | attributeTypeId | ) | [inline] |
int VerticalModelAttribute::getAttributeTypeId | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeTypeName | ( | std::string | attributeTypeName | ) | [inline] |
std::string VerticalModelAttribute::getAttributeTypeName | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeRefColumn | ( | std::string | attributeRefColumn | ) | [inline] |
std::string VerticalModelAttribute::getAttributeRefColumn | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeRefTable | ( | std::string | attributeRefTable | ) | [inline] |
std::string VerticalModelAttribute::getAttributeRefTable | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeRefIdColumn | ( | std::string | attributeRefIdColumn | ) | [inline] |
std::string VerticalModelAttribute::getAttributeRefIdColumn | ( | ) | [inline] |
void VerticalModelAttribute::setAttributeRefId | ( | int | attributeRefId | ) | [inline] |
int VerticalModelAttribute::getAttributeRefId | ( | ) | [inline] |
int VerticalModelAttribute::entityId_ [private] |
int VerticalModelAttribute::attributeId_ [private] |
std::string VerticalModelAttribute::name_ [private] |
int VerticalModelAttribute::size_ [private] |
bool VerticalModelAttribute::required_ [private] |
std::string VerticalModelAttribute::update_date_ [private] |
std::string VerticalModelAttribute::label_ [private] |
int VerticalModelAttribute::categoryId_ [private] |
std::string VerticalModelAttribute::categoryName_ [private] |
int VerticalModelAttribute::attributeTypeId_ [private] |
std::string VerticalModelAttribute::attributeTypeName_ [private] |
std::string VerticalModelAttribute::attributeRefColumn_ [private] |
std::string VerticalModelAttribute::attributeRefTable_ [private] |
std::string VerticalModelAttribute::attributeRefIdColumn_ [private] |
int VerticalModelAttribute::attributeRefId_ [private] |