psdi.app.po

Class BudgetLineSet

    • Constructor Detail

      • BudgetLineSet

        public BudgetLineSet(MboServerInterface ms)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • createLineFromMbo

        public void createLineFromMbo(MboRemote source,
                                      java.lang.String budgetCodeAttributeName,
                                      java.lang.String descriptionAttributeName)
                               throws java.rmi.RemoteException,
                                      MXException
        attributesToCopy[0] = budgetcode attributesToCopy[1] = description
        Specified by:
        createLineFromMbo in interface BudgetLineSetRemote
        Throws:
        java.rmi.RemoteException
        MXException