public class ObjectInit extends Object
Constructor and Description |
---|
ObjectInit() |
Modifier and Type | Method and Description |
---|---|
DigestType |
getDigestAlgorithm()
Get digest algorithm
|
String |
getId()
Get object offer ID
|
long |
getSize()
Get object size
|
DataCategory |
getType()
Get object type
|
void |
setDigestAlgorithm(DigestType digestAlgorithm)
Set digest algorithm
|
void |
setId(String id)
Set object offer ID
|
void |
setSize(long size)
Set object size
|
void |
setType(DataCategory type)
Set object type
|
public String getId()
public void setId(String id)
id
- the ID to setpublic long getSize()
public void setSize(long size)
size
- the object sizepublic DataCategory getType()
public void setType(DataCategory type)
type
- the object typepublic DigestType getDigestAlgorithm()
public void setDigestAlgorithm(DigestType digestAlgorithm)
digestAlgorithm
- the digest algorithmCopyright © 2018 Vitam. All rights reserved.