Part of stoqlib.domain.invoice View In Hierarchy
| Instance Variables | x | x position of the upper left corner of the field |
| y | y position of the upper left corner of the field | |
| width | the width of the field, must be larger than 0 | |
| height | the height of the field, must be larger than 0 | |
| field_name | the name of the field, this is used to identify and fetch the data when printing the invoice | |
| layout | the layout this field belongs to |
Inherited from AbstractModel (via Domain, BaseDomain):
| Method | __ne__ | Undocumented |
| Method | __eq__ | Undocumented |
| Method | _SO_setValue | Undocumented |
| Method | clone | Get a persistent copy of an existent object. Remember that we can |
| Method | get_connection | Undocumented |
Inherited from AdaptableORMObject (via Domain):
| Class Method | registerFacet | Registers a facet for class cls. |
Inherited from Adaptable (via Domain, AdaptableORMObject):
| Class Method | getFacetType | Fetches a facet type associated with an interface, or raise |
| Class Method | getFacetTypes | Returns facet classes for this object |
| Method | addFacet | Adds a facet implementing iface for the current object |
| Method | removeFacet | Removes a facet from the current object |
| Method | getFacets | Gets a list of facets assoicated with the current object. |