com.ibm.commerce.catalog.facade.datatypes

Interface CatalogEntryFulfillmentPropertiesType



  • public interface CatalogEntryFulfillmentPropertiesType
    A representation of the model object 'Entry Fulfillment Properties Type'. Fulfillment configuration properties for a catalog entry.

    The following features are supported:

    See Also:
    CatalogPackage.getCatalogEntryFulfillmentPropertiesType()
    • Method Detail

      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The element definition of a user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CatalogPackage.getCatalogEntryFulfillmentPropertiesType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()