com.ibm.commerce.location.facade.datatypes

Interface PointOfInterestExternalIdentifierType



  • public interface PointOfInterestExternalIdentifierType
    A representation of the model object 'Point Of Interest External Identifier Type'.

    The following features are supported:

    See Also:
    LocationPackage.getPointOfInterestExternalIdentifierType()
    • Method Detail

      • getProgramID

        java.lang.String getProgramID()
        Returns the value of the 'Program ID' attribute. Identifies the overall application, program or organization (e.g. "Test", "Production") for which this location report is made.
        Returns:
        the value of the 'Program ID' attribute.
        See Also:
        setProgramID(String), LocationPackage.getPointOfInterestExternalIdentifierType_ProgramID()
      • setProgramID

        void setProgramID(java.lang.String value)
        Sets the value of the 'Program ID' attribute.
        Parameters:
        value - the new value of the 'Program ID' attribute.
        See Also:
        getProgramID()
      • getStoreID

        java.lang.String getStoreID()
        Returns the value of the 'Store ID' attribute. Store identifier.
        Returns:
        the value of the 'Store ID' attribute.
        See Also:
        setStoreID(String), LocationPackage.getPointOfInterestExternalIdentifierType_StoreID()
      • setStoreID

        void setStoreID(java.lang.String value)
        Sets the value of the 'Store ID' attribute.
        Parameters:
        value - the new value of the 'Store ID' attribute.
        See Also:
        getStoreID()
      • getIdentifier

        java.lang.String getIdentifier()
        Returns the value of the 'Identifier' attribute. The name of a point of interest record.
        Returns:
        the value of the 'Identifier' attribute.
        See Also:
        setIdentifier(String), LocationPackage.getPointOfInterestExternalIdentifierType_Identifier()
      • setIdentifier

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