📄 tbroomtype_h3b9ka_intf.java
字号:
/**
* This code was automatically generated at 1:33:19 on 2006-9-2
* by weblogic.ejb20.cmp.rdbms.codegen.RDBMSCodeGenerator -- do not edit.
*
* @version WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
* @author Copyright (c) 2006 by BEA Systems, Inc. All Rights Reserved.
*/
package com.xc.hotelmanager.hotel.control.entity;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public interface TbRoomType_h3b9ka_Intf
extends WLEnterpriseBean, weblogic.ejb20.persistence.spi.CMPBean
{
public void ejbActivate();
public java.lang.String ejbCreate(java.lang.String arg0)
throws javax.ejb.CreateException;
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 com.xc.hotelmanager.hotel.model.RoomType getRoomType();
public abstract int getRprice();
public abstract java.lang.String getRtype();
public abstract java.lang.String getRtypeid();
public void setEntityContext(javax.ejb.EntityContext arg0);
public void setRoomType(com.xc.hotelmanager.hotel.model.RoomType arg0);
public abstract void setRprice(int arg0);
public abstract void setRtype(java.lang.String arg0);
public abstract void setRtypeid(java.lang.String arg0);
public void unsetEntityContext();
public Object __WL_getPKFromRSInstance(java.sql.ResultSet rs, java.lang.Integer offset, ClassLoader cl) throws java.sql.SQLException, java.lang.Exception; public void __WL_loadGroup0FromRS (java.sql.ResultSet rs, java.lang.Integer offset, com.xc.hotelmanager.hotel.control.entity.TbRoomType_h3b9ka_Intf var) throws java.sql.SQLException, java.lang.Exception; public boolean __WL_exists(Object key); public boolean __WL_beanIsLoaded(); public java.lang.Object ejbFindByPrimaryKey(java.lang.String param0) throws javax.ejb.FinderException
;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -