com.ibm.commerce.foundation.common.datatypes

Interface GeoNodeIdentifierType



  • public interface GeoNodeIdentifierType
    A representation of the model object 'Geo Node Identifier Type'. The type definition of a geo node identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getGeoNodeIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique ID of the geo node.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getGeoNodeIdentifierType_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 the geo node.
        Returns:
        the value of the 'External Identifier' attribute.
        See Also:
        setExternalIdentifier(String), CommerceFoundationPackage.getGeoNodeIdentifierType_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()