ca.uhn.hl7v3.sourcegen
Class CMPClassGenerator

java.lang.Object
  extended by ca.uhn.hl7v3.sourcegen.CMPClassGenerator

Deprecated.

public class CMPClassGenerator
extends Object

Generates EJB code related to RIM classes, for an entity bean with container managed persistence.

Author:
Bryan Tripp

Constructor Summary
CMPClassGenerator()
          Deprecated. Creates a new instance of CMPClassGenerator
 
Method Summary
static void main(String[] args)
          Deprecated.  
 String makeBeanCode(ClassDefinition cls)
          Deprecated.  
 String makeHomeCode(ClassDefinition cls)
          Deprecated.  
 String makeRemoteCode(ClassDefinition cls)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPClassGenerator

public CMPClassGenerator()
Deprecated. 
Creates a new instance of CMPClassGenerator

Method Detail

makeRemoteCode

public String makeRemoteCode(ClassDefinition cls)
Deprecated. 

makeHomeCode

public String makeHomeCode(ClassDefinition cls)
Deprecated. 

makeBeanCode

public String makeBeanCode(ClassDefinition cls)
Deprecated. 

main

public static void main(String[] args)
Deprecated. 


Copyright © 2001-2012 University Health Network. All Rights Reserved.