role_hdr.java

来自「j2ee源码」· Java 代码 · 共 57 行

JAVA
57
字号
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 + =
减小字号Ctrl + -
显示快捷键?