/* FldWRLocation - Decompiled by JODE
 * Visit http://jode.sourceforge.net/
 */
package psdi.app.woreq.virtual;

import psdi.mbo.MAXTableDomain;
import psdi.mbo.MboValue;
import psdi.util.MXException;

public class FldWRLocation extends MAXTableDomain {
    public FldWRLocation(MboValue mbovalue) throws MXException {
        super(mbovalue);
        setRelationship("LOCATIONS", "location=:location");
        String[] as = {"COURIER", "STOREROOM", "LABOR"};
        setListCriteria("type not in (" + getTranslator().toExternalList("LOCTYPE", as) + ")");
    }
}