📄 contact_gnsg8g_intf.java
字号:
/**
* This code was automatically generated at 9:18:03 AM on Aug 5, 2003
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 Fri Jun 20 23:06:40 PDT 2003 271009
* @author Copyright (c) 2003 by BEA Systems, Inc. All Rights Reserved.
*/
package bmpbean;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public interface Contact_gnsg8g_Intf
extends WLEnterpriseBean
{
public void ejbActivate();
public java.lang.String ejbCreate(java.lang.String arg0)
throws javax.ejb.CreateException;
public java.lang.String ejbFindByPrimaryKey(java.lang.String arg0)
throws javax.ejb.FinderException;
public void ejbLoad();
public void ejbPassivate();
public void ejbPostCreate(java.lang.String arg0)
throws javax.ejb.CreateException;
public void ejbRemove() throws javax.ejb.RemoveException;
public void ejbStore();
public java.lang.String getEmail();
public java.lang.String getFirst();
public java.lang.String getLast();
public void setEmail(java.lang.String arg0);
public void setEntityContext(javax.ejb.EntityContext arg0);
public void setFirst(java.lang.String arg0);
public void setLast(java.lang.String arg0);
public void unsetEntityContext();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -