psdi.app.company

Class FldManufacturer

    • Method Detail

      • onlyEnabled

        public boolean onlyEnabled()
        Override this function to return false;i.e. as long as the manufacturer lives in the companies table, it is Ok.
        Overrides:
        onlyEnabled in class FldCompany
        Returns:
        boolean
      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        DO NOT validate against the Companies table. Value entered which does not exist in the companies table is acceptable. This is the general behavior for most MANUFACTURER columns.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException