/****************************************************************************** * 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.compiere.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DocumentStatus * @author iDempiere (generated) * @version Release 11 */ public interface I_PA_DocumentStatus { /** TableName=PA_DocumentStatus */ public static final String Table_Name = "PA_DocumentStatus"; /** AD_Table_ID=200216 */ public static final int Table_ID = 200216; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 7 - System - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(7); /** 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_Form_ID */ public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID"; /** Set Special Form. * Special Form */ public void setAD_Form_ID (int AD_Form_ID); /** Get Special Form. * Special Form */ public int getAD_Form_ID(); public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** 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_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; /** Set Role. * Responsibility Role */ public void setAD_Role_ID (int AD_Role_ID); /** Get Role. * Responsibility Role */ public int getAD_Role_ID(); public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; /** Set Table. * Database Table information */ public void setAD_Table_ID (int AD_Table_ID); /** Get Table. * Database Table information */ public int getAD_Table_ID(); public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** 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 AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; /** Set Window. * Data entry or display window */ public void setAD_Window_ID (int AD_Window_ID); /** Get Window. * Data entry or display window */ public int getAD_Window_ID(); public org.compiere.model.I_AD_Window getAD_Window() 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 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 Description */ public static final String COLUMNNAME_Description = "Description"; /** Set Description. * Optional short description of the record */ public void setDescription (String Description); /** Get Description. * Optional short description of the record */ public String getDescription(); /** Column name EntityType */ public static final String COLUMNNAME_EntityType = "EntityType"; /** Set Entity Type. * Dictionary Entity Type; Determines ownership and synchronization */ public void setEntityType (String EntityType); /** Get Entity Type. * Dictionary Entity Type; Determines ownership and synchronization */ public String getEntityType(); /** 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 Name */ public static final String COLUMNNAME_Name = "Name"; /** Set Name. * Alphanumeric identifier of the entity */ public void setName (String Name); /** Get Name. * Alphanumeric identifier of the entity */ public String getName(); /** Column name Name_PrintColor_ID */ public static final String COLUMNNAME_Name_PrintColor_ID = "Name_PrintColor_ID"; /** Set Print Color for Name */ public void setName_PrintColor_ID (int Name_PrintColor_ID); /** Get Print Color for Name */ public int getName_PrintColor_ID(); public org.compiere.model.I_AD_PrintColor getName_PrintColor() throws RuntimeException; /** Column name Name_PrintFont_ID */ public static final String COLUMNNAME_Name_PrintFont_ID = "Name_PrintFont_ID"; /** Set Print Font for Name */ public void setName_PrintFont_ID (int Name_PrintFont_ID); /** Get Print Font for Name */ public int getName_PrintFont_ID(); public org.compiere.model.I_AD_PrintFont getName_PrintFont() throws RuntimeException; /** Column name Number_PrintColor_ID */ public static final String COLUMNNAME_Number_PrintColor_ID = "Number_PrintColor_ID"; /** Set Print Color for Number */ public void setNumber_PrintColor_ID (int Number_PrintColor_ID); /** Get Print Color for Number */ public int getNumber_PrintColor_ID(); public org.compiere.model.I_AD_PrintColor getNumber_PrintColor() throws RuntimeException; /** Column name Number_PrintFont_ID */ public static final String COLUMNNAME_Number_PrintFont_ID = "Number_PrintFont_ID"; /** Set Print Font for Number */ public void setNumber_PrintFont_ID (int Number_PrintFont_ID); /** Get Print Font for Number */ public int getNumber_PrintFont_ID(); public org.compiere.model.I_AD_PrintFont getNumber_PrintFont() throws RuntimeException; /** Column name PA_DocumentStatus_ID */ public static final String COLUMNNAME_PA_DocumentStatus_ID = "PA_DocumentStatus_ID"; /** Set Document Status */ public void setPA_DocumentStatus_ID (int PA_DocumentStatus_ID); /** Get Document Status */ public int getPA_DocumentStatus_ID(); /** Column name PA_DocumentStatus_UU */ public static final String COLUMNNAME_PA_DocumentStatus_UU = "PA_DocumentStatus_UU"; /** Set PA_DocumentStatus_UU */ public void setPA_DocumentStatus_UU (String PA_DocumentStatus_UU); /** Get PA_DocumentStatus_UU */ public String getPA_DocumentStatus_UU(); /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; /** Set Sequence. * Method of ordering records; lowest number comes first */ public void setSeqNo (int SeqNo); /** Get Sequence. * Method of ordering records; lowest number comes first */ public int getSeqNo(); /** 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 WhereClause */ public static final String COLUMNNAME_WhereClause = "WhereClause"; /** Set Sql WHERE. * Fully qualified SQL WHERE clause */ public void setWhereClause (String WhereClause); /** Get Sql WHERE. * Fully qualified SQL WHERE clause */ public String getWhereClause(); }