#include <model.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonCustomerDefault (CustomerDefault *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 5517 of file model.h.
frepple::PythonCustomerDefault::PythonCustomerDefault | ( | CustomerDefault * | p | ) | [inline] |
PyObject * frepple::PythonCustomerDefault::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleClass< PythonCustomerDefault, PythonCustomer, CustomerDefault >.
Definition at line 123 of file customer.cpp.
int frepple::PythonCustomerDefault::setattro | ( | const Attribute & | attr, | |
const PythonObject & | field | |||
) | [virtual] |
Default setattro method.
Subclasses are expected to implement an override if the type supports settattro.
Implements frepple::utils::FreppleClass< PythonCustomerDefault, PythonCustomer, CustomerDefault >.
Definition at line 129 of file customer.cpp.