com.beasys.portal.ejb
Class SimpleStringEntityBean
java.lang.Object
|
+--com.beasys.portal.ejb.BaseBean
|
+--com.beasys.portal.ejb.SimpleStringEntityBean
- Direct Known Subclasses:
- PortalDefinitionBean
- public abstract class SimpleStringEntityBean
- extends BaseBean
Simple String Entity Bean class. This is a base class for
entity beans whose entity id is a string.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
id
The simple id. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
id
public java.lang.String id
- The simple id.
SimpleStringEntityBean
public SimpleStringEntityBean()
- Default constructor.
setId
public void setId(java.lang.String anId)
- Set id.
- Parameters:
anId
- the id.
getId
public java.lang.String getId()
- Get id.
- Returns:
String
the id.
ejbCreate
public void ejbCreate(SimpleStringPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb create.
- Parameters:
pk
- the primary key.- Throws:
CreateException
- creation error.RemoteException
- container error.
ejbPostCreate
public void ejbPostCreate(SimpleStringPK pk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Ejb post create. ignored.
- Parameters:
pk
- primary key.- Throws:
CreateException
- creation error.RemoteException
- container error.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved