Interface Note

All Superinterfaces:
Serializable
All Known Implementing Classes:
Note, NoteImpl

public interface Note extends Serializable
The Interface Note.
  • Method Details

    • 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:
    • setType

      void setType(NoteType type)
      Sets the type.
      Parameters:
      type - the new type
      See Also:
    • 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

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

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

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

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

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

      void setCustomerData2(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

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

      void setTitle(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:
    • setParentUIds

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      void setReference(Reference reference)
      Sets the reference.
      Parameters:
      reference - the new reference
      See Also:
    • 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