Interface NumerationSchemaStrategy
- All Known Implementing Classes:
MonthlyNumerationSchemaStrategy,QuaterlyNumerationSchemaStrategy
public interface NumerationSchemaStrategy
-
Method Summary
Modifier and Type Method Description NumerationcreateNumeration(NumerationSchema numerationSchema, Date date)Creates new numeration basing on numerationSchema instance and date which must be actual in numeration instance.
-
Method Details
-
createNumeration
Creates new numeration basing on numerationSchema instance and date which must be actual in numeration instance.
-