com.ibm.commerce.tools.experimentation.search

Class CollateralSearchDataBean

  • java.lang.Object
    • com.ibm.commerce.tools.experimentation.search.CollateralSearchDataBean
  • All Implemented Interfaces:
    java.io.Serializable


    public class CollateralSearchDataBean
    extends java.lang.Object
    implements java.io.Serializable
    This data bean contains a row of collateral data that is returned by the collateral search function implemented in CollateralSearchListDataBean.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CollateralSearchDataBean()
      The default constructor for this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Integer getId()
      This method returns the ID of this collateral.
      java.lang.String getName()
      This method returns the name of this collateral.
      java.lang.Integer getStoreId()
      This method returns the ID of the store in which this collateral belongs to.
      java.lang.String getUrlLink()
      This method returns the URL link of this collateral.
      void populate()
      This method populates this data bean.
      void setId(java.lang.Integer newId)
      This method sets the ID of this collateral.
      void setName(java.lang.String newName)
      This method sets the name of this collateral.
      void setStoreId(java.lang.Integer storeId)
      This method sets the ID of the store in which this collateral belongs to.
      void setUrlLink(java.lang.String newUrlLink)
      This method sets the URL link of this collateral.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • CollateralSearchDataBean

        public CollateralSearchDataBean()
        The default constructor for this class.
    • Method Detail

      • getId

        public java.lang.Integer getId()
        This method returns the ID of this collateral.
        Returns:
        The ID of this collateral.
      • getName

        public java.lang.String getName()
        This method returns the name of this collateral.
        Returns:
        The name of this collateral.
      • getStoreId

        public java.lang.Integer getStoreId()
        This method returns the ID of the store in which this collateral belongs to.
        Returns:
        The ID of the store in which this collateral belongs to.
      • getUrlLink

        public java.lang.String getUrlLink()
        This method returns the URL link of this collateral.
        Returns:
        The URL link of this collateral.
      • populate

        public void populate()
        This method populates this data bean. Since a lazy fetch mechanism is used for this bean, nothing is done here. Override this method if a different implementation is required.
      • setId

        public void setId(java.lang.Integer newId)
        This method sets the ID of this collateral.
        Parameters:
        newId - The ID of this collateral.
      • setName

        public void setName(java.lang.String newName)
        This method sets the name of this collateral.
        Parameters:
        newName - The name of this collateral.
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        This method sets the ID of the store in which this collateral belongs to.
        Parameters:
        storeId - The ID of the store in which this collateral belongs to.
      • setUrlLink

        public void setUrlLink(java.lang.String newUrlLink)
        This method sets the URL link of this collateral.
        Parameters:
        newUrlLink - The URL link of this collateral.