Compiere 3.1

org.compiere.model
Class MDiscountSchemaLine

java.lang.Object
  extended by org.compiere.framework.PO
      extended by org.compiere.model.X_M_DiscountSchemaLine
          extended by org.compiere.model.MDiscountSchemaLine
All Implemented Interfaces:
Serializable, Cloneable, Comparator<PO>, Evaluatee

public class MDiscountSchemaLine
extends X_M_DiscountSchemaLine

Discount Schema Line (Price List) Model

Version:
$Id: MDiscountSchemaLine.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.compiere.model.X_M_DiscountSchemaLine
accessLevel, LIMIT_BASE_AD_Reference_ID, LIMIT_BASE_FixedPrice, LIMIT_BASE_LimitPOPrice, LIMIT_BASE_ListPrice, LIMIT_BASE_StandardPrice, LIMIT_ROUNDING_AD_Reference_ID, LIMIT_ROUNDING_CurrencyPrecision, LIMIT_ROUNDING_Dime102030, LIMIT_ROUNDING_Hundred, LIMIT_ROUNDING_Nickel051015, LIMIT_ROUNDING_NoRounding, LIMIT_ROUNDING_Quarter255075, LIMIT_ROUNDING_Ten10002000, LIMIT_ROUNDING_Thousand, LIMIT_ROUNDING_WholeNumber00, LIST_BASE_AD_Reference_ID, LIST_BASE_FixedPrice, LIST_BASE_LimitPOPrice, LIST_BASE_ListPrice, LIST_BASE_StandardPrice, LIST_ROUNDING_AD_Reference_ID, LIST_ROUNDING_CurrencyPrecision, LIST_ROUNDING_Dime102030, LIST_ROUNDING_Hundred, LIST_ROUNDING_Nickel051015, LIST_ROUNDING_NoRounding, LIST_ROUNDING_Quarter255075, LIST_ROUNDING_Ten10002000, LIST_ROUNDING_Thousand, LIST_ROUNDING_WholeNumber00, Model, STD_BASE_AD_Reference_ID, STD_BASE_FixedPrice, STD_BASE_LimitPOPrice, STD_BASE_ListPrice, STD_BASE_StandardPrice, STD_ROUNDING_AD_Reference_ID, STD_ROUNDING_CurrencyPrecision, STD_ROUNDING_Dime102030, STD_ROUNDING_Hundred, STD_ROUNDING_Nickel051015, STD_ROUNDING_NoRounding, STD_ROUNDING_Quarter255075, STD_ROUNDING_Ten10002000, STD_ROUNDING_Thousand, STD_ROUNDING_WholeNumber00, Table_ID, Table_Name, updatedMS
 
Fields inherited from class org.compiere.framework.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Constructor Summary
MDiscountSchemaLine(Ctx ctx, int M_DiscountSchemaLine_ID, String trxName)
          Standard Constructor
MDiscountSchemaLine(Ctx ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
 
Methods inherited from class org.compiere.model.X_M_DiscountSchemaLine
get_AccessLevel, getC_BPartner_ID, getC_ConversionType_ID, getConversionDate, getDescription, getKeyNamePair, getLimit_AddAmt, getLimit_Base, getLimit_Discount, getLimit_Fixed, getLimit_MaxAmt, getLimit_MinAmt, getLimit_Rounding, getList_AddAmt, getList_Base, getList_Discount, getList_Fixed, getList_MaxAmt, getList_MinAmt, getList_Rounding, getM_DiscountSchema_ID, getM_DiscountSchemaLine_ID, getM_Product_Category_ID, getM_Product_ID, getSeqNo, getStd_AddAmt, getStd_Base, getStd_Discount, getStd_Fixed, getStd_MaxAmt, getStd_MinAmt, getStd_Rounding, initPO, isLimit_BaseValid, isLimit_RoundingValid, isList_BaseValid, isList_RoundingValid, isStd_BaseValid, isStd_RoundingValid, setC_BPartner_ID, setC_ConversionType_ID, setConversionDate, setDescription, setLimit_AddAmt, setLimit_Base, setLimit_Discount, setLimit_Fixed, setLimit_MaxAmt, setLimit_MinAmt, setLimit_Rounding, setList_AddAmt, setList_Base, setList_Discount, setList_Fixed, setList_MaxAmt, setList_MinAmt, setList_Rounding, setM_DiscountSchema_ID, setM_DiscountSchemaLine_ID, setM_Product_Category_ID, setM_Product_ID, setSeqNo, setStd_AddAmt, setStd_Base, setStd_Discount, setStd_Fixed, setStd_MaxAmt, setStd_MinAmt, setStd_Rounding, toString
 
Methods inherited from class org.compiere.framework.PO
addAttachment, addAttachment, addError, afterDelete, afterSave, beforeDelete, beforeSave, compare, convertToBigDecimal, convertToBoolean, convertToInt, convertToTimestamp, copy, copyValues, copyValues, createAttachment, delete_Accounting, delete, delete, dump, dump, equals, get_ChangeVO, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_EntityType, get_HashMap, get_ID, get_IDOld, get_Info, get_KeyColumns, get_Logger, get_Table_ID, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_ValuesAsString, get_WhereClause, get_xmlDocument, get_xmlString, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getVO, hashCode, insert_Accounting, is_Changed, is_KeyColumn, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveNew_getID, saveNewInsertSQL, saveNewSpecial, saveUpdate, set_ChangeVO, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueString, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setContext, setCtx, setDocWorkflowMgr, setIsActive, setStandardDefaults, setUpdateable, setUpdatedBy, toStringX, unlock, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDiscountSchemaLine

public MDiscountSchemaLine(Ctx ctx,
                           int M_DiscountSchemaLine_ID,
                           String trxName)
Standard Constructor

Parameters:
ctx - context
M_DiscountSchemaLine_ID - id
trxName - transaction

MDiscountSchemaLine

public MDiscountSchemaLine(Ctx ctx,
                           ResultSet rs,
                           String trxName)
Load Constructor

Parameters:
ctx - context
rs - result set
trxName - transaction

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.