Class OfferSequence
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.OfferSequence
Offer sequence.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the countergetId()
Gets the idvoid
setCounter
(long counter) Sets the countervoid
Sets the id
-
Field Details
-
COUNTER_FIELD
- See Also:
-
ID_FIELD
- See Also:
-
-
Constructor Details
-
OfferSequence
public OfferSequence()Constructor, jackson usage only -
OfferSequence
Constructor- Parameters:
id
- id
-
-
Method Details
-
getId
Gets the id- Returns:
- the id
-
setId
Sets the id- Parameters:
id
-
-
getCounter
public long getCounter()Gets the counter- Returns:
- counter
-
setCounter
public void setCounter(long counter) Sets the counter- Parameters:
counter
- counter
-