📄 amanagerlog.java
字号:
package sqlaccounts;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.sql.*;public interface AManagerLog extends javax.ejb.EJBObject{ public void setUsername(String username) throws RemoteException; public String getUsername() throws RemoteException; public void setPurview(String purview) throws RemoteException; public String getPurview() throws RemoteException; public void setOdate(Timestamp odate) throws RemoteException; public Timestamp getOdate() throws RemoteException; public void setOperation(String operation) throws RemoteException; public String getOperation() throws RemoteException; public void setSdate(Timestamp sdate) throws RemoteException; public Timestamp getSdate() throws RemoteException; public void setTokensn(String tokensn) throws RemoteException; public String getTokensn() throws RemoteException; public void setInfo1(String info1) throws RemoteException; public String getInfo1() throws RemoteException; public void setId(Integer id) throws RemoteException; public Integer getId() throws RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -