Class PriceListSchemeLine
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.pricing.pricelist.PriceListSchemeLine
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class PriceListSchemeLine extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity PricingPriceListSchemeLine (stored in table M_DiscountSchemaLine).
Help: Pricelists are created based on Product Purchase and Category Discounts. The parameters listed here allow to copy and calculate pricelists.<BR>The calculation:<UL><LI>Copy and convert price from referenced price list<LI>result plus Surcharge Amount<L
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table M_DiscountSchemaLinestatic String
PROPERTY_BASELIMITPRICE
Property baseLimitPrice stored in column Limit_Base in table M_DiscountSchemaLine
Help: Identifies the price to be used as the base for calculating a new price list.static String
PROPERTY_BASELISTPRICE
Property baseListPrice stored in column List_Base in table M_DiscountSchemaLine
Help: The List Price Base indicates the price to use as the basis for the calculation of a new price list.static String
PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table M_DiscountSchemaLine
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_DiscountSchemaLinestatic String
PROPERTY_CONVERSIONDATE
Property conversionDate stored in column ConversionDate in table M_DiscountSchemaLine
Help: The Conversion Date identifies the date used for currency conversion. The conversion rate chosen must include this date in it's date rangestatic String
PROPERTY_CONVERSIONRATETYPE
Property conversionRateType stored in column ConversionRateType in table M_DiscountSchemaLine
Help: The Conversion Rate Type indicates the type of conversion rate. This allows you to enter multiple rates for the same currency pair. For example, one rate may be used for Spot conversions and a different rate for Revaluations.static String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_DiscountSchemaLinestatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_DiscountSchemaLinestatic String
PROPERTY_FIXEDLIMITPRICE
Property fixedLimitPrice stored in column Limit_Fixed in table M_DiscountSchemaLine
Help: Fixed Limit Price (not calculated)static String
PROPERTY_FIXEDLISTPRICE
Property fixedListPrice stored in column List_Fixed in table M_DiscountSchemaLine
Help: Fixes List Price (not calculated)static String
PROPERTY_FIXEDSTANDARDPRICE
Property fixedStandardPrice stored in column Std_Fixed in table M_DiscountSchemaLine
Help: Fixed Standard Price (not calculated)static String
PROPERTY_ID
Property id stored in column M_DiscountSchemaLine_ID in table M_DiscountSchemaLinestatic String
PROPERTY_LIMITPRICEMARGIN
Property limitPriceMargin stored in column Limit_Margin in table M_DiscountSchemaLinestatic String
PROPERTY_LIMITPRICEMINMARGIN
Property limitPriceMinMargin stored in column Limit_MinAmt in table M_DiscountSchemaLine
Help: Indicates the minimum margin for a product. The margin is calculated by subtracting the original limit price from the newly calculated price. If this field contains 0.00 then it is ignored.static String
PROPERTY_LISTPRICEDISCOUNT
Property listPriceDiscount stored in column List_Discount in table M_DiscountSchemaLine
Help: The List Price Discount Percentage indicates the percentage discount which will be subtracted from the base price. A negative amount indicates the percentage which will be added to the base price.static String
PROPERTY_LISTPRICEMARGIN
Property listPriceMargin stored in column List_Margin in table M_DiscountSchemaLinestatic String
PROPERTY_LISTPRICEROUNDING
Property listPriceRounding stored in column List_Rounding in table M_DiscountSchemaLine
Help: The List Price Rounding indicates how the final list price will be rounded.static String
PROPERTY_MAXLISTPRICEMARGIN
Property maxListPriceMargin stored in column List_MaxAmt in table M_DiscountSchemaLine
Help: The List Price Max Margin indicates the maximum margin for a product. The margin is calculated by subtracting the original list price from the newly calculated price. If this field contains 0.00 then it is ignored.static String
PROPERTY_MAXPRICELIMITMARGIN
Property maxPriceLimitMargin stored in column Limit_MaxAmt in table M_DiscountSchemaLine
Help: Indicates the maximum margin for a product. The margin is calculated by subtracting the original limit price from the newly calculated price. If this field contains 0.00 then it is ignored.static String
PROPERTY_MAXSTANDARDMARGIN
Property maxStandardMargin stored in column Std_MaxAmt in table M_DiscountSchemaLine
Help: The Standard Price Max Margin indicates the maximum margin for a product. The margin is calculated by subtracting the original Standard price from the newly calculated price. If this field contains 0.00 then it is ignored.static String
PROPERTY_MINLISTPRICEMARGIN
Property minListPriceMargin stored in column List_MinAmt in table M_DiscountSchemaLine
Help: The List Price Min Margin indicates the minimum margin for a product. The margin is calculated by subtracting the original list price from the newly calculated price. If this field contains 0.00 then it is ignored.static String
PROPERTY_MINSTANDARDPRICEMARGIN
Property minStandardPriceMargin stored in column Std_MinAmt in table M_DiscountSchemaLine
Help: The Standard Price Min Margin indicates the minimum margin for a product. The margin is calculated by subtracting the original Standard price from the newly calculated price. If this field contains 0.00 then it is ignored.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_DiscountSchemaLinestatic String
PROPERTY_PRICELIMITDISCOUNT
Property priceLimitDiscount stored in column Limit_Discount in table M_DiscountSchemaLine
Help: Indicates the discount in percent to be subtracted from base, if negative it will be added to base pricestatic String
PROPERTY_PRICELIMITROUNDING
Property priceLimitRounding stored in column Limit_Rounding in table M_DiscountSchemaLine
Help: A drop down list box which indicates the rounding (if any) will apply to the final prices in this price list.static String
PROPERTY_PRICELISTSCHEMA
Property priceListSchema stored in column M_DiscountSchema_ID in table M_DiscountSchemaLine
Help: After calculation of the (standard) price, the trade discount percentage is calculated and applied resulting in the final price.static String
PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_DiscountSchemaLine
Help: Identifies an item which is either purchased or sold in this organization.static String
PROPERTY_PRODUCTCATEGORY
Property productCategory stored in column M_Product_Category_ID in table M_DiscountSchemaLine
Help: Identifies the category which this product belongs to. Product categories are used for pricing.static String
PROPERTY_SEQUENCENUMBER
Property sequenceNumber stored in column SeqNo in table M_DiscountSchemaLinestatic String
PROPERTY_STANDARDBASEPRICE
Property standardBasePrice stored in column Std_Base in table M_DiscountSchemaLine
Help: Net unit price before applying this promotion. In case multiple promotions are applied in cascade, this price is the one after applying all promotions with more priority than current one. This field is populated in case the used price list does not include taxes.static String
PROPERTY_STANDARDPRICEDISCOUNT
Property standardPriceDiscount stored in column Std_Discount in table M_DiscountSchemaLine
Help: The Standard Price Discount Percentage indicates the percentage discount which will be subtracted from the base price. A negative amount indicates the percentage which will be added to the base price.static String
PROPERTY_STANDARDPRICEROUNDING
Property standardPriceRounding stored in column Std_Rounding in table M_DiscountSchemaLine
Help: The Standard Price Rounding indicates how the final Standard price will be rounded.static String
PROPERTY_SURCHARGELISTPRICEAMOUNT
Property surchargeListPriceAmount stored in column List_AddAmt in table M_DiscountSchemaLine
Help: The List Price Surcharge Amount indicates the amount to be added to the price prior to multiplication.static String
PROPERTY_SURCHARGEPRICELIMITAMOUNT
Property surchargePriceLimitAmount stored in column Limit_AddAmt in table M_DiscountSchemaLine
Help: Indicates the amount to be added to the Limit price prior to multiplication.static String
PROPERTY_SURCHARGESTANDARDPRICEAMOUNT
Property surchargeStandardPriceAmount stored in column Std_AddAmt in table M_DiscountSchemaLine
Help: The Standard Price Surcharge Amount indicates the amount to be added to the price prior to multiplication.static String
PROPERTY_UNITPRICEMARGIN
Property unitPriceMargin stored in column STD_Margin in table M_DiscountSchemaLinestatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table M_DiscountSchemaLinestatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_DiscountSchemaLinestatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description PriceListSchemeLine()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column M_DiscountSchemaLine_ID in table M_DiscountSchemaLine- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_DiscountSchemaLine- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_DiscountSchemaLine- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table M_DiscountSchemaLine- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_DiscountSchemaLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table M_DiscountSchemaLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table M_DiscountSchemaLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table M_DiscountSchemaLine- See Also:
Traceable
, Constant Field Values
-
PROPERTY_PRICELISTSCHEMA
public static final String PROPERTY_PRICELISTSCHEMA
Property priceListSchema stored in column M_DiscountSchema_ID in table M_DiscountSchemaLine
Help: After calculation of the (standard) price, the trade discount percentage is calculated and applied resulting in the final price.- See Also:
- Constant Field Values
-
PROPERTY_SEQUENCENUMBER
public static final String PROPERTY_SEQUENCENUMBER
Property sequenceNumber stored in column SeqNo in table M_DiscountSchemaLine- See Also:
- Constant Field Values
-
PROPERTY_PRODUCTCATEGORY
public static final String PROPERTY_PRODUCTCATEGORY
Property productCategory stored in column M_Product_Category_ID in table M_DiscountSchemaLine
Help: Identifies the category which this product belongs to. Product categories are used for pricing.- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table M_DiscountSchemaLine
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.- See Also:
- Constant Field Values
-
PROPERTY_PRODUCT
public static final String PROPERTY_PRODUCT
Property product stored in column M_Product_ID in table M_DiscountSchemaLine
Help: Identifies an item which is either purchased or sold in this organization.- See Also:
- Constant Field Values
-
PROPERTY_CONVERSIONRATETYPE
public static final String PROPERTY_CONVERSIONRATETYPE
Property conversionRateType stored in column ConversionRateType in table M_DiscountSchemaLine
Help: The Conversion Rate Type indicates the type of conversion rate. This allows you to enter multiple rates for the same currency pair. For example, one rate may be used for Spot conversions and a different rate for Revaluations.- See Also:
- Constant Field Values
-
PROPERTY_CONVERSIONDATE
public static final String PROPERTY_CONVERSIONDATE
Property conversionDate stored in column ConversionDate in table M_DiscountSchemaLine
Help: The Conversion Date identifies the date used for currency conversion. The conversion rate chosen must include this date in it's date range- See Also:
- Constant Field Values
-
PROPERTY_BASELISTPRICE
public static final String PROPERTY_BASELISTPRICE
Property baseListPrice stored in column List_Base in table M_DiscountSchemaLine
Help: The List Price Base indicates the price to use as the basis for the calculation of a new price list.- See Also:
- Constant Field Values
-
PROPERTY_SURCHARGELISTPRICEAMOUNT
public static final String PROPERTY_SURCHARGELISTPRICEAMOUNT
Property surchargeListPriceAmount stored in column List_AddAmt in table M_DiscountSchemaLine
Help: The List Price Surcharge Amount indicates the amount to be added to the price prior to multiplication.- See Also:
- Constant Field Values
-
PROPERTY_LISTPRICEDISCOUNT
public static final String PROPERTY_LISTPRICEDISCOUNT
Property listPriceDiscount stored in column List_Discount in table M_DiscountSchemaLine
Help: The List Price Discount Percentage indicates the percentage discount which will be subtracted from the base price. A negative amount indicates the percentage which will be added to the base price.- See Also:
- Constant Field Values
-
PROPERTY_LISTPRICEROUNDING
public static final String PROPERTY_LISTPRICEROUNDING
Property listPriceRounding stored in column List_Rounding in table M_DiscountSchemaLine
Help: The List Price Rounding indicates how the final list price will be rounded.- See Also:
- Constant Field Values
-
PROPERTY_MINLISTPRICEMARGIN
public static final String PROPERTY_MINLISTPRICEMARGIN
Property minListPriceMargin stored in column List_MinAmt in table M_DiscountSchemaLine
Help: The List Price Min Margin indicates the minimum margin for a product. The margin is calculated by subtracting the original list price from the newly calculated price. If this field contains 0.00 then it is ignored.- See Also:
- Constant Field Values
-
PROPERTY_MAXLISTPRICEMARGIN
public static final String PROPERTY_MAXLISTPRICEMARGIN
Property maxListPriceMargin stored in column List_MaxAmt in table M_DiscountSchemaLine
Help: The List Price Max Margin indicates the maximum margin for a product. The margin is calculated by subtracting the original list price from the newly calculated price. If this field contains 0.00 then it is ignored.- See Also:
- Constant Field Values
-
PROPERTY_FIXEDLISTPRICE
public static final String PROPERTY_FIXEDLISTPRICE
Property fixedListPrice stored in column List_Fixed in table M_DiscountSchemaLine
Help: Fixes List Price (not calculated)- See Also:
- Constant Field Values
-
PROPERTY_STANDARDBASEPRICE
public static final String PROPERTY_STANDARDBASEPRICE
Property standardBasePrice stored in column Std_Base in table M_DiscountSchemaLine
Help: Net unit price before applying this promotion. In case multiple promotions are applied in cascade, this price is the one after applying all promotions with more priority than current one. This field is populated in case the used price list does not include taxes.- See Also:
- Constant Field Values
-
PROPERTY_SURCHARGESTANDARDPRICEAMOUNT
public static final String PROPERTY_SURCHARGESTANDARDPRICEAMOUNT
Property surchargeStandardPriceAmount stored in column Std_AddAmt in table M_DiscountSchemaLine
Help: The Standard Price Surcharge Amount indicates the amount to be added to the price prior to multiplication.- See Also:
- Constant Field Values
-
PROPERTY_STANDARDPRICEDISCOUNT
public static final String PROPERTY_STANDARDPRICEDISCOUNT
Property standardPriceDiscount stored in column Std_Discount in table M_DiscountSchemaLine
Help: The Standard Price Discount Percentage indicates the percentage discount which will be subtracted from the base price. A negative amount indicates the percentage which will be added to the base price.- See Also:
- Constant Field Values
-
PROPERTY_STANDARDPRICEROUNDING
public static final String PROPERTY_STANDARDPRICEROUNDING
Property standardPriceRounding stored in column Std_Rounding in table M_DiscountSchemaLine
Help: The Standard Price Rounding indicates how the final Standard price will be rounded.- See Also:
- Constant Field Values
-
PROPERTY_MINSTANDARDPRICEMARGIN
public static final String PROPERTY_MINSTANDARDPRICEMARGIN
Property minStandardPriceMargin stored in column Std_MinAmt in table M_DiscountSchemaLine
Help: The Standard Price Min Margin indicates the minimum margin for a product. The margin is calculated by subtracting the original Standard price from the newly calculated price. If this field contains 0.00 then it is ignored.- See Also:
- Constant Field Values
-
PROPERTY_MAXSTANDARDMARGIN
public static final String PROPERTY_MAXSTANDARDMARGIN
Property maxStandardMargin stored in column Std_MaxAmt in table M_DiscountSchemaLine
Help: The Standard Price Max Margin indicates the maximum margin for a product. The margin is calculated by subtracting the original Standard price from the newly calculated price. If this field contains 0.00 then it is ignored.- See Also:
- Constant Field Values
-
PROPERTY_FIXEDSTANDARDPRICE
public static final String PROPERTY_FIXEDSTANDARDPRICE
Property fixedStandardPrice stored in column Std_Fixed in table M_DiscountSchemaLine
Help: Fixed Standard Price (not calculated)- See Also:
- Constant Field Values
-
PROPERTY_BASELIMITPRICE
public static final String PROPERTY_BASELIMITPRICE
Property baseLimitPrice stored in column Limit_Base in table M_DiscountSchemaLine
Help: Identifies the price to be used as the base for calculating a new price list.- See Also:
- Constant Field Values
-
PROPERTY_SURCHARGEPRICELIMITAMOUNT
public static final String PROPERTY_SURCHARGEPRICELIMITAMOUNT
Property surchargePriceLimitAmount stored in column Limit_AddAmt in table M_DiscountSchemaLine
Help: Indicates the amount to be added to the Limit price prior to multiplication.- See Also:
- Constant Field Values
-
PROPERTY_PRICELIMITDISCOUNT
public static final String PROPERTY_PRICELIMITDISCOUNT
Property priceLimitDiscount stored in column Limit_Discount in table M_DiscountSchemaLine
Help: Indicates the discount in percent to be subtracted from base, if negative it will be added to base price- See Also:
- Constant Field Values
-
PROPERTY_PRICELIMITROUNDING
public static final String PROPERTY_PRICELIMITROUNDING
Property priceLimitRounding stored in column Limit_Rounding in table M_DiscountSchemaLine
Help: A drop down list box which indicates the rounding (if any) will apply to the final prices in this price list.- See Also:
- Constant Field Values
-
PROPERTY_LIMITPRICEMINMARGIN
public static final String PROPERTY_LIMITPRICEMINMARGIN
Property limitPriceMinMargin stored in column Limit_MinAmt in table M_DiscountSchemaLine
Help: Indicates the minimum margin for a product. The margin is calculated by subtracting the original limit price from the newly calculated price. If this field contains 0.00 then it is ignored.- See Also:
- Constant Field Values
-
PROPERTY_MAXPRICELIMITMARGIN
public static final String PROPERTY_MAXPRICELIMITMARGIN
Property maxPriceLimitMargin stored in column Limit_MaxAmt in table M_DiscountSchemaLine
Help: Indicates the maximum margin for a product. The margin is calculated by subtracting the original limit price from the newly calculated price. If this field contains 0.00 then it is ignored.- See Also:
- Constant Field Values
-
PROPERTY_FIXEDLIMITPRICE
public static final String PROPERTY_FIXEDLIMITPRICE
Property fixedLimitPrice stored in column Limit_Fixed in table M_DiscountSchemaLine
Help: Fixed Limit Price (not calculated)- See Also:
- Constant Field Values
-
PROPERTY_LISTPRICEMARGIN
public static final String PROPERTY_LISTPRICEMARGIN
Property listPriceMargin stored in column List_Margin in table M_DiscountSchemaLine- See Also:
- Constant Field Values
-
PROPERTY_UNITPRICEMARGIN
public static final String PROPERTY_UNITPRICEMARGIN
Property unitPriceMargin stored in column STD_Margin in table M_DiscountSchemaLine- See Also:
- Constant Field Values
-
PROPERTY_LIMITPRICEMARGIN
public static final String PROPERTY_LIMITPRICEMARGIN
Property limitPriceMargin stored in column Limit_Margin in table M_DiscountSchemaLine- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getPriceListSchema
public PriceListSchema getPriceListSchema()
- See Also:
PROPERTY_PRICELISTSCHEMA
-
setPriceListSchema
public void setPriceListSchema(PriceListSchema priceListSchema)
- See Also:
PROPERTY_PRICELISTSCHEMA
-
getSequenceNumber
public Long getSequenceNumber()
- See Also:
PROPERTY_SEQUENCENUMBER
-
setSequenceNumber
public void setSequenceNumber(Long sequenceNumber)
- See Also:
PROPERTY_SEQUENCENUMBER
-
getProductCategory
public ProductCategory getProductCategory()
- See Also:
PROPERTY_PRODUCTCATEGORY
-
setProductCategory
public void setProductCategory(ProductCategory productCategory)
- See Also:
PROPERTY_PRODUCTCATEGORY
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
getProduct
public Product getProduct()
- See Also:
PROPERTY_PRODUCT
-
setProduct
public void setProduct(Product product)
- See Also:
PROPERTY_PRODUCT
-
getConversionRateType
public String getConversionRateType()
- See Also:
PROPERTY_CONVERSIONRATETYPE
-
setConversionRateType
public void setConversionRateType(String conversionRateType)
- See Also:
PROPERTY_CONVERSIONRATETYPE
-
getConversionDate
public Date getConversionDate()
- See Also:
PROPERTY_CONVERSIONDATE
-
setConversionDate
public void setConversionDate(Date conversionDate)
- See Also:
PROPERTY_CONVERSIONDATE
-
getBaseListPrice
public String getBaseListPrice()
- See Also:
PROPERTY_BASELISTPRICE
-
setBaseListPrice
public void setBaseListPrice(String baseListPrice)
- See Also:
PROPERTY_BASELISTPRICE
-
getSurchargeListPriceAmount
public BigDecimal getSurchargeListPriceAmount()
- See Also:
PROPERTY_SURCHARGELISTPRICEAMOUNT
-
setSurchargeListPriceAmount
public void setSurchargeListPriceAmount(BigDecimal surchargeListPriceAmount)
- See Also:
PROPERTY_SURCHARGELISTPRICEAMOUNT
-
getListPriceDiscount
public BigDecimal getListPriceDiscount()
- See Also:
PROPERTY_LISTPRICEDISCOUNT
-
setListPriceDiscount
public void setListPriceDiscount(BigDecimal listPriceDiscount)
- See Also:
PROPERTY_LISTPRICEDISCOUNT
-
getListPriceRounding
public String getListPriceRounding()
- See Also:
PROPERTY_LISTPRICEROUNDING
-
setListPriceRounding
public void setListPriceRounding(String listPriceRounding)
- See Also:
PROPERTY_LISTPRICEROUNDING
-
getMinListPriceMargin
public BigDecimal getMinListPriceMargin()
- See Also:
PROPERTY_MINLISTPRICEMARGIN
-
setMinListPriceMargin
public void setMinListPriceMargin(BigDecimal minListPriceMargin)
- See Also:
PROPERTY_MINLISTPRICEMARGIN
-
getMaxListPriceMargin
public BigDecimal getMaxListPriceMargin()
- See Also:
PROPERTY_MAXLISTPRICEMARGIN
-
setMaxListPriceMargin
public void setMaxListPriceMargin(BigDecimal maxListPriceMargin)
- See Also:
PROPERTY_MAXLISTPRICEMARGIN
-
getFixedListPrice
public BigDecimal getFixedListPrice()
- See Also:
PROPERTY_FIXEDLISTPRICE
-
setFixedListPrice
public void setFixedListPrice(BigDecimal fixedListPrice)
- See Also:
PROPERTY_FIXEDLISTPRICE
-
getStandardBasePrice
public String getStandardBasePrice()
- See Also:
PROPERTY_STANDARDBASEPRICE
-
setStandardBasePrice
public void setStandardBasePrice(String standardBasePrice)
- See Also:
PROPERTY_STANDARDBASEPRICE
-
getSurchargeStandardPriceAmount
public BigDecimal getSurchargeStandardPriceAmount()
- See Also:
PROPERTY_SURCHARGESTANDARDPRICEAMOUNT
-
setSurchargeStandardPriceAmount
public void setSurchargeStandardPriceAmount(BigDecimal surchargeStandardPriceAmount)
- See Also:
PROPERTY_SURCHARGESTANDARDPRICEAMOUNT
-
getStandardPriceDiscount
public BigDecimal getStandardPriceDiscount()
- See Also:
PROPERTY_STANDARDPRICEDISCOUNT
-
setStandardPriceDiscount
public void setStandardPriceDiscount(BigDecimal standardPriceDiscount)
- See Also:
PROPERTY_STANDARDPRICEDISCOUNT
-
getStandardPriceRounding
public String getStandardPriceRounding()
- See Also:
PROPERTY_STANDARDPRICEROUNDING
-
setStandardPriceRounding
public void setStandardPriceRounding(String standardPriceRounding)
- See Also:
PROPERTY_STANDARDPRICEROUNDING
-
getMinStandardPriceMargin
public BigDecimal getMinStandardPriceMargin()
- See Also:
PROPERTY_MINSTANDARDPRICEMARGIN
-
setMinStandardPriceMargin
public void setMinStandardPriceMargin(BigDecimal minStandardPriceMargin)
- See Also:
PROPERTY_MINSTANDARDPRICEMARGIN
-
getMaxStandardMargin
public BigDecimal getMaxStandardMargin()
- See Also:
PROPERTY_MAXSTANDARDMARGIN
-
setMaxStandardMargin
public void setMaxStandardMargin(BigDecimal maxStandardMargin)
- See Also:
PROPERTY_MAXSTANDARDMARGIN
-
getFixedStandardPrice
public BigDecimal getFixedStandardPrice()
- See Also:
PROPERTY_FIXEDSTANDARDPRICE
-
setFixedStandardPrice
public void setFixedStandardPrice(BigDecimal fixedStandardPrice)
- See Also:
PROPERTY_FIXEDSTANDARDPRICE
-
getBaseLimitPrice
public String getBaseLimitPrice()
- See Also:
PROPERTY_BASELIMITPRICE
-
setBaseLimitPrice
public void setBaseLimitPrice(String baseLimitPrice)
- See Also:
PROPERTY_BASELIMITPRICE
-
getSurchargePriceLimitAmount
public BigDecimal getSurchargePriceLimitAmount()
- See Also:
PROPERTY_SURCHARGEPRICELIMITAMOUNT
-
setSurchargePriceLimitAmount
public void setSurchargePriceLimitAmount(BigDecimal surchargePriceLimitAmount)
- See Also:
PROPERTY_SURCHARGEPRICELIMITAMOUNT
-
getPriceLimitDiscount
public BigDecimal getPriceLimitDiscount()
- See Also:
PROPERTY_PRICELIMITDISCOUNT
-
setPriceLimitDiscount
public void setPriceLimitDiscount(BigDecimal priceLimitDiscount)
- See Also:
PROPERTY_PRICELIMITDISCOUNT
-
getPriceLimitRounding
public String getPriceLimitRounding()
- See Also:
PROPERTY_PRICELIMITROUNDING
-
setPriceLimitRounding
public void setPriceLimitRounding(String priceLimitRounding)
- See Also:
PROPERTY_PRICELIMITROUNDING
-
getLimitPriceMinMargin
public BigDecimal getLimitPriceMinMargin()
- See Also:
PROPERTY_LIMITPRICEMINMARGIN
-
setLimitPriceMinMargin
public void setLimitPriceMinMargin(BigDecimal limitPriceMinMargin)
- See Also:
PROPERTY_LIMITPRICEMINMARGIN
-
getMaxPriceLimitMargin
public BigDecimal getMaxPriceLimitMargin()
- See Also:
PROPERTY_MAXPRICELIMITMARGIN
-
setMaxPriceLimitMargin
public void setMaxPriceLimitMargin(BigDecimal maxPriceLimitMargin)
- See Also:
PROPERTY_MAXPRICELIMITMARGIN
-
getFixedLimitPrice
public BigDecimal getFixedLimitPrice()
- See Also:
PROPERTY_FIXEDLIMITPRICE
-
setFixedLimitPrice
public void setFixedLimitPrice(BigDecimal fixedLimitPrice)
- See Also:
PROPERTY_FIXEDLIMITPRICE
-
getListPriceMargin
public BigDecimal getListPriceMargin()
- See Also:
PROPERTY_LISTPRICEMARGIN
-
setListPriceMargin
public void setListPriceMargin(BigDecimal listPriceMargin)
- See Also:
PROPERTY_LISTPRICEMARGIN
-
getUnitPriceMargin
public BigDecimal getUnitPriceMargin()
- See Also:
PROPERTY_UNITPRICEMARGIN
-
setUnitPriceMargin
public void setUnitPriceMargin(BigDecimal unitPriceMargin)
- See Also:
PROPERTY_UNITPRICEMARGIN
-
getLimitPriceMargin
public BigDecimal getLimitPriceMargin()
- See Also:
PROPERTY_LIMITPRICEMARGIN
-
setLimitPriceMargin
public void setLimitPriceMargin(BigDecimal limitPriceMargin)
- See Also:
PROPERTY_LIMITPRICEMARGIN
-
-