java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.FulfillmentCenterDescriptionAccessBean
Each row of this table contains Language-dependent information about a FulfillmentCenter. This access bean corresponds to the database table 'FFMCENTDS'.
Constructor Summary | |
FulfillmentCenterDescriptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
FulfillmentCenterDescriptionAccessBean(java.lang.Integer newFfmCenterId, java.lang.Integer newLanguageId) Creates an access bean with the specified attributes. |
|
FulfillmentCenterDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByFulfillmentCenterId(java.lang.Integer ffmCenterId) Retrieves the FulfillmentCenterDescriptionAccessBeans of the specified FulfillmentCenter. |
java.lang.String | getDescription() This method accesses a non-CMP field |
java.lang.String | getDisplayName() This method provides access to the FFMCENTDS.DISPLAYNAME column of DB2 type VARCHAR(80). |
java.lang.String | getFulfillmentCenterId() This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getFulfillmentCenterIdInEJBType() This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getLanguageId() This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getLanguageIdInEJBType() This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getStoreAddressId() This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER. |
java.lang.Integer | getStoreAddressIdInEJBType() This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setDisplayName(java.lang.String newValue) This method accesses a non-CMP field |
void | setFulfillmentCenterId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setFulfillmentCenterId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_fulfillmentCenterId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void | setLanguageId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLanguageId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreAddressId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreAddressId(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 FulfillmentCenterDescriptionAccessBean()
public FulfillmentCenterDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public FulfillmentCenterDescriptionAccessBean(java.lang.Integer newFfmCenterId, java.lang.Integer newLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findByFulfillmentCenterId(java.lang.Integer ffmCenterId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the FulfillmentCenterDescriptionAccessBeans of the specified FulfillmentCenter.
The SQL query used to fetch all the required rows from the FFMCENTDS table is: SELECT * FROM FFMCENTDS T1 WHERE T1.FFMCENTER_ID = ?
public void setInitKey_fulfillmentCenterId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_languageId(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 getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for this information. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for this information. For a list of language components, see the LANGUAGE table.
public void setLanguageId(java.lang.String newValue)
public void setLanguageId(java.lang.Integer newValue)
public java.lang.String getStoreAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER.
The following is a description of this column:
The physical location of the FulfillmentCenter.
public java.lang.Integer getStoreAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER.
The following is a description of this column:
The physical location of the FulfillmentCenter.
public void setStoreAddressId(java.lang.String newValue)
public void setStoreAddressId(java.lang.Integer newValue)
public java.lang.String getFulfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
public java.lang.Integer getFulfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
public void setFulfillmentCenterId(java.lang.String newValue)
public void setFulfillmentCenterId(java.lang.Integer newValue)
public java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTDS.DISPLAYNAME column of DB2 type VARCHAR(80).
The following is a description of this column:
The name of the FulfillmentCenter, suitable for display to a customer.
public void setDisplayName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.