com.ibm.commerce.campaigns.cache

Class StoreUsage

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.BaseType
      • com.ibm.etools.xmlschema.beans.ComplexType
        • com.ibm.commerce.campaigns.cache.StoreUsage
  • All Implemented Interfaces:
    java.io.Serializable


    public class StoreUsage
    extends com.ibm.etools.xmlschema.beans.ComplexType
    This class represents the complex type
    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
      StoreUsage() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      EMarketingSpotInvoker getEMarketingSpotInvoker(int index)
      Gets the EMarketingSpotInvoker complex type at the position indicated.
      int getEMarketingSpotInvokerCount()
      Gets the number of EMarketingSpotInvoker objects stored in this StoreUsage object.
      java.lang.String getStoreId()
      Gets the store ID of this StoreUsage object.
      boolean removeEMarketingSpotInvoker(int index)
      Removes the EMarketingSpotInvoker object at the position indicated.
      boolean removeStoreId()
      Removes the store ID of this StoreUsage object.
      void setEMarketingSpotInvoker(int index, EMarketingSpotInvoker EMarketingSpotInvoker)
      Sets an EMarketingSpotInvoker complex type at the position indicated.
      void setStoreId(java.lang.String storeId)
      Sets the store ID of this StoreUsage object.
      • Methods inherited from class com.ibm.etools.xmlschema.beans.ComplexType

        getAttributeBooleanValue, getAttributeByteValue, getAttributeDateValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getAttributeLongValue, getAttributeShortValue, getAttributeValue, getAttributeValue, getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementShortValue, removeAttribute, removeElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue
      • Methods inherited from class com.ibm.etools.xmlschema.beans.BaseType

        getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementName, getElementShortValue, getElementValue, getElementValue, getElementValue, getElementValue, getElementValue, getPrefix, getXMLAttribute, getXMLElement, isAttributeQualified, isElementQualified, removeElement, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, sizeOfElement, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue
      • 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

      • StoreUsage

        public StoreUsage()
    • Method Detail

      • getEMarketingSpotInvoker

        public EMarketingSpotInvoker getEMarketingSpotInvoker(int index)
        Gets the EMarketingSpotInvoker complex type at the position indicated.
        Parameters:
        index - the position in the list of EMarketingSpotInvoker objects in which to get the EMarketingSpotInvoker object.
        Returns:
        the EMarketingSpotInvoker complex type at the position indicated.
      • getEMarketingSpotInvokerCount

        public int getEMarketingSpotInvokerCount()
        Gets the number of EMarketingSpotInvoker objects stored in this StoreUsage object.
        Returns:
        the number of EMarketingSpotInvoker objects stored in this StoreUsage object.
      • getStoreId

        public java.lang.String getStoreId()
        Gets the store ID of this StoreUsage object.
        Returns:
        the store ID of this StoreUsage object.
      • removeEMarketingSpotInvoker

        public boolean removeEMarketingSpotInvoker(int index)
        Removes the EMarketingSpotInvoker object at the position indicated.
        Parameters:
        index - the index of the EMarketingSpotInvoker object to remove.
        Returns:
        true if the removal was successful, false otherwise.
      • removeStoreId

        public boolean removeStoreId()
        Removes the store ID of this StoreUsage object.
        Returns:
        true if the removal was successful, false otherwise.
      • setEMarketingSpotInvoker

        public void setEMarketingSpotInvoker(int index,
                                             EMarketingSpotInvoker EMarketingSpotInvoker)
        Sets an EMarketingSpotInvoker complex type at the position indicated.
        Parameters:
        index - the position in the list of EMarketingSpotInvoker objects in which to set the passed in EMarketingSpotInvoker object.
        StoreUsage - the StoreUsage complex type to add.
      • setStoreId

        public void setStoreId(java.lang.String storeId)
        Sets the store ID of this StoreUsage object.
        Parameters:
        storeId - the store ID of this StoreUsage object.