Class OfferSequence
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.OfferSequence
Offer sequence.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the countergetId()Gets the idvoidsetCounter(long counter) Sets the countervoidSets 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
-