public interface PhysicalStoreIdentifierType
The following features are supported:
CommerceFoundationPackage.getPhysicalStoreIdentifierType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalIdentifier()
Returns the value of the 'External Identifier' attribute.
|
java.lang.String |
getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void |
setExternalIdentifier(java.lang.String value)
Sets the value of the '
External Identifier ' attribute. |
void |
setUniqueID(java.lang.String value)
Sets the value of the '
Unique ID ' attribute. |
java.lang.String getUniqueID()
setUniqueID(String)
,
CommerceFoundationPackage.getPhysicalStoreIdentifierType_UniqueID()
void setUniqueID(java.lang.String value)
Unique ID
' attribute.
value
- the new value of the 'Unique ID' attribute.getUniqueID()
java.lang.String getExternalIdentifier()
setExternalIdentifier(String)
,
CommerceFoundationPackage.getPhysicalStoreIdentifierType_ExternalIdentifier()
void setExternalIdentifier(java.lang.String value)
External Identifier
' attribute.
value
- the new value of the 'External Identifier' attribute.getExternalIdentifier()