package com.jcommerce.gwt.client.model; /** * generated with my extension of middleGen * @author <a href="http://code.google.com/p/gcloudshop/">Leon</a> */ public interface ICatRecommend extends IModelObject { // relation // fields public static final String CAT_ID = "catId"; public static final String RECOMMEND_TYPE = "recommendType"; }