com.ibm.commerce.foundation.common.datatypes

Interface ExternalShipModeIdentifier



  • public interface ExternalShipModeIdentifier
    A representation of the model object 'External Ship Mode Identifier'.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getExternalShipModeIdentifier()
    • Method Detail

      • getStoreUniqueID

        java.lang.String getStoreUniqueID()
        Returns the value of the 'Store Unique ID' attribute. The store ID with which the shipping mode is associated.
        Returns:
        the value of the 'Store Unique ID' attribute.
        See Also:
        setStoreUniqueID(String), CommerceFoundationPackage.getExternalShipModeIdentifier_StoreUniqueID()
      • setStoreUniqueID

        void setStoreUniqueID(java.lang.String value)
        Sets the value of the 'Store Unique ID' attribute.
        Parameters:
        value - the new value of the 'Store Unique ID' attribute.
        See Also:
        getStoreUniqueID()
      • getShipModeCode

        java.lang.String getShipModeCode()
        Returns the value of the 'Ship Mode Code' attribute. The shipping mode code.
        Returns:
        the value of the 'Ship Mode Code' attribute.
        See Also:
        setShipModeCode(String), CommerceFoundationPackage.getExternalShipModeIdentifier_ShipModeCode()
      • setShipModeCode

        void setShipModeCode(java.lang.String value)
        Sets the value of the 'Ship Mode Code' attribute.
        Parameters:
        value - the new value of the 'Ship Mode Code' attribute.
        See Also:
        getShipModeCode()
      • getCarrier

        java.lang.String getCarrier()
        Returns the value of the 'Carrier' attribute. The shipping mode carrier.
        Returns:
        the value of the 'Carrier' attribute.
        See Also:
        setCarrier(String), CommerceFoundationPackage.getExternalShipModeIdentifier_Carrier()
      • setCarrier

        void setCarrier(java.lang.String value)
        Sets the value of the 'Carrier' attribute.
        Parameters:
        value - the new value of the 'Carrier' attribute.
        See Also:
        getCarrier()