Class PrimitiveBigDecimal


  • class PrimitiveBigDecimal
    extends PrimitiveObject
    This class is part of the command pattern implementation to instantiate an object. It is used as a command by the command invoker PrimitiveObject.
    Author:
    Philipp Erlacher
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject()
      Object that matches given Class and Value
      • Methods inherited from class java.lang.Object

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

      • PrimitiveBigDecimal

        PrimitiveBigDecimal()
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        Description copied from class: PrimitiveObject
        Object that matches given Class and Value
        Overrides:
        getObject in class PrimitiveObject
        Returns:
        Object