Class BigDecimalMenuState
- java.lang.Object
-
- com.thecoderscorner.menu.domain.state.MenuState<java.math.BigDecimal>
-
- com.thecoderscorner.menu.domain.state.BigDecimalMenuState
-
public class BigDecimalMenuState extends MenuState<java.math.BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalMenuState(MenuItem<java.math.BigDecimal> item, boolean changed, boolean active, java.math.BigDecimal value)Creates a state that can store a big decimal
-
-
-
Constructor Detail
-
BigDecimalMenuState
public BigDecimalMenuState(MenuItem<java.math.BigDecimal> item, boolean changed, boolean active, java.math.BigDecimal value)
Creates a state that can store a big decimal- Parameters:
item- the menu item it belongs tochanged- if the item has changedactive- if the item is active.value- the current value as a big decimal
-
-