public interface QuoteType
The following features are supported:
OrderPackage.getQuoteType()
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getExpirationDate()
Returns the value of the 'Expiration Date' attribute.
|
OrderType |
getOrderTemplate()
Returns the value of the 'Order Template' containment reference.
|
com.ibm.commerce.foundation.common.datatypes.QuoteIdentifierType |
getQuoteIdentifier()
Returns the value of the 'Quote Identifier' containment reference.
|
void |
setExpirationDate(java.lang.Object value)
Sets the value of the '
Expiration Date ' attribute. |
void |
setOrderTemplate(OrderType value)
Sets the value of the '
Order Template ' containment reference. |
void |
setQuoteIdentifier(com.ibm.commerce.foundation.common.datatypes.QuoteIdentifierType value)
Sets the value of the '
Quote Identifier ' containment reference. |
com.ibm.commerce.foundation.common.datatypes.QuoteIdentifierType getQuoteIdentifier()
setQuoteIdentifier(QuoteIdentifierType)
,
OrderPackage.getQuoteType_QuoteIdentifier()
void setQuoteIdentifier(com.ibm.commerce.foundation.common.datatypes.QuoteIdentifierType value)
Quote Identifier
' containment reference.
value
- the new value of the 'Quote Identifier' containment reference.getQuoteIdentifier()
java.lang.Object getExpirationDate()
setExpirationDate(Object)
,
OrderPackage.getQuoteType_ExpirationDate()
void setExpirationDate(java.lang.Object value)
Expiration Date
' attribute.
value
- the new value of the 'Expiration Date' attribute.getExpirationDate()
OrderType getOrderTemplate()
setOrderTemplate(OrderType)
,
OrderPackage.getQuoteType_OrderTemplate()
void setOrderTemplate(OrderType value)
Order Template
' containment reference.
value
- the new value of the 'Order Template' containment reference.getOrderTemplate()