psdi.app.inventory.virtual

Class LineSplitSet

    • Constructor Detail

      • LineSplitSet

        public LineSplitSet(MboServerInterface ms)
                     throws MXException,
                            java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create an InvChangeStatus object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The LineSplitSet.
        Returns:
        an LineSplitSet Mbo object.
        Throws:
        MXException
        java.rmi.RemoteException
      • getTotalQuantity

        public double getTotalQuantity()
                                throws MXException,
                                       java.rmi.RemoteException
        This method add the quantity on all the lines entered by the user for the split quantity.
        Throws:
        MXException
        java.rmi.RemoteException