Class LogbookOperation


public class LogbookOperation extends LogbookEventOperation
Logbook operation model
  • Field Details

  • Constructor Details

    • LogbookOperation

      public LogbookOperation()
  • Method Details

    • emptyWithEvDetData

      public static LogbookOperation emptyWithEvDetData(String evDetData)
    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getTenant

      public Integer getTenant()
      Returns:
      the tenant
    • setTenant

      public void setTenant(Integer tenant)
      Parameters:
      tenant - the tenant to set
    • getEvents

      public List<LogbookEventOperation> getEvents()
      Returns:
      the events
    • setEvents

      public void setEvents(List<LogbookEventOperation> events)
      Parameters:
      events - the events to set
    • getAgIdApp

      public String getAgIdApp()
      Returns:
      the agIdApp
    • setAgIdApp

      public void setAgIdApp(String agIdApp)
      Parameters:
      agIdApp - the agIdApp to set
    • getEvIdAppSession

      public String getEvIdAppSession()
      Returns:
      the evIdAppSession
    • setEvIdAppSession

      public void setEvIdAppSession(String evIdAppSession)
      Parameters:
      evIdAppSession - the evIdAppSession to set
    • getLastPersistentDate

      public String getLastPersistentDate()
    • setLastPersistentDate

      public void setLastPersistentDate(String lastPersistentDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class LogbookEventOperation
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class LogbookEventOperation