Class DataObjectDetail
- java.lang.Object
-
- fr.gouv.vitam.worker.common.utils.DataObjectDetail
-
public class DataObjectDetail extends java.lang.ObjectThe class DataObjectDetail is stored all information of the DataObject (Physical or Binary)
-
-
Constructor Summary
Constructors Constructor Description DataObjectDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetVersion()Gets the versionbooleanisPhysical()Gets the physicalvoidsetPhysical(boolean physical)Sets the physicalvoidsetVersion(java.lang.String version)Sets the version
-
-
-
Method Detail
-
getVersion
public java.lang.String getVersion()
Gets the version- Returns:
- the version
-
isPhysical
public boolean isPhysical()
Gets the physical- Returns:
- the physical
-
setVersion
public void setVersion(java.lang.String version)
Sets the version- Parameters:
version- the version to set
-
setPhysical
public void setPhysical(boolean physical)
Sets the physical- Parameters:
physical- the physical to set
-
-