psdi.app.inventory

Class InvUseLineSplitSet

    • Constructor Detail

      • InvUseLineSplitSet

        public InvUseLineSplitSet(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 InvUseLineSplit object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The InvUseLineSplitSet.
        Returns:
        an InvUseLineSplit 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