psdi.app.po

Class POCostSet

    • Constructor Detail

      • POCostSet

        public POCostSet(MboServerInterface ms)
                  throws MXException,
                         java.rmi.RemoteException
        Constructs the set of POCosts
        Parameters:
        ms - the MboServerInterface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generates a new POCost object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet.
        Returns:
        Mbo - the new POCost.
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        Checks to see if the owner POLine has any receipts. If there are receipts, further distribution is not allowed.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException