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 IAdsense extends IModelObject {
// relation
// fields
public static final String FROM_AD = "fromAd";
public static final String REFERER = "referer";
public static final String CLICKS = "clicks";
}