⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 object_token.java

📁 j2ee源码
💻 JAVA
字号:
package com.leeman.common.dao;
/**
 * Remote interface for Enterprise Bean: Object_Token
 */
public interface Object_Token extends javax.ejb.EJBObject {
	
	public static final String JNDINAME = "ejb/com/leeman/common/dao/Object_TokenHome"; 
	
	/**
	 * Get accessor for persistent attribute: program_id
	 */
	public java.lang.String getProgram_id() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: program_id
	 */
	public void setProgram_id(java.lang.String newProgram_id)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: session_id
	 */
	public java.lang.String getSession_id() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: session_id
	 */
	public void setSession_id(java.lang.String newSession_id)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: table_lock
	 */
	public java.lang.String getTable_lock() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: table_lock
	 */
	public void setTable_lock(java.lang.String newTable_lock)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: token_datetime
	 */
	public java.util.Date getToken_datetime() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: token_datetime
	 */
	public void setToken_datetime(java.util.Date newToken_datetime)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: user_id
	 */
	public java.lang.String getUser_id() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: user_id
	 */
	public void setUser_id(java.lang.String newUser_id)
		throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -