psdi.webclient.beans.workman

Class WMMatchBean

    • Constructor Detail

      • WMMatchBean

        public WMMatchBean()
    • Method Detail

      • getQbeHash

        protected java.util.Hashtable getQbeHash(DataBean inBean)
                                          throws MXException,
                                                 java.rmi.RemoteException
        Loop through all the attributes of this bean, and if there is a qbe entered, stick it in the hashtable.
        Parameters:
        laborSet -
        Returns:
        Hashtable
        Throws:
        MXException
        java.rmi.RemoteException
      • setQbeFromHash

        protected void setQbeFromHash(java.util.Hashtable map,
                                      DataBean inBean)
                               throws MXException,
                                      java.rmi.RemoteException
        Loop through all elements in the hashtable and apply to inBean using setQbe.
        Parameters:
        map -
        laborSet -
        Throws:
        MXException
        java.rmi.RemoteException