public interface PromotionIdentifierType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType | getCalculationCodeIdentifier()
Returns the value of the 'Calculation Code Identifier' containment reference.
|
PromotionExternalIdentifierType | getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String | getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void | setCalculationCodeIdentifier(com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType value)
Sets the value of the 'Calculation Code Identifier' containment reference.
|
void | setExternalIdentifier(PromotionExternalIdentifierType 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)
PromotionExternalIdentifierType getExternalIdentifier()
void setExternalIdentifier(PromotionExternalIdentifierType value)
com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType getCalculationCodeIdentifier()
void setCalculationCodeIdentifier(com.ibm.commerce.foundation.common.datatypes.CalculationCodeIdentifierType value)