com.ibm.commerce.foundation.common.datatypes

Interface FulfillmentCenterIdentifierType



  • public interface FulfillmentCenterIdentifierType
    A representation of the model object 'Fulfillment Center Identifier Type'.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getFulfillmentCenterIdentifierType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getOwnerId()
      Returns the value of the 'Owner Id' attribute.
      java.lang.String getUniqueID()
      Returns the value of the 'Unique ID' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setOwnerId(java.lang.String value)
      Sets the value of the 'Owner Id' attribute.
      void setUniqueID(java.lang.String value)
      Sets the value of the 'Unique ID' attribute.
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The fulfillment center unique ID.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getFulfillmentCenterIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The fulfillment center name.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getFulfillmentCenterIdentifierType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getOwnerId

        java.lang.String getOwnerId()
        Returns the value of the 'Owner Id' attribute. The owner ID of the user that owns the fulfillment center.
        Returns:
        the value of the 'Owner Id' attribute.
        See Also:
        setOwnerId(String), CommerceFoundationPackage.getFulfillmentCenterIdentifierType_OwnerId()
      • setOwnerId

        void setOwnerId(java.lang.String value)
        Sets the value of the 'Owner Id' attribute.
        Parameters:
        value - the new value of the 'Owner Id' attribute.
        See Also:
        getOwnerId()