Class ExportCounter
- java.lang.Object
-
- org.ametys.plugins.contentio.export.sql.ExportCounter
-
public class ExportCounter extends Object
Export counter info
-
-
Constructor Summary
Constructors Constructor Description ExportCounter(Integer count)
The constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
Get the countvoid
incrementCount()
Increment the countvoid
incrementCount(int inc)
Increment the count
-
-
-
Constructor Detail
-
ExportCounter
public ExportCounter(Integer count)
The constructor- Parameters:
count
- the count
-
-
Method Detail
-
getCount
public int getCount()
Get the count- Returns:
- the count
-
incrementCount
public void incrementCount()
Increment the count
-
incrementCount
public void incrementCount(int inc)
Increment the count- Parameters:
inc
- increments to add
-
-