psdi.dm

Class DMCompResRecord

  • All Implemented Interfaces:
    java.rmi.Remote, DMCompResRecordRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class DMCompResRecord
    extends Mbo
    implements DMCompResRecordRemote
    Mbo object to represent DMCompResRecord, the attribute-level results for a database comparison job.

    This is a system level object.

    The key attribute for this object is DMCompResRecordID (the unique ID).

    The attributes in this object are as follows:

    Attribute NameDescription
    DMCompResRecordIDUnique ID
    DMCompResultIDForeign key to parent DMCompResult (unique ID of DMCompResult).
    LocAributeNameLocal attribute name
    LocTitleLocal attribute title
    LocValueLocal attribute value on this row
    RemoteAttributeNameRemote attribute name
    RemoteTitleRemote attribute title
    RemoteValueRemote attribute value on this row
    See Also:
    DBCompare
    • Constructor Detail

      • DMCompResRecord

        public DMCompResRecord(MboSet ms)
                        throws java.rmi.RemoteException
        Construct the DMCompResRecord object
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        If we have an owner, set owner fields.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException