Class BigDecimalMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<BigDecimal>
com.thecoderscorner.menu.domain.state.BigDecimalMenuState
- All Implemented Interfaces:
AnyMenuState
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.thecoderscorner.menu.domain.state.AnyMenuState
AnyMenuState.StateStorageType -
Constructor Summary
ConstructorsConstructorDescriptionBigDecimalMenuState(MenuItem item, boolean changed, boolean active, BigDecimal value) Creates a state that can store a big decimal -
Method Summary
-
Constructor Details