| org.objectweb.sampleCluster2.ejb.MyEntityLocal
MyEntityLocal | public interface MyEntityLocal extends javax.ejb.EJBLocalObject(Code) | | author: goebelg author: Local interface for the entity bean |
getJOnASName | String getJOnASName()(Code) | | The JOnAS node name where the entity bean is created
JOnAS node name |
getNumber | String getNumber()(Code) | | Get the date formatted as string.
the date as string |
setJOnASName | void setJOnASName(String name)(Code) | | Get the JOnAS node name of the entity bean
Parameters: number - JOnAS node name |
setNumber | void setNumber(String number)(Code) | | Set the date formatted as string
Parameters: number - the date as string |
|
|