Package org.brerp.base.model
Class X_COF_Products
java.lang.Object
org.compiere.model.PO
org.brerp.base.model.X_COF_Products
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_COF_Products
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MCOFProducts
Generated Model for COF_Products
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.brerp.base.model.I_COF_Products
accessLevel, COLUMNNAME_A_Asset_ID, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_Balance, COLUMNNAME_COF_Contract_ID, COLUMNNAME_COF_Products_ID, COLUMNNAME_COF_Products_UU, COLUMNNAME_COF_SaldoFaturar, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Discount, COLUMNNAME_IsActive, COLUMNNAME_M_PriceList_Version_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_PriceActual, COLUMNNAME_PriceList, COLUMNNAME_Qty, COLUMNNAME_TotalPrice, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_COF_Products
(Properties ctx, int COF_Products_ID, String trxName) Standard ConstructorX_COF_Products
(Properties ctx, int COF_Products_ID, String trxName, String... virtualColumns) Standard ConstructorX_COF_Products
(Properties ctx, String COF_Products_UU, String trxName) Standard ConstructorX_COF_Products
(Properties ctx, String COF_Products_UU, String trxName, String... virtualColumns) Standard ConstructorX_COF_Products
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelint
Get Asset.Get Balance.int
Get Contrato.int
Get Linha de Contrato.Get COF_Products_UU.Get Saldo a Faturar.Get Discount %.int
Get Price List Version.int
Get Product.Get Unit Price.Get List Price.getQty()
Get Quantity.Get Total Price.protected POInfo
initPO
(Properties ctx) Load Meta Datavoid
setA_Asset_ID
(int A_Asset_ID) Set Asset.void
setBalance
(BigDecimal Balance) Set Balance.void
setCOF_Contract_ID
(int COF_Contract_ID) Set Contrato.void
setCOF_Products_ID
(int COF_Products_ID) Set Linha de Contrato.void
setCOF_Products_UU
(String COF_Products_UU) Set COF_Products_UU.void
setCOF_SaldoFaturar
(BigDecimal COF_SaldoFaturar) Set Saldo a Faturar.void
setDiscount
(BigDecimal Discount) Set Discount %.void
setM_PriceList_Version_ID
(int M_PriceList_Version_ID) Set Price List Version.void
setM_Product_ID
(int M_Product_ID) Set Product.void
setPriceActual
(BigDecimal PriceActual) Set Unit Price.void
setPriceList
(BigDecimal PriceList) Set List Price.void
setQty
(BigDecimal Qty) Set Quantity.void
setTotalPrice
(BigDecimal TotalPrice) Set Total Price.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.brerp.base.model.I_COF_Products
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Constructor Details
-
X_COF_Products
Standard Constructor -
X_COF_Products
public X_COF_Products(Properties ctx, int COF_Products_ID, String trxName, String... virtualColumns) Standard Constructor -
X_COF_Products
Standard Constructor -
X_COF_Products
public X_COF_Products(Properties ctx, String COF_Products_UU, String trxName, String... virtualColumns) Standard Constructor -
X_COF_Products
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 3 - Client - Org
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
getA_Asset
- Specified by:
getA_Asset
in interfaceI_COF_Products
- Throws:
RuntimeException
-
setA_Asset_ID
public void setA_Asset_ID(int A_Asset_ID) Set Asset.- Specified by:
setA_Asset_ID
in interfaceI_COF_Products
- Parameters:
A_Asset_ID
- Asset used internally or by customers
-
getA_Asset_ID
public int getA_Asset_ID()Get Asset.- Specified by:
getA_Asset_ID
in interfaceI_COF_Products
- Returns:
- Asset used internally or by customers
-
setBalance
Set Balance.- Specified by:
setBalance
in interfaceI_COF_Products
- Parameters:
Balance
- Balance
-
getBalance
Get Balance.- Specified by:
getBalance
in interfaceI_COF_Products
- Returns:
- Balance
-
getCOF_Contract
- Specified by:
getCOF_Contract
in interfaceI_COF_Products
- Throws:
RuntimeException
-
setCOF_Contract_ID
public void setCOF_Contract_ID(int COF_Contract_ID) Set Contrato.- Specified by:
setCOF_Contract_ID
in interfaceI_COF_Products
- Parameters:
COF_Contract_ID
- Primary Key : Contract
-
getCOF_Contract_ID
public int getCOF_Contract_ID()Get Contrato.- Specified by:
getCOF_Contract_ID
in interfaceI_COF_Products
- Returns:
- Primary Key : Contract
-
setCOF_Products_ID
public void setCOF_Products_ID(int COF_Products_ID) Set Linha de Contrato.- Specified by:
setCOF_Products_ID
in interfaceI_COF_Products
- Parameters:
COF_Products_ID
- Linha de Contrato
-
getCOF_Products_ID
public int getCOF_Products_ID()Get Linha de Contrato.- Specified by:
getCOF_Products_ID
in interfaceI_COF_Products
- Returns:
- Linha de Contrato
-
setCOF_Products_UU
Set COF_Products_UU.- Specified by:
setCOF_Products_UU
in interfaceI_COF_Products
- Parameters:
COF_Products_UU
- COF_Products_UU
-
getCOF_Products_UU
Get COF_Products_UU.- Specified by:
getCOF_Products_UU
in interfaceI_COF_Products
- Returns:
- COF_Products_UU
-
setCOF_SaldoFaturar
Set Saldo a Faturar.- Specified by:
setCOF_SaldoFaturar
in interfaceI_COF_Products
- Parameters:
COF_SaldoFaturar
- Saldo a Faturar
-
getCOF_SaldoFaturar
Get Saldo a Faturar.- Specified by:
getCOF_SaldoFaturar
in interfaceI_COF_Products
- Returns:
- Saldo a Faturar
-
setDiscount
Set Discount %.- Specified by:
setDiscount
in interfaceI_COF_Products
- Parameters:
Discount
- Discount in percent
-
getDiscount
Get Discount %.- Specified by:
getDiscount
in interfaceI_COF_Products
- Returns:
- Discount in percent
-
getM_PriceList_Version
- Specified by:
getM_PriceList_Version
in interfaceI_COF_Products
- Throws:
RuntimeException
-
setM_PriceList_Version_ID
public void setM_PriceList_Version_ID(int M_PriceList_Version_ID) Set Price List Version.- Specified by:
setM_PriceList_Version_ID
in interfaceI_COF_Products
- Parameters:
M_PriceList_Version_ID
- Identifies a unique instance of a Price List
-
getM_PriceList_Version_ID
public int getM_PriceList_Version_ID()Get Price List Version.- Specified by:
getM_PriceList_Version_ID
in interfaceI_COF_Products
- Returns:
- Identifies a unique instance of a Price List
-
getM_Product
- Specified by:
getM_Product
in interfaceI_COF_Products
- Throws:
RuntimeException
-
setM_Product_ID
public void setM_Product_ID(int M_Product_ID) Set Product.- Specified by:
setM_Product_ID
in interfaceI_COF_Products
- Parameters:
M_Product_ID
- Product, Service, Item
-
getM_Product_ID
public int getM_Product_ID()Get Product.- Specified by:
getM_Product_ID
in interfaceI_COF_Products
- Returns:
- Product, Service, Item
-
setPriceActual
Set Unit Price.- Specified by:
setPriceActual
in interfaceI_COF_Products
- Parameters:
PriceActual
- Actual Price
-
getPriceActual
Get Unit Price.- Specified by:
getPriceActual
in interfaceI_COF_Products
- Returns:
- Actual Price
-
setPriceList
Set List Price.- Specified by:
setPriceList
in interfaceI_COF_Products
- Parameters:
PriceList
- List Price
-
getPriceList
Get List Price.- Specified by:
getPriceList
in interfaceI_COF_Products
- Returns:
- List Price
-
setQty
Set Quantity.- Specified by:
setQty
in interfaceI_COF_Products
- Parameters:
Qty
- Quantity
-
getQty
Get Quantity.- Specified by:
getQty
in interfaceI_COF_Products
- Returns:
- Quantity
-
setTotalPrice
Set Total Price.- Specified by:
setTotalPrice
in interfaceI_COF_Products
- Parameters:
TotalPrice
- Total Price
-
getTotalPrice
Get Total Price.- Specified by:
getTotalPrice
in interfaceI_COF_Products
- Returns:
- Total Price
-