Class MaintenanceJournalEntry

java.lang.Object
org.netxms.client.MaintenanceJournalEntry

public class MaintenanceJournalEntry extends Object
Maintenance journal entry
  • Constructor Details

    • MaintenanceJournalEntry

      public MaintenanceJournalEntry(NXCPMessage msg, long base)
      Create new event reference from NXCPMessage.
      Parameters:
      msg - message
      base - base field ID
  • Method Details

    • getId

      public long getId()
      Returns:
      the id
    • getObjectId

      public long getObjectId()
      Returns:
      owner object id
    • getAuthor

      public int getAuthor()
      Returns:
      the author
    • getLastEditedBy

      public int getLastEditedBy()
      Returns:
      the last user that edited this entry
    • getDescription

      public String getDescription()
      Returns:
      the description
    • getDescriptionShort

      public String getDescriptionShort()
      Returns:
      the description. If the description has multiple lines, returns the first line only. If the first line is longer than 64 characters, returns first 64 characters of description. Returned value ends with "..." if it was contracted.
    • getCreationTime

      public Date getCreationTime()
      Returns:
      the id
    • getModificationTime

      public Date getModificationTime()
      Returns:
      the id