stalker.models.entity.Entity
============================

.. inheritance-diagram::
     stalker.models.entity.Entity
     :parts: 1

.. currentmodule:: stalker.models.entity

.. autoclass:: Entity
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Entity.__init__
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Entity.created_by
      ~Entity.created_by_id
      ~Entity.date_created
      ~Entity.date_updated
      ~Entity.description
      ~Entity.entity_id
      ~Entity.entity_type
      ~Entity.generic_data
      ~Entity.id
      ~Entity.metadata
      ~Entity.name
      ~Entity.nice_name
      ~Entity.notes
      ~Entity.plural_class_name
      ~Entity.query
      ~Entity.tags
      ~Entity.thumbnail
      ~Entity.thumbnail_id
      ~Entity.tjp_id
      ~Entity.to_tjp
      ~Entity.type
      ~Entity.type_id
      ~Entity.updated_by
      ~Entity.updated_by_id
   
   