📄 running_number.java
字号:
package com.leeman.wkexs.common.dao;
/**
* Remote interface for Enterprise Bean: Running_Number
*/
public interface Running_Number extends javax.ejb.EJBObject {
public static final String JNDINAME = "ejb/com/leeman/wkexs/common/dao/Running_NumberHome";
/**
* Get accessor for persistent attribute: last_used_no
*/
public java.lang.Double getLast_used_no() throws java.rmi.RemoteException;
/**
* Set accessor for persistent attribute: last_used_no
*/
public void setLast_used_no(java.lang.Double newLast_used_no)
throws java.rmi.RemoteException;
/**
* Get accessor for persistent attribute: min_value
*/
public java.lang.Double getMin_value() throws java.rmi.RemoteException;
/**
* Set accessor for persistent attribute: min_value
*/
public void setMin_value(java.lang.Double newMin_value)
throws java.rmi.RemoteException;
/**
* Get accessor for persistent attribute: max_value
*/
public java.lang.Double getMax_value() throws java.rmi.RemoteException;
/**
* Set accessor for persistent attribute: max_value
*/
public void setMax_value(java.lang.Double newMax_value)
throws java.rmi.RemoteException;
/**
* Get accessor for persistent attribute: recycle
*/
public java.lang.String getRecycle() throws java.rmi.RemoteException;
/**
* Set accessor for persistent attribute: recycle
*/
public void setRecycle(java.lang.String newRecycle)
throws java.rmi.RemoteException;
/**
* Get accessor for persistent attribute: increment_by
*/
public java.lang.Double getIncrement_by() throws java.rmi.RemoteException;
/**
* Set accessor for persistent attribute: increment_by
*/
public void setIncrement_by(java.lang.Double newIncrement_by)
throws java.rmi.RemoteException;
/**
* Get accessor for persistent attribute: running_desc
*/
public java.lang.String getRunning_desc() throws java.rmi.RemoteException;
/**
* Set accessor for persistent attribute: running_desc
*/
public void setRunning_desc(java.lang.String newRunning_desc)
throws java.rmi.RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -