com.ibm.commerce.pagelayout.facade.server.helpers.activity

Class ESpotIdentifier

  • java.lang.Object
    • com.ibm.commerce.pagelayout.facade.server.helpers.activity.ESpotIdentifier


  • public final class ESpotIdentifier
    extends java.lang.Object
    This class is used to represent an ESpot identifier.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ESpotIdentifier(java.lang.String name, java.lang.String storeId)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      java.lang.String getName()
      Returns the ESpot name.
      java.lang.String getStoreId()
      Returns the Store Id to which the ESpot belongs to.
      int hashCode() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ESpotIdentifier

        public ESpotIdentifier(java.lang.String name,
                               java.lang.String storeId)
        Constructor
        Parameters:
        name - The name of the ESpot to set.
        storeId - The Store Id of the ESpot to set.
    • Method Detail

      • getName

        public final java.lang.String getName()
        Returns the ESpot name.
        Returns:
        The ESpot name.
      • getStoreId

        public final java.lang.String getStoreId()
        Returns the Store Id to which the ESpot belongs to.
        Returns:
        The Store Id of the ESpot.
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object