transrecordlocal.java
来自「噶额外噶外骨骼感广泛高热感 就 啊啊」· Java 代码 · 共 29 行
JAVA
29 行
package itso.ejb.model.entity;
/**
* Local interface for Enterprise Bean: TransRecord
*/
public interface TransRecordLocal extends javax.ejb.EJBLocalObject {
/**
* Get accessor for persistent attribute: transAmt
*/
public java.math.BigDecimal getTransAmt();
/**
* Get accessor for persistent attribute: transType
*/
public java.lang.String getTransType();
/**
* Get accessor for persistent attribute: timeStamp
*/
public java.util.Date getTimeStamp();
/**
* This method was generated for supporting the relationship role named account.
* It will be deleted/edited when the relationship is deleted/edited.
*/
public itso.ejb.model.entity.AccountLocal getAccount();
/**
* This method was generated for supporting the relationship role named account.
* It will be deleted/edited when the relationship is deleted/edited.
*/
public void setAccount(itso.ejb.model.entity.AccountLocal anAccount);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?