/* FldWo18 - Decompiled by JODE
 * Visit http://jode.sourceforge.net/
 */
package psdi.app.woreq.virtual;
import java.rmi.RemoteException;
import psdi.mbo.MAXTableDomain;
import psdi.mbo.MboValue;
import psdi.util.MXException;
public class FldWo18 extends MAXTableDomain {
    public FldWo18(MboValue mbovalue) {
        super(mbovalue);
        String s = getMboValue().getAttributeName();
        setRelationship("PERSON", "personid=:" + s);
        //setListCriteria("personid in (select laborcode from labor where deptnum=:HDONGROUP)");
        setListCriteria("1=1");
        //setLookupKeyMapInOrder(new String[]{s}, new String[]{"personid"});
    }
    public void init() throws MXException, RemoteException {
        /* empty */
    }
}
