psdi.app.invoice.virtual

Class ConsTransaction

    • Constructor Detail

      • ConsTransaction

        public ConsTransaction(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Construct the POFromPRInput Mbo.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • compareTo

        public int compareTo(java.lang.Object o)
        Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
        Specified by:
        compareTo in interface java.lang.Comparable