com.ibm.commerce.inventory.beans
Class PickTicketDetailDataBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.PickBatchAccessBean
                    |
                    +--com.ibm.commerce.inventory.beans.PickTicketDetailDataBean
All Implemented Interfaces:
Delegator, PickBatchAccessBeanData, java.io.Serializable

public class PickTicketDetailDataBean
extends PickBatchAccessBean
implements Delegator

IBM internal use only.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
PickTicketDetailDataBean()
           
 
Method Summary
 java.lang.String getDate1()
          IBM internal use only.
 java.sql.Timestamp getDate1InEJBType()
          IBM internal use only.
 java.lang.String getDate2()
          IBM internal use only.
 java.sql.Timestamp getDate2InEJBType()
          IBM internal use only.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getField1()
          IBM internal use only.
 java.lang.Integer getField1InEJBType()
          IBM internal use only.
 java.lang.String getField2()
          IBM internal use only.
 java.lang.String getField3()
          IBM internal use only.
 java.lang.String getFufillmentCenterId()
          IBM internal use only.
 java.lang.Integer getFufillmentCenterIdInEJBType()
          IBM internal use only.
 java.lang.String getFulfillmentCenter()
          IBM internal use only.
 java.lang.String getLastUpdate()
          IBM internal use only.
 java.sql.Timestamp getLastUpdateInEJBType()
          IBM internal use only.
 java.lang.String getMemberId()
          IBM internal use only.
 java.lang.Long getMemberIdInEJBType()
          IBM internal use only.
 java.lang.String getPickBatchId()
          IBM internal use only.
 java.lang.Long getPickBatchIdInEJBType()
          IBM internal use only.
 java.lang.String getPickbatchNumber()
          IBM internal use only.
 java.lang.String getPickSlipXml()
          IBM internal use only.
 com.ibm.commerce.inventory.beans.PickTicketPickbatchItemDataBean[] getPickTicketPickbatchItemList()
          IBM internal use only.
 java.lang.String getStoreName()
          IBM internal use only.
 void setDate1(java.sql.Timestamp aDate1)
          IBM internal use only.
 void setDate2(java.sql.Timestamp aDate2)
          IBM internal use only.
 void setField1(java.lang.Integer aField1)
          IBM internal use only.
 void setField2(java.lang.String aField2)
          IBM internal use only.
 void setField3(java.lang.String aField3)
          IBM internal use only.
 void setFufillmentCenterId(java.lang.Integer aFufillmentCenterId)
          IBM internal use only.
 void setFulfillmentCenter(java.lang.String aFulfillmentCenter)
          IBM internal use only.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          IBM internal use only.
 void setMemberId(java.lang.Long aMemberId)
          IBM internal use only.
 void setPickBatchId(java.lang.Long aPickBatchId)
          IBM internal use only.
 void setPickbatchNumber(java.lang.String aPickbatchNumber)
          IBM internal use only.
 void setPickSlipXml(java.lang.String aPickSlipXml)
          IBM internal use only.
 void setPickTicketPickbatchItemList(com.ibm.commerce.inventory.beans.PickTicketPickbatchItemDataBean[] aPickTicketPickbatchItemList)
          IBM internal use only.
 void setStoreName(java.lang.String aStoreName)
          IBM internal use only.
 
Methods inherited from class com.ibm.commerce.inventory.objects.PickBatchAccessBean
commitCopyHelper, refreshCopyHelper, setDate1, setDate2, setField1, setFufillmentCenterId, setInitKey_pickBatchId, setLastUpdate, setMemberId, setPickBatchId
 
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

PickTicketDetailDataBean

public PickTicketDetailDataBean()
Method Detail

getDate1

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

IBM internal use only.

Overrides:
getDate1 in class PickBatchAccessBean
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

getDate1InEJBType

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

IBM internal use only.

Overrides:
getDate1InEJBType in class PickBatchAccessBean
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

getDate2

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

IBM internal use only.

Overrides:
getDate2 in class PickBatchAccessBean
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

getDate2InEJBType

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

IBM internal use only.

Overrides:
getDate2InEJBType in class PickBatchAccessBean
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.

Overrides:
getField1 in class PickBatchAccessBean
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

getField1InEJBType

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

IBM internal use only.

Overrides:
getField1InEJBType in class PickBatchAccessBean
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

getField2

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

IBM internal use only.

Overrides:
getField2 in class PickBatchAccessBean
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

getField3

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

IBM internal use only.

Overrides:
getField3 in class PickBatchAccessBean
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

getFufillmentCenterId

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

IBM internal use only.

Overrides:
getFufillmentCenterId in class PickBatchAccessBean
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

getFufillmentCenterIdInEJBType

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

IBM internal use only.

Overrides:
getFufillmentCenterIdInEJBType in class PickBatchAccessBean
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

getFulfillmentCenter

public java.lang.String getFulfillmentCenter()

IBM internal use only.

Returns:
java.lang.String

getLastUpdate

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

IBM internal use only.

Overrides:
getLastUpdate in class PickBatchAccessBean
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.

Overrides:
getLastUpdateInEJBType in class PickBatchAccessBean
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

getMemberId

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

IBM internal use only.

Overrides:
getMemberId in class PickBatchAccessBean
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

getMemberIdInEJBType

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

IBM internal use only.

Overrides:
getMemberIdInEJBType in class PickBatchAccessBean
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

getPickBatchId

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

IBM internal use only.

Overrides:
getPickBatchId in class PickBatchAccessBean
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

getPickBatchIdInEJBType

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

IBM internal use only.

Overrides:
getPickBatchIdInEJBType in class PickBatchAccessBean
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

getPickbatchNumber

public java.lang.String getPickbatchNumber()

IBM internal use only.

Returns:
java.lang.String

getPickSlipXml

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

IBM internal use only.

Overrides:
getPickSlipXml in class PickBatchAccessBean
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

getPickTicketPickbatchItemList

public com.ibm.commerce.inventory.beans.PickTicketPickbatchItemDataBean[] getPickTicketPickbatchItemList()

IBM internal use only.

Returns:
com.ibm.commerce.inventory.beans.PickTicketPickbatchItemDataBean[]

getStoreName

public java.lang.String getStoreName()

IBM internal use only.

Returns:
java.lang.String

setDate1

public void setDate1(java.sql.Timestamp aDate1)

IBM internal use only.

Overrides:
setDate1 in class PickBatchAccessBean
Parameters:
aDate1 - java.sql.Timestamp
Returns:
void

setDate2

public void setDate2(java.sql.Timestamp aDate2)

IBM internal use only.

Overrides:
setDate2 in class PickBatchAccessBean
Parameters:
aDate2 - java.sql.Timestamp
Returns:
void

setField1

public void setField1(java.lang.Integer aField1)

IBM internal use only.

Overrides:
setField1 in class PickBatchAccessBean
Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public void setField2(java.lang.String aField2)

IBM internal use only.

Overrides:
setField2 in class PickBatchAccessBean
Parameters:
aField2 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.String aField3)

IBM internal use only.

Overrides:
setField3 in class PickBatchAccessBean
Parameters:
aField3 - java.lang.String
Returns:
void

setFufillmentCenterId

public void setFufillmentCenterId(java.lang.Integer aFufillmentCenterId)

IBM internal use only.

Overrides:
setFufillmentCenterId in class PickBatchAccessBean
Parameters:
aFufillmentCenterId - java.lang.Integer
Returns:
void

setFulfillmentCenter

public void setFulfillmentCenter(java.lang.String aFulfillmentCenter)

IBM internal use only.

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

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

IBM internal use only.

Overrides:
setLastUpdate in class PickBatchAccessBean
Parameters:
aLastUpdate - java.sql.Timestamp
Returns:
void

setMemberId

public void setMemberId(java.lang.Long aMemberId)

IBM internal use only.

Overrides:
setMemberId in class PickBatchAccessBean
Parameters:
aMemberId - java.lang.Long
Returns:
void

setPickBatchId

public void setPickBatchId(java.lang.Long aPickBatchId)

IBM internal use only.

Overrides:
setPickBatchId in class PickBatchAccessBean
Parameters:
aPickBatchId - java.lang.Long
Returns:
void

setPickbatchNumber

public void setPickbatchNumber(java.lang.String aPickbatchNumber)

IBM internal use only.

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

setPickSlipXml

public void setPickSlipXml(java.lang.String aPickSlipXml)

IBM internal use only.

Overrides:
setPickSlipXml in class PickBatchAccessBean
Parameters:
aPickSlipXml - java.lang.String
Returns:
void

setPickTicketPickbatchItemList

public void setPickTicketPickbatchItemList(com.ibm.commerce.inventory.beans.PickTicketPickbatchItemDataBean[] aPickTicketPickbatchItemList)

IBM internal use only.

Parameters:
aPickTicketPickbatchItemList - com.ibm.commerce.inventory.beans.PickTicketPickbatchItemDataBean[]
Returns:
void

setStoreName

public void setStoreName(java.lang.String aStoreName)

IBM internal use only.

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