TemporalOn

org.beangle.data.model.pojo.TemporalOn

有时效性的实体

指有具体生效时间和失效时间的实体。一般生效时间不能为空,失效时间可以为空。 具体时间采用时间时间格式便于比对。

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def within(date: LocalDate): Boolean

Concrete fields

var beginOn: LocalDate

起始日期

起始日期

Attributes

var endOn: Option[LocalDate]

结束日期

结束日期

Attributes