package com.gwt.ui.client.masterview; public interface PropertyMapper { public Object getProperty(Object object, String propertyName); }