📄 transrecordlocal.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -