Interface Note

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Note, NoteImpl

    public interface Note
    extends java.io.Serializable
    The Interface Note.
    • Method Detail

      • getId

        int getId()
        Gets the id.
        Returns:
        the id
      • setId

        void setId​(int id)
        Sets the id.
        Parameters:
        id - the new id
      • getType

        NoteType getType()
        Gets the type.
        Returns:
        the type
        See Also:
        NoteType
      • setType

        void setType​(NoteType type)
        Sets the type.
        Parameters:
        type - the new type
        See Also:
        NoteType
      • getCustomerId

        int getCustomerId()
        Gets the customer id.
        Returns:
        the customer id
      • setCustomerId

        void setCustomerId​(int customerId)
        Sets the customer id.
        Parameters:
        customerId - the new customer id
      • getCustomerId2

        int getCustomerId2()
        Gets the customer id 2.
        Returns:
        the customer id 2
      • setCustomerId2

        void setCustomerId2​(int customerId2)
        Sets the customer id 2.
        Parameters:
        customerId2 - the new customer id 2
      • getCustomerId3

        int getCustomerId3()
        Gets the customer id 3.
        Returns:
        the customer id 3
      • setCustomerId3

        void setCustomerId3​(int customerId3)
        Sets the customer id 3.
        Parameters:
        customerId3 - the new customer id 3
      • getCustomerStringId

        java.lang.String getCustomerStringId()
        Gets the customer string id.
        Returns:
        the customer string id
      • setCustomerStringId

        void setCustomerStringId​(java.lang.String customerStringId)
        Sets the customer string id.
        Parameters:
        customerStringId - the new customer string id
      • getCustomerData1

        java.lang.String getCustomerData1()
        Gets the customer data 1.
        Returns:
        the customer data 1
      • setCustomerData1

        void setCustomerData1​(java.lang.String customerData1)
        Sets the customer data 1.
        Parameters:
        customerData1 - the new customer data 1
      • getCustomerData2

        java.lang.String getCustomerData2()
        Gets the customer data 2.
        Returns:
        the customer data 2
      • setCustomerData2

        void setCustomerData2​(java.lang.String customerData2)
        Sets the customer data 2.
        Parameters:
        customerData2 - the new customer data 2
      • getShowTitle

        int getShowTitle()
        Gets the show title.
        Returns:
        the show title
      • setShowTitle

        void setShowTitle​(int showTitle)
        Sets the show title.
        Parameters:
        showTitle - the new show title
      • getShowState

        int getShowState()
        Gets the show state.
        Returns:
        the show state
      • setShowState

        void setShowState​(int showState)
        Sets the show state.
        Parameters:
        showState - the new show state
      • getShowConnect

        int getShowConnect()
        Gets the show connect.
        Returns:
        the show connect
      • setShowConnect

        void setShowConnect​(int showConnect)
        Sets the show connect.
        Parameters:
        showConnect - the new show connect
      • getTitle

        java.lang.String getTitle()
        Gets the title.
        Returns:
        the title
      • setTitle

        void setTitle​(java.lang.String title)
        Sets the title.
        Parameters:
        title - the new title
      • getParentUIds

        ParentUIds getParentUIds()
        Gets the parent U ids.
        Returns:
        the parent U ids
        See Also:
        ParentUIds
      • setParentUIds

        void setParentUIds​(ParentUIds parentUIds)
        Sets the parent U ids.
        Parameters:
        parentUIds - the new parent U ids
        See Also:
        ParentUIds
      • getParentIds

        ParentIds getParentIds()
        Gets the parent ids.
        Returns:
        the parent ids
        See Also:
        ParentIds
      • setParentIds

        void setParentIds​(ParentIds parentIds)
        Sets the parent ids.
        Parameters:
        parentIds - the new parent ids
        See Also:
        ParentIds
      • getCreated

        Change getCreated()
        Gets the created.
        Returns:
        the created
        See Also:
        Change
      • setCreated

        void setCreated​(Change created)
        Sets the created.
        Parameters:
        created - the new created
        See Also:
        Change
      • getChanged

        Change getChanged()
        Gets the changed.
        Returns:
        the changed
        See Also:
        Change
      • setChanged

        void setChanged​(Change changed)
        Sets the changed.
        Parameters:
        changed - the new changed
        See Also:
        Change
      • getResponsible

        Change getResponsible()
        Gets the responsible.
        Returns:
        the responsible
        See Also:
        Change
      • setResponsible

        void setResponsible​(Change responsible)
        Sets the responsible.
        Parameters:
        responsible - the new responsible
        See Also:
        Change
      • getLog

        java.lang.String getLog()
        Gets the log.
        Returns:
        the log
      • setLog

        void setLog​(java.lang.String log)
        Sets the log.
        Parameters:
        log - the new log
      • getComments

        Comments getComments()
        Gets the comments.
        Returns:
        the comments
        See Also:
        Comments
      • setComments

        void setComments​(Comments comments)
        Sets the comments.
        Parameters:
        comments - the new comments
        See Also:
        Comments
      • getReference

        Reference getReference()
        Gets the reference.
        Returns:
        the reference
        See Also:
        Reference
      • setReference

        void setReference​(Reference reference)
        Sets the reference.
        Parameters:
        reference - the new reference
        See Also:
        Reference
      • setVisible

        void setVisible​(int visible)
        Sets the visibility of this note
        Parameters:
        visible - visible or not
      • getVisible

        int getVisible()
        Gets the visibility of this note
        Returns:
        1 if visible, 0 otherwise