/****************************************************************************** * 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.math.BigDecimal; import java.sql.ResultSet; import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_PaySelectionCheck * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="C_PaySelectionCheck") public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_C_PaySelectionCheck (Properties ctx, int C_PaySelectionCheck_ID, String trxName) { super (ctx, C_PaySelectionCheck_ID, trxName); /** if (C_PaySelectionCheck_ID == 0) { setC_BPartner_ID (0); setC_PaySelectionCheck_ID (0); setC_PaySelection_ID (0); setDiscountAmt (Env.ZERO); setIsGeneratedDraft (false); // N setIsPrinted (false); setIsReceipt (false); setPayAmt (Env.ZERO); setPaymentRule (null); setProcessed (false); // N setQty (0); setWriteOffAmt (Env.ZERO); // 0 } */ } /** Standard Constructor */ public X_C_PaySelectionCheck (Properties ctx, int C_PaySelectionCheck_ID, String trxName, String ... virtualColumns) { super (ctx, C_PaySelectionCheck_ID, trxName, virtualColumns); /** if (C_PaySelectionCheck_ID == 0) { setC_BPartner_ID (0); setC_PaySelectionCheck_ID (0); setC_PaySelection_ID (0); setDiscountAmt (Env.ZERO); setIsGeneratedDraft (false); // N setIsPrinted (false); setIsReceipt (false); setPayAmt (Env.ZERO); setPaymentRule (null); setProcessed (false); // N setQty (0); setWriteOffAmt (Env.ZERO); // 0 } */ } /** Standard Constructor */ public X_C_PaySelectionCheck (Properties ctx, String C_PaySelectionCheck_UU, String trxName) { super (ctx, C_PaySelectionCheck_UU, trxName); /** if (C_PaySelectionCheck_UU == null) { setC_BPartner_ID (0); setC_PaySelectionCheck_ID (0); setC_PaySelection_ID (0); setDiscountAmt (Env.ZERO); setIsGeneratedDraft (false); // N setIsPrinted (false); setIsReceipt (false); setPayAmt (Env.ZERO); setPaymentRule (null); setProcessed (false); // N setQty (0); setWriteOffAmt (Env.ZERO); // 0 } */ } /** Standard Constructor */ public X_C_PaySelectionCheck (Properties ctx, String C_PaySelectionCheck_UU, String trxName, String ... virtualColumns) { super (ctx, C_PaySelectionCheck_UU, trxName, virtualColumns); /** if (C_PaySelectionCheck_UU == null) { setC_BPartner_ID (0); setC_PaySelectionCheck_ID (0); setC_PaySelection_ID (0); setDiscountAmt (Env.ZERO); setIsGeneratedDraft (false); // N setIsPrinted (false); setIsReceipt (false); setPayAmt (Env.ZERO); setPaymentRule (null); setProcessed (false); // N setQty (0); setWriteOffAmt (Env.ZERO); // 0 } */ } /** Load Constructor */ public X_C_PaySelectionCheck (Properties ctx, ResultSet rs, String trxName) { super (ctx, rs, trxName); } /** AccessLevel * @return 1 - 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_PaySelectionCheck[") .append(get_ID()).append("]"); return sb.toString(); } public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException { return (org.compiere.model.I_C_BP_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BP_BankAccount.Table_ID) .getPO(getC_BP_BankAccount_ID(), get_TrxName()); } /** Set Partner Bank Account. @param C_BP_BankAccount_ID Bank Account of the Business Partner */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) { if (C_BP_BankAccount_ID < 1) set_Value (COLUMNNAME_C_BP_BankAccount_ID, null); else set_Value (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); } /** Get Partner Bank Account. @return Bank Account of the Business Partner */ public int getC_BP_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); if (ii == null) return 0; return ii.intValue(); } 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(); } /** Set Pay Selection Check. @param C_PaySelectionCheck_ID Payment Selection Check */ public void setC_PaySelectionCheck_ID (int C_PaySelectionCheck_ID) { if (C_PaySelectionCheck_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelectionCheck_ID, null); else set_ValueNoCheck (COLUMNNAME_C_PaySelectionCheck_ID, Integer.valueOf(C_PaySelectionCheck_ID)); } /** Get Pay Selection Check. @return Payment Selection Check */ public int getC_PaySelectionCheck_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelectionCheck_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_PaySelectionCheck_UU. @param C_PaySelectionCheck_UU C_PaySelectionCheck_UU */ public void setC_PaySelectionCheck_UU (String C_PaySelectionCheck_UU) { set_Value (COLUMNNAME_C_PaySelectionCheck_UU, C_PaySelectionCheck_UU); } /** Get C_PaySelectionCheck_UU. @return C_PaySelectionCheck_UU */ public String getC_PaySelectionCheck_UU() { return (String)get_Value(COLUMNNAME_C_PaySelectionCheck_UU); } public org.compiere.model.I_C_PaySelection getC_PaySelection() throws RuntimeException { return (org.compiere.model.I_C_PaySelection)MTable.get(getCtx(), org.compiere.model.I_C_PaySelection.Table_ID) .getPO(getC_PaySelection_ID(), get_TrxName()); } /** Set Payment Selection. @param C_PaySelection_ID Payment Selection */ public void setC_PaySelection_ID (int C_PaySelection_ID) { if (C_PaySelection_ID < 1) set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, null); else set_ValueNoCheck (COLUMNNAME_C_PaySelection_ID, Integer.valueOf(C_PaySelection_ID)); } /** Get Payment Selection. @return Payment Selection */ public int getC_PaySelection_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_PaySelection_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_ID) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @param C_Payment_ID Payment identifier */ public void setC_Payment_ID (int C_Payment_ID) { if (C_Payment_ID < 1) set_Value (COLUMNNAME_C_Payment_ID, null); else set_Value (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); } /** Get Payment. @return Payment identifier */ public int getC_Payment_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Discount Amount. @param DiscountAmt Calculated amount of discount */ public void setDiscountAmt (BigDecimal DiscountAmt) { set_Value (COLUMNNAME_DiscountAmt, DiscountAmt); } /** Get Discount Amount. @return Calculated amount of discount */ public BigDecimal getDiscountAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_DiscountAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Document No. @param DocumentNo Document sequence number of the document */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); } /** Get Document No. @return Document sequence number of the document */ public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Generated Draft. @param IsGeneratedDraft Generated Draft */ public void setIsGeneratedDraft (boolean IsGeneratedDraft) { set_Value (COLUMNNAME_IsGeneratedDraft, Boolean.valueOf(IsGeneratedDraft)); } /** Get Generated Draft. @return Generated Draft */ public boolean isGeneratedDraft() { Object oo = get_Value(COLUMNNAME_IsGeneratedDraft); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Printed. @param IsPrinted Indicates if this document / line is printed */ public void setIsPrinted (boolean IsPrinted) { set_Value (COLUMNNAME_IsPrinted, Boolean.valueOf(IsPrinted)); } /** Get Printed. @return Indicates if this document / line is printed */ public boolean isPrinted() { Object oo = get_Value(COLUMNNAME_IsPrinted); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Receipt. @param IsReceipt This is a sales transaction (receipt) */ public void setIsReceipt (boolean IsReceipt) { set_Value (COLUMNNAME_IsReceipt, Boolean.valueOf(IsReceipt)); } /** Get Receipt. @return This is a sales transaction (receipt) */ public boolean isReceipt() { Object oo = get_Value(COLUMNNAME_IsReceipt); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Payment amount. @param PayAmt Amount being paid */ public void setPayAmt (BigDecimal PayAmt) { set_Value (COLUMNNAME_PayAmt, PayAmt); } /** Get Payment amount. @return Amount being paid */ public BigDecimal getPayAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PayAmt); if (bd == null) return Env.ZERO; return bd; } /** PaymentRule AD_Reference_ID=195 */ public static final int PAYMENTRULE_AD_Reference_ID=195; /** Cash = B */ public static final String PAYMENTRULE_Cash = "B"; /** Direct Debit = D */ public static final String PAYMENTRULE_DirectDebit = "D"; /** Credit Card = K */ public static final String PAYMENTRULE_CreditCard = "K"; /** Mixed POS Payment = M */ public static final String PAYMENTRULE_MixedPOSPayment = "M"; /** On Credit = P */ public static final String PAYMENTRULE_OnCredit = "P"; /** Check = S */ public static final String PAYMENTRULE_Check = "S"; /** Direct Deposit = T */ public static final String PAYMENTRULE_DirectDeposit = "T"; /** Set Payment Rule. @param PaymentRule How you pay the invoice */ public void setPaymentRule (String PaymentRule) { set_Value (COLUMNNAME_PaymentRule, PaymentRule); } /** Get Payment Rule. @return How you pay the invoice */ public String getPaymentRule() { return (String)get_Value(COLUMNNAME_PaymentRule); } /** Set Processed. @param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); } /** Get Processed. @return The document has been processed */ public boolean isProcessed() { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Quantity. @param Qty Quantity */ public void setQty (int Qty) { set_Value (COLUMNNAME_Qty, Integer.valueOf(Qty)); } /** Get Quantity. @return Quantity */ public int getQty() { Integer ii = (Integer)get_Value(COLUMNNAME_Qty); if (ii == null) return 0; return ii.intValue(); } /** Set Write-off Amount. @param WriteOffAmt Amount to write-off */ public void setWriteOffAmt (BigDecimal WriteOffAmt) { set_Value (COLUMNNAME_WriteOffAmt, WriteOffAmt); } /** Get Write-off Amount. @return Amount to write-off */ public BigDecimal getWriteOffAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_WriteOffAmt); if (bd == null) return Env.ZERO; return bd; } }