Method Summary |
|
public IdField | createId(AmberPersistenceUnit amberPersistenceUnit, EntityType type) Amber creating the id field. |
public EjbEntityBean | getBean() Returns the entity. |
public EjbEntityBean | getEntity() Returns the entity. |
public ApiMethod | getGetter() Returns the getter. |
public String | getLocation() Returns the location of the cmp-field in the config file. |
public String | getName() Returns the cmp-field name. |
public ApiMethod | getSetter() Returns the setter. |
public boolean | isId() Gets true for an id. |
public void | setConfigLocation(String filename, int line) Sets the location. |
public void | setDescription(String description) Sets the description. |
public void | setFieldName(String name) Sets the cmp-field name. |
public void | setId(boolean id) Sets true for an id. |
public void | setLocation(String location) Sets the location. |
static String | toSqlName(String name) |
public String | toString() |