Class LogEntry

java.lang.Object
xal.plugin.olog.LogEntry

public class LogEntry extends Object
Author:
Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
  • Constructor Details

  • Method Details

    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getEntryType

      public String getEntryType()
    • setEntryType

      public void setEntryType(String entryType)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getLogbooks

      public List<String> getLogbooks()
    • setLogbooks

      public void setLogbooks(List<String> logbooks)
    • getTags

      public List<String> getTags()
    • getProperties

      public List<Property> getProperties()
    • addTag

      public void addTag(String tag)
    • addTags

      public void addTags(List<String> tags)
    • addProperty

      public void addProperty(Property property)
    • getAttachments

      public List<OlogAttachment> getAttachments()
    • hasAttachments

      public boolean hasAttachments()
    • addAttachment

      public void addAttachment(Attachment attachment)
    • toJson

      public String toJson()