Class NoteImpl

  • All Implemented Interfaces:
    Note, java.io.Serializable
    Direct Known Subclasses:
    Note

    public class NoteImpl
    extends java.lang.Object
    implements java.io.Serializable, Note
    The type Note.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoteImpl

        public NoteImpl()
    • Method Detail

      • getId

        public int getId()
        Description copied from interface: Note
        Gets the id.
        Specified by:
        getId in interface Note
        Returns:
        the id
      • setId

        public void setId​(int id)
        Description copied from interface: Note
        Sets the id.
        Specified by:
        setId in interface Note
        Parameters:
        id - the new id
      • getType

        public NoteType getType()
        Description copied from interface: Note
        Gets the type.
        Specified by:
        getType in interface Note
        Returns:
        the type
        See Also:
        NoteType
      • setType

        public void setType​(NoteType type)
        Description copied from interface: Note
        Sets the type.
        Specified by:
        setType in interface Note
        Parameters:
        type - the new type
        See Also:
        NoteType
      • getCustomerId

        public int getCustomerId()
        Description copied from interface: Note
        Gets the customer id.
        Specified by:
        getCustomerId in interface Note
        Returns:
        the customer id
      • setCustomerId

        public void setCustomerId​(int customerId)
        Description copied from interface: Note
        Sets the customer id.
        Specified by:
        setCustomerId in interface Note
        Parameters:
        customerId - the new customer id
      • getCustomerId2

        public int getCustomerId2()
        Description copied from interface: Note
        Gets the customer id 2.
        Specified by:
        getCustomerId2 in interface Note
        Returns:
        the customer id 2
      • setCustomerId2

        public void setCustomerId2​(int customerId2)
        Description copied from interface: Note
        Sets the customer id 2.
        Specified by:
        setCustomerId2 in interface Note
        Parameters:
        customerId2 - the new customer id 2
      • getCustomerId3

        public int getCustomerId3()
        Description copied from interface: Note
        Gets the customer id 3.
        Specified by:
        getCustomerId3 in interface Note
        Returns:
        the customer id 3
      • setCustomerId3

        public void setCustomerId3​(int customerId3)
        Description copied from interface: Note
        Sets the customer id 3.
        Specified by:
        setCustomerId3 in interface Note
        Parameters:
        customerId3 - the new customer id 3
      • getCustomerStringId

        public java.lang.String getCustomerStringId()
        Description copied from interface: Note
        Gets the customer string id.
        Specified by:
        getCustomerStringId in interface Note
        Returns:
        the customer string id
      • setCustomerStringId

        public void setCustomerStringId​(java.lang.String customerStringId)
        Description copied from interface: Note
        Sets the customer string id.
        Specified by:
        setCustomerStringId in interface Note
        Parameters:
        customerStringId - the new customer string id
      • getCustomerData1

        public java.lang.String getCustomerData1()
        Description copied from interface: Note
        Gets the customer data 1.
        Specified by:
        getCustomerData1 in interface Note
        Returns:
        the customer data 1
      • setCustomerData1

        public void setCustomerData1​(java.lang.String customerData1)
        Description copied from interface: Note
        Sets the customer data 1.
        Specified by:
        setCustomerData1 in interface Note
        Parameters:
        customerData1 - the new customer data 1
      • getCustomerData2

        public java.lang.String getCustomerData2()
        Description copied from interface: Note
        Gets the customer data 2.
        Specified by:
        getCustomerData2 in interface Note
        Returns:
        the customer data 2
      • setCustomerData2

        public void setCustomerData2​(java.lang.String customerData2)
        Description copied from interface: Note
        Sets the customer data 2.
        Specified by:
        setCustomerData2 in interface Note
        Parameters:
        customerData2 - the new customer data 2
      • getShowTitle

        public int getShowTitle()
        Description copied from interface: Note
        Gets the show title.
        Specified by:
        getShowTitle in interface Note
        Returns:
        the show title
      • setShowTitle

        public void setShowTitle​(int showTitle)
        Description copied from interface: Note
        Sets the show title.
        Specified by:
        setShowTitle in interface Note
        Parameters:
        showTitle - the new show title
      • getShowState

        public int getShowState()
        Description copied from interface: Note
        Gets the show state.
        Specified by:
        getShowState in interface Note
        Returns:
        the show state
      • setShowState

        public void setShowState​(int showState)
        Description copied from interface: Note
        Sets the show state.
        Specified by:
        setShowState in interface Note
        Parameters:
        showState - the new show state
      • getShowConnect

        public int getShowConnect()
        Description copied from interface: Note
        Gets the show connect.
        Specified by:
        getShowConnect in interface Note
        Returns:
        the show connect
      • setShowConnect

        public void setShowConnect​(int showConnect)
        Description copied from interface: Note
        Sets the show connect.
        Specified by:
        setShowConnect in interface Note
        Parameters:
        showConnect - the new show connect
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: Note
        Gets the title.
        Specified by:
        getTitle in interface Note
        Returns:
        the title
      • setTitle

        public void setTitle​(java.lang.String title)
        Description copied from interface: Note
        Sets the title.
        Specified by:
        setTitle in interface Note
        Parameters:
        title - the new title
      • getParentUIds

        public ParentUIds getParentUIds()
        Description copied from interface: Note
        Gets the parent U ids.
        Specified by:
        getParentUIds in interface Note
        Returns:
        the parent U ids
        See Also:
        ParentUIds
      • setParentUIds

        public void setParentUIds​(ParentUIds parentUIds)
        Description copied from interface: Note
        Sets the parent U ids.
        Specified by:
        setParentUIds in interface Note
        Parameters:
        parentUIds - the new parent U ids
        See Also:
        ParentUIds
      • getParentIds

        public ParentIds getParentIds()
        Description copied from interface: Note
        Gets the parent ids.
        Specified by:
        getParentIds in interface Note
        Returns:
        the parent ids
        See Also:
        ParentIds
      • setParentIds

        public void setParentIds​(ParentIds parentIds)
        Description copied from interface: Note
        Sets the parent ids.
        Specified by:
        setParentIds in interface Note
        Parameters:
        parentIds - the new parent ids
        See Also:
        ParentIds
      • getCreated

        public Change getCreated()
        Description copied from interface: Note
        Gets the created.
        Specified by:
        getCreated in interface Note
        Returns:
        the created
        See Also:
        Change
      • setCreated

        public void setCreated​(Change created)
        Description copied from interface: Note
        Sets the created.
        Specified by:
        setCreated in interface Note
        Parameters:
        created - the new created
        See Also:
        Change
      • getChanged

        public Change getChanged()
        Description copied from interface: Note
        Gets the changed.
        Specified by:
        getChanged in interface Note
        Returns:
        the changed
        See Also:
        Change
      • setChanged

        public void setChanged​(Change changed)
        Description copied from interface: Note
        Sets the changed.
        Specified by:
        setChanged in interface Note
        Parameters:
        changed - the new changed
        See Also:
        Change
      • getResponsible

        public Change getResponsible()
        Description copied from interface: Note
        Gets the responsible.
        Specified by:
        getResponsible in interface Note
        Returns:
        the responsible
        See Also:
        Change
      • setResponsible

        public void setResponsible​(Change responsible)
        Description copied from interface: Note
        Sets the responsible.
        Specified by:
        setResponsible in interface Note
        Parameters:
        responsible - the new responsible
        See Also:
        Change
      • getLog

        public java.lang.String getLog()
        Description copied from interface: Note
        Gets the log.
        Specified by:
        getLog in interface Note
        Returns:
        the log
      • setLog

        public void setLog​(java.lang.String log)
        Description copied from interface: Note
        Sets the log.
        Specified by:
        setLog in interface Note
        Parameters:
        log - the new log
      • getComments

        public Comments getComments()
        Description copied from interface: Note
        Gets the comments.
        Specified by:
        getComments in interface Note
        Returns:
        the comments
        See Also:
        Comments
      • setComments

        public void setComments​(Comments comments)
        Description copied from interface: Note
        Sets the comments.
        Specified by:
        setComments in interface Note
        Parameters:
        comments - the new comments
        See Also:
        Comments
      • getReference

        public Reference getReference()
        Description copied from interface: Note
        Gets the reference.
        Specified by:
        getReference in interface Note
        Returns:
        the reference
        See Also:
        Reference
      • setReference

        public void setReference​(Reference reference)
        Description copied from interface: Note
        Sets the reference.
        Specified by:
        setReference in interface Note
        Parameters:
        reference - the new reference
        See Also:
        Reference
      • getVisible

        public int getVisible()
        Description copied from interface: Note
        Gets the visibility of this note
        Specified by:
        getVisible in interface Note
        Returns:
        1 if visible, 0 otherwise
      • setVisible

        public void setVisible​(int visible)
        Description copied from interface: Note
        Sets the visibility of this note
        Specified by:
        setVisible in interface Note
        Parameters:
        visible - visible or not