📄 myitem.java
字号:
/* * Generated by XDoclet - Do not edit! */package com.ejbstudy;/** * Remote interface for MyItem. * @lomboz generated */public interface MyItem extends javax.ejb.EJBObject{ /** * Returns the id * @return the id */ public java.lang.String getId( ) throws java.rmi.RemoteException; /** * Sets the id * @param java.lang.String the new id value */ public void setId( java.lang.String id ) throws java.rmi.RemoteException; /** * Returns the supplierid * @return the supplierid */ public java.lang.String getSupplierid( ) throws java.rmi.RemoteException; /** * Sets the supplierid * @param java.lang.String the new supplierid value */ public void setSupplierid( java.lang.String supplierid ) throws java.rmi.RemoteException; /** * Returns the description * @return the description */ public java.lang.String getDescription( ) throws java.rmi.RemoteException; /** * Sets the description * @param java.lang.String the new description value */ public void setDescription( java.lang.String description ) throws java.rmi.RemoteException; /** * Returns the quantity * @return the quantity */ public java.lang.Integer getQuantity( ) throws java.rmi.RemoteException; /** * Sets the quantity * @param java.lang.Integer the new quantity value */ public void setQuantity( java.lang.Integer quantity ) throws java.rmi.RemoteException; /** * Returns the price * @return the price */ public java.lang.Double getPrice( ) throws java.rmi.RemoteException; /** * Sets the price * @param java.lang.Double the new price value */ public void setPrice( java.lang.Double price ) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -