public final class DataObjectInfo extends Object
Constructor and Description |
---|
DataObjectInfo() |
Modifier and Type | Method and Description |
---|---|
DigestType |
getAlgo() |
String |
getId() |
String |
getMessageDigest() |
String |
getPhysicalId() |
int |
getRank() |
Long |
getSize() |
String |
getType() |
String |
getUri() |
String |
getVersion() |
DataObjectInfo |
setAlgo(DigestType algo) |
DataObjectInfo |
setId(String id) |
DataObjectInfo |
setMessageDigest(String messageDigest) |
DataObjectInfo |
setPhysicalId(String physicalId) |
DataObjectInfo |
setRank(int rank) |
DataObjectInfo |
setSize(Long size) |
DataObjectInfo |
setType(String type) |
DataObjectInfo |
setUri(String uri) |
DataObjectInfo |
setVersion(String version) |
public String getId()
public DataObjectInfo setId(String id)
id
- the id of the data to setpublic String getVersion()
public DataObjectInfo setVersion(String version)
version
- the version of the data to setpublic String getUri()
public DataObjectInfo setUri(String uri)
uri
- uri of the data object as Stringpublic String getMessageDigest()
public DataObjectInfo setMessageDigest(String messageDigest)
messageDigest
- the message digest of the data to setpublic Long getSize()
public DataObjectInfo setSize(Long size)
size
- the size of the data to setpublic DigestType getAlgo()
public DataObjectInfo setAlgo(DigestType algo)
algo
- digest algorithmpublic int getRank()
public DataObjectInfo setRank(int rank)
rank
- the rank in versionpublic String getType()
public DataObjectInfo setType(String type)
type
- the type of the data to setpublic String getPhysicalId()
public DataObjectInfo setPhysicalId(String physicalId)
physicalId
- the physical Id of the data to setCopyright © 2018 Vitam. All rights reserved.