/****************************************************************************** * 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.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_EDI * @author iDempiere (generated) * @version Release 11 - $Id$ */ @org.adempiere.base.Model(table="C_BP_EDI") public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent { /** * */ private static final long serialVersionUID = 20231222L; /** Standard Constructor */ public X_C_BP_EDI (Properties ctx, int C_BP_EDI_ID, String trxName) { super (ctx, C_BP_EDI_ID, trxName); /** if (C_BP_EDI_ID == 0) { setAD_Sequence_ID (0); setC_BPartner_ID (0); setC_BP_EDI_ID (0); setCustomerNo (null); setEDIType (null); setEMail_Error_To (null); setEMail_Info_To (null); setIsAudited (false); setIsInfoSent (false); setM_Warehouse_ID (0); setName (null); setReceiveInquiryReply (false); setReceiveOrderReply (false); setSendInquiry (false); setSendOrder (false); } */ } /** Standard Constructor */ public X_C_BP_EDI (Properties ctx, int C_BP_EDI_ID, String trxName, String ... virtualColumns) { super (ctx, C_BP_EDI_ID, trxName, virtualColumns); /** if (C_BP_EDI_ID == 0) { setAD_Sequence_ID (0); setC_BPartner_ID (0); setC_BP_EDI_ID (0); setCustomerNo (null); setEDIType (null); setEMail_Error_To (null); setEMail_Info_To (null); setIsAudited (false); setIsInfoSent (false); setM_Warehouse_ID (0); setName (null); setReceiveInquiryReply (false); setReceiveOrderReply (false); setSendInquiry (false); setSendOrder (false); } */ } /** Standard Constructor */ public X_C_BP_EDI (Properties ctx, String C_BP_EDI_UU, String trxName) { super (ctx, C_BP_EDI_UU, trxName); /** if (C_BP_EDI_UU == null) { setAD_Sequence_ID (0); setC_BPartner_ID (0); setC_BP_EDI_ID (0); setCustomerNo (null); setEDIType (null); setEMail_Error_To (null); setEMail_Info_To (null); setIsAudited (false); setIsInfoSent (false); setM_Warehouse_ID (0); setName (null); setReceiveInquiryReply (false); setReceiveOrderReply (false); setSendInquiry (false); setSendOrder (false); } */ } /** Standard Constructor */ public X_C_BP_EDI (Properties ctx, String C_BP_EDI_UU, String trxName, String ... virtualColumns) { super (ctx, C_BP_EDI_UU, trxName, virtualColumns); /** if (C_BP_EDI_UU == null) { setAD_Sequence_ID (0); setC_BPartner_ID (0); setC_BP_EDI_ID (0); setCustomerNo (null); setEDIType (null); setEMail_Error_To (null); setEMail_Info_To (null); setIsAudited (false); setIsInfoSent (false); setM_Warehouse_ID (0); setName (null); setReceiveInquiryReply (false); setReceiveOrderReply (false); setSendInquiry (false); setSendOrder (false); } */ } /** Load Constructor */ public X_C_BP_EDI (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_BP_EDI[") .append(get_ID()).append(",Name=").append(getName()).append("]"); return sb.toString(); } public org.compiere.model.I_AD_Sequence getAD_Sequence() throws RuntimeException { return (org.compiere.model.I_AD_Sequence)MTable.get(getCtx(), org.compiere.model.I_AD_Sequence.Table_ID) .getPO(getAD_Sequence_ID(), get_TrxName()); } /** Set Sequence. @param AD_Sequence_ID Document Sequence */ public void setAD_Sequence_ID (int AD_Sequence_ID) { if (AD_Sequence_ID < 1) set_Value (COLUMNNAME_AD_Sequence_ID, null); else set_Value (COLUMNNAME_AD_Sequence_ID, Integer.valueOf(AD_Sequence_ID)); } /** Get Sequence. @return Document Sequence */ public int getAD_Sequence_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Sequence_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 EDI Definition. @param C_BP_EDI_ID Electronic Data Interchange */ public void setC_BP_EDI_ID (int C_BP_EDI_ID) { if (C_BP_EDI_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BP_EDI_ID, null); else set_ValueNoCheck (COLUMNNAME_C_BP_EDI_ID, Integer.valueOf(C_BP_EDI_ID)); } /** Get EDI Definition. @return Electronic Data Interchange */ public int getC_BP_EDI_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_EDI_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_BP_EDI_UU. @param C_BP_EDI_UU C_BP_EDI_UU */ public void setC_BP_EDI_UU (String C_BP_EDI_UU) { set_Value (COLUMNNAME_C_BP_EDI_UU, C_BP_EDI_UU); } /** Get C_BP_EDI_UU. @return C_BP_EDI_UU */ public String getC_BP_EDI_UU() { return (String)get_Value(COLUMNNAME_C_BP_EDI_UU); } /** Set Customer No. @param CustomerNo EDI Identification Number */ public void setCustomerNo (String CustomerNo) { set_Value (COLUMNNAME_CustomerNo, CustomerNo); } /** Get Customer No. @return EDI Identification Number */ public String getCustomerNo() { return (String)get_Value(COLUMNNAME_CustomerNo); } /** 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); } /** EDIType AD_Reference_ID=201 */ public static final int EDITYPE_AD_Reference_ID=201; /** EDIFACT = E */ public static final String EDITYPE_EDIFACT = "E"; /** Email EDI = M */ public static final String EDITYPE_EmailEDI = "M"; /** ASC X12 = X */ public static final String EDITYPE_ASCX12 = "X"; /** Set EDI Type. @param EDIType EDI Type */ public void setEDIType (String EDIType) { set_Value (COLUMNNAME_EDIType, EDIType); } /** Get EDI Type. @return EDI Type */ public String getEDIType() { return (String)get_Value(COLUMNNAME_EDIType); } /** Set Error EMail. @param EMail_Error_To Email address to send error messages to */ public void setEMail_Error_To (String EMail_Error_To) { set_Value (COLUMNNAME_EMail_Error_To, EMail_Error_To); } /** Get Error EMail. @return Email address to send error messages to */ public String getEMail_Error_To() { return (String)get_Value(COLUMNNAME_EMail_Error_To); } /** Set From EMail. @param EMail_From Full EMail address used to send requests - e.g. edi@organization.com */ public void setEMail_From (String EMail_From) { set_Value (COLUMNNAME_EMail_From, EMail_From); } /** Get From EMail. @return Full EMail address used to send requests - e.g. edi@organization.com */ public String getEMail_From() { return (String)get_Value(COLUMNNAME_EMail_From); } /** Set From EMail Password. @param EMail_From_Pwd Password of the sending EMail address */ public void setEMail_From_Pwd (String EMail_From_Pwd) { set_Value (COLUMNNAME_EMail_From_Pwd, EMail_From_Pwd); } /** Get From EMail Password. @return Password of the sending EMail address */ public String getEMail_From_Pwd() { return (String)get_Value(COLUMNNAME_EMail_From_Pwd); } /** Set From EMail User ID. @param EMail_From_Uid User ID of the sending EMail address (on default SMTP Host) - e.g. edi */ public void setEMail_From_Uid (String EMail_From_Uid) { set_Value (COLUMNNAME_EMail_From_Uid, EMail_From_Uid); } /** Get From EMail User ID. @return User ID of the sending EMail address (on default SMTP Host) - e.g. edi */ public String getEMail_From_Uid() { return (String)get_Value(COLUMNNAME_EMail_From_Uid); } /** Set Info EMail. @param EMail_Info_To EMail address to send informational messages and copies */ public void setEMail_Info_To (String EMail_Info_To) { set_Value (COLUMNNAME_EMail_Info_To, EMail_Info_To); } /** Get Info EMail. @return EMail address to send informational messages and copies */ public String getEMail_Info_To() { return (String)get_Value(COLUMNNAME_EMail_Info_To); } /** Set To EMail. @param EMail_To EMail address to send requests to - e.g. edi@manufacturer.com */ public void setEMail_To (String EMail_To) { set_Value (COLUMNNAME_EMail_To, EMail_To); } /** Get To EMail. @return EMail address to send requests to - e.g. edi@manufacturer.com */ public String getEMail_To() { return (String)get_Value(COLUMNNAME_EMail_To); } /** Set Activate Audit. @param IsAudited Activate Audit Trail of what numbers are generated */ public void setIsAudited (boolean IsAudited) { set_Value (COLUMNNAME_IsAudited, Boolean.valueOf(IsAudited)); } /** Get Activate Audit. @return Activate Audit Trail of what numbers are generated */ public boolean isAudited() { Object oo = get_Value(COLUMNNAME_IsAudited); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Send Info. @param IsInfoSent Send informational messages and copies */ public void setIsInfoSent (boolean IsInfoSent) { set_Value (COLUMNNAME_IsInfoSent, Boolean.valueOf(IsInfoSent)); } /** Get Send Info. @return Send informational messages and copies */ public boolean isInfoSent() { Object oo = get_Value(COLUMNNAME_IsInfoSent); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_ID) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @param M_Warehouse_ID Storage Warehouse and Service Point */ public void setM_Warehouse_ID (int M_Warehouse_ID) { if (M_Warehouse_ID < 1) set_Value (COLUMNNAME_M_Warehouse_ID, null); else set_Value (COLUMNNAME_M_Warehouse_ID, Integer.valueOf(M_Warehouse_ID)); } /** Get Warehouse. @return Storage Warehouse and Service Point */ public int getM_Warehouse_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Warehouse_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 Received Inquiry Reply. @param ReceiveInquiryReply Received Inquiry Reply */ public void setReceiveInquiryReply (boolean ReceiveInquiryReply) { set_Value (COLUMNNAME_ReceiveInquiryReply, Boolean.valueOf(ReceiveInquiryReply)); } /** Get Received Inquiry Reply. @return Received Inquiry Reply */ public boolean isReceiveInquiryReply() { Object oo = get_Value(COLUMNNAME_ReceiveInquiryReply); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Receive Order Reply. @param ReceiveOrderReply Receive Order Reply */ public void setReceiveOrderReply (boolean ReceiveOrderReply) { set_Value (COLUMNNAME_ReceiveOrderReply, Boolean.valueOf(ReceiveOrderReply)); } /** Get Receive Order Reply. @return Receive Order Reply */ public boolean isReceiveOrderReply() { Object oo = get_Value(COLUMNNAME_ReceiveOrderReply); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Send Inquiry. @param SendInquiry Quantity Availability Inquiry */ public void setSendInquiry (boolean SendInquiry) { set_Value (COLUMNNAME_SendInquiry, Boolean.valueOf(SendInquiry)); } /** Get Send Inquiry. @return Quantity Availability Inquiry */ public boolean isSendInquiry() { Object oo = get_Value(COLUMNNAME_SendInquiry); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Send Order. @param SendOrder Send Order */ public void setSendOrder (boolean SendOrder) { set_Value (COLUMNNAME_SendOrder, Boolean.valueOf(SendOrder)); } /** Get Send Order. @return Send Order */ public boolean isSendOrder() { Object oo = get_Value(COLUMNNAME_SendOrder); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } }