/****************************************************************************** * 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 * *****************************************************************************/ package org.eevolution.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Movement * @author iDempiere (generated) * @version Release 12 */ @SuppressWarnings("all") public interface I_I_Movement { /** TableName=I_Movement */ public static final String Table_Name = "I_Movement"; /** AD_Table_ID=53278 */ public static final int Table_ID = 53278; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Tenant. * Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_OrgTrx_ID */ public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; /** Set Trx Organization. * Performing or initiating organization */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); /** Get Trx Organization. * Performing or initiating organization */ public int getAD_OrgTrx_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within tenant */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within tenant */ public int getAD_Org_ID(); /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name BPartnerValue */ public static final String COLUMNNAME_BPartnerValue = "BPartnerValue"; /** Set Business Partner Key. * Key of the Business Partner */ public void setBPartnerValue (String BPartnerValue); /** Get Business Partner Key. * Key of the Business Partner */ public String getBPartnerValue(); /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; /** Set Campaign. * Marketing Campaign */ public void setC_Campaign_ID (int C_Campaign_ID); /** Get Campaign. * Marketing Campaign */ public int getC_Campaign_ID(); public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; /** Set Document Type. * Document type or rules */ public void setC_DocType_ID (int C_DocType_ID); /** Get Document Type. * Document type or rules */ public int getC_DocType_ID(); public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; /** Set Project. * Financial Project */ public void setC_Project_ID (int C_Project_ID); /** Get Project. * Financial Project */ public int getC_Project_ID(); public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name CampaignValue */ public static final String COLUMNNAME_CampaignValue = "CampaignValue"; /** Set Campaign Key. * Text key of the Campaign */ public void setCampaignValue (String CampaignValue); /** Get Campaign Key. * Text key of the Campaign */ public String getCampaignValue(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Timestamp getCreated(); /** Column name CreatedBy */ public static final String COLUMNNAME_CreatedBy = "CreatedBy"; /** Get Created By. * User who created this records */ public int getCreatedBy(); /** Column name DeliveryRule */ public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; /** Set Delivery Rule. * Defines the timing of Delivery */ public void setDeliveryRule (String DeliveryRule); /** Get Delivery Rule. * Defines the timing of Delivery */ public String getDeliveryRule(); /** Column name DeliveryViaRule */ public static final String COLUMNNAME_DeliveryViaRule = "DeliveryViaRule"; /** Set Delivery Via. * How the order will be delivered */ public void setDeliveryViaRule (String DeliveryViaRule); /** Get Delivery Via. * How the order will be delivered */ public String getDeliveryViaRule(); /** Column name DocTypeName */ public static final String COLUMNNAME_DocTypeName = "DocTypeName"; /** Set Document Type Name. * Name of the Document Type */ public void setDocTypeName (String DocTypeName); /** Get Document Type Name. * Name of the Document Type */ public String getDocTypeName(); /** Column name DocumentNo */ public static final String COLUMNNAME_DocumentNo = "DocumentNo"; /** Set Document No. * Document sequence number of the document */ public void setDocumentNo (String DocumentNo); /** Get Document No. * Document sequence number of the document */ public String getDocumentNo(); /** Column name FreightCostRule */ public static final String COLUMNNAME_FreightCostRule = "FreightCostRule"; /** Set Freight Cost Rule. * Method for charging Freight */ public void setFreightCostRule (String FreightCostRule); /** Get Freight Cost Rule. * Method for charging Freight */ public String getFreightCostRule(); /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; /** Set Import Error Message. * Messages generated from import process */ public void setI_ErrorMsg (String I_ErrorMsg); /** Get Import Error Message. * Messages generated from import process */ public String getI_ErrorMsg(); /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; /** Set Imported. * Has this import been processed */ public void setI_IsImported (boolean I_IsImported); /** Get Imported. * Has this import been processed */ public boolean isI_IsImported(); /** Column name I_Movement_ID */ public static final String COLUMNNAME_I_Movement_ID = "I_Movement_ID"; /** Set I_Movement_ID */ public void setI_Movement_ID (int I_Movement_ID); /** Get I_Movement_ID */ public int getI_Movement_ID(); /** Column name I_Movement_UU */ public static final String COLUMNNAME_I_Movement_UU = "I_Movement_UU"; /** Set I_Movement_UU */ public void setI_Movement_UU (String I_Movement_UU); /** Get I_Movement_UU */ public String getI_Movement_UU(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; /** Set Active. * The record is active in the system */ public void setIsActive (boolean IsActive); /** Get Active. * The record is active in the system */ public boolean isActive(); /** Column name LocatorToValue */ public static final String COLUMNNAME_LocatorToValue = "LocatorToValue"; /** Set Locator To Key */ public void setLocatorToValue (String LocatorToValue); /** Get Locator To Key */ public String getLocatorToValue(); /** Column name LocatorValue */ public static final String COLUMNNAME_LocatorValue = "LocatorValue"; /** Set Locator Key. * Key of the Warehouse Locator */ public void setLocatorValue (String LocatorValue); /** Get Locator Key. * Key of the Warehouse Locator */ public String getLocatorValue(); /** Column name M_LocatorTo_ID */ public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; /** Set Locator To. * Location inventory is moved to */ public void setM_LocatorTo_ID (int M_LocatorTo_ID); /** Get Locator To. * Location inventory is moved to */ public int getM_LocatorTo_ID(); public I_M_Locator getM_LocatorTo() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; /** Set Locator. * Warehouse Locator */ public void setM_Locator_ID (int M_Locator_ID); /** Get Locator. * Warehouse Locator */ public int getM_Locator_ID(); public I_M_Locator getM_Locator() throws RuntimeException; /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; /** Set Move Line. * Inventory Move document Line */ public void setM_MovementLine_ID (int M_MovementLine_ID); /** Get Move Line. * Inventory Move document Line */ public int getM_MovementLine_ID(); public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name M_Movement_ID */ public static final String COLUMNNAME_M_Movement_ID = "M_Movement_ID"; /** Set Inventory Move. * Movement of Inventory */ public void setM_Movement_ID (int M_Movement_ID); /** Get Inventory Move. * Movement of Inventory */ public int getM_Movement_ID(); public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; /** Set Product. * Product, Service, Item */ public void setM_Product_ID (int M_Product_ID); /** Get Product. * Product, Service, Item */ public int getM_Product_ID(); public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; /** Set Shipper. * Method or manner of product delivery */ public void setM_Shipper_ID (int M_Shipper_ID); /** Get Shipper. * Method or manner of product delivery */ public int getM_Shipper_ID(); public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; /** Set Movement Date. * Date a product was moved in or out of inventory */ public void setMovementDate (Timestamp MovementDate); /** Get Movement Date. * Date a product was moved in or out of inventory */ public Timestamp getMovementDate(); /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; /** Set Movement Quantity. * Quantity of a product moved. */ public void setMovementQty (BigDecimal MovementQty); /** Get Movement Quantity. * Quantity of a product moved. */ public BigDecimal getMovementQty(); /** Column name OrgTrxValue */ public static final String COLUMNNAME_OrgTrxValue = "OrgTrxValue"; /** Set Trx Org Key. * Key of the Transaction Organization */ public void setOrgTrxValue (String OrgTrxValue); /** Get Trx Org Key. * Key of the Transaction Organization */ public String getOrgTrxValue(); /** Column name OrgValue */ public static final String COLUMNNAME_OrgValue = "OrgValue"; /** Set Org Key. * Key of the Organization */ public void setOrgValue (String OrgValue); /** Get Org Key. * Key of the Organization */ public String getOrgValue(); /** Column name PriorityRule */ public static final String COLUMNNAME_PriorityRule = "PriorityRule"; /** Set Priority. * Priority of a document */ public void setPriorityRule (String PriorityRule); /** Get Priority. * Priority of a document */ public String getPriorityRule(); /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; /** Set Processed. * The document has been processed */ public void setProcessed (boolean Processed); /** Get Processed. * The document has been processed */ public boolean isProcessed(); /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; /** Set Process Now */ public void setProcessing (boolean Processing); /** Get Process Now */ public boolean isProcessing(); /** Column name ProductValue */ public static final String COLUMNNAME_ProductValue = "ProductValue"; /** Set Product Key. * Key of the Product */ public void setProductValue (String ProductValue); /** Get Product Key. * Key of the Product */ public String getProductValue(); /** Column name ProjectValue */ public static final String COLUMNNAME_ProjectValue = "ProjectValue"; /** Set Project Key. * Key of the Project */ public void setProjectValue (String ProjectValue); /** Get Project Key. * Key of the Project */ public String getProjectValue(); /** Column name ShipperName */ public static final String COLUMNNAME_ShipperName = "ShipperName"; /** Set Shipper Name */ public void setShipperName (String ShipperName); /** Get Shipper Name */ public String getShipperName(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Timestamp getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); /** Column name User1_ID */ public static final String COLUMNNAME_User1_ID = "User1_ID"; /** Set User Element List 1. * User defined list element #1 */ public void setUser1_ID (String User1_ID); /** Get User Element List 1. * User defined list element #1 */ public String getUser1_ID(); /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; /** Set User Element List 2. * User defined list element #2 */ public void setUser2_ID (String User2_ID); /** Get User Element List 2. * User defined list element #2 */ public String getUser2_ID(); }