-
public final class ArchivedEntityValueAn archived (old) entity value.
-
-
Field Summary
Fields Modifier and Type Field Description private final EntityValueentityValueprivate final Actionactionprivate final Instantdate
-
Constructor Summary
Constructors Constructor Description ArchivedEntityValue(EntityValue entityValue, Action action, Instant date)
-
Method Summary
Modifier and Type Method Description StringtoString()final EntityValuecomponent1()final Actioncomponent2()final Instantcomponent3()final ArchivedEntityValuecopy(EntityValue entityValue, Action action, Instant date)final EntityValuegetEntityValue()final ActiongetAction()final InstantgetDate()-
-
Constructor Detail
-
ArchivedEntityValue
ArchivedEntityValue(EntityValue entityValue, Action action, Instant date)
-
-
Method Detail
-
component1
final EntityValue component1()
-
component2
final Action component2()
-
component3
final Instant component3()
-
copy
final ArchivedEntityValue copy(EntityValue entityValue, Action action, Instant date)
-
getEntityValue
final EntityValue getEntityValue()
-
-
-
-