Class Multiply

    • Constructor Detail

      • Multiply

        public Multiply​(String id)
        Construct.
        Parameters:
        id - The component id
      • Multiply

        public Multiply​(String id,
                        IModel<Integer> model)
        Construct.
        Parameters:
        id - The component id
        model - The model
    • Method Detail

      • getLhs

        public int getLhs()
        Returns:
        gets lhs
      • getRhs

        public int getRhs()
        Returns:
        gets rhs
      • setLhs

        public void setLhs​(int lhs)
        Parameters:
        lhs - the lhs to set
      • setRhs

        public void setRhs​(int rhs)
        Parameters:
        rhs - the rhs to set