package er.jquerymobile.components;
import com.webobjects.appserver.WOContext;
@SuppressWarnings("serial")
public class ERQMInputWeek extends ERQMInputBaseComponent {
//********************************************************************
// Constructor
//********************************************************************
public ERQMInputWeek(WOContext aContext) {
super(aContext);
}
}