psdi.app.rcnlnkrule

Class FldAssignAssetAttribVal

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldAssignAssetAttribVal
    extends FldDataSetAttributeName
    This class is the registred Field Validation class for 'assetattributename' field. 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.
    • Constructor Detail

      • FldAssignAssetAttribVal

        public FldAssignAssetAttribVal(MboValue mbv)
                                throws MXException,
                                       java.rmi.RemoteException
        Constructor. Instantiate FldAssetAttributeName and FldClassStructName classes. We will use one of them for getList depending on the value of assetobjectname.
        Parameters:
        mbv -
        Throws:
        MXException
        java.rmi.RemoteException