Package org.netxms.client
Class MaintenanceJournalEntry
java.lang.Object
org.netxms.client.MaintenanceJournalEntry
Maintenance journal entry
- 
Constructor SummaryConstructorsConstructorDescriptionMaintenanceJournalEntry(NXCPMessage msg, long base) Create new event reference from NXCPMessage.
- 
Method Summary
- 
Constructor Details- 
MaintenanceJournalEntryCreate new event reference from NXCPMessage.- Parameters:
- msg- message
- base- base field ID
 
 
- 
- 
Method Details- 
getIdpublic long getId()- Returns:
- the id
 
- 
getObjectIdpublic long getObjectId()- Returns:
- owner object id
 
- 
getAuthorpublic int getAuthor()- Returns:
- the author
 
- 
getLastEditedBypublic int getLastEditedBy()- Returns:
- the last user that edited this entry
 
- 
getDescription- Returns:
- the description
 
- 
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- Returns:
- the id
 
- 
getModificationTime- Returns:
- the id
 
 
-