stalker.models.note.Note
========================

.. inheritance-diagram::
     stalker.models.note.Note
     :parts: 1

.. currentmodule:: stalker.models.note

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

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Note.__init__
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Note.content
      ~Note.created_by
      ~Note.created_by_id
      ~Note.date_created
      ~Note.date_updated
      ~Note.description
      ~Note.entity
      ~Note.entity_id
      ~Note.entity_type
      ~Note.generic_data
      ~Note.id
      ~Note.metadata
      ~Note.name
      ~Note.nice_name
      ~Note.note_id
      ~Note.plural_class_name
      ~Note.query
      ~Note.thumbnail
      ~Note.thumbnail_id
      ~Note.tjp_id
      ~Note.to_tjp
      ~Note.type
      ~Note.type_id
      ~Note.updated_by
      ~Note.updated_by_id
   
   