Class DataObjectDetail
java.lang.Object
fr.gouv.vitam.worker.common.utils.DataObjectDetail
The class DataObjectDetail is stored all information of the DataObject (Physical or Binary)
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the versionbooleanGets the physicalvoidsetPhysical(boolean physical) Sets the physicalvoidsetVersion(String version) Sets the version 
- 
Constructor Details
- 
DataObjectDetail
public DataObjectDetail() 
 - 
 - 
Method Details
- 
getVersion
Gets the version- Returns:
 - the version
 
 - 
isPhysical
public boolean isPhysical()Gets the physical- Returns:
 - the physical
 
 - 
setVersion
Sets the version- Parameters:
 version- the version to set
 - 
setPhysical
public void setPhysical(boolean physical) Sets the physical- Parameters:
 physical- the physical to set
 
 -