psdi.app.po

Interface BudgetFlagRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    BudgetFlag


    public interface BudgetFlagRemote
    extends MboRemote
    • Method Detail

      • getTransactionObject

        java.lang.String getTransactionObject()
                                       throws java.rmi.RemoteException,
                                              MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getTransactionId

        long getTransactionId()
                       throws java.rmi.RemoteException,
                              MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getTransactionRowstamp

        java.lang.String getTransactionRowstamp()
                                         throws java.rmi.RemoteException,
                                                MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getRuleId

        long getRuleId()
                throws java.rmi.RemoteException,
                       MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getBudgetLineId

        long getBudgetLineId()
                      throws java.rmi.RemoteException,
                             MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getTransactionAmount

        double getTransactionAmount()
                             throws java.rmi.RemoteException,
                                    MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • updateFlag

        void updateFlag(double amount,
                        java.lang.String rowstamp)
                 throws java.rmi.RemoteException,
                        MXException
        Throws:
        java.rmi.RemoteException
        MXException