package er.jquerymobile.exampleapp.components;
import com.webobjects.appserver.WOContext;
import er.jquerymobile.exampleapp.businessLogic.SampleComponentBase;
public class BatchNavBar extends SampleComponentBase {
private static final long serialVersionUID = 1L;
// ********************************************************************
// Constructor : コンストラクタ
// ********************************************************************
public BatchNavBar(WOContext aContext) {
super(aContext);
}
}