📄 user.java
字号:
/* * Generated by XDoclet - Do not edit! */package de.laliluna.tutorial.library.entity.interfaces;/** * Remote interface for User. * @xdoclet-generated at ${TODAY} * @copyright The XDoclet Team * @author XDoclet * @version ${version} */public interface User 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 getName( ) throws java.rmi.RemoteException; public void setName( java.lang.String name ) throws java.rmi.RemoteException; public java.lang.String getLastName( ) throws java.rmi.RemoteException; public void setLastName( java.lang.String lastname ) throws java.rmi.RemoteException; public java.lang.Integer getAge( ) throws java.rmi.RemoteException; public void setAge( java.lang.Integer age ) throws java.rmi.RemoteException; public de.laliluna.tutorial.library.entity.interfaces.UserValue getUserValue( ) throws java.rmi.RemoteException; public void setUserValue( de.laliluna.tutorial.library.entity.interfaces.UserValue userValue ) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -