public class LifeCycleTraceabilitySecureFileObject extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LifeCycleTraceabilitySecureFileObject.MetadataType |
Constructor and Description |
---|
LifeCycleTraceabilitySecureFileObject() |
LifeCycleTraceabilitySecureFileObject(String lastEvtIdProc,
String lastEvTypeProc,
String lastEvDateTime,
String lfcId,
LifeCycleTraceabilitySecureFileObject.MetadataType metadataType,
int version,
String lastEvtOutcome,
String hashLFC,
String hashMetadata,
String hashGlobalFromStorage,
List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
Constructor to set the attributes for lfc tracibility file lines
|
Modifier and Type | Method and Description |
---|---|
void |
addObjectGroupDocumentHashToList(String objectGroupDocumentId,
String objectGroupDocumentHash)
construct and add to list an ObjectGroupDocumentHash element
|
String |
getHashGlobalFromStorage()
getter for hashGlobalFromStorage
|
String |
getHashLFC()
getter for hashLFC
|
String |
getHashMetadata()
getter for hashMetadata
|
String |
getLastEvDateTime()
getter for lastEvDateTime
|
String |
getLastEvtIdProc()
getter for lastEvtIdProc
|
String |
getLastEvtOutcome()
getter for lastEvtOutcome
|
String |
getLastEvTypeProc()
getter for lastEvTypeProc
|
String |
getLfcId()
getter for lfcId
|
LifeCycleTraceabilitySecureFileObject.MetadataType |
getMetadataType()
getter for metadataType
|
List<ObjectGroupDocumentHash> |
getObjectGroupDocumentHashList()
getter for objectGroupDocumentHashList
|
int |
getVersion()
getter for version
|
void |
setHashGlobalFromStorage(String hashGlobalFromStorage)
set hashGlobalFromStorage
|
void |
setHashLFC(String hashLFC)
set hashLFC
|
void |
setHashMetadata(String hashMetadata)
set hashMetadata
|
void |
setLastEvDateTime(String lastEvDateTime)
set lastEvDateTime
|
void |
setLastEvtIdProc(String lastEvtIdProc)
set lastEvtIdProc
|
void |
setLastEvtOutcome(String lastEvtOutcome)
set lastEvtOutcome
|
void |
setLastEvTypeProc(String lastEvTypeProc)
set lastEvTypeProc
|
void |
setLfcId(String lfcId)
set lfcId
|
void |
setMetadataType(LifeCycleTraceabilitySecureFileObject.MetadataType metadataType)
set metadataType
|
void |
setObjectGroupDocumentHashList(List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
set objectGroupDocumentHashList
|
void |
setVersion(int version)
set version
|
public LifeCycleTraceabilitySecureFileObject()
public LifeCycleTraceabilitySecureFileObject(String lastEvtIdProc, String lastEvTypeProc, String lastEvDateTime, String lfcId, LifeCycleTraceabilitySecureFileObject.MetadataType metadataType, int version, String lastEvtOutcome, String hashLFC, String hashMetadata, String hashGlobalFromStorage, List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
lastEvtIdProc
- lastEvTypeProc
- lastEvDateTime
- lfcId
- metadataType
- version
- lastEvtOutcome
- hashLFC
- hashMetadata
- hashGlobalFromStorage
- public void setLastEvtIdProc(String lastEvtIdProc)
public void setLastEvTypeProc(String lastEvTypeProc)
public void setLastEvDateTime(String lastEvDateTime)
public void setLfcId(String lfcId)
public void setMetadataType(LifeCycleTraceabilitySecureFileObject.MetadataType metadataType)
public void setVersion(int version)
public void setLastEvtOutcome(String lastEvtOutcome)
public void setHashLFC(String hashLFC)
public void setHashMetadata(String hashMetadata)
public void setHashGlobalFromStorage(String hashGlobalFromStorage)
public void setObjectGroupDocumentHashList(List<ObjectGroupDocumentHash> objectGroupDocumentHashList)
public void addObjectGroupDocumentHashToList(String objectGroupDocumentId, String objectGroupDocumentHash)
objectGroupDocumentId
- objectGroupDocumentHash
- public String getLastEvtIdProc()
public String getLastEvTypeProc()
public String getLastEvDateTime()
public String getLfcId()
public LifeCycleTraceabilitySecureFileObject.MetadataType getMetadataType()
public int getVersion()
public String getLastEvtOutcome()
public String getHashLFC()
public String getHashMetadata()
public String getHashGlobalFromStorage()
public List<ObjectGroupDocumentHash> getObjectGroupDocumentHashList()
Copyright © 2018 Vitam. All rights reserved.