psdi.app.po

Class Term

  • All Implemented Interfaces:
    java.rmi.Remote, TermRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class Term
    extends Mbo
    implements TermRemote
    MBO to represent Term. The Term object represents the terms and conditions for a PO, PR, RFQ, RFQ Vendor, Contract or Invoice. These Terms are to be defined at the organization level
    • Constructor Detail

      • Term

        public Term(MboSet ms)
             throws MXException,
                    java.rmi.RemoteException
        Construct the Term object.
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        This is called when a new Term object is added to the Term MboSet collection. The field defaults and field flags are set here.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException