com.ibm.commerce.foundation.common.datatypes

Interface StoreEventBookingIdentifierType



  • public interface StoreEventBookingIdentifierType
    A representation of the model object 'Store Event Booking Identifier Type'. The type definition of an event booking record.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getStoreEventBookingIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique identifier of the event booking record
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getStoreEventBookingIdentifierType_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()
      • getExternalIdentifier

        java.lang.String getExternalIdentifier()
        Returns the value of the 'External Identifier' attribute. The external identifier of a event booking record.
        Returns:
        the value of the 'External Identifier' attribute.
        See Also:
        setExternalIdentifier(String), CommerceFoundationPackage.getStoreEventBookingIdentifierType_ExternalIdentifier()
      • setExternalIdentifier

        void setExternalIdentifier(java.lang.String value)
        Sets the value of the 'External Identifier' attribute.
        Parameters:
        value - the new value of the 'External Identifier' attribute.
        See Also:
        getExternalIdentifier()