📄 iuser.java
字号:
package jp.co.sjts.gsession.tools;
/**
* <P>User偺僀儞僞乕僼僃乕僗 IUser.java
* <P>Copyright (C) 1999-2000 Japan Total System Co,LTD
*
* @author Satoru K <koni@sjts.co.jp>
*/
public interface IUser
{
/** 儐乕僓柤傪庢摼偟傑偡丅 */
public String getName();
/** 儐乕僓柤偺偐側傪庢摼偟傑偡丅 */
public String getKana();
/** e-mail傾僪儗僗傪庢摼偟傑偡丅 */
public String getEmail();
/** 栶怑傪庢摼偟傑偡丅 */
public String getPosition();
/** 梄曋斣崋傪庢摼偟傑偡丅 */
public String getPostno();
/** 廧強1傪庢摼偟傑偡丅 */
public String getAddress1();
/** 廧強2傪庢摼偟傑偡丅 */
public String getAddress2();
/** 揹榖斣崋傪庢摼偟傑偡丅 */
public String getTel();
/** FAX斣崋傪庢摼偟傑偡丅 */
public String getFax();
/** 実懷斣崋1傪庢摼偟傑偡丅 */
public String getPtel1();
/** 実懷斣崋2傪庢摼偟傑偡丅 */
public String getPtel2();
/** 旛峫傪庢摼偟傑偡丅 */
public String getMemo();
/** 幨恀僼傽僀儖柤傪庢摼偟傑偡丅 */
public String getShashin();
/** 僨僼僅儖僩僌儖乕僾偺ID傪庢摼偟傑偡丅 */
public int getDefaultGroup();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -