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

📄 customerlocal.java

📁 hotel management system
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package net.sourceforge.hoteldj.ejb;/** * Local interface for Customer. * @email kevin.lee@buildmeister.com <!-- begin-xdoclet-definition --> * @generated  * @wtp generated */public interface CustomerLocal   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 firstname Returns the firstname    * @return the firstname <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getFirstname(  ) ;   /**    * <!-- begin-user-doc --> Sets the firstname    * @param java.lang.String the new firstname value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setFirstname( java.lang.String firstname ) ;   /**    * <!-- begin-user-doc --> CMP Field lastname Returns the lastname    * @return the lastname <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getLastname(  ) ;   /**    * <!-- begin-user-doc --> Sets the lastname    * @param java.lang.String the new lastname value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setLastname( java.lang.String lastname ) ;   /**    * <!-- begin-user-doc --> CMP Field username Returns the username    * @return the username <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getUsername(  ) ;   /**    * <!-- begin-user-doc --> Sets the username    * @param java.lang.String the new username value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setUsername( java.lang.String username ) ;   /**    * <!-- begin-user-doc --> CMP Field password Returns the password    * @return the password <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getPassword(  ) ;   /**    * <!-- begin-user-doc --> Sets the password    * @param java.lang.String the new password value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setPassword( java.lang.String password ) ;   /**    * <!-- begin-user-doc --> CMP Field street Returns the street    * @return the street <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getStreet(  ) ;   /**    * <!-- begin-user-doc --> Sets the street    * @param java.lang.String the new street value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setStreet( java.lang.String street ) ;   /**    * <!-- begin-user-doc --> CMP Field state Returns the state    * @return the state <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getState(  ) ;   /**    * <!-- begin-user-doc --> Sets the state    * @param java.lang.String the new state value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setState( java.lang.String state ) ;   /**    * <!-- begin-user-doc --> CMP Field zipcode Returns the zipcode    * @return the zipcode <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getZipcode(  ) ;   /**    * <!-- begin-user-doc --> Sets the zipcode    * @param java.lang.String the new zipcode value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setZipcode( java.lang.String zipcode ) ;   /**    * <!-- begin-user-doc --> CMP Field country Returns the country    * @return the country <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getCountry(  ) ;   /**    * <!-- begin-user-doc --> Sets the country    * @param java.lang.String the new country value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setCountry( java.lang.String country ) ;   /**    * <!-- begin-user-doc --> CMP Field email Returns the email    * @return the email <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getEmail(  ) ;   /**    * <!-- begin-user-doc --> Sets the email    * @param java.lang.String the new email value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setEmail( java.lang.String email ) ;   /**    * <!-- begin-user-doc --> CMP Field phone Returns the phone    * @return the phone <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getPhone(  ) ;   /**    * <!-- begin-user-doc --> Sets the phone    * @param java.lang.String the new phone value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setPhone( java.lang.String phone ) ;   public java.util.Collection getReservations(  ) ;   public void setReservations( java.util.Collection reservations ) ;}

⌨️ 快捷键说明

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