/****************************************************************************** * 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 A_Asset_Delivery * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="A_Asset_Delivery") public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_A_Asset_Delivery (Properties ctx, int A_Asset_Delivery_ID, String trxName) { super (ctx, A_Asset_Delivery_ID, trxName); /** if (A_Asset_Delivery_ID == 0) { setA_Asset_Delivery_ID (0); setA_Asset_ID (0); setMovementDate (new Timestamp( System.currentTimeMillis() )); } */ } /** Standard Constructor */ public X_A_Asset_Delivery (Properties ctx, int A_Asset_Delivery_ID, String trxName, String ... virtualColumns) { super (ctx, A_Asset_Delivery_ID, trxName, virtualColumns); /** if (A_Asset_Delivery_ID == 0) { setA_Asset_Delivery_ID (0); setA_Asset_ID (0); setMovementDate (new Timestamp( System.currentTimeMillis() )); } */ } /** Standard Constructor */ public X_A_Asset_Delivery (Properties ctx, String A_Asset_Delivery_UU, String trxName) { super (ctx, A_Asset_Delivery_UU, trxName); /** if (A_Asset_Delivery_UU == null) { setA_Asset_Delivery_ID (0); setA_Asset_ID (0); setMovementDate (new Timestamp( System.currentTimeMillis() )); } */ } /** Standard Constructor */ public X_A_Asset_Delivery (Properties ctx, String A_Asset_Delivery_UU, String trxName, String ... virtualColumns) { super (ctx, A_Asset_Delivery_UU, trxName, virtualColumns); /** if (A_Asset_Delivery_UU == null) { setA_Asset_Delivery_ID (0); setA_Asset_ID (0); setMovementDate (new Timestamp( System.currentTimeMillis() )); } */ } /** Load Constructor */ public X_A_Asset_Delivery (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_A_Asset_Delivery[") .append(get_ID()).append("]"); return sb.toString(); } public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_ID) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @param AD_User_ID User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID) { if (AD_User_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_User_ID, null); else set_ValueNoCheck (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Asset Delivery. @param A_Asset_Delivery_ID Delivery of Asset */ public void setA_Asset_Delivery_ID (int A_Asset_Delivery_ID) { if (A_Asset_Delivery_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_Delivery_ID, null); else set_ValueNoCheck (COLUMNNAME_A_Asset_Delivery_ID, Integer.valueOf(A_Asset_Delivery_ID)); } /** Get Asset Delivery. @return Delivery of Asset */ public int getA_Asset_Delivery_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Delivery_ID); if (ii == null) return 0; return ii.intValue(); } /** Set A_Asset_Delivery_UU. @param A_Asset_Delivery_UU A_Asset_Delivery_UU */ public void setA_Asset_Delivery_UU (String A_Asset_Delivery_UU) { set_Value (COLUMNNAME_A_Asset_Delivery_UU, A_Asset_Delivery_UU); } /** Get A_Asset_Delivery_UU. @return A_Asset_Delivery_UU */ public String getA_Asset_Delivery_UU() { return (String)get_Value(COLUMNNAME_A_Asset_Delivery_UU); } public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_ID) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @param A_Asset_ID Asset used internally or by customers */ public void setA_Asset_ID (int A_Asset_ID) { if (A_Asset_ID < 1) set_ValueNoCheck (COLUMNNAME_A_Asset_ID, null); else set_ValueNoCheck (COLUMNNAME_A_Asset_ID, Integer.valueOf(A_Asset_ID)); } /** Get Asset. @return Asset used internally or by customers */ public int getA_Asset_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Delivery Confirmation. @param DeliveryConfirmation EMail Delivery confirmation */ public void setDeliveryConfirmation (String DeliveryConfirmation) { set_Value (COLUMNNAME_DeliveryConfirmation, DeliveryConfirmation); } /** Get Delivery Confirmation. @return EMail Delivery confirmation */ public String getDeliveryConfirmation() { return (String)get_Value(COLUMNNAME_DeliveryConfirmation); } /** 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); } /** Set EMail Address. @param EMail Electronic Mail Address */ public void setEMail (String EMail) { set_ValueNoCheck (COLUMNNAME_EMail, EMail); } /** Get EMail Address. @return Electronic Mail Address */ public String getEMail() { return (String)get_Value(COLUMNNAME_EMail); } /** Set Lot No. @param Lot Lot number (alphanumeric) */ public void setLot (String Lot) { set_ValueNoCheck (COLUMNNAME_Lot, Lot); } /** Get Lot No. @return Lot number (alphanumeric) */ public String getLot() { return (String)get_Value(COLUMNNAME_Lot); } public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_ID) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @param M_InOutLine_ID Line on Shipment or Receipt document */ public void setM_InOutLine_ID (int M_InOutLine_ID) { if (M_InOutLine_ID < 1) set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, null); else set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID)); } /** Get Shipment/Receipt Line. @return Line on Shipment or Receipt document */ public int getM_InOutLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_M_ProductDownload getM_ProductDownload() throws RuntimeException { return (org.compiere.model.I_M_ProductDownload)MTable.get(getCtx(), org.compiere.model.I_M_ProductDownload.Table_ID) .getPO(getM_ProductDownload_ID(), get_TrxName()); } /** Set Product Download. @param M_ProductDownload_ID Product downloads */ public void setM_ProductDownload_ID (int M_ProductDownload_ID) { if (M_ProductDownload_ID < 1) set_Value (COLUMNNAME_M_ProductDownload_ID, null); else set_Value (COLUMNNAME_M_ProductDownload_ID, Integer.valueOf(M_ProductDownload_ID)); } /** Get Product Download. @return Product downloads */ public int getM_ProductDownload_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductDownload_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Message ID. @param MessageID EMail Message ID */ public void setMessageID (String MessageID) { set_ValueNoCheck (COLUMNNAME_MessageID, MessageID); } /** Get Message ID. @return EMail Message ID */ public String getMessageID() { return (String)get_Value(COLUMNNAME_MessageID); } /** Set Movement Date. @param MovementDate Date a product was moved in or out of inventory */ public void setMovementDate (Timestamp MovementDate) { set_ValueNoCheck (COLUMNNAME_MovementDate, MovementDate); } /** Get Movement Date. @return Date a product was moved in or out of inventory */ public Timestamp getMovementDate() { return (Timestamp)get_Value(COLUMNNAME_MovementDate); } /** Get Record ID/ColumnName @return ID/ColumnName pair */ public KeyNamePair getKeyNamePair() { return new KeyNamePair(get_ID(), String.valueOf(getMovementDate())); } /** Set Referrer. @param Referrer Referring web address */ public void setReferrer (String Referrer) { set_ValueNoCheck (COLUMNNAME_Referrer, Referrer); } /** Get Referrer. @return Referring web address */ public String getReferrer() { return (String)get_Value(COLUMNNAME_Referrer); } /** Set Remote Addr. @param Remote_Addr Remote Address */ public void setRemote_Addr (String Remote_Addr) { set_ValueNoCheck (COLUMNNAME_Remote_Addr, Remote_Addr); } /** Get Remote Addr. @return Remote Address */ public String getRemote_Addr() { return (String)get_Value(COLUMNNAME_Remote_Addr); } /** Set Remote Host. @param Remote_Host Remote host Info */ public void setRemote_Host (String Remote_Host) { set_ValueNoCheck (COLUMNNAME_Remote_Host, Remote_Host); } /** Get Remote Host. @return Remote host Info */ public String getRemote_Host() { return (String)get_Value(COLUMNNAME_Remote_Host); } /** Set Serial No. @param SerNo Product Serial Number */ public void setSerNo (String SerNo) { set_ValueNoCheck (COLUMNNAME_SerNo, SerNo); } /** Get Serial No. @return Product Serial Number */ public String getSerNo() { return (String)get_Value(COLUMNNAME_SerNo); } /** Set URL. @param URL Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL) { set_ValueNoCheck (COLUMNNAME_URL, URL); } /** Get URL. @return Full URL address - e.g. http://www.idempiere.org */ public String getURL() { return (String)get_Value(COLUMNNAME_URL); } /** Set Version No. @param VersionNo Version Number */ public void setVersionNo (String VersionNo) { set_ValueNoCheck (COLUMNNAME_VersionNo, VersionNo); } /** Get Version No. @return Version Number */ public String getVersionNo() { return (String)get_Value(COLUMNNAME_VersionNo); } }