Class ReconstructionRequestItem
- java.lang.Object
-
- fr.gouv.vitam.functional.administration.common.ReconstructionRequestItem
-
public class ReconstructionRequestItem extends java.lang.ObjectDescription of reconstruction request item model.
-
-
Constructor Summary
Constructors Constructor Description ReconstructionRequestItem()Constructor.ReconstructionRequestItem(java.lang.String collection, java.lang.Integer tenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollection()Get the collection of the profileintgetLimit()Get the limitjava.lang.IntegergetTenant()Get tenantReconstructionRequestItemsetCollection(java.lang.String collection)Set the collection of the profile This value must be unique by tenantReconstructionRequestItemsetLimit(int limit)Set the limitReconstructionRequestItemsetTenant(java.lang.Integer tenant)Set or change tenant
-
-
-
Method Detail
-
getCollection
public java.lang.String getCollection()
Get the collection of the profile- Returns:
- collection as String
-
setCollection
public ReconstructionRequestItem setCollection(java.lang.String collection)
Set the collection of the profile This value must be unique by tenant- Parameters:
collection- as String- Returns:
- this
-
getTenant
public java.lang.Integer getTenant()
Get tenant- Returns:
- tenant
-
setTenant
public ReconstructionRequestItem setTenant(java.lang.Integer tenant)
Set or change tenant- Parameters:
tenant-- Returns:
- this
-
getLimit
public int getLimit()
Get the limit- Returns:
- the limit
-
setLimit
public ReconstructionRequestItem setLimit(int limit)
Set the limit- Parameters:
limit- the limit to set- Returns:
- this
-
-