📄 concreterunning_number_4095c903.java
字号:
package com.leeman.wkexs.common.dao;import com.ibm.ws.ejbpersistence.beanextensions.*;import com.ibm.websphere.cpmi.*;/** * Bean implementation class for Enterprise Bean: Running_Number */public class ConcreteRunning_Number_4095c903 extends com.leeman.wkexs.common.dao.Running_NumberBean implements javax.ejb.EntityBean, ConcreteBean { /** * setEntityContext */ public void setEntityContext(javax.ejb.EntityContext ctx) { super.setEntityContext(ctx); instanceExtension.setEntityContext(ctx); } /** * unsetEntityContext */ public void unsetEntityContext() { super.unsetEntityContext(); instanceExtension.unsetEntityContext(); } /** * ejbActivate */ public void ejbActivate() { super.ejbActivate(); instanceExtension.ejbActivate(); } /** * ejbLoad */ public void ejbLoad() { instanceExtension.ejbLoad(); } /** * ejbPassivate */ public void ejbPassivate() { super.ejbPassivate(); instanceExtension.ejbPassivate(); } /** * ejbRemove */ public void ejbRemove() throws javax.ejb.RemoveException { super.ejbRemove(); instanceExtension.ejbRemove(); } /** * ejbStore */ public void ejbStore() { super.ejbStore(); instanceExtension.ejbStore(); } private ConcreteBeanInstanceExtension instanceExtension; /** * _WSCB_getInstanceInfo */ public PMConcreteBeanInstanceInfo _WSCB_getInstanceInfo() { return instanceExtension; } /** * ConcreteRunning_Number_4095c903 */ public ConcreteRunning_Number_4095c903() { super(); instanceExtension = ConcreteBeanInstanceExtensionFactory.getInstance(this); } /** * getInjector */ private com.leeman.wkexs.common.dao.websphere_deploy.Running_NumberBeanInjector_4095c903 getInjector() { return (com.leeman.wkexs.common.dao.websphere_deploy.Running_NumberBeanInjector_4095c903)instanceExtension.getInjector(); } /** * hydrate */ public void hydrate(Object inRecord) { com.leeman.wkexs.common.dao.websphere_deploy.Running_NumberBeanCacheEntry_4095c903 record = (com.leeman.wkexs.common.dao.websphere_deploy.Running_NumberBeanCacheEntry_4095c903) inRecord;; company_id = record.getCompany_id(); running_type = record.getRunning_type(); running_year = record.getRunning_year(); last_used_no = record.getLast_used_no(); min_value = record.getMin_value(); max_value = record.getMax_value(); recycle = record.getRecycle(); increment_by = record.getIncrement_by(); running_desc = record.getRunning_desc(); super.ejbLoad(); } /** * resetCMP */ public void resetCMP() { company_id = null; running_type = null; running_year = null; last_used_no = null; min_value = null; max_value = null; recycle = null; increment_by = null; running_desc = null; } /** * resetCMR */ public void resetCMR() { } /** * ejbFindByPrimaryKey */ public com.leeman.wkexs.common.dao.Running_NumberKey ejbFindByPrimaryKey(com.leeman.wkexs.common.dao.Running_NumberKey primaryKey) throws javax.ejb.FinderException { return (com.leeman.wkexs.common.dao.Running_NumberKey)instanceExtension.ejbFindByPrimaryKey(primaryKey); } /** * ejbFindByPrimaryKey */ public Object ejbFindByPrimaryKey(java.lang.Object pk) throws javax.ejb.FinderException { return ejbFindByPrimaryKey((com.leeman.wkexs.common.dao.Running_NumberKey)pk); } /** * ejbFindByPrimaryKeyForCMR_Local */ public com.leeman.wkexs.common.dao.Running_NumberKey ejbFindByPrimaryKeyForCMR_Local(com.leeman.wkexs.common.dao.Running_NumberKey pk) throws javax.ejb.FinderException { return (com.leeman.wkexs.common.dao.Running_NumberKey)instanceExtension.ejbFindByPrimaryKey(pk); } /** * ejbCreate */ public com.leeman.wkexs.common.dao.Running_NumberKey ejbCreate(java.lang.String company_id, java.lang.String running_type, java.lang.String running_year) throws javax.ejb.CreateException { super.ejbCreate(company_id, running_type, running_year); return (com.leeman.wkexs.common.dao.Running_NumberKey)instanceExtension.ejbCreate(); } /** * ejbPostCreate */ public void ejbPostCreate(java.lang.String company_id, java.lang.String running_type, java.lang.String running_year) throws javax.ejb.CreateException { super.ejbPostCreate(company_id, running_type, running_year); instanceExtension.ejbPostCreate(); } /** * createPrimaryKey */ public Object createPrimaryKey() { com.leeman.wkexs.common.dao.Running_NumberKey pk = new com.leeman.wkexs.common.dao.Running_NumberKey(); pk.company_id = this.company_id; pk.running_type = this.running_type; pk.running_year = this.running_year; return pk; } /** * getNumberOfFields */ public int getNumberOfFields() { return 9; } /** * Implementation field for persistent attribute: company_id */ public java.lang.String company_id; /** * Get accessor for persistent attribute: company_id */ public java.lang.String getCompany_id() { return company_id; } /** * Set accessor for persistent attribute: company_id */ public void setCompany_id(java.lang.String newCompany_id) { instanceExtension.markDirty(0,company_id,newCompany_id); company_id = newCompany_id; } /** * Implementation field for persistent attribute: running_type */ public java.lang.String running_type; /** * Get accessor for persistent attribute: running_type */ public java.lang.String getRunning_type() { return running_type; } /** * Set accessor for persistent attribute: running_type */ public void setRunning_type(java.lang.String newRunning_type) { instanceExtension.markDirty(1,running_type,newRunning_type); running_type = newRunning_type; } /** * Implementation field for persistent attribute: running_year */ public java.lang.String running_year; /** * Get accessor for persistent attribute: running_year */ public java.lang.String getRunning_year() { return running_year; } /** * Set accessor for persistent attribute: running_year */ public void setRunning_year(java.lang.String newRunning_year) { instanceExtension.markDirty(2,running_year,newRunning_year); running_year = newRunning_year; } /** * Implementation field for persistent attribute: last_used_no */ public java.lang.Double last_used_no; /** * Get accessor for persistent attribute: last_used_no */ public java.lang.Double getLast_used_no() { return last_used_no; } /** * Set accessor for persistent attribute: last_used_no */ public void setLast_used_no(java.lang.Double newLast_used_no) { instanceExtension.markDirty(3,last_used_no,newLast_used_no); last_used_no = newLast_used_no; } /** * Implementation field for persistent attribute: min_value */ public java.lang.Double min_value; /** * Get accessor for persistent attribute: min_value */ public java.lang.Double getMin_value() { return min_value; } /** * Set accessor for persistent attribute: min_value */ public void setMin_value(java.lang.Double newMin_value) { instanceExtension.markDirty(4,min_value,newMin_value); min_value = newMin_value; } /** * Implementation field for persistent attribute: max_value */ public java.lang.Double max_value; /** * Get accessor for persistent attribute: max_value */ public java.lang.Double getMax_value() { return max_value; } /** * Set accessor for persistent attribute: max_value */ public void setMax_value(java.lang.Double newMax_value) { instanceExtension.markDirty(5,max_value,newMax_value); max_value = newMax_value; } /** * Implementation field for persistent attribute: recycle */ public java.lang.String recycle; /** * Get accessor for persistent attribute: recycle */ public java.lang.String getRecycle() { return recycle; } /** * Set accessor for persistent attribute: recycle */ public void setRecycle(java.lang.String newRecycle) { instanceExtension.markDirty(6,recycle,newRecycle); recycle = newRecycle; } /** * Implementation field for persistent attribute: increment_by */ public java.lang.Double increment_by; /** * Get accessor for persistent attribute: increment_by */ public java.lang.Double getIncrement_by() { return increment_by; } /** * Set accessor for persistent attribute: increment_by */ public void setIncrement_by(java.lang.Double newIncrement_by) { instanceExtension.markDirty(7,increment_by,newIncrement_by); increment_by = newIncrement_by; } /** * Implementation field for persistent attribute: running_desc */ public java.lang.String running_desc; /** * Get accessor for persistent attribute: running_desc */ public java.lang.String getRunning_desc() { return running_desc; } /** * Set accessor for persistent attribute: running_desc */ public void setRunning_desc(java.lang.String newRunning_desc) { instanceExtension.markDirty(8,running_desc,newRunning_desc); running_desc = newRunning_desc; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -