chargecodelocal.java

来自「考勤管理系统源码」· Java 代码 · 共 15 行

JAVA
15
字号
package com.wiley.compBooks.EJwithUML.TimeCardDomain;

import javax.ejb.*;

/**
 * The ChargeCode bean holds descriptive information about a billable charge code.
 * Since each ChargeCode is part of a larger project, the parent project can be
 * accessed from the charge code.
 * ChargeCodeLocal is the local interface through which local clients access the
 * underlying entity bean.
 */
public interface ChargeCodeLocal extends EJBLocalObject, ChargeCodeInt
{
}

⌨️ 快捷键说明

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