| |
|
| java.lang.Object org.jboss.test.jmx.ejb.EntityABean
EntityABean | abstract public class EntityABean implements EntityBean(Code) | | EntityA.java
Created: Wed Mar 6 20:08:11 2002
author: David Jencks |
EntityABean | public EntityABean()(Code) | | |
getId | abstract public Integer getId()(Code) | | Abstract cmp2 field get-set pair for field id
Get the value of id
value of id |
getValue | abstract public String getValue()(Code) | | Abstract cmp2 field get-set pair for field value
Get the value of value
value of value |
setId | abstract public void setId(Integer id)(Code) | | Set the value of id
Parameters: id - Value to assign to id |
setValue | abstract public void setValue(String value)(Code) | | Set the value of value
Parameters: value - Value to assign to value |
|
|
|