Package org.openurp.base.model
Interface TemporalEntity
public interface TemporalEntity
有时效性的实体
指有具体生效时间和失效时间的实体。一般生效时间不能为空,失效时间可以为空。 具体时间采用时间时间格式便于比对。
- Version:
- $Id: $
-
Method Summary
Modifier and Type Method Description DategetBeginOn()DategetEndOn()voidsetBeginOn(Date endOn)voidsetEndOn(Date endOn)