Class ReconstructionResponseItem
- java.lang.Object
- 
- fr.gouv.vitam.metadata.core.model.ReconstructionResponseItem
 
- 
 public class ReconstructionResponseItem extends java.lang.ObjectDescription of reconstruction response item model.
- 
- 
Constructor SummaryConstructors Constructor Description ReconstructionResponseItem()Constructor.ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollection()Get the collection of the profileStatusCodegetStatus()java.lang.IntegergetTenant()Get tenantReconstructionResponseItemsetCollection(java.lang.String collection)Set the collection of the profile This value must be unique by tenantReconstructionResponseItemsetStatus(StatusCode status)ReconstructionResponseItemsetTenant(java.lang.Integer tenant)Set or change tenant
 
- 
- 
- 
Constructor Detail- 
ReconstructionResponseItempublic ReconstructionResponseItem() Constructor.
 - 
ReconstructionResponseItempublic ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor- Parameters:
- reconstructionRequestItem- request item
- status- status
 
 
- 
 - 
Method Detail- 
getCollectionpublic java.lang.String getCollection() Get the collection of the profile- Returns:
- collection as String
 
 - 
setCollectionpublic ReconstructionResponseItem setCollection(java.lang.String collection) Set the collection of the profile This value must be unique by tenant- Parameters:
- collection- as String
- Returns:
- this
 
 - 
getTenantpublic java.lang.Integer getTenant() Get tenant- Returns:
- tenant
 
 - 
setTenantpublic ReconstructionResponseItem setTenant(java.lang.Integer tenant) Set or change tenant- Parameters:
- tenant-
- Returns:
- this
 
 - 
getStatuspublic StatusCode getStatus() - Returns:
- the status
 
 - 
setStatuspublic ReconstructionResponseItem setStatus(StatusCode status) - Parameters:
- status- the status to set
- Returns:
- this
 
 
- 
 
-