psdi.app.common.recon

Class FldDataSetClassStructureId

    • Field Detail

      • fldDataSetOwner

        protected java.lang.String fldDataSetOwner
        The name of the data set type defining field of the owner object.
      • dsObjectName

        protected java.lang.String dsObjectName
        The name of the "Data Set X" field.
      • dsAttribute

        protected java.lang.String dsAttribute
        The child object's "Data Set N Attribute" field name.
    • Constructor Detail

      • FldDataSetClassStructureId

        public FldDataSetClassStructureId(MboValue mbv,
                                          java.lang.String dsOwner,
                                          java.lang.String dsObj,
                                          java.lang.String dsAttr)
                                   throws MXException,
                                          java.rmi.RemoteException
        Creates a new FldDataSetClassStructureId field validator.
        Parameters:
        mbv - An MboValue handled by this class.
        Throws:
        MXException - If there is an application error.
        java.rmi.RemoteException - If there is an RMI error.
    • Method Detail

      • hasDataSetAttribute

        protected boolean hasDataSetAttribute()
        Checks if the current MBO contains the "Data Set X Attribute" field. Currently, every reconciliation clause and filter contains one, except RECONRCDCLAUSE (Matches Found).
        Returns:
        boolean Whether the current mbo contains the "Data Set X Attribute" field.