/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ /** Generated Model - DO NOT CHANGE */ package org.compiere.model; import java.sql.ResultSet; import java.sql.Timestamp; import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Commission * @author iDempiere (generated) * @version Release 11 - $Id$ */ @org.adempiere.base.Model(table="C_Commission") public class X_C_Commission extends PO implements I_C_Commission, I_Persistent { /** * */ private static final long serialVersionUID = 20231222L; /** Standard Constructor */ public X_C_Commission (Properties ctx, int C_Commission_ID, String trxName) { super (ctx, C_Commission_ID, trxName); /** if (C_Commission_ID == 0) { setC_BPartner_ID (0); setC_Commission_ID (0); setC_Currency_ID (0); setDocBasisType (null); // I setFrequencyType (null); // M setListDetails (false); setName (null); } */ } /** Standard Constructor */ public X_C_Commission (Properties ctx, int C_Commission_ID, String trxName, String ... virtualColumns) { super (ctx, C_Commission_ID, trxName, virtualColumns); /** if (C_Commission_ID == 0) { setC_BPartner_ID (0); setC_Commission_ID (0); setC_Currency_ID (0); setDocBasisType (null); // I setFrequencyType (null); // M setListDetails (false); setName (null); } */ } /** Standard Constructor */ public X_C_Commission (Properties ctx, String C_Commission_UU, String trxName) { super (ctx, C_Commission_UU, trxName); /** if (C_Commission_UU == null) { setC_BPartner_ID (0); setC_Commission_ID (0); setC_Currency_ID (0); setDocBasisType (null); // I setFrequencyType (null); // M setListDetails (false); setName (null); } */ } /** Standard Constructor */ public X_C_Commission (Properties ctx, String C_Commission_UU, String trxName, String ... virtualColumns) { super (ctx, C_Commission_UU, trxName, virtualColumns); /** if (C_Commission_UU == null) { setC_BPartner_ID (0); setC_Commission_ID (0); setC_Currency_ID (0); setDocBasisType (null); // I setFrequencyType (null); // M setListDetails (false); setName (null); } */ } /** Load Constructor */ public X_C_Commission (Properties ctx, ResultSet rs, String trxName) { super (ctx, rs, trxName); } /** AccessLevel * @return 3 - Client - Org */ protected int get_AccessLevel() { return accessLevel.intValue(); } /** Load Meta Data */ protected POInfo initPO (Properties ctx) { POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); return poi; } public String toString() { StringBuilder sb = new StringBuilder ("X_C_Commission[") .append(get_ID()).append(",Name=").append(getName()).append("]"); return sb.toString(); } public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_ID) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner. @param C_BPartner_ID Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID) { if (C_BPartner_ID < 1) set_Value (COLUMNNAME_C_BPartner_ID, null); else set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } /** Get Business Partner. @return Identifies a Business Partner */ public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_ID) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @param C_Charge_ID Additional document charges */ public void setC_Charge_ID (int C_Charge_ID) { if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Commission. @param C_Commission_ID Commission */ public void setC_Commission_ID (int C_Commission_ID) { if (C_Commission_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Commission_ID, null); else set_ValueNoCheck (COLUMNNAME_C_Commission_ID, Integer.valueOf(C_Commission_ID)); } /** Get Commission. @return Commission */ public int getC_Commission_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Commission_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_Commission_UU. @param C_Commission_UU C_Commission_UU */ public void setC_Commission_UU (String C_Commission_UU) { set_Value (COLUMNNAME_C_Commission_UU, C_Commission_UU); } /** Get C_Commission_UU. @return C_Commission_UU */ public String getC_Commission_UU() { return (String)get_Value(COLUMNNAME_C_Commission_UU); } public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_ID) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @param C_Currency_ID The Currency for this record */ public void setC_Currency_ID (int C_Currency_ID) { if (C_Currency_ID < 1) set_Value (COLUMNNAME_C_Currency_ID, null); else set_Value (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Create lines from. @param CreateFrom Process which will generate a new document lines based on an existing document */ public void setCreateFrom (String CreateFrom) { set_Value (COLUMNNAME_CreateFrom, CreateFrom); } /** Get Create lines from. @return Process which will generate a new document lines based on an existing document */ public String getCreateFrom() { return (String)get_Value(COLUMNNAME_CreateFrom); } /** Set Date Last Run. @param DateLastRun Date the process was last run. */ public void setDateLastRun (Timestamp DateLastRun) { set_ValueNoCheck (COLUMNNAME_DateLastRun, DateLastRun); } /** Get Date Last Run. @return Date the process was last run. */ public Timestamp getDateLastRun() { return (Timestamp)get_Value(COLUMNNAME_DateLastRun); } /** Set Description. @param Description Optional short description of the record */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); } /** Get Description. @return Optional short description of the record */ public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** DocBasisType AD_Reference_ID=224 */ public static final int DOCBASISTYPE_AD_Reference_ID=224; /** Invoice = I */ public static final String DOCBASISTYPE_Invoice = "I"; /** Order = O */ public static final String DOCBASISTYPE_Order = "O"; /** Receipt = R */ public static final String DOCBASISTYPE_Receipt = "R"; /** Set Calculation Basis. @param DocBasisType Basis for the calculation the commission */ public void setDocBasisType (String DocBasisType) { set_Value (COLUMNNAME_DocBasisType, DocBasisType); } /** Get Calculation Basis. @return Basis for the calculation the commission */ public String getDocBasisType() { return (String)get_Value(COLUMNNAME_DocBasisType); } /** FrequencyType AD_Reference_ID=225 */ public static final int FREQUENCYTYPE_AD_Reference_ID=225; /** Monthly = M */ public static final String FREQUENCYTYPE_Monthly = "M"; /** Quarterly = Q */ public static final String FREQUENCYTYPE_Quarterly = "Q"; /** Weekly = W */ public static final String FREQUENCYTYPE_Weekly = "W"; /** Yearly = Y */ public static final String FREQUENCYTYPE_Yearly = "Y"; /** Set Frequency Type. @param FrequencyType Frequency of event */ public void setFrequencyType (String FrequencyType) { set_Value (COLUMNNAME_FrequencyType, FrequencyType); } /** Get Frequency Type. @return Frequency of event */ public String getFrequencyType() { return (String)get_Value(COLUMNNAME_FrequencyType); } /** Set List Details. @param ListDetails List document details */ public void setListDetails (boolean ListDetails) { set_Value (COLUMNNAME_ListDetails, Boolean.valueOf(ListDetails)); } /** Get List Details. @return List document details */ public boolean isListDetails() { Object oo = get_Value(COLUMNNAME_ListDetails); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_ID) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @param M_Product_ID Product, Service, Item */ public void setM_Product_ID (int M_Product_ID) { if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Name. @param Name Alphanumeric identifier of the entity */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); } /** Get Name. @return Alphanumeric identifier of the entity */ public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Get Record ID/ColumnName @return ID/ColumnName pair */ public KeyNamePair getKeyNamePair() { return new KeyNamePair(get_ID(), getName()); } /** Set Process Now. @param Processing Process Now */ public void setProcessing (boolean Processing) { set_Value (COLUMNNAME_Processing, Boolean.valueOf(Processing)); } /** Get Process Now. @return Process Now */ public boolean isProcessing() { Object oo = get_Value(COLUMNNAME_Processing); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } }