| java.lang.Object org.jboss.test.cmp2.optimisticlock.ejb.CmpEntityBean
Method Summary | |
public void | ejbActivate() | public Integer | ejbCreate(Integer id, String stringGroup1, Integer integerGroup1, Double doubleGroup1, String stringGroup2, Integer integerGroup2, Double doubleGroup2) | public void | ejbLoad() | public void | ejbPassivate() | public void | ejbPostCreate(Integer id, String stringGroup1, Integer integerGroup1, Double doubleGroup1, String stringGroup2, Integer integerGroup2, Double doubleGroup2) | public void | ejbRemove() | public void | ejbStore() | abstract public Double | getDoubleGroup1() | abstract public Double | getDoubleGroup2() | abstract public Integer | getId() | abstract public Integer | getIntegerGroup1() | abstract public Integer | getIntegerGroup2() | abstract public String | getStringGroup1() | abstract public String | getStringGroup2() | abstract public Long | getVersionField() | abstract public void | setDoubleGroup1(Double value) | abstract public void | setDoubleGroup2(Double value) | public void | setEntityContext(EntityContext ctx) | abstract public void | setId(Integer id) | abstract public void | setIntegerGroup1(Integer value) | abstract public void | setIntegerGroup2(Integer value) | abstract public void | setStringGroup1(String stringField) | abstract public void | setStringGroup2(String stringField) | abstract public void | setVersionField(Long value) | public void | unsetEntityContext() |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getDoubleGroup1 | abstract public Double getDoubleGroup1()(Code) | | |
getDoubleGroup2 | abstract public Double getDoubleGroup2()(Code) | | |
getStringGroup1 | abstract public String getStringGroup1()(Code) | | |
getStringGroup2 | abstract public String getStringGroup2()(Code) | | |
getVersionField | abstract public Long getVersionField()(Code) | | |
setDoubleGroup1 | abstract public void setDoubleGroup1(Double value)(Code) | | |
setDoubleGroup2 | abstract public void setDoubleGroup2(Double value)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setIntegerGroup1 | abstract public void setIntegerGroup1(Integer value)(Code) | | |
setIntegerGroup2 | abstract public void setIntegerGroup2(Integer value)(Code) | | |
setStringGroup1 | abstract public void setStringGroup1(String stringField)(Code) | | |
setStringGroup2 | abstract public void setStringGroup2(String stringField)(Code) | | |
setVersionField | abstract public void setVersionField(Long value)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|