Class ReconstructionRequestItem
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.model.reconstruction.ReconstructionRequestItem
-
public class ReconstructionRequestItem extends java.lang.ObjectDescription of reconstruction request item model.
-
-
Constructor Summary
Constructors Constructor Description ReconstructionRequestItem()Constructor.ReconstructionRequestItem(java.lang.Integer tenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLimit()Get the limitjava.lang.IntegergetTenant()Get tenantReconstructionRequestItemsetLimit(int limit)Set the limitReconstructionRequestItemsetTenant(java.lang.Integer tenant)Set or change tenant
-
-
-
Method Detail
-
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
-
-