📄 book.java
字号:
/* * Generated by XDoclet - Do not edit! */package de.laliluna.tutorial.library.entity.interfaces;/** * Remote interface for Book. * @xdoclet-generated at ${TODAY} * @copyright The XDoclet Team * @author XDoclet * @version ${version} */public interface Book extends javax.ejb.EJBObject{ public java.lang.Integer getId( ) throws java.rmi.RemoteException; public void setId( java.lang.Integer id ) throws java.rmi.RemoteException; public java.lang.String getTitle( ) throws java.rmi.RemoteException; public void setTitle( java.lang.String title ) throws java.rmi.RemoteException; public java.lang.String getAuthor( ) throws java.rmi.RemoteException; public void setAuthor( java.lang.String author ) throws java.rmi.RemoteException; public java.lang.Boolean getAvailable( ) throws java.rmi.RemoteException; public void setAvailable( java.lang.Boolean available ) throws java.rmi.RemoteException; public java.lang.Integer getUserId( ) throws java.rmi.RemoteException; public void setUserId( java.lang.Integer user_id ) throws java.rmi.RemoteException; public de.laliluna.tutorial.library.entity.interfaces.BookValue getBookValue( ) throws java.rmi.RemoteException; public void setBookValue( de.laliluna.tutorial.library.entity.interfaces.BookValue bookValue ) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -