Interface JournalAware
-
- All Implemented Interfaces:
public interface JournalAware- Since:
2019-05-17
trydofor
-
-
Method Summary
Modifier and Type Method Description voidsetCreateDt(LocalDateTime value)LocalDateTimegetCreateDt()voidsetModifyDt(LocalDateTime value)LocalDateTimegetModifyDt()voidsetDeleteDt(LocalDateTime value)LocalDateTimegetDeleteDt()voidsetCommitId(Long value)LonggetCommitId()booleanisDeleted()-
-
Method Detail
-
setCreateDt
void setCreateDt(LocalDateTime value)
-
getCreateDt
LocalDateTime getCreateDt()
-
setModifyDt
void setModifyDt(LocalDateTime value)
-
getModifyDt
LocalDateTime getModifyDt()
-
setDeleteDt
void setDeleteDt(LocalDateTime value)
-
getDeleteDt
LocalDateTime getDeleteDt()
-
setCommitId
void setCommitId(Long value)
-
getCommitId
Long getCommitId()
-
isDeleted
boolean isDeleted()
-
-
-
-