java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.JurisdictionGroupAccessBean
Each row in this table represents an instance of a particular subclass of JurisdictionGroup. A JurisdictionGroup of a particular subclass is a grouping of Jurisdiction definitions of that subclass. This access bean corresponds to the database table 'JURSTGROUP'.
Constructor Summary | |
JurisdictionGroupAccessBean() Zero argument constructor used to initialize the access bean. |
|
JurisdictionGroupAccessBean(javax.ejb.EJBObject o) constructor |
|
JurisdictionGroupAccessBean(java.lang.String aCode, java.lang.Integer aStoreentId, java.lang.Integer aJurisdictionGroupId, java.lang.Integer aSubclass) Creates an access bean with the specified attributes. |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getCode() This method accesses a non-CMP field |
java.lang.String | getDescription() This method accesses a non-CMP field |
java.lang.String | getJurisdictionGroupId() This method accesses a non-CMP field |
java.lang.Integer | getJurisdictionGroupIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getMarkForDelete() This method accesses a non-CMP field |
java.lang.Integer | getMarkForDeleteInEJBType() This method accesses a non-CMP field |
java.lang.String | getStoreentId() This method accesses a non-CMP field |
java.lang.Integer | getStoreentIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getSubclass() This method accesses a non-CMP field |
java.lang.Integer | getSubclassInEJBType() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_iJurisdictionGroupId(java.lang.String newValue) Set the primary key for this object |
void | setJurisdictionGroupId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setJurisdictionGroupId(java.lang.String newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreentId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreentId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSubclass(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSubclass(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JurisdictionGroupAccessBean()
public JurisdictionGroupAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public JurisdictionGroupAccessBean(java.lang.String aCode, java.lang.Integer aStoreentId, java.lang.Integer aJurisdictionGroupId, java.lang.Integer aSubclass) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Creates an access bean with the specified attributes. Reserved for IBM internal use.
Method Detail |
public void setInitKey_iJurisdictionGroupId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCode(java.lang.String newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
public void setMarkForDelete(java.lang.Integer newValue)
public java.lang.String getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreentId(java.lang.String newValue)
public void setStoreentId(java.lang.Integer newValue)
public java.lang.String getJurisdictionGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getJurisdictionGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setJurisdictionGroupId(java.lang.String newValue)
public void setJurisdictionGroupId(java.lang.Integer newValue)
public java.lang.String getSubclass() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getSubclassInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSubclass(java.lang.String newValue)
public void setSubclass(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.