Class Math

java.lang.Object
com.skava.oms.model.Math
All Implemented Interfaces:
Serializable

public class Math extends Object implements Serializable

The Class Math

This model performs various mathematical calculations on an order or an order item.
Author:
Infosys Equinox
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    addTo(Math math)
    The method is used to add mathematical calculations on an order or an order item and return a new mathematical calculations on an order or an order item

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Math

      public Math()
  • Method Details

    • addTo

      public Math addTo(Math math)
      The method is used to add mathematical calculations on an order or an order item and return a new mathematical calculations on an order or an order item
      Parameters:
      math - Indicates Math object which used for performing mathematical calculations
      Returns:
      Returns Math object