public class CreateRFQCatentryRelCmdImpl extends TaskCommandImpl implements CreateRFQCatentryRelCmd
Behaviour
Exception conditions
Modifier and Type | Field and Description |
---|---|
java.lang.Long | catentryId
Catentry Id.
|
java.lang.Integer | changeable
Changeable integer.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
java.lang.String | currency
Currency.
|
java.lang.Long | customfield1
Custom field1
|
java.lang.Integer | customfield2
Custom field2
|
java.lang.String | customfield3
Custom field3
|
java.lang.String | customfield4
Custom field4
|
java.lang.Integer | negotiationType
Negotiation Type.
|
java.lang.Long | offeringId
Offering Id.
|
java.math.BigDecimal | price
Price.
|
java.lang.Double | priceAdjustment
Price Adjustment.
|
java.lang.String | qtyunit
Quantity Unit of Measurement.
|
java.lang.Double | quantity
Quantity.
|
Constructor and Description |
---|
CreateRFQCatentryRelCmdImpl()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getCatentryId()
Retrieves the catalog entry ID.
|
java.lang.Integer | getChangeable()
Returns the changeable.
|
java.lang.String | getCurrency()
Retrieves the currency.
|
java.lang.Long | getCustomField1()
Returns the custom field1 value.
|
java.lang.Integer | getCustomField2()
Returns the custom field2 value.
|
java.lang.String | getCustomField3()
Returns the custom field3 value.
|
java.lang.String | getCustomField4()
Returns the custom field4 value.
|
java.lang.Integer | getNegotationType()
Returns the negotiation type.
|
java.lang.Long | getOfferingId()
Retrieves the RFQ ID.
|
java.math.BigDecimal | getPrice()
Retrieves the quoted price for the catalog entry.
|
java.lang.Double | getPriceAdjustment()
Retrieves the price adjustment.
|
java.lang.String | getQtyunit()
Retrieves the quantity unit.
|
java.lang.Double | getQuantity()
Retrieves the quantity(number of instances) of the catalog entry that has been requested.
|
java.lang.Long | getRFQProductId()
Gets the new RFQ product ID.
|
void | performExecute()
Creates the RFQ catalog entry relationship.
|
void | reset()
Reset the command
|
void | setCategoryId(java.lang.Long newCategoryid)
Stores the category ID.
|
void | setCatentryId(java.lang.Long newCatentryId)
Stores the catalog entry ID.
|
void | setChangeable(java.lang.Integer changeable)
Sets the changeable.
|
void | setCurrency(java.lang.String newCurrency)
Stores the currency.
|
void | setCustomField1(java.lang.Long newCustomField1)
Stores the incoming custom field1 value.
|
void | setCustomField2(java.lang.Integer newCustomField2)
Stores the incoming custom field2 value.
|
void | setCustomField3(java.lang.String newCustomField3)
Stores the incoming custom field3 value.
|
void | setCustomField4(java.lang.String newCustomField4)
Stores the incoming custom field4 value.
|
void | setNegotiationType(java.lang.Integer negotiationType)
Sets the negotiation type.
|
void | setOfferingId(java.lang.Long newOfferingId)
Stores the RFQ ID.
|
void | setPrice(java.math.BigDecimal newPrice)
Stores the price quoted for the catalog entry.
|
void | setPrice(java.lang.String newPrice)
Stores the price quoted for the catalog entry.
|
void | setPriceAdjustment(java.lang.Double newPriceAdjustment)
Stores the requested price adjustment
|
void | setProductName(java.lang.String productName)
Sets the product name.
|
void | setQtyunit(java.lang.String newQtyunit)
Stores the quantity unit.
|
void | setQuantity(java.lang.Double newQuantity)
Stores the requested quantity
|
void | setQuantity(java.lang.String newQuantity)
Stores the requested quantity
|
void | validateParameters()
This method does the following:
Verifies that an RFQ Id has been provided. Verifies that a catalog entry ID has been provided. |
public static final java.lang.String COPYRIGHT
public java.lang.Long offeringId
public java.lang.Long catentryId
public java.math.BigDecimal price
public java.lang.Double quantity
public java.lang.String currency
public java.lang.String qtyunit
public java.lang.Double priceAdjustment
public java.lang.Integer negotiationType
public java.lang.Integer changeable
public java.lang.Long customfield1
public java.lang.Integer customfield2
public java.lang.String customfield3
public java.lang.String customfield4
public CreateRFQCatentryRelCmdImpl()
public void reset()
public java.lang.Long getCatentryId()
public java.lang.String getCurrency()
public java.lang.Long getOfferingId()
public java.math.BigDecimal getPrice()
public java.lang.String getQtyunit()
public java.lang.Double getQuantity()
public java.lang.Double getPriceAdjustment()
public void performExecute() throws ECException
public void setCatentryId(java.lang.Long newCatentryId)
public void setCategoryId(java.lang.Long newCategoryid)
public void setCurrency(java.lang.String newCurrency)
public void setOfferingId(java.lang.Long newOfferingId)
public void setPrice(java.lang.String newPrice)
public void setPrice(java.math.BigDecimal newPrice)
public void setQtyunit(java.lang.String newQtyunit)
public void setQuantity(java.lang.Double newQuantity)
public void setPriceAdjustment(java.lang.Double newPriceAdjustment)
public void setQuantity(java.lang.String newQuantity)
public void validateParameters() throws ECException
public void setProductName(java.lang.String productName)
public java.lang.Long getRFQProductId()
public java.lang.Integer getChangeable()
public void setChangeable(java.lang.Integer changeable)
public java.lang.Integer getNegotationType()
public void setNegotiationType(java.lang.Integer negotiationType)
public void setCustomField1(java.lang.Long newCustomField1)
public void setCustomField2(java.lang.Integer newCustomField2)
public void setCustomField3(java.lang.String newCustomField3)
public void setCustomField4(java.lang.String newCustomField4)
public java.lang.Long getCustomField1()
public java.lang.Integer getCustomField2()
public java.lang.String getCustomField3()
public java.lang.String getCustomField4()