Class ReconstructionRequestItem
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.model.reconstruction.ReconstructionRequestItem
-
public class ReconstructionRequestItem extends java.lang.Object
Description 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 int
getLimit()
Get the limitjava.lang.Integer
getTenant()
Get tenantReconstructionRequestItem
setLimit(int limit)
Set the limitReconstructionRequestItem
setTenant(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
-
-