/*
* Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved.
*/
package systemobject.examples;
import jsystem.framework.system.SystemObjectImpl;
public class AppServerSetup extends SystemObjectImpl{
public systemobject.examples.DataBase db;
public Web web;
}