Adempiere 3.5.2a

org.adempiere.util
Class GenerateModel

java.lang.Object
  extended by org.adempiere.util.GenerateModel

public class GenerateModel
extends Object

Generate Model Classes extending PO. Base class for CMP interface - will be extended to create byte code directly

Version:
$Id: GenerateModel.java,v 1.42 2005/05/08 15:16:56 jjanke Exp $
Author:
Jorg Janke

Constructor Summary
GenerateModel()
           
 
Method Summary
static void main(String[] args)
          Generate PO Model Class.
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenerateModel

public GenerateModel()
Method Detail

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
string representation

main

public static void main(String[] args)
Generate PO Model Class.
        Example: java GenerateModel.class mydirectory myPackage 'U','A'
        would generate entity type User and Application classes into mydirectory.
        Without parameters, the default is used:
        C:\Compiere\compiere-all\extend\src\compiere\model\ compiere.model 'U','A'
        

Parameters:
args - directory package entityType - directory where to save the generated file - package of the classes to be generated - entityType to be generated

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.