com.ibm.commerce.inventory.objects
Class DistributionArrangementAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.inventory.objects.DistributionArrangementAccessBean
All Implemented Interfaces:
DistributionArrangementAccessBeanData

public class DistributionArrangementAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements DistributionArrangementAccessBeanData

Each row of this table represents a DistributionArrangement, enabling a Store to sell its own inventory.

See Also:
Serialized Form

Constructor Summary
DistributionArrangementAccessBean()
          constructor
DistributionArrangementAccessBean(javax.ejb.EJBObject o)
          constructor
DistributionArrangementAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.sql.Timestamp arg3, java.sql.Timestamp arg4)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.util.Enumeration findByWholeSaleStoreIdAndBaseItemId(java.lang.Integer arg0, java.lang.Long arg1)           Retrieves all the DistributionArrangements with the specified WHOLESALESTORE_ID and BASEITEM_ID The SQL query used to fetch the requested row from the DISTARRANG table is:
SELECT * FROM DISTARRANG T1 WHERE T1.WHOLESALESTORE_ID = ? AND BASEITEM_ID = ?
 java.lang.String getBaseItemId()
          This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getBaseItemIdInEJBType()
          This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getDistArrangId()
          This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getDistArrangIdInEJBType()
          This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getEndDate()
          This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getEndDateInEJBType()
          This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getField1()
          This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254).
 java.lang.String getField2()
          This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254).
 java.lang.String getField3()
          This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254).
 java.lang.String getLastupdate()
          This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
 java.lang.String getMerchantStoreId()
          This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMerchantStoreIdInEJBType()
          This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getPickingMethod()
          This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1).
 java.lang.String getStartDate()
          This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getStartDateInEJBType()
          This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getWholeSaleStoreId()
          This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getWholeSaleStoreIdInEJBType()
          This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setBaseItemId(java.lang.Long newValue)
          This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 void setBaseItemId(java.lang.String newValue)
          This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 void setDistArrangId(java.lang.Long newValue)
          This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
 void setDistArrangId(java.lang.String newValue)
          This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
 void setEndDate(java.lang.String newValue)
          This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
 void setEndDate(java.sql.Timestamp newValue)
          This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
 void setField1(java.lang.String newValue)
          This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254).
 void setField2(java.lang.String newValue)
          This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254).
 void setField3(java.lang.String newValue)
          This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254).
 void setInitKey_distArrangId(java.lang.String newValue)
          Set the primary key for this object
 void setLastupdate(java.lang.String newValue)
          This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
 void setLastupdate(java.sql.Timestamp newValue)
          This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
 void setMerchantStoreId(java.lang.Integer newValue)
          This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
 void setMerchantStoreId(java.lang.String newValue)
          This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
 void setPickingMethod(java.lang.String newValue)
          This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1).
 void setStartDate(java.lang.String newValue)
          This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
 void setStartDate(java.sql.Timestamp newValue)
          This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
 void setWholeSaleStoreId(java.lang.Integer newValue)
          This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
 void setWholeSaleStoreId(java.lang.String newValue)
          This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributionArrangementAccessBean

public DistributionArrangementAccessBean()
constructor

DistributionArrangementAccessBean

public DistributionArrangementAccessBean(javax.ejb.EJBObject o)
                                  throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

DistributionArrangementAccessBean

public DistributionArrangementAccessBean(java.lang.Long arg0,
                                         java.lang.Integer arg1,
                                         java.lang.Integer arg2,
                                         java.sql.Timestamp arg3,
                                         java.sql.Timestamp arg4)
                                  throws javax.naming.NamingException,
                                         javax.ejb.CreateException,
                                         java.rmi.RemoteException,
                                         javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.Integer
arg2 - java.lang.Integer
arg3 - java.sql.Timestamp
arg4 - java.sql.Timestamp
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail

findByWholeSaleStoreIdAndBaseItemId

public java.util.Enumeration findByWholeSaleStoreIdAndBaseItemId(java.lang.Integer arg0,
                                                                 java.lang.Long arg1)
                                                          throws java.rmi.RemoteException,
                                                                 javax.ejb.FinderException,
                                                                 javax.naming.NamingException

Retrieves all the DistributionArrangements with the specified WHOLESALESTORE_ID and BASEITEM_ID
The SQL query used to fetch the requested row from the DISTARRANG table is: SELECT * FROM DISTARRANG T1 WHERE T1.WHOLESALESTORE_ID = ? AND BASEITEM_ID = ?

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_distArrangId

public void setInitKey_distArrangId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDistArrangId

public java.lang.String getDistArrangId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated primary key.

Specified by:
getDistArrangId in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDistArrangIdInEJBType

public java.lang.Long getDistArrangIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated primary key.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDistArrangId

public void setDistArrangId(java.lang.String newValue)

This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated primary key.

Specified by:
setDistArrangId in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setDistArrangId

public void setDistArrangId(java.lang.Long newValue)

This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated primary key.

Parameters:
newValue - java.lang.Long
Returns:
void

getPickingMethod

public java.lang.String getPickingMethod()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1).

The following is a description of this column:

Determines the sequence in which inventory is picked from the RECEIPT table under this arrangement:&l

Specified by:
getPickingMethod in interface DistributionArrangementAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPickingMethod

public void setPickingMethod(java.lang.String newValue)

This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1).

The following is a description of this column:

Determines the sequence in which inventory is picked from the RECEIPT table under this arrangement:&l

Specified by:
setPickingMethod in interface DistributionArrangementAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getLastupdate

public java.lang.String getLastupdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time this DistributionArrangement was most recently updated.

Specified by:
getLastupdate in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLastupdateInEJBType

public java.sql.Timestamp getLastupdateInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time this DistributionArrangement was most recently updated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLastupdate

public void setLastupdate(java.lang.String newValue)

This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time this DistributionArrangement was most recently updated.

Specified by:
setLastupdate in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)

This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time this DistributionArrangement was most recently updated.

Parameters:
newValue - java.sql.Timestamp
Returns:
void

getBaseItemId

public java.lang.String getBaseItemId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The product covered by this distribution arrangement.

Specified by:
getBaseItemId in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getBaseItemIdInEJBType

public java.lang.Long getBaseItemIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The product covered by this distribution arrangement.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBaseItemId

public void setBaseItemId(java.lang.String newValue)

This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The product covered by this distribution arrangement.

Specified by:
setBaseItemId in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setBaseItemId

public void setBaseItemId(java.lang.Long newValue)

This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The product covered by this distribution arrangement.

Parameters:
newValue - java.lang.Long
Returns:
void

getStartDate

public java.lang.String getStartDate()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement begins being effective.

Specified by:
getStartDate in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStartDateInEJBType

public java.sql.Timestamp getStartDateInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement begins being effective.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStartDate

public void setStartDate(java.lang.String newValue)

This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement begins being effective.

Specified by:
setStartDate in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setStartDate

public void setStartDate(java.sql.Timestamp newValue)

This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement begins being effective.

Parameters:
newValue - java.sql.Timestamp
Returns:
void

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface DistributionArrangementAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField3

public void setField3(java.lang.String newValue)

This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface DistributionArrangementAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface DistributionArrangementAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField2

public void setField2(java.lang.String newValue)

This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface DistributionArrangementAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface DistributionArrangementAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField1

public void setField1(java.lang.String newValue)

This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface DistributionArrangementAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getWholeSaleStoreId

public java.lang.String getWholeSaleStoreId()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The wholesale Store that owns the inventory that can be sold by the merchant Store.

Specified by:
getWholeSaleStoreId in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getWholeSaleStoreIdInEJBType

public java.lang.Integer getWholeSaleStoreIdInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The wholesale Store that owns the inventory that can be sold by the merchant Store.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setWholeSaleStoreId

public void setWholeSaleStoreId(java.lang.String newValue)

This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The wholesale Store that owns the inventory that can be sold by the merchant Store.

Specified by:
setWholeSaleStoreId in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setWholeSaleStoreId

public void setWholeSaleStoreId(java.lang.Integer newValue)

This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The wholesale Store that owns the inventory that can be sold by the merchant Store.

Parameters:
newValue - java.lang.Integer
Returns:
void

getMerchantStoreId

public java.lang.String getMerchantStoreId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.

Specified by:
getMerchantStoreId in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMerchantStoreIdInEJBType

public java.lang.Integer getMerchantStoreIdInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMerchantStoreId

public void setMerchantStoreId(java.lang.String newValue)

This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.

Specified by:
setMerchantStoreId in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setMerchantStoreId

public void setMerchantStoreId(java.lang.Integer newValue)

This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.

Parameters:
newValue - java.lang.Integer
Returns:
void

getEndDate

public java.lang.String getEndDate()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement stops being effective.

Specified by:
getEndDate in interface DistributionArrangementAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getEndDateInEJBType

public java.sql.Timestamp getEndDateInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement stops being effective.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEndDate

public void setEndDate(java.lang.String newValue)

This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement stops being effective.

Specified by:
setEndDate in interface DistributionArrangementAccessBeanData
Parameters:
newValue - String
Returns:
void

setEndDate

public void setEndDate(java.sql.Timestamp newValue)

This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The time this DistributionArrangement stops being effective.

Parameters:
newValue - java.sql.Timestamp
Returns:
void