Class ObjectEntry
- java.lang.Object
-
- fr.gouv.vitam.common.model.storage.ObjectEntry
-
public class ObjectEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectEntry()
ObjectEntry(java.lang.String objectId, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getObjectId()
long
getSize()
ObjectEntry
setObjectId(java.lang.String objectId)
ObjectEntry
setSize(long size)
-
-
-
Method Detail
-
getObjectId
public java.lang.String getObjectId()
-
setObjectId
public ObjectEntry setObjectId(java.lang.String objectId)
-
getSize
public long getSize()
-
setSize
public ObjectEntry setSize(long size)
-
-