public interface OfferUpdateCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this interface is "com.ibm.commerce.catalogmanagement.commands.OfferUpdateCmd".
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getCatentryId()
Gets the catalog entry ID.
|
java.lang.String | getCurrency()
Gets the currency of the offer price.
|
java.lang.Long | getOfferId()
Gets the offerId of the offer price.
|
void | setCatentryId(java.lang.Long anCatentryId)
Sets the catalog entry ID for the offer.
|
void | setCompareprice(java.math.BigDecimal abdCompareprice)
Sets the comparative price.
|
void | setCurrency(java.lang.String astrCurrency)
Sets the currency for the offer price.
|
void | setDescLanguage(java.lang.Integer anDescLanguage)
Sets the language ID used for the offer description.
|
void | setDescription(java.lang.String astrDescription)
Sets the description of the offer.
|
void | setEnddate(java.sql.Timestamp atmEnddate)
Sets the end date of the offer.
|
void | setField1(java.lang.String astrField1)
Sets field 1 of the offer.
|
void | setField2(java.lang.String astrField2)
Sets field 2 of the offer.
|
void | setFlags(java.lang.Integer anFlags)
Sets the offer flag: 1 = shipto address required.
|
void | setIdentifier(java.lang.Long anIdentifier)
Sets the offer identifier.
|
void | setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the last update time of the offer.
|
void | setMaximumQuantity(java.lang.Double adMaximumQuantity)
Sets the maximum quantity allowed for the offer.
|
void | setMinimumQuantity(java.lang.Double adMinimumQuantity)
Sets the minimum quantity required for the offer.
|
void | setOfferId(java.lang.Long anOfferId)
Sets the offer ID for the offer price and offer description.
|
void | setOID(java.lang.String astrOID)
Sets the object identifier of the offer.
|
void | setPrecedence(java.lang.Double adPrecedence)
Sets the precedence of the offer.
|
void | setPrice(java.math.BigDecimal abdPrice)
Sets the offer price.
|
void | setPublished(java.lang.Integer anPublished)
Sets the published flag of the offer: 0 = offer is not published (temporarily disabled).
|
void | setQtyunitId(java.lang.String astrQtyunitId)
Sets the quantity unit ID.
|
void | setStartdate(java.sql.Timestamp atmStartdate)
Sets the start date of the offer.
|
void | setTradeposcnId(java.lang.Long anTradeposcnId)
Sets the trading position container ID for the offer.
|
void | setURL(java.lang.String astrURL)
Sets the redirect URL.
|
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getCatentryId()
java.lang.String getCurrency()
java.lang.Long getOfferId()
void setCatentryId(java.lang.Long anCatentryId)
void setField1(java.lang.String astrField1)
void setField2(java.lang.String astrField2)
void setFlags(java.lang.Integer anFlags)
void setIdentifier(java.lang.Long anIdentifier)
void setLastupdate(java.sql.Timestamp atmLastupdate)
void setMaximumQuantity(java.lang.Double adMaximumQuantity)
void setMinimumQuantity(java.lang.Double adMinimumQuantity)
void setStartdate(java.sql.Timestamp atmStartdate)
void setEnddate(java.sql.Timestamp atmEnddate)
void setPublished(java.lang.Integer anPublished)
void setQtyunitId(java.lang.String astrQtyunitId)
void setTradeposcnId(java.lang.Long anTradeposcnId)
void setOID(java.lang.String astrOID)
void setPrecedence(java.lang.Double adPrecedence)
void setOfferId(java.lang.Long anOfferId)
void setCompareprice(java.math.BigDecimal abdCompareprice)
void setCurrency(java.lang.String astrCurrency)
void setPrice(java.math.BigDecimal abdPrice)
void setDescLanguage(java.lang.Integer anDescLanguage)
void setDescription(java.lang.String astrDescription)
void setURL(java.lang.String astrURL)