public interface CatalogIdentifierType
The following features are supported:
CommerceFoundationPackage.getCatalogIdentifierType()
Modifier and Type | Method and Description |
---|---|
CatalogExternalIdentifierType |
getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String |
getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void |
setExternalIdentifier(CatalogExternalIdentifierType value)
Sets the value of the '
External Identifier ' containment reference. |
void |
setUniqueID(java.lang.String value)
Sets the value of the '
Unique ID ' attribute. |
java.lang.String getUniqueID()
setUniqueID(String)
,
CommerceFoundationPackage.getCatalogIdentifierType_UniqueID()
void setUniqueID(java.lang.String value)
Unique ID
' attribute.
value
- the new value of the 'Unique ID' attribute.getUniqueID()
CatalogExternalIdentifierType getExternalIdentifier()
setExternalIdentifier(CatalogExternalIdentifierType)
,
CommerceFoundationPackage.getCatalogIdentifierType_ExternalIdentifier()
void setExternalIdentifier(CatalogExternalIdentifierType value)
External Identifier
' containment reference.
value
- the new value of the 'External Identifier' containment reference.getExternalIdentifier()