trait Timestamp

A timestamp column

Methods

getTimestamp()

Get a copy of the timestamp of the Model

getOriginalTimestamp()

Get a reference to the timestamp of the model

Details

at line line 31
TimeDate getTimestamp()

Get a copy of the timestamp of the Model

Return Value

TimeDate

at line line 44
TimeDate getOriginalTimestamp()

Get a reference to the timestamp of the model

Any changes in this timestamp will be reflected in the model's timestamp and will be accessible to anyone

Return Value

TimeDate