psdi.app.rcncmprule

Class FldAttrAssignAssetAttribVal

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldAttrAssignAssetAttribVal
    extends FldAssignAssetAttribVal
    This class is the registred Field Validation class for 'assetattributename' field (Mbo ReconAttrClause). Values displayed in the lookup come from 2 different sources depending on the value of assetobjectname. The classes FldAssetAttributeName and FldClassStructName are used in the background. If the assetobjectname is 'ASSET' we call FldAssetAttributeName's getList. If the assetobjectname is 'ASSETSPEC' we call FldClassStructName's getList. Both these classes are instantiated in the constructor.
    See Also:
    FldAssignAssetAttribVal
    • Constructor Detail

      • FldAttrAssignAssetAttribVal

        public FldAttrAssignAssetAttribVal(MboValue mbv)
                                    throws MXException,
                                           java.rmi.RemoteException
        Default constructor
        Parameters:
        mbv -
        Throws:
        MXException
        java.rmi.RemoteException