com.ibm.commerce.inventory.beans

Class VendorInformationListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.VendorInformationInputListDataBean, com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBean, Delegator, Protectable, java.io.Serializable


    public class VendorInformationListDataBean
    extends com.ibm.commerce.inventory.beansrc.VendorInformationListListDataBeanBase
    implements com.ibm.commerce.inventory.beans.VendorInformationInputListDataBean, com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBean, Delegator, Protectable
    This databean is used to get a list of VendorInformationDataBean.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • VendorInformationListDataBean

        public VendorInformationListDataBean()
    • Method Detail

      • getDataBeanKeyLanguageId

        public java.lang.String getDataBeanKeyLanguageId()
        This method returns the databean key:language id.
        Specified by:
        getDataBeanKeyLanguageId in interface com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBean
        Returns:
        java.lang.String the databean key:language id.
      • getDataBeanKeyVendorId

        public java.lang.String getDataBeanKeyVendorId()
        This method returns the databean key:vendor id.
        Specified by:
        getDataBeanKeyVendorId in interface com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBean
        Returns:
        java.lang.String the databean key:vendor id.
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        This method returns the member id of the owner.
        Specified by:
        getOwner in interface Protectable
        Returns:
        The member id of the owner
        Throws:
        java.lang.Exception
      • getVendorInformationList

        public VendorInformationDataBean[] getVendorInformationList()
        This method returns the list of the VendorInformationDataBean.
        Specified by:
        getVendorInformationList in interface com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBean
        Returns:
        VendorInformationDataBean[] the list of the VendorInformationDataBean.
      • setDataBeanKeyLanguageId

        public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
        This method sets the databean key:language id.
        Specified by:
        setDataBeanKeyLanguageId in interface com.ibm.commerce.inventory.beans.VendorInformationInputListDataBean
        Parameters:
        aLanguageId - java.lang.String
      • setDataBeanKeyVendorId

        public void setDataBeanKeyVendorId(java.lang.String aVendorId)
        This method sets the databean key:vendor id.
        Specified by:
        setDataBeanKeyVendorId in interface com.ibm.commerce.inventory.beans.VendorInformationInputListDataBean
        Parameters:
        aVendorId - java.lang.String
      • setVendorInformationList

        public void setVendorInformationList(VendorInformationDataBean[] aListDataBean)
        This method sets the list of the VendorInformationDataBean.
        Specified by:
        setVendorInformationList in interface com.ibm.commerce.inventory.beans.VendorInformationInputListDataBean
        Parameters:
        aListDataBean - VendorInformationDataBean[]
      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        This method returns the Protectable object whose access control policies will indirectly control the access control for this object
        Specified by:
        getDelegate in interface Delegator
        Returns:
        The Protectable object whose access control policies will indirectly control the access control for this object
        Throws:
        java.lang.Exception