public interface StoreIdentifierType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
StoreExternalIdentifierType | getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String | getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void | setExternalIdentifier(StoreExternalIdentifierType 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()
void setUniqueID(java.lang.String value)
StoreExternalIdentifierType getExternalIdentifier()
void setExternalIdentifier(StoreExternalIdentifierType value)