Class RecordSession
java.lang.Object
de.joergdev.mosy.backend.persistence.model.RecordSession
- All Implemented Interfaces:
TenantScoped
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreated(LocalDateTime created) voidsetRecords(List<Record> records) voidsetRecordSessionID(Integer recordSessionID) void
-
Constructor Details
-
RecordSession
public RecordSession()
-
-
Method Details
-
getRecordSessionID
-
setRecordSessionID
-
getCreated
-
setCreated
-
getRecords
- Returns:
- the records
-
setRecords
- Parameters:
records- the records to set
-
getTenant
- Specified by:
getTenantin interfaceTenantScoped
-
setTenant
- Specified by:
setTenantin interfaceTenantScoped
-