📄 reservationlocal.java
字号:
/* * Generated by XDoclet - Do not edit! */package net.sourceforge.hoteldj.ejb;/** * Local interface for Reservation. * @email kevin.lee@buildmeister.com <!-- begin-xdoclet-definition --> * @generated * @wtp generated */public interface ReservationLocal extends javax.ejb.EJBLocalObject{ /** * <!-- begin-user-doc --> CMP Field id Returns the id * @return the id <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public java.lang.Integer getId( ) ; /** * <!-- begin-user-doc --> Sets the id * @param java.lang.Integer the new id value <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public void setId( java.lang.Integer id ) ; /** * <!-- begin-user-doc --> CMP Field num_guests Returns the num_guests * @return the num_guests <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public java.lang.Integer getNum_guests( ) ; /** * <!-- begin-user-doc --> Sets the num_guests * @param java.lang.Integer the new num_guests value <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public void setNum_guests( java.lang.Integer num_guests ) ; /** * <!-- begin-user-doc --> CMP Field arrival_date Returns the arrival_date * @return the arrival_date <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public java.sql.Date getArrival_date( ) ; /** * <!-- begin-user-doc --> Sets the arrival_date * @param java.sql.Date the new arrival_date value <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public void setArrival_date( java.sql.Date arrival_date ) ; /** * <!-- begin-user-doc --> CMP Field num_nights Returns the num_nights * @return the num_nights <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public java.lang.Integer getNum_nights( ) ; /** * <!-- begin-user-doc --> Sets the num_nights * @param java.lang.Integer the new num_nights value <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public void setNum_nights( java.lang.Integer num_nights ) ; /** * <!-- begin-user-doc --> CMP Field cust_id_fk Returns the cust_id_fk * @return the cust_id_fk <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public java.lang.Integer getCust_id_fk( ) ; /** * <!-- begin-user-doc --> Sets the cust_id_fk * @param java.lang.Integer the new cust_id_fk value <!-- end-user-doc --> <!-- begin-xdoclet-definition --> * @generated */ public void setCust_id_fk( java.lang.Integer cust_id_fk ) ; public java.util.Collection getReservations( ) ; public void setReservations( java.util.Collection reservations ) ; public void setCustomer( net.sourceforge.hoteldj.ejb.CustomerLocal customer ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -