public class SimpleHistorizable extends Object implements Historizable
Historizable
supplied for convenience.| Modifier and Type | Field and Description |
|---|---|
private String |
fName |
private Date |
fTimestamp |
private String |
fValue |
| Constructor and Description |
|---|
SimpleHistorizable(String aName,
String aValue)
Instantiate a SimpleHistorizable with the current time as timestamp
|
SimpleHistorizable(String aName,
String aValue,
Date aTimestamp)
Instantiate a Simple historizable with a given timestamp
|
private final String fName
private final String fValue
private final Date fTimestamp
public SimpleHistorizable(String aName, String aValue)
aName - name of the HistorizbaleaValue - value of the Historizablepublic String getValue()
HistorizablegetValue in interface Historizablepublic String getName()
HistorizablegetName in interface Historizablepublic Date getTimestamp()
HistorizablegetTimestamp in interface HistorizableCopyright © 2013 Immobilien Scout GmbH. All Rights Reserved.