📄 purchasebeancacheentry_e813240d.java
字号:
package salesdb.websphere_deploy;/** * Cache Entry interface for Enterprise Bean: Purchase */public interface PurchaseBeanCacheEntry_e813240d extends java.io.Serializable { /** * getPurchaseid */ public java.lang.Long getPurchaseid(); /** * setPurchaseid */ public void setPurchaseid(java.lang.Long newPurchaseid); /** * getTimestmp */ public java.lang.String getTimestmp(); /** * setTimestmp */ public void setTimestmp(java.lang.String newTimestmp); /** * getItemfk_itemid */ public java.lang.Long getItemfk_itemid(); /** * setItemfk_itemid */ public void setItemfk_itemid(java.lang.Long newItemfk_itemid); /** * getLocationfk_zipcode */ public java.lang.String getLocationfk_zipcode(); /** * setLocationfk_zipcode */ public void setLocationfk_zipcode(java.lang.String newLocationfk_zipcode); /** * getItemfkKey */ public salesdb.ItemKey getItemfkKey(); /** * getLocationfkKey */ public salesdb.LocationKey getLocationfkKey();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -