Class SimpleQuotaCountingOffset
- java.lang.Object
-
- org.silverpeas.core.admin.quota.offset.AbstractQuotaCountingOffset
-
- org.silverpeas.core.admin.quota.offset.SimpleQuotaCountingOffset
-
public class SimpleQuotaCountingOffset extends AbstractQuotaCountingOffset
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleQuotaCountingOffset
from(long offset)
Instanciatorlong
getOffset()
Gets the counting offset
-
-
-
Method Detail
-
from
public static SimpleQuotaCountingOffset from(long offset)
Instanciator- Parameters:
offset
-- Returns:
-
getOffset
public long getOffset()
Description copied from class:AbstractQuotaCountingOffset
Gets the counting offset- Specified by:
getOffset
in classAbstractQuotaCountingOffset
- Returns:
-
-