相关代码 |
|
package salesdb; /** * Local interface for Enterprise Bean: Item */ public interface ItemLocal extends javax.ejb.EJBLocalObject { /** * Get accessor for persistent attribute: name */ public java.lang.String getName(); /** * Set accessor for persistent attribute: name */ public void setName(java.lang.String newName); }
相关资源 |
|