Previous topic

stalker.models.ticket.TicketLog

Next topic

stalker.models.type.Type

This Page

stalker.models.type.EntityType

Inheritance diagram of stalker.models.type.EntityType

class stalker.models.type.EntityType(name, statusable=False, schedulable=False, accepts_references=False)[source]

Bases: sqlalchemy.ext.declarative.api.Base

A simple class just to hold the registered class names in Stalker

__init__(name, statusable=False, schedulable=False, accepts_references=False)[source]

Methods

__init__(name[, statusable, schedulable, ...])

Attributes

accepts_references
id
metadata A collection of Table objects and their associated schema
name
plural_class_name the plural name of this class
query ORM-level SQL construction object.
schedulable
statusable
plural_class_name

the plural name of this class