Class NoteLogHeaderProperties

    • Constructor Detail

      • NoteLogHeaderProperties

        public NoteLogHeaderProperties()
        Default constructor
      • NoteLogHeaderProperties

        public NoteLogHeaderProperties​(NoteLogHeaderProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getName

        public String getName()
        Return the name of the note log.
        Returns:
        string name
      • setName

        public void setName​(String name)
        Set up the name of the note log.
        Parameters:
        name - string name
      • getDescription

        public String getDescription()
        Return the description of the note log.
        Returns:
        text
      • setDescription

        public void setDescription​(String description)
        Set up the description of the note log.
        Parameters:
        description - text
      • getIsPublic

        public boolean getIsPublic()
        Return if the link to the note log is private to the creating user.
        Returns:
        boolean
      • setIsPublic

        public void setIsPublic​(boolean aPublic)
        Set up whether the link to the note log is private to the creating user or not.
        Parameters:
        aPublic - boolean
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison