public interface HistoricalEntity<PK> extends Entity<PK>
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt()
Gets the datetime at which the first entity instance corresponding to
this real-world object was created.
|
Date |
getEffectiveAt()
Returns the effective datetime of this entity instance.
|
Date |
getExpiredAt()
Returns the datetime at which this entity instance expired.
|
void |
setCreatedAt(Date createdAt)
Sets the datetime at which the first entity instance corresponding to
this real-world object was created.
|
void |
setEffectiveAt(Date effectiveAt)
Sets the effective datetime of this entity instance.
|
void |
setExpiredAt(Date expiredAt)
Sets the timestamp at which this entity instance expired.
|
Date getEffectiveAt()
void setEffectiveAt(Date effectiveAt)
effectiveAt - a datetime.Date getExpiredAt()
void setExpiredAt(Date expiredAt)
expiredAt - a datetime.Date getCreatedAt()
void setCreatedAt(Date createdAt)
createdAt - a datetime.Copyright © 2016–2019 Emory University. All rights reserved.