psdi.app.invoice

Class InvoiceSysCode

  • java.lang.Object
    • psdi.app.invoice.InvoiceSysCode


  • public class InvoiceSysCode
    extends java.lang.Object
    Object to provide convenient access to syscode attribute of invoice object.
    • Constructor Summary

      Constructors 
      Constructor and Description
      InvoiceSysCode(Mbo mbo) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void clear(long field)
      Clear the bit
      boolean isChanged(long field)
      If the field is changed.
      void set(long field)
      set the bit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvoiceSysCode

        public InvoiceSysCode(Mbo mbo)
    • Method Detail

      • isChanged

        public boolean isChanged(long field)
                          throws MXException,
                                 java.rmi.RemoteException
        If the field is changed.
        Throws:
        MXException
        java.rmi.RemoteException
      • set

        public void set(long field)
                 throws MXException,
                        java.rmi.RemoteException
        set the bit
        Throws:
        MXException
        java.rmi.RemoteException
      • clear

        public void clear(long field)
                   throws MXException,
                          java.rmi.RemoteException
        Clear the bit
        Throws:
        MXException
        java.rmi.RemoteException