Class TimeStampImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.poss1Provenance.TimeStampImpl1
- All Implemented Interfaces:
- InformationObject,- TimeStamp,- Serializable
public class TimeStampImpl1 extends InformationObjectImpl1 implements TimeStamp, Serializable
The time of the Step, which may include a duration, time system etc.
 The time system may be for example Earth timezone.
- Since:
- 06-Sep-2021 15:59:47
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description (package private) ZonedDateTimem_DateTimeInternal value for the timestamp.private static longserialVersionUIDFor object serialization
- 
Constructor SummaryConstructors Constructor Description TimeStampImpl1()
- 
Method SummaryModifier and Type Method Description ZonedDateTimegetDateTime()Return the DateTime.voidsetDateTime(ZonedDateTime dt)Set the DateTime.Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformationMethods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
- 
m_DateTimeZonedDateTime m_DateTimeInternal value for the timestamp.
 
- 
- 
Constructor Details- 
TimeStampImpl1public TimeStampImpl1()
 
- 
- 
Method Details- 
getDateTimeReturn the DateTime.- Specified by:
- getDateTimein interface- TimeStamp
- Returns:
- the DateTime.
 
- 
setDateTimeSet the DateTime.- Specified by:
- setDateTimein interface- TimeStamp
- Parameters:
- dt- The DateTime.
 
 
-