psdi.app.pm

Class FldPMGLAccount

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldPMGLAccount
    extends FldPartialGLAccount
    Behaviour of the GLACCOUNT field in the PM object
    If a PM is not a master Pm, then it should have either asset, or location or GLAccount associated with it.

    Last Update: Friday, Oct 06, 2000 - Sudha - Javadocs

    • Constructor Detail

    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        validates the glaccount. If both assetnum and location are null and the pm is not a master, the glaccount cannot be null.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class FldPartialGLAccount
        Throws:
        MXException - If both assetnum, and location are null and is not a master PM, then MXApplicationException("PM", "GLAccountreq")
        java.rmi.RemoteException