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

📄 role_hdr.java

📁 j2ee源码
💻 JAVA
字号:
package com.leeman.wkexs.master.rolemgt.dao;
/**
 * Remote interface for Enterprise Bean: Role_Hdr
 */
public interface Role_Hdr extends javax.ejb.EJBObject {
	
	public static final String JNDINAME = "ejb/com/leeman/wkexs/master/rolemgt/dao/Role_HdrHome";
	
	/**
	 * Get accessor for persistent attribute: role_name
	 */
	public java.lang.String getRole_name() throws java.rmi.RemoteException;
	/**
	 * Set accessor for persistent attribute: role_name
	 */
	public void setRole_name(java.lang.String newRole_name)
		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;
}

⌨️ 快捷键说明

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