psdi.app.bim.project

Class FldMapAttrib

    • Constructor Detail

      • FldMapAttrib

        public FldMapAttrib(MboValue mbv)
                     throws MXException,
                            java.rmi.RemoteException
        Construct and attach to the specified mbo value
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • setValueFromLookup

        public void setValueFromLookup(MboRemote sourceMbo,
                                       long accessModifier)
                                throws MXException,
                                       java.rmi.RemoteException
        Description copied from class: MAXTableDomain
        Set the value of the field and other fields which are part of the forein key from the sourceMbo to the Mbo that this mbo value belongs to. Which attribute to set from the lookup mbo to the target mbo is defined by setLookupKeyMapInOrder() method or the algorithm implmented in getMatchingAttrs().
        Overrides:
        setValueFromLookup in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        #getMatchingAttrs(), #setLookupKeyMapInOrder()