Class RecordSession

java.lang.Object
de.joergdev.mosy.backend.persistence.model.RecordSession
All Implemented Interfaces:
TenantScoped

@Entity public class RecordSession extends Object implements TenantScoped
Since:
2.0
  • Constructor Details

    • RecordSession

      public RecordSession()
  • Method Details

    • getRecordSessionID

      public Integer getRecordSessionID()
    • setRecordSessionID

      public void setRecordSessionID(Integer recordSessionID)
    • getCreated

      public LocalDateTime getCreated()
    • setCreated

      public void setCreated(LocalDateTime created)
    • getRecords

      public List<Record> getRecords()
      Returns:
      the records
    • setRecords

      public void setRecords(List<Record> records)
      Parameters:
      records - the records to set
    • getTenant

      public Tenant getTenant()
      Specified by:
      getTenant in interface TenantScoped
    • setTenant

      public void setTenant(Tenant tenant)
      Specified by:
      setTenant in interface TenantScoped