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

📄 users.java

📁 j2ee源码
💻 JAVA
字号:
package com.leeman.wkexs.master.users.dao;
/**
 * Remote interface for Enterprise Bean: Users
 */
public interface Users extends javax.ejb.EJBObject {
	
	public static final String JNDINAME = "ejb/com/leeman/wkexs/master/users/dao/UsersHome";
	
	/**
	 * Get accessor for persistent attribute: name
	 */
	public java.lang.String getName() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: name
	 */
	public void setName(java.lang.String newName)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: password
	 */
	public java.lang.String getPassword() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: password
	 */
	public void setPassword(java.lang.String newPassword)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: role_id
	 */
	public java.lang.String getRole_id() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: role_id
	 */
	public void setRole_id(java.lang.String newRole_id)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: dept_id
	 */
	public java.lang.String getDept_id() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: dept_id
	 */
	public void setDept_id(java.lang.String newDept_id)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: position
	 */
	public java.lang.String getPosition() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: position
	 */
	public void setPosition(java.lang.String newPosition)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: approval_password
	 */
	public java.lang.String getApproval_password()
		throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: approval_password
	 */
	public void setApproval_password(java.lang.String newApproval_password)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: create_by
	 */
	public java.lang.String getCreate_by() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: create_by
	 */
	public void setCreate_by(java.lang.String newCreate_by)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: create_dttm
	 */
	public java.util.Date getCreate_dttm() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: create_dttm
	 */
	public void setCreate_dttm(java.util.Date newCreate_dttm)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: last_modify_by
	 */
	public java.lang.String getLast_modify_by()
		throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: last_modify_by
	 */
	public void setLast_modify_by(java.lang.String newLast_modify_by)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: last_modify_dttm
	 */
	public java.util.Date getLast_modify_dttm()
		throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: last_modify_dttm
	 */
	public void setLast_modify_dttm(java.util.Date newLast_modify_dttm)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: active
	 */
	public java.lang.String getActive() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: active
	 */
	public void setActive(java.lang.String newActive)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: email
	 */
	public java.lang.String getEmail() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: email
	 */
	public void setEmail(java.lang.String newEmail)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: telephone
	 */
	public java.lang.String getTelephone() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: telephone
	 */
	public void setTelephone(java.lang.String newTelephone)
		throws java.rmi.RemoteException;
	/**
	 * Get accessor for persistent attribute: fax
	 */
	public java.lang.String getFax() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: fax
	 */
	public void setFax(java.lang.String newFax)
		throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

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