public interface ExternalShipModeIdentifier
The following features are supported:
CommerceFoundationPackage.getExternalShipModeIdentifier()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCarrier()
Returns the value of the 'Carrier' attribute.
|
java.lang.String |
getShipModeCode()
Returns the value of the 'Ship Mode Code' attribute.
|
java.lang.String |
getStoreUniqueID()
Returns the value of the 'Store Unique ID' attribute.
|
void |
setCarrier(java.lang.String value)
Sets the value of the '
Carrier ' attribute. |
void |
setShipModeCode(java.lang.String value)
Sets the value of the '
Ship Mode Code ' attribute. |
void |
setStoreUniqueID(java.lang.String value)
Sets the value of the '
Store Unique ID ' attribute. |
java.lang.String getStoreUniqueID()
setStoreUniqueID(String)
,
CommerceFoundationPackage.getExternalShipModeIdentifier_StoreUniqueID()
void setStoreUniqueID(java.lang.String value)
Store Unique ID
' attribute.
value
- the new value of the 'Store Unique ID' attribute.getStoreUniqueID()
java.lang.String getShipModeCode()
setShipModeCode(String)
,
CommerceFoundationPackage.getExternalShipModeIdentifier_ShipModeCode()
void setShipModeCode(java.lang.String value)
Ship Mode Code
' attribute.
value
- the new value of the 'Ship Mode Code' attribute.getShipModeCode()
java.lang.String getCarrier()
setCarrier(String)
,
CommerceFoundationPackage.getExternalShipModeIdentifier_Carrier()
void setCarrier(java.lang.String value)
Carrier
' attribute.
value
- the new value of the 'Carrier' attribute.getCarrier()