Initialise a newly created object of this class. This differs to new in that new is called only for newly-created records that start life outside the database, while _init is called for all records including those fetched from the database.
Currently is does nothing, but is here so that it can be subclassed.
Parameters
None
Returns
Nothing
=end NaturalDocs