psdi.app.asset

Class FldAssetnum

    • Constructor Detail

      • FldAssetnum

        public FldAssetnum(MboValue mbv)
                    throws MXException
        Construct without a criteria or attribute. The assumed attribute name used will be "siteid" Required for backward compatibility
        Throws:
        MXException
      • FldAssetnum

        public FldAssetnum(MboValue mbv,
                           java.lang.String criteriaName)
                    throws MXException
        Construct with a criteria, but no attribute name. The assumed attribute name used will be "siteid" Required for backward compatibility
        Throws:
        MXException
      • FldAssetnum

        public FldAssetnum(MboValue mbv,
                           java.lang.String criteriaName,
                           java.lang.String siteAttrib)
                    throws MXException
        Construct and attach to the mbo value. Sets up the valdation information.
        Throws:
        MXException