|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v3.sourcegen.CMPAttributeGenerator
public class CMPAttributeGenerator
Generates EJB code related to RIM class attributes, for an entity bean with container managed persistence.
Constructor Summary | |
---|---|
CMPAttributeGenerator()
Creates a new instance of AttributeGenerator |
Method Summary | |
---|---|
java.lang.String |
makeBeanAttribute(AttributeDefinition att)
Returns public attribute declaration associated with this attribute in CMP Entity Bean. |
java.lang.String |
makeBeanCode(AttributeDefinition att)
Returns source code for the methods that represent the given attribute in a CMP Entity EJB implementation. |
java.lang.String |
makeRemoteCode(AttributeDefinition att)
Returns source code for the method signatures that represent the given attribute in the EJB remote interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMPAttributeGenerator()
Method Detail |
---|
public java.lang.String makeRemoteCode(AttributeDefinition att)
public java.lang.String makeBeanCode(AttributeDefinition att)
public java.lang.String makeBeanAttribute(AttributeDefinition att)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |