psdi.app.site

Class FldShiptoAddressCode

    • Constructor Detail

      • FldShiptoAddressCode

        public FldShiptoAddressCode(MboValue mbv)
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
    • 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()