com.ibm.commerce.marketing.promotion.dependency

Interface Store

  • All Superinterfaces:
    ExternalEntity, com.ibm.commerce.marketing.promotion.dynattr.SupportDynamicAttribute


    public interface Store
    extends ExternalEntity
    Store is the interface which represents the Store external entity. The interface extends ExternalEntity interface. All the implementations for Store entity should implement this interface.
    • Field Summary

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

      • COPYRIGHT

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

      • getKey

        StoreKey getKey()
        This method returns the StoreKey of the Store entity.
        Returns:
        StoreKey of the store.
      • getStoreId

        java.lang.Integer getStoreId()
        This method returns the Id of the store.
        Returns:
        java.lang.Integer storeId
      • getRelatedStores

        StoreKey[] getRelatedStores()
        This method returns an array of StoreKeys related to this Store.
        Returns:
        list of StoreKeys related to this Store.