|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.DistributionArrangementAccessBean
This bean provides access to the DISTARRANG table.
The following is a description of this table:
Each row of this table represents a DistributionArrangement, enabling a Store to sell its own inventory.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
DistributionArrangementAccessBean()
Default constructor. |
|
DistributionArrangementAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
DistributionArrangementAccessBean(java.lang.Long BaseItemId,
java.lang.Integer MerchantStoreId,
java.lang.Integer WholeSaleStoreId,
java.sql.Timestamp StartDate,
java.sql.Timestamp EndDate)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByWholeSaleStoreIdAndBaseItemId(java.lang.Integer WholeSaleStoreId,
java.lang.Long BaseItemId)
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) NULL. |
java.lang.String |
getField2()
This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField3()
This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLastupdate()
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
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) NULL. |
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setBaseItemId(java.lang.String aBaseItemId)
This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.Long aDistArrangId)
This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.String aDistArrangId)
This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setEndDate(java.lang.String aEndDate)
This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setEndDate(java.sql.Timestamp aEndDate)
This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_distArrangId(java.lang.String aInitKey_distArrangId)
Set the primary key for this object |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMerchantStoreId(java.lang.Integer aMerchantStoreId)
This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setMerchantStoreId(java.lang.String aMerchantStoreId)
This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setPickingMethod(java.lang.String aPickingMethod)
This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1) NULL. |
void |
setStartDate(java.lang.String aStartDate)
This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setStartDate(java.sql.Timestamp aStartDate)
This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setWholeSaleStoreId(java.lang.Integer aWholeSaleStoreId)
This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setWholeSaleStoreId(java.lang.String aWholeSaleStoreId)
This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DistributionArrangementAccessBean()
Default constructor. Maps to findByPrimaryKey.
public DistributionArrangementAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic DistributionArrangementAccessBean(java.lang.Long BaseItemId, java.lang.Integer MerchantStoreId, java.lang.Integer WholeSaleStoreId, java.sql.Timestamp StartDate, java.sql.Timestamp EndDate) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
BaseItemId
- - java.lang.LongMerchantStoreId
- - java.lang.IntegerWholeSaleStoreId
- - java.lang.IntegerStartDate
- - java.sql.TimestampEndDate
- java.sql.Timestampjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByWholeSaleStoreIdAndBaseItemId(java.lang.Integer WholeSaleStoreId, java.lang.Long BaseItemId) 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 = ?
WholeSaleStoreId
- - java.lang.IntegerBaseItemId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getBaseItemId
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getDistArrangId
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEndDate
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getField1
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getField2
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getField3
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
getLastupdate
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMerchantStoreId
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Determines the sequence in which inventory is picked from the RECEIPT table under this arrangement:
F = FIFO (First In First Out) - the least recently received inventory.
L = LIFO (Last in First Out) - the most recently received inventory.
getPickingMethod
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStartDate
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getWholeSaleStoreId
in interface DistributionArrangementAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setBaseItemId(java.lang.Long aBaseItemId)
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.
aBaseItemId
- java.lang.Longpublic void setBaseItemId(java.lang.String aBaseItemId)
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.
setBaseItemId
in interface DistributionArrangementAccessBeanData
aBaseItemId
- java.lang.Stringpublic void setDistArrangId(java.lang.Long aDistArrangId)
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.
aDistArrangId
- java.lang.Longpublic void setDistArrangId(java.lang.String aDistArrangId)
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.
setDistArrangId
in interface DistributionArrangementAccessBeanData
aDistArrangId
- java.lang.Stringpublic void setEndDate(java.lang.String aEndDate)
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.
setEndDate
in interface DistributionArrangementAccessBeanData
aEndDate
- java.lang.Stringpublic void setEndDate(java.sql.Timestamp aEndDate)
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.
aEndDate
- java.sql.Timestamppublic void setField1(java.lang.String aField1)
This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface DistributionArrangementAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField2
in interface DistributionArrangementAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface DistributionArrangementAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_distArrangId(java.lang.String aInitKey_distArrangId)
Set the primary key for this object
aInitKey_distArrangId
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
setLastupdate
in interface DistributionArrangementAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
aLastupdate
- java.sql.Timestamppublic void setMerchantStoreId(java.lang.Integer aMerchantStoreId)
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.
aMerchantStoreId
- java.lang.Integerpublic void setMerchantStoreId(java.lang.String aMerchantStoreId)
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.
setMerchantStoreId
in interface DistributionArrangementAccessBeanData
aMerchantStoreId
- java.lang.Stringpublic void setPickingMethod(java.lang.String aPickingMethod)
This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Determines the sequence in which inventory is picked from the RECEIPT table under this arrangement:
F = FIFO (First In First Out) - the least recently received inventory.
L = LIFO (Last in First Out) - the most recently received inventory.
setPickingMethod
in interface DistributionArrangementAccessBeanData
aPickingMethod
- java.lang.Stringpublic void setStartDate(java.lang.String aStartDate)
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.
setStartDate
in interface DistributionArrangementAccessBeanData
aStartDate
- java.lang.Stringpublic void setStartDate(java.sql.Timestamp aStartDate)
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.
aStartDate
- java.sql.Timestamppublic void setWholeSaleStoreId(java.lang.Integer aWholeSaleStoreId)
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.
aWholeSaleStoreId
- java.lang.Integerpublic void setWholeSaleStoreId(java.lang.String aWholeSaleStoreId)
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.
setWholeSaleStoreId
in interface DistributionArrangementAccessBeanData
aWholeSaleStoreId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |