public class NoteLogAuthorProperties extends PersonRoleProperties
NoteLogAuthorProperties describes a role for a person who is responsible for a note log.
  • Constructor Details

    • NoteLogAuthorProperties

      public NoteLogAuthorProperties()
      Default constructor
    • NoteLogAuthorProperties

      public NoteLogAuthorProperties(NoteLogAuthorProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
    • NoteLogAuthorProperties

      public NoteLogAuthorProperties(PersonRoleProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details