public class CMPAttributeGenerator extends Object
| Constructor and Description |
|---|
CMPAttributeGenerator()
Deprecated.
Creates a new instance of AttributeGenerator
|
| Modifier and Type | Method and Description |
|---|---|
String |
makeBeanAttribute(AttributeDefinition att)
Deprecated.
Returns public attribute declaration associated with this attribute in CMP Entity Bean.
|
String |
makeBeanCode(AttributeDefinition att)
Deprecated.
Returns source code for the methods that represent the given attribute
in a CMP Entity EJB implementation.
|
String |
makeRemoteCode(AttributeDefinition att)
Deprecated.
Returns source code for the method signatures that represent the given
attribute in the EJB remote interface.
|
public CMPAttributeGenerator()
public String makeRemoteCode(AttributeDefinition att)
public String makeBeanCode(AttributeDefinition att)
public String makeBeanAttribute(AttributeDefinition att)
Copyright © 2001-2012 University Health Network. All Rights Reserved.