Class ProvenanceStepImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.poss1Provenance.ProvenanceStepImpl1
- All Implemented Interfaces:
- InformationObject,- ProvenanceStep,- Serializable
public class ProvenanceStepImpl1 extends InformationObjectImpl1 implements ProvenanceStep, Serializable
The ProvenanceStep has the Actor, Step and TimeStamp of the activity to be recorded in the Provenance.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description Actionm_ActionInternal value for the Action.Actorm_ActorInternal value for the Actor.TimeStampm_TimeStampInternal value for the TimeStampprivate static longserialVersionUIDFor object serialization
- 
Constructor SummaryConstructors Constructor Description ProvenanceStepImpl1()
- 
Method SummaryModifier and Type Method Description ActiongetAction()Get the Action involved in the activity.ActorgetActor()Get the Actor involved in the activity.TimeStampgetTimeStamp()Get the TimeStamp of the activity.voidsetAction(Action action)Set the Action involved in the activity.voidsetActor(Actor act)Set the Actor involved in the activity.voidsetTimeStamp(TimeStamp ts)Set the Actor involved in the activity.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_ActorInternal value for the Actor.
- 
m_ActionInternal value for the Action.
- 
m_TimeStampInternal value for the TimeStamp
 
- 
- 
Constructor Details- 
ProvenanceStepImpl1public ProvenanceStepImpl1()
 
- 
- 
Method Details- 
getActorGet the Actor involved in the activity.- Specified by:
- getActorin interface- ProvenanceStep
- Returns:
- Actor for the activity
 
- 
setActorSet the Actor involved in the activity.- Specified by:
- setActorin interface- ProvenanceStep
- Parameters:
- act- The Actor involved in the activity.
 
- 
getActionGet the Action involved in the activity.- Specified by:
- getActionin interface- ProvenanceStep
- Returns:
- Action for the activity
 
- 
setActionSet the Action involved in the activity.- Specified by:
- setActionin interface- ProvenanceStep
- Parameters:
- action- The Action involved in the activity.
 
- 
getTimeStampGet the TimeStamp of the activity.- Specified by:
- getTimeStampin interface- ProvenanceStep
- Returns:
- TimeStamp of the activity
 
- 
setTimeStampSet the Actor involved in the activity.- Specified by:
- setTimeStampin interface- ProvenanceStep
- Parameters:
- ts- The TimeStamp of the activity.
 
 
-