Class NoteImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.NoteImpl
All Implemented Interfaces:
Note, Serializable
Direct Known Subclasses:
Note

public class NoteImpl extends Object implements Serializable, Note
The type Note.
See Also:
  • Constructor Details

    • NoteImpl

      public NoteImpl()
  • Method Details

    • 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:
    • 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:
    • 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 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(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 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(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 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(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 String getTitle()
      Description copied from interface: Note
      Gets the title.
      Specified by:
      getTitle in interface Note
      Returns:
      the title
    • setTitle

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

      public Change getCreated()
      Description copied from interface: Note
      Gets the created.
      Specified by:
      getCreated in interface Note
      Returns:
      the created
      See Also:
    • 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:
    • getChanged

      public Change getChanged()
      Description copied from interface: Note
      Gets the changed.
      Specified by:
      getChanged in interface Note
      Returns:
      the changed
      See Also:
    • 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:
    • getResponsible

      public Change getResponsible()
      Description copied from interface: Note
      Gets the responsible.
      Specified by:
      getResponsible in interface Note
      Returns:
      the responsible
      See Also:
    • 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:
    • getLog

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

      public void setLog(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:
    • 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:
    • getReference

      public Reference getReference()
      Description copied from interface: Note
      Gets the reference.
      Specified by:
      getReference in interface Note
      Returns:
      the reference
      See Also:
    • 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:
    • 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