| java.lang.Object org.jboss.test.readahead.ejb.Address
Address | public class Address implements EntityBean(Code) | | Implementation class for one of the entities used in read-ahead finder
tests
author: danch (Dan Christopherson version: $Id: Address.java 57211 2006-09-26 12:39:46Z dimitris@jboss.org $ version: Revision: |
Method Summary | |
public void | ejbActivate() | public AddressPK | ejbCreate(String key, String addressId, String address, String city, String state, String zip) | public void | ejbLoad() | public void | ejbPassivate() | public void | ejbPostCreate(String key, String addressId, String address, String city, String state, String zip) | public void | ejbRemove() | public void | ejbStore() | public String | getAddress() | public String | getAddressId() | public String | getCity() | public String | getKey() | public String | getState() | public String | getZip() | public void | setAddress(String newAddress) | public void | setAddressId(String newAddressId) | public void | setCity(String newCity) | public void | setEntityContext(EntityContext entityContext) | public void | setKey(String newKey) | public void | setState(String newState) | public void | setZip(String newZip) | public void | unsetEntityContext() |
entityContext | EntityContext entityContext(Code) | | |
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) | | |
setAddressId | public void setAddressId(String newAddressId)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext entityContext)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|