/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2007 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.spinsuite.model; import java.math.BigDecimal; import java.sql.Timestamp; import java.util.Date; import org.spinsuite.util.KeyNamePair; /** Generated Interface for AD_User * @author Adempiere (generated) * @version Release 3.7.0LTS (1252452765) */ public interface I_AD_User { /** TableName=AD_User */ public static final String Table_Name = "AD_User"; /** SFA_Table_ID=50075 */ public static final int SFA_Table_ID = 50075; KeyNamePair Model = new KeyNamePair(SFA_Table_ID, Table_Name); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Client. * Client/Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within client */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within client */ public int getAD_Org_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_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set Usuario. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get Usuario. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); /** Column name Birthday */ public static final String COLUMNNAME_Birthday = "Birthday"; /** Set Birthday. * Birthday or Anniversary day */ public void setBirthday (Date Birthday); /** Get Birthday. * Birthday or Anniversary day */ public Date getBirthday(); /** 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(); /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; /** Set Partner Location. * Identifies the (ship to) address for this Business Partner */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID); /** Get Partner Location. * Identifies the (ship to) address for this Business Partner */ public int getC_BPartner_Location_ID(); /** Column name C_Greeting_ID */ public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID"; /** Set Greeting. * Greeting to print on correspondence */ public void setC_Greeting_ID (int C_Greeting_ID); /** Get Greeting. * Greeting to print on correspondence */ public int getC_Greeting_ID(); /** Column name C_Job_ID */ public static final String COLUMNNAME_C_Job_ID = "C_Job_ID"; /** Set Position. * Job Position */ public void setC_Job_ID (int C_Job_ID); /** Get Position. * Job Position */ public int getC_Job_ID(); /** Column name Comments */ public static final String COLUMNNAME_Comments = "Comments"; /** Set Comments. * Comments or additional information */ public void setComments (String Comments); /** Get Comments. * Comments or additional information */ public String getComments(); /** Column name ConnectionProfile */ public static final String COLUMNNAME_ConnectionProfile = "ConnectionProfile"; /** Set Connection Profile. * How a Java Client connects to the server(s) */ public void setConnectionProfile (String ConnectionProfile); /** Get Connection Profile. * How a Java Client connects to the server(s) */ public String getConnectionProfile(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Date 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 EMail */ public static final String COLUMNNAME_EMail = "EMail"; /** Set EMail Address. * Electronic Mail Address */ public void setEMail (String EMail); /** Get EMail Address. * Electronic Mail Address */ public String getEMail(); /** Column name EMailUser */ public static final String COLUMNNAME_EMailUser = "EMailUser"; /** Set EMail User ID. * User Name (ID) in the Mail System */ public void setEMailUser (String EMailUser); /** Get EMail User ID. * User Name (ID) in the Mail System */ public String getEMailUser(); /** Column name EMailUserPW */ public static final String COLUMNNAME_EMailUserPW = "EMailUserPW"; /** Set EMail User Password. * Password of your email user id */ public void setEMailUserPW (String EMailUserPW); /** Get EMail User Password. * Password of your email user id */ public String getEMailUserPW(); /** Column name EMailVerify */ public static final String COLUMNNAME_EMailVerify = "EMailVerify"; /** Set Verification Info. * Verification information of EMail Address */ public void setEMailVerify (String EMailVerify); /** Get Verification Info. * Verification information of EMail Address */ public String getEMailVerify(); /** Column name EMailVerifyDate */ public static final String COLUMNNAME_EMailVerifyDate = "EMailVerifyDate"; /** Set EMail Verify. * Date Email was verified */ public void setEMailVerifyDate (Date EMailVerifyDate); /** Get EMail Verify. * Date Email was verified */ public Date getEMailVerifyDate(); /** Column name Fax */ public static final String COLUMNNAME_Fax = "Fax"; /** Set Fax. * Facsimile number */ public void setFax (String Fax); /** Get Fax. * Facsimile number */ public String getFax(); /** 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 IsFullBPAccess */ public static final String COLUMNNAME_IsFullBPAccess = "IsFullBPAccess"; /** Set Full BP Access. * The user/contact has full access to Business Partner information and resources */ public void setIsFullBPAccess (boolean IsFullBPAccess); /** Get Full BP Access. * The user/contact has full access to Business Partner information and resources */ public boolean isFullBPAccess(); /** Column name IsInPayroll */ public static final String COLUMNNAME_IsInPayroll = "IsInPayroll"; /** Set Is In Payroll. * Defined if any User Contact will be used for Calculate Payroll */ public void setIsInPayroll (boolean IsInPayroll); /** Get Is In Payroll. * Defined if any User Contact will be used for Calculate Payroll */ public boolean isInPayroll(); /** Column name LastContact */ public static final String COLUMNNAME_LastContact = "LastContact"; /** Set Last Contact. * Date this individual was last contacted */ public void setLastContact (Date LastContact); /** Get Last Contact. * Date this individual was last contacted */ public Date getLastContact(); /** Column name LastResult */ public static final String COLUMNNAME_LastResult = "LastResult"; /** Set Last Result. * Result of last contact */ public void setLastResult (String LastResult); /** Get Last Result. * Result of last contact */ public String getLastResult(); /** Column name LDAPUser */ public static final String COLUMNNAME_LDAPUser = "LDAPUser"; /** Set LDAP User Name. * User Name used for authorization via LDAP (directory) services */ public void setLDAPUser (String LDAPUser); /** Get LDAP User Name. * User Name used for authorization via LDAP (directory) services */ public String getLDAPUser(); /** 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 NotificationType */ public static final String COLUMNNAME_NotificationType = "NotificationType"; /** Set Notification Type. * Type of Notifications */ public void setNotificationType (String NotificationType); /** Get Notification Type. * Type of Notifications */ public String getNotificationType(); /** Column name Password */ public static final String COLUMNNAME_Password = "Password"; /** Set Password. * Password of any length (case sensitive) */ public void setPassword (String Password); /** Get Password. * Password of any length (case sensitive) */ public String getPassword(); /** Column name Phone */ public static final String COLUMNNAME_Phone = "Phone"; /** Set Phone. * Identifies a telephone number */ public void setPhone (String Phone); /** Get Phone. * Identifies a telephone number */ public String getPhone(); /** Column name Phone2 */ public static final String COLUMNNAME_Phone2 = "Phone2"; /** Set 2nd Phone. * Identifies an alternate telephone number. */ public void setPhone2 (String Phone2); /** Get 2nd Phone. * Identifies an alternate telephone number. */ public String getPhone2(); /** 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 Supervisor_ID */ public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID"; /** Set Supervisor. * Supervisor for this user/organization - used for escalation and approval */ public void setSupervisor_ID (int Supervisor_ID); /** Get Supervisor. * Supervisor for this user/organization - used for escalation and approval */ public int getSupervisor_ID(); /** Column name Title */ public static final String COLUMNNAME_Title = "Title"; /** Set Title. * Name this entity is referred to as */ public void setTitle (String Title); /** Get Title. * Name this entity is referred to as */ public String getTitle(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Date getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); /** Column name UserPIN */ public static final String COLUMNNAME_UserPIN = "UserPIN"; /** Set User PIN */ public void setUserPIN (String UserPIN); /** Get User PIN */ public String getUserPIN(); /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; /** Set Search Key. * Search key for the record in the format required - must be unique */ public void setValue (String Value); /** Get Search Key. * Search key for the record in the format required - must be unique */ public String getValue(); }