Class BaseEntity
- java.lang.Object
-
- tech.grasshopper.extent.data.pojo.BaseEntity
-
- Direct Known Subclasses:
Executable,NonExecutable
public abstract class BaseEntity extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected LocalDateTimeendTimeprotected Stringnameprotected LocalDateTimestartTimeprotected Statusstatus
-
Constructor Summary
Constructors Constructor Description BaseEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationcalculatedDuration()voidcheckData()protected voidcheckTimeData()
-
-
-
Field Detail
-
name
protected String name
-
status
protected Status status
-
startTime
protected LocalDateTime startTime
-
endTime
protected LocalDateTime endTime
-
-
Method Detail
-
calculatedDuration
public Duration calculatedDuration()
-
checkTimeData
protected void checkTimeData()
-
checkData
public void checkData()
-
-