BusinessObjectImpl.java :  » Web-Framework » JAT » com » jat » business » Java Open Source

Java Open Source » Web Framework » JAT 
JAT » com » jat » business » BusinessObjectImpl.java
package com.jat.business;

/**
 * <p>Title: JAT</p>
 * <p>Description: </p>
 * <p>Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)</p>
 * <p>Distributed under the terms of the GNU Lesser General Public License, v2.1 or later</p>
 * @author stf
 * @version 1.1
 */

public class BusinessObjectImpl extends BusinessObject {

  protected BusinessObjectImpl(String dataSouceName, BusinessObjectProperties properties) {
  super(dataSouceName, properties);
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.