public abstract class BaseEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
endTime |
protected String |
name |
protected LocalDateTime |
startTime |
protected Status |
status |
| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
calculatedDuration() |
void |
checkData() |
protected void |
checkTimeData() |
protected String name
protected Status status
protected LocalDateTime startTime
protected LocalDateTime endTime
public Duration calculatedDuration()
protected void checkTimeData()
public void checkData()
Copyright © 2023. All rights reserved.