com.ibm.commerce.inventory.beans
Class ManifestDataBean

com.ibm.commerce.inventory.beans.ManifestDataBean
All Implemented Interfaces:
Delegator

public class ManifestDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
ManifestDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyManifestId()
          Retrieve its primary key.
 java.lang.String getDateShipped()
          IBM internal use only.
 java.sql.Timestamp getDateShippedInEJBType()
          IBM internal use only.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getField1()
          IBM internal use only.
 java.lang.String getLastupdate()
          IBM internal use only.
 java.sql.Timestamp getLastupdateInEJBType()
          IBM internal use only.
 java.lang.String getManifestId()
          IBM internal use only.
 java.lang.Long getManifestIdInEJBType()
          IBM internal use only.
 java.lang.String getManifestStatus()
          IBM internal use only.
 java.lang.String getOrdersId()
          IBM internal use only.
 java.lang.Long getOrdersIdInEJBType()
          IBM internal use only.
 java.lang.String getOrdReleaseNum()
          IBM internal use only.
 java.lang.Integer getOrdReleaseNumInEJBType()
          IBM internal use only.
 java.lang.String getPackageId()
          IBM internal use only.
 java.lang.String[] getPackageIds()
          IBM internal use only.
 java.lang.String getPickupRecordId()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSetCCurr()
          IBM internal use only.
 java.lang.String getShipModeId()
          IBM internal use only.
 java.lang.Integer getShipModeIdInEJBType()
          IBM internal use only.
 java.lang.String getShippingCosts()
          IBM internal use only.
 java.math.BigDecimal getShippingCostsInEJBType()
          IBM internal use only.
 java.lang.String getTrackingId()
          IBM internal use only.
 java.lang.String[] getTrackingIds()
          IBM internal use only.
 java.lang.String getWeight()
          IBM internal use only.
 java.lang.Double getWeightInEJBType()
          IBM internal use only.
 java.lang.String getWeightMeasure()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyManifestId(java.lang.String aDataBeanKeyManifestId)
          Set its primary key for fetching.
 void setDateShipped(java.sql.Timestamp aDateShipped)
          IBM internal use only.
 void setField1(java.lang.String aField1)
          IBM internal use only.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          IBM internal use only.
 void setManifestId(java.lang.Long aManifestId)
          IBM internal use only.
 void setManifestStatus(java.lang.String aManifestStatus)
          IBM internal use only.
 void setOrdersId(java.lang.Long aOrdersId)
          IBM internal use only.
 void setOrdReleaseNum(java.lang.Integer aOrdReleaseNum)
          IBM internal use only.
 void setPackageId(java.lang.String aPackageId)
          IBM internal use only.
 void setPickupRecordId(java.lang.String aPickupRecordId)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSetCCurr(java.lang.String aSetCCurr)
          IBM internal use only.
 void setShipModeId(java.lang.Integer aShipModeId)
          IBM internal use only.
 void setShippingCosts(java.math.BigDecimal aShippingCosts)
          IBM internal use only.
 void setTrackingId(java.lang.String aTrackingId)
          IBM internal use only.
 void setWeight(java.lang.Double aWeight)
          IBM internal use only.
 void setWeightMeasure(java.lang.String aWeightMeasure)
          IBM internal use only.
 

Constructor Detail

ManifestDataBean

public ManifestDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyManifestId

public java.lang.String getDataBeanKeyManifestId()

Retrieve its primary key.

Returns:
java.lang.String

getDateShipped

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDateShippedInEJBType

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

IBM internal use only.

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

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getField1

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdate

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdateInEJBType

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

IBM internal use only.

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

getManifestId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getManifestIdInEJBType

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

IBM internal use only.

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

getManifestStatus

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdersId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdersIdInEJBType

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

IBM internal use only.

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

getOrdReleaseNum

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdReleaseNumInEJBType

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

IBM internal use only.

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

getPackageId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPackageIds

public java.lang.String[] getPackageIds()
                                 throws java.lang.Exception

IBM internal use only.

Returns:
java.lang.String[]
Throws:
java.lang.Exception - The java.lang.Exception exception

getPickupRecordId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getSetCCurr

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShipModeId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShipModeIdInEJBType

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

IBM internal use only.

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

getShippingCosts

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingCostsInEJBType

public java.math.BigDecimal getShippingCostsInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTrackingId

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTrackingIds

public java.lang.String[] getTrackingIds()
                                  throws java.lang.Exception

IBM internal use only.

Returns:
java.lang.String[]
Throws:
java.lang.Exception - The java.lang.Exception exception

getWeight

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWeightInEJBType

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

IBM internal use only.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWeightMeasure

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyManifestId

public void setDataBeanKeyManifestId(java.lang.String aDataBeanKeyManifestId)

Set its primary key for fetching.

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

setDateShipped

public void setDateShipped(java.sql.Timestamp aDateShipped)

IBM internal use only.

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

setField1

public void setField1(java.lang.String aField1)

IBM internal use only.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

IBM internal use only.

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

setManifestId

public void setManifestId(java.lang.Long aManifestId)

IBM internal use only.

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

setManifestStatus

public void setManifestStatus(java.lang.String aManifestStatus)

IBM internal use only.

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

setOrdersId

public void setOrdersId(java.lang.Long aOrdersId)

IBM internal use only.

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

setOrdReleaseNum

public void setOrdReleaseNum(java.lang.Integer aOrdReleaseNum)

IBM internal use only.

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

setPackageId

public void setPackageId(java.lang.String aPackageId)

IBM internal use only.

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

setPickupRecordId

public void setPickupRecordId(java.lang.String aPickupRecordId)

IBM internal use only.

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

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setSetCCurr

public void setSetCCurr(java.lang.String aSetCCurr)

IBM internal use only.

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

setShipModeId

public void setShipModeId(java.lang.Integer aShipModeId)

IBM internal use only.

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

setShippingCosts

public void setShippingCosts(java.math.BigDecimal aShippingCosts)

IBM internal use only.

Parameters:
aShippingCosts - java.math.BigDecimal
Returns:
void

setTrackingId

public void setTrackingId(java.lang.String aTrackingId)

IBM internal use only.

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

setWeight

public void setWeight(java.lang.Double aWeight)

IBM internal use only.

Parameters:
aWeight - java.lang.Double
Returns:
void

setWeightMeasure

public void setWeightMeasure(java.lang.String aWeightMeasure)

IBM internal use only.

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