Model generated for 3.1.5

This commit is contained in:
Carlos Ruiz 2007-02-28 21:24:57 +00:00
parent f39c25dbb3
commit 90b2c18bec
544 changed files with 14721 additions and 1916 deletions

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_AccessLog /** Generated Model for AD_AccessLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_AccessLog extends PO public class X_AD_AccessLog extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -106,6 +106,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_AccessLog_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_AccessLog_ID()));
} }
/** Column name AD_AccessLog_ID */
public static final String COLUMNNAME_AD_AccessLog_ID = "AD_AccessLog_ID";
/** Set Column. /** Set Column.
@param AD_Column_ID Column in the table */ @param AD_Column_ID Column in the table */
public void setAD_Column_ID (int AD_Column_ID) public void setAD_Column_ID (int AD_Column_ID)
@ -122,6 +124,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -138,6 +142,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -155,6 +161,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -171,6 +179,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Remote Addr. /** Set Remote Addr.
@param Remote_Addr Remote Address */ @param Remote_Addr Remote Address */
public void setRemote_Addr (String Remote_Addr) public void setRemote_Addr (String Remote_Addr)
@ -188,6 +198,8 @@ public String getRemote_Addr()
{ {
return (String)get_Value("Remote_Addr"); return (String)get_Value("Remote_Addr");
} }
/** Column name Remote_Addr */
public static final String COLUMNNAME_Remote_Addr = "Remote_Addr";
/** Set Remote Host. /** Set Remote Host.
@param Remote_Host Remote host Info */ @param Remote_Host Remote host Info */
public void setRemote_Host (String Remote_Host) public void setRemote_Host (String Remote_Host)
@ -205,6 +217,8 @@ public String getRemote_Host()
{ {
return (String)get_Value("Remote_Host"); return (String)get_Value("Remote_Host");
} }
/** Column name Remote_Host */
public static final String COLUMNNAME_Remote_Host = "Remote_Host";
/** Set Reply. /** Set Reply.
@param Reply Reply or Answer */ @param Reply Reply or Answer */
public void setReply (String Reply) public void setReply (String Reply)
@ -222,6 +236,8 @@ public String getReply()
{ {
return (String)get_Value("Reply"); return (String)get_Value("Reply");
} }
/** Column name Reply */
public static final String COLUMNNAME_Reply = "Reply";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -239,4 +255,6 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Alert /** Generated Model for AD_Alert
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Alert extends PO public class X_AD_Alert extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ Integer ii = (Integer)get_Value("AD_AlertProcessor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AlertProcessor_ID */
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";
/** Set Alert. /** Set Alert.
@param AD_Alert_ID Adempiere Alert */ @param AD_Alert_ID Adempiere Alert */
public void setAD_Alert_ID (int AD_Alert_ID) public void setAD_Alert_ID (int AD_Alert_ID)
@ -122,6 +124,8 @@ Integer ii = (Integer)get_Value("AD_Alert_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
/** Set Alert Message. /** Set Alert Message.
@param AlertMessage Message of the Alert */ @param AlertMessage Message of the Alert */
public void setAlertMessage (String AlertMessage) public void setAlertMessage (String AlertMessage)
@ -140,6 +144,8 @@ public String getAlertMessage()
{ {
return (String)get_Value("AlertMessage"); return (String)get_Value("AlertMessage");
} }
/** Column name AlertMessage */
public static final String COLUMNNAME_AlertMessage = "AlertMessage";
/** Set Alert Subject. /** Set Alert Subject.
@param AlertSubject Subject of the Alert */ @param AlertSubject Subject of the Alert */
public void setAlertSubject (String AlertSubject) public void setAlertSubject (String AlertSubject)
@ -158,6 +164,8 @@ public String getAlertSubject()
{ {
return (String)get_Value("AlertSubject"); return (String)get_Value("AlertSubject");
} }
/** Column name AlertSubject */
public static final String COLUMNNAME_AlertSubject = "AlertSubject";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -175,6 +183,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Enforce Client Security. /** Set Enforce Client Security.
@param EnforceClientSecurity Send alerts to recipient only if the client security rules of the role allows */ @param EnforceClientSecurity Send alerts to recipient only if the client security rules of the role allows */
public void setEnforceClientSecurity (boolean EnforceClientSecurity) public void setEnforceClientSecurity (boolean EnforceClientSecurity)
@ -193,6 +203,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name EnforceClientSecurity */
public static final String COLUMNNAME_EnforceClientSecurity = "EnforceClientSecurity";
/** Set Enforce Role Security. /** Set Enforce Role Security.
@param EnforceRoleSecurity Send alerts to recipient only if the data security rules of the role allows */ @param EnforceRoleSecurity Send alerts to recipient only if the data security rules of the role allows */
public void setEnforceRoleSecurity (boolean EnforceRoleSecurity) public void setEnforceRoleSecurity (boolean EnforceRoleSecurity)
@ -211,6 +223,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name EnforceRoleSecurity */
public static final String COLUMNNAME_EnforceRoleSecurity = "EnforceRoleSecurity";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -228,6 +242,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Valid. /** Set Valid.
@param IsValid Element is valid */ @param IsValid Element is valid */
public void setIsValid (boolean IsValid) public void setIsValid (boolean IsValid)
@ -246,6 +262,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsValid */
public static final String COLUMNNAME_IsValid = "IsValid";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -270,4 +288,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_AlertProcessor /** Generated Model for AD_AlertProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_AlertProcessor extends PO public class X_AD_AlertProcessor extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_AlertProcessor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AlertProcessor_ID */
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";
/** Set Date last run. /** Set Date last run.
@param DateLastRun Date the process was last run. */ @param DateLastRun Date the process was last run. */
public void setDateLastRun (Timestamp DateLastRun) public void setDateLastRun (Timestamp DateLastRun)
@ -117,6 +119,8 @@ public Timestamp getDateLastRun()
{ {
return (Timestamp)get_Value("DateLastRun"); return (Timestamp)get_Value("DateLastRun");
} }
/** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
/** Set Date next run. /** Set Date next run.
@param DateNextRun Date the process will run next */ @param DateNextRun Date the process will run next */
public void setDateNextRun (Timestamp DateNextRun) public void setDateNextRun (Timestamp DateNextRun)
@ -129,6 +133,8 @@ public Timestamp getDateNextRun()
{ {
return (Timestamp)get_Value("DateNextRun"); return (Timestamp)get_Value("DateNextRun");
} }
/** Column name DateNextRun */
public static final String COLUMNNAME_DateNextRun = "DateNextRun";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -146,6 +152,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Frequency. /** Set Frequency.
@param Frequency Frequency of events */ @param Frequency Frequency of events */
public void setFrequency (int Frequency) public void setFrequency (int Frequency)
@ -160,6 +168,8 @@ Integer ii = (Integer)get_Value("Frequency");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Frequency */
public static final String COLUMNNAME_Frequency = "Frequency";
/** FrequencyType AD_Reference_ID=221 */ /** FrequencyType AD_Reference_ID=221 */
public static final int FREQUENCYTYPE_AD_Reference_ID=221; public static final int FREQUENCYTYPE_AD_Reference_ID=221;
@ -189,6 +199,8 @@ public String getFrequencyType()
{ {
return (String)get_Value("FrequencyType"); return (String)get_Value("FrequencyType");
} }
/** Column name FrequencyType */
public static final String COLUMNNAME_FrequencyType = "FrequencyType";
/** Set Days to keep Log. /** Set Days to keep Log.
@param KeepLogDays Number of days to keep the log entries */ @param KeepLogDays Number of days to keep the log entries */
public void setKeepLogDays (int KeepLogDays) public void setKeepLogDays (int KeepLogDays)
@ -203,6 +215,8 @@ Integer ii = (Integer)get_Value("KeepLogDays");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name KeepLogDays */
public static final String COLUMNNAME_KeepLogDays = "KeepLogDays";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -227,6 +241,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -245,6 +261,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Supervisor_ID AD_Reference_ID=316 */ /** Supervisor_ID AD_Reference_ID=316 */
public static final int SUPERVISOR_ID_AD_Reference_ID=316; public static final int SUPERVISOR_ID_AD_Reference_ID=316;
@ -263,4 +281,6 @@ Integer ii = (Integer)get_Value("Supervisor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Supervisor_ID */
public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_AlertProcessorLog /** Generated Model for AD_AlertProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_AlertProcessorLog extends PO public class X_AD_AlertProcessorLog extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_AlertProcessorLog_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AlertProcessorLog_ID */
public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID";
/** Set Alert Processor. /** Set Alert Processor.
@param AD_AlertProcessor_ID Alert Processor/Server Parameter */ @param AD_AlertProcessor_ID Alert Processor/Server Parameter */
public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID) public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_AlertProcessor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AlertProcessor_ID */
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";
/** Set BinaryData. /** Set BinaryData.
@param BinaryData Binary Data */ @param BinaryData Binary Data */
public void setBinaryData (byte[] BinaryData) public void setBinaryData (byte[] BinaryData)
@ -129,6 +133,8 @@ public byte[] getBinaryData()
{ {
return (byte[])get_Value("BinaryData"); return (byte[])get_Value("BinaryData");
} }
/** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -146,6 +152,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Error. /** Set Error.
@param IsError An Error occured in the execution */ @param IsError An Error occured in the execution */
public void setIsError (boolean IsError) public void setIsError (boolean IsError)
@ -164,6 +172,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsError */
public static final String COLUMNNAME_IsError = "IsError";
/** Set Reference. /** Set Reference.
@param Reference Reference for this record */ @param Reference Reference for this record */
public void setReference (String Reference) public void setReference (String Reference)
@ -181,6 +191,8 @@ public String getReference()
{ {
return (String)get_Value("Reference"); return (String)get_Value("Reference");
} }
/** Column name Reference */
public static final String COLUMNNAME_Reference = "Reference";
/** Set Summary. /** Set Summary.
@param Summary Textual summary of this request */ @param Summary Textual summary of this request */
public void setSummary (String Summary) public void setSummary (String Summary)
@ -198,6 +210,8 @@ public String getSummary()
{ {
return (String)get_Value("Summary"); return (String)get_Value("Summary");
} }
/** Column name Summary */
public static final String COLUMNNAME_Summary = "Summary";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -215,4 +229,6 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_AlertRecipient /** Generated Model for AD_AlertRecipient
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_AlertRecipient extends PO public class X_AD_AlertRecipient extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_AlertRecipient_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AlertRecipient_ID */
public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID";
/** Set Alert. /** Set Alert.
@param AD_Alert_ID Adempiere Alert */ @param AD_Alert_ID Adempiere Alert */
public void setAD_Alert_ID (int AD_Alert_ID) public void setAD_Alert_ID (int AD_Alert_ID)
@ -116,6 +118,8 @@ Integer ii = (Integer)get_Value("AD_Alert_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
/** Set Role. /** Set Role.
@param AD_Role_ID Responsibility Role */ @param AD_Role_ID Responsibility Role */
public void setAD_Role_ID (int AD_Role_ID) public void setAD_Role_ID (int AD_Role_ID)
@ -132,6 +136,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -154,4 +160,6 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID()));
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_AlertRule /** Generated Model for AD_AlertRule
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_AlertRule extends PO public class X_AD_AlertRule extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_AlertRule_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AlertRule_ID */
public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID";
/** Set Alert. /** Set Alert.
@param AD_Alert_ID Adempiere Alert */ @param AD_Alert_ID Adempiere Alert */
public void setAD_Alert_ID (int AD_Alert_ID) public void setAD_Alert_ID (int AD_Alert_ID)
@ -120,6 +122,8 @@ Integer ii = (Integer)get_Value("AD_Alert_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -136,6 +140,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Error Msg. /** Set Error Msg.
@param ErrorMsg Error Msg */ @param ErrorMsg Error Msg */
public void setErrorMsg (String ErrorMsg) public void setErrorMsg (String ErrorMsg)
@ -153,6 +159,8 @@ public String getErrorMsg()
{ {
return (String)get_Value("ErrorMsg"); return (String)get_Value("ErrorMsg");
} }
/** Column name ErrorMsg */
public static final String COLUMNNAME_ErrorMsg = "ErrorMsg";
/** Set Sql FROM. /** Set Sql FROM.
@param FromClause SQL FROM clause */ @param FromClause SQL FROM clause */
public void setFromClause (String FromClause) public void setFromClause (String FromClause)
@ -171,6 +179,8 @@ public String getFromClause()
{ {
return (String)get_Value("FromClause"); return (String)get_Value("FromClause");
} }
/** Column name FromClause */
public static final String COLUMNNAME_FromClause = "FromClause";
/** Set Valid. /** Set Valid.
@param IsValid Element is valid */ @param IsValid Element is valid */
public void setIsValid (boolean IsValid) public void setIsValid (boolean IsValid)
@ -189,6 +199,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsValid */
public static final String COLUMNNAME_IsValid = "IsValid";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -213,6 +225,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Other SQL Clause. /** Set Other SQL Clause.
@param OtherClause Other SQL Clause */ @param OtherClause Other SQL Clause */
public void setOtherClause (String OtherClause) public void setOtherClause (String OtherClause)
@ -230,6 +244,8 @@ public String getOtherClause()
{ {
return (String)get_Value("OtherClause"); return (String)get_Value("OtherClause");
} }
/** Column name OtherClause */
public static final String COLUMNNAME_OtherClause = "OtherClause";
/** Set Post Processing. /** Set Post Processing.
@param PostProcessing Process SQL after executing the query */ @param PostProcessing Process SQL after executing the query */
public void setPostProcessing (String PostProcessing) public void setPostProcessing (String PostProcessing)
@ -247,6 +263,8 @@ public String getPostProcessing()
{ {
return (String)get_Value("PostProcessing"); return (String)get_Value("PostProcessing");
} }
/** Column name PostProcessing */
public static final String COLUMNNAME_PostProcessing = "PostProcessing";
/** Set Pre Processing. /** Set Pre Processing.
@param PreProcessing Process SQL before executing the query */ @param PreProcessing Process SQL before executing the query */
public void setPreProcessing (String PreProcessing) public void setPreProcessing (String PreProcessing)
@ -264,6 +282,8 @@ public String getPreProcessing()
{ {
return (String)get_Value("PreProcessing"); return (String)get_Value("PreProcessing");
} }
/** Column name PreProcessing */
public static final String COLUMNNAME_PreProcessing = "PreProcessing";
/** Set Sql SELECT. /** Set Sql SELECT.
@param SelectClause SQL SELECT clause */ @param SelectClause SQL SELECT clause */
public void setSelectClause (String SelectClause) public void setSelectClause (String SelectClause)
@ -282,6 +302,8 @@ public String getSelectClause()
{ {
return (String)get_Value("SelectClause"); return (String)get_Value("SelectClause");
} }
/** Column name SelectClause */
public static final String COLUMNNAME_SelectClause = "SelectClause";
/** Set Sql WHERE. /** Set Sql WHERE.
@param WhereClause Fully qualified SQL WHERE clause */ @param WhereClause Fully qualified SQL WHERE clause */
public void setWhereClause (String WhereClause) public void setWhereClause (String WhereClause)
@ -299,4 +321,6 @@ public String getWhereClause()
{ {
return (String)get_Value("WhereClause"); return (String)get_Value("WhereClause");
} }
/** Column name WhereClause */
public static final String COLUMNNAME_WhereClause = "WhereClause";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Archive /** Generated Model for AD_Archive
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Archive extends PO public class X_AD_Archive extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_Archive_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Archive_ID */
public static final String COLUMNNAME_AD_Archive_ID = "AD_Archive_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -119,6 +121,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -135,6 +139,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set BinaryData. /** Set BinaryData.
@param BinaryData Binary Data */ @param BinaryData Binary Data */
public void setBinaryData (byte[] BinaryData) public void setBinaryData (byte[] BinaryData)
@ -148,6 +154,8 @@ public byte[] getBinaryData()
{ {
return (byte[])get_Value("BinaryData"); return (byte[])get_Value("BinaryData");
} }
/** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData";
/** Set Business Partner . /** Set Business Partner .
@param C_BPartner_ID Identifies a Business Partner */ @param C_BPartner_ID Identifies a Business Partner */
public void setC_BPartner_ID (int C_BPartner_ID) public void setC_BPartner_ID (int C_BPartner_ID)
@ -164,6 +172,8 @@ Integer ii = (Integer)get_Value("C_BPartner_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -181,6 +191,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -198,6 +210,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Report. /** Set Report.
@param IsReport Indicates a Report record */ @param IsReport Indicates a Report record */
public void setIsReport (boolean IsReport) public void setIsReport (boolean IsReport)
@ -216,6 +230,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReport */
public static final String COLUMNNAME_IsReport = "IsReport";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -240,6 +256,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -256,4 +274,6 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Attachment /** Generated Model for AD_Attachment
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Attachment extends PO public class X_AD_Attachment extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_Attachment_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Attachment_ID */
public static final String COLUMNNAME_AD_Attachment_ID = "AD_Attachment_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set BinaryData. /** Set BinaryData.
@param BinaryData Binary Data */ @param BinaryData Binary Data */
public void setBinaryData (byte[] BinaryData) public void setBinaryData (byte[] BinaryData)
@ -130,6 +134,8 @@ public byte[] getBinaryData()
{ {
return (byte[])get_Value("BinaryData"); return (byte[])get_Value("BinaryData");
} }
/** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -145,6 +151,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -162,6 +170,8 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
/** Set Title. /** Set Title.
@param Title Name this entity is referred to as */ @param Title Name this entity is referred to as */
public void setTitle (String Title) public void setTitle (String Title)
@ -186,4 +196,6 @@ return (String)get_Value("Title");
{ {
return new KeyNamePair(get_ID(), getTitle()); return new KeyNamePair(get_ID(), getTitle());
} }
/** Column name Title */
public static final String COLUMNNAME_Title = "Title";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_AttachmentNote /** Generated Model for AD_AttachmentNote
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_AttachmentNote extends PO public class X_AD_AttachmentNote extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_AttachmentNote_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_AttachmentNote_ID */
public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID";
/** Set Attachment. /** Set Attachment.
@param AD_Attachment_ID Attachment for the document */ @param AD_Attachment_ID Attachment for the document */
public void setAD_Attachment_ID (int AD_Attachment_ID) public void setAD_Attachment_ID (int AD_Attachment_ID)
@ -119,6 +121,8 @@ Integer ii = (Integer)get_Value("AD_Attachment_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Attachment_ID */
public static final String COLUMNNAME_AD_Attachment_ID = "AD_Attachment_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -134,6 +138,8 @@ Integer ii = (Integer)get_Value("AD_User_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -152,6 +158,8 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
/** Set Title. /** Set Title.
@param Title Name this entity is referred to as */ @param Title Name this entity is referred to as */
public void setTitle (String Title) public void setTitle (String Title)
@ -176,4 +184,6 @@ return (String)get_Value("Title");
{ {
return new KeyNamePair(get_ID(), getTitle()); return new KeyNamePair(get_ID(), getTitle());
} }
/** Column name Title */
public static final String COLUMNNAME_Title = "Title";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Attribute /** Generated Model for AD_Attribute
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Attribute extends PO public class X_AD_Attribute extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -110,6 +110,8 @@ Integer ii = (Integer)get_Value("AD_Attribute_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Attribute_ID */
public static final String COLUMNNAME_AD_Attribute_ID = "AD_Attribute_ID";
/** AD_Reference_ID AD_Reference_ID=1 */ /** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1; public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
@ -128,6 +130,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** AD_Reference_Value_ID AD_Reference_ID=4 */ /** AD_Reference_Value_ID AD_Reference_ID=4 */
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4; public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
@ -147,6 +151,8 @@ Integer ii = (Integer)get_Value("AD_Reference_Value_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_Value_ID */
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -162,6 +168,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Dynamic Validation. /** Set Dynamic Validation.
@param AD_Val_Rule_ID Dynamic Validation Rule */ @param AD_Val_Rule_ID Dynamic Validation Rule */
public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) public void setAD_Val_Rule_ID (int AD_Val_Rule_ID)
@ -178,6 +186,8 @@ Integer ii = (Integer)get_Value("AD_Val_Rule_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
/** Set Callout. /** Set Callout.
@param Callout Fully qualified class names and method - separated by semicolons */ @param Callout Fully qualified class names and method - separated by semicolons */
public void setCallout (String Callout) public void setCallout (String Callout)
@ -195,6 +205,8 @@ public String getCallout()
{ {
return (String)get_Value("Callout"); return (String)get_Value("Callout");
} }
/** Column name Callout */
public static final String COLUMNNAME_Callout = "Callout";
/** Set Default Logic. /** Set Default Logic.
@param DefaultValue Default value hierarchy, separated by ; @param DefaultValue Default value hierarchy, separated by ;
*/ */
@ -214,6 +226,8 @@ public String getDefaultValue()
{ {
return (String)get_Value("DefaultValue"); return (String)get_Value("DefaultValue");
} }
/** Column name DefaultValue */
public static final String COLUMNNAME_DefaultValue = "DefaultValue";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -231,6 +245,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Display Length. /** Set Display Length.
@param DisplayLength Length of the display in characters */ @param DisplayLength Length of the display in characters */
public void setDisplayLength (int DisplayLength) public void setDisplayLength (int DisplayLength)
@ -245,6 +261,8 @@ Integer ii = (Integer)get_Value("DisplayLength");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name DisplayLength */
public static final String COLUMNNAME_DisplayLength = "DisplayLength";
/** Set Display Logic. /** Set Display Logic.
@param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed */ @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed */
public void setDisplayLogic (String DisplayLogic) public void setDisplayLogic (String DisplayLogic)
@ -262,6 +280,8 @@ public String getDisplayLogic()
{ {
return (String)get_Value("DisplayLogic"); return (String)get_Value("DisplayLogic");
} }
/** Column name DisplayLogic */
public static final String COLUMNNAME_DisplayLogic = "DisplayLogic";
/** Set Length. /** Set Length.
@param FieldLength Length of the column in the database */ @param FieldLength Length of the column in the database */
public void setFieldLength (int FieldLength) public void setFieldLength (int FieldLength)
@ -276,6 +296,8 @@ Integer ii = (Integer)get_Value("FieldLength");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name FieldLength */
public static final String COLUMNNAME_FieldLength = "FieldLength";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -293,6 +315,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Encrypted. /** Set Encrypted.
@param IsEncrypted Display or Storage is encrypted */ @param IsEncrypted Display or Storage is encrypted */
public void setIsEncrypted (boolean IsEncrypted) public void setIsEncrypted (boolean IsEncrypted)
@ -311,6 +335,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsEncrypted */
public static final String COLUMNNAME_IsEncrypted = "IsEncrypted";
/** Set Field Only. /** Set Field Only.
@param IsFieldOnly Label is not displayed */ @param IsFieldOnly Label is not displayed */
public void setIsFieldOnly (boolean IsFieldOnly) public void setIsFieldOnly (boolean IsFieldOnly)
@ -329,6 +355,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsFieldOnly */
public static final String COLUMNNAME_IsFieldOnly = "IsFieldOnly";
/** Set Heading only. /** Set Heading only.
@param IsHeading Field without Column - Only label is displayed */ @param IsHeading Field without Column - Only label is displayed */
public void setIsHeading (boolean IsHeading) public void setIsHeading (boolean IsHeading)
@ -347,6 +375,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsHeading */
public static final String COLUMNNAME_IsHeading = "IsHeading";
/** Set Mandatory. /** Set Mandatory.
@param IsMandatory Data entry is required in this column */ @param IsMandatory Data entry is required in this column */
public void setIsMandatory (boolean IsMandatory) public void setIsMandatory (boolean IsMandatory)
@ -365,6 +395,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsMandatory */
public static final String COLUMNNAME_IsMandatory = "IsMandatory";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -383,6 +415,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
/** Set Same Line. /** Set Same Line.
@param IsSameLine Displayed on same line as previous field */ @param IsSameLine Displayed on same line as previous field */
public void setIsSameLine (boolean IsSameLine) public void setIsSameLine (boolean IsSameLine)
@ -401,6 +435,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSameLine */
public static final String COLUMNNAME_IsSameLine = "IsSameLine";
/** Set Updateable. /** Set Updateable.
@param IsUpdateable Determines, if the field can be updated */ @param IsUpdateable Determines, if the field can be updated */
public void setIsUpdateable (boolean IsUpdateable) public void setIsUpdateable (boolean IsUpdateable)
@ -419,6 +455,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsUpdateable */
public static final String COLUMNNAME_IsUpdateable = "IsUpdateable";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -443,6 +481,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -459,6 +499,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Value Format. /** Set Value Format.
@param VFormat Format of the value; @param VFormat Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ Can contain fixed format elements, Variables: "_lLoOaAcCa09" */
@ -478,6 +520,8 @@ public String getVFormat()
{ {
return (String)get_Value("VFormat"); return (String)get_Value("VFormat");
} }
/** Column name VFormat */
public static final String COLUMNNAME_VFormat = "VFormat";
/** Set Max. Value. /** Set Max. Value.
@param ValueMax Maximum Value for a field */ @param ValueMax Maximum Value for a field */
public void setValueMax (String ValueMax) public void setValueMax (String ValueMax)
@ -495,6 +539,8 @@ public String getValueMax()
{ {
return (String)get_Value("ValueMax"); return (String)get_Value("ValueMax");
} }
/** Column name ValueMax */
public static final String COLUMNNAME_ValueMax = "ValueMax";
/** Set Min. Value. /** Set Min. Value.
@param ValueMin Minimum Value for a field */ @param ValueMin Minimum Value for a field */
public void setValueMin (String ValueMin) public void setValueMin (String ValueMin)
@ -512,4 +558,6 @@ public String getValueMin()
{ {
return (String)get_Value("ValueMin"); return (String)get_Value("ValueMin");
} }
/** Column name ValueMin */
public static final String COLUMNNAME_ValueMin = "ValueMin";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Attribute_Value /** Generated Model for AD_Attribute_Value
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Attribute_Value extends PO public class X_AD_Attribute_Value extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_Attribute_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Attribute_ID */
public static final String COLUMNNAME_AD_Attribute_ID = "AD_Attribute_ID";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -116,6 +118,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set V_Date. /** Set V_Date.
@param V_Date V_Date */ @param V_Date V_Date */
public void setV_Date (Timestamp V_Date) public void setV_Date (Timestamp V_Date)
@ -128,6 +132,8 @@ public Timestamp getV_Date()
{ {
return (Timestamp)get_Value("V_Date"); return (Timestamp)get_Value("V_Date");
} }
/** Column name V_Date */
public static final String COLUMNNAME_V_Date = "V_Date";
/** Set V_Number. /** Set V_Number.
@param V_Number V_Number */ @param V_Number V_Number */
public void setV_Number (String V_Number) public void setV_Number (String V_Number)
@ -145,6 +151,8 @@ public String getV_Number()
{ {
return (String)get_Value("V_Number"); return (String)get_Value("V_Number");
} }
/** Column name V_Number */
public static final String COLUMNNAME_V_Number = "V_Number";
/** Set V_String. /** Set V_String.
@param V_String V_String */ @param V_String V_String */
public void setV_String (String V_String) public void setV_String (String V_String)
@ -162,4 +170,6 @@ public String getV_String()
{ {
return (String)get_Value("V_String"); return (String)get_Value("V_String");
} }
/** Column name V_String */
public static final String COLUMNNAME_V_String = "V_String";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ChangeLog /** Generated Model for AD_ChangeLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ChangeLog extends PO public class X_AD_ChangeLog extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_ChangeLog_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ChangeLog_ID */
public static final String COLUMNNAME_AD_ChangeLog_ID = "AD_ChangeLog_ID";
/** Set Column. /** Set Column.
@param AD_Column_ID Column in the table */ @param AD_Column_ID Column in the table */
public void setAD_Column_ID (int AD_Column_ID) public void setAD_Column_ID (int AD_Column_ID)
@ -120,6 +122,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Session. /** Set Session.
@param AD_Session_ID User Session Online or Web */ @param AD_Session_ID User Session Online or Web */
public void setAD_Session_ID (int AD_Session_ID) public void setAD_Session_ID (int AD_Session_ID)
@ -141,6 +145,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID()));
} }
/** Column name AD_Session_ID */
public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -156,6 +162,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -173,6 +181,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Customization. /** Set Customization.
@param IsCustomization The change is a customization of the data dictionary and can be applied after Migration */ @param IsCustomization The change is a customization of the data dictionary and can be applied after Migration */
public void setIsCustomization (boolean IsCustomization) public void setIsCustomization (boolean IsCustomization)
@ -191,6 +201,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCustomization */
public static final String COLUMNNAME_IsCustomization = "IsCustomization";
/** Set New Value. /** Set New Value.
@param NewValue New field value */ @param NewValue New field value */
public void setNewValue (String NewValue) public void setNewValue (String NewValue)
@ -208,6 +220,8 @@ public String getNewValue()
{ {
return (String)get_Value("NewValue"); return (String)get_Value("NewValue");
} }
/** Column name NewValue */
public static final String COLUMNNAME_NewValue = "NewValue";
/** Set Old Value. /** Set Old Value.
@param OldValue The old file data */ @param OldValue The old file data */
public void setOldValue (String OldValue) public void setOldValue (String OldValue)
@ -225,6 +239,8 @@ public String getOldValue()
{ {
return (String)get_Value("OldValue"); return (String)get_Value("OldValue");
} }
/** Column name OldValue */
public static final String COLUMNNAME_OldValue = "OldValue";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -240,6 +256,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Redo. /** Set Redo.
@param Redo Redo */ @param Redo Redo */
public void setRedo (String Redo) public void setRedo (String Redo)
@ -257,6 +275,8 @@ public String getRedo()
{ {
return (String)get_Value("Redo"); return (String)get_Value("Redo");
} }
/** Column name Redo */
public static final String COLUMNNAME_Redo = "Redo";
/** Set Transaction. /** Set Transaction.
@param TrxName Name of the transaction */ @param TrxName Name of the transaction */
public void setTrxName (String TrxName) public void setTrxName (String TrxName)
@ -274,6 +294,8 @@ public String getTrxName()
{ {
return (String)get_Value("TrxName"); return (String)get_Value("TrxName");
} }
/** Column name TrxName */
public static final String COLUMNNAME_TrxName = "TrxName";
/** Set Undo. /** Set Undo.
@param Undo Undo */ @param Undo Undo */
public void setUndo (String Undo) public void setUndo (String Undo)
@ -291,4 +313,6 @@ public String getUndo()
{ {
return (String)get_Value("Undo"); return (String)get_Value("Undo");
} }
/** Column name Undo */
public static final String COLUMNNAME_Undo = "Undo";
} }

View File

@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Client /** Generated Model for AD_Client
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Client extends PO public class X_AD_Client extends PO
{ {
/** Standard Constructor /** Standard Constructor

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ClientInfo /** Generated Model for AD_ClientInfo
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ClientInfo extends PO public class X_AD_ClientInfo extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_Tree_Activity_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_Activity_ID */
public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID";
/** AD_Tree_BPartner_ID AD_Reference_ID=184 */ /** AD_Tree_BPartner_ID AD_Reference_ID=184 */
public static final int AD_TREE_BPARTNER_ID_AD_Reference_ID=184; public static final int AD_TREE_BPARTNER_ID_AD_Reference_ID=184;
@ -123,6 +125,8 @@ Integer ii = (Integer)get_Value("AD_Tree_BPartner_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_BPartner_ID */
public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID";
/** AD_Tree_Campaign_ID AD_Reference_ID=184 */ /** AD_Tree_Campaign_ID AD_Reference_ID=184 */
public static final int AD_TREE_CAMPAIGN_ID_AD_Reference_ID=184; public static final int AD_TREE_CAMPAIGN_ID_AD_Reference_ID=184;
@ -142,6 +146,8 @@ Integer ii = (Integer)get_Value("AD_Tree_Campaign_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_Campaign_ID */
public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID";
/** AD_Tree_Menu_ID AD_Reference_ID=184 */ /** AD_Tree_Menu_ID AD_Reference_ID=184 */
public static final int AD_TREE_MENU_ID_AD_Reference_ID=184; public static final int AD_TREE_MENU_ID_AD_Reference_ID=184;
@ -161,6 +167,8 @@ Integer ii = (Integer)get_Value("AD_Tree_Menu_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_Menu_ID */
public static final String COLUMNNAME_AD_Tree_Menu_ID = "AD_Tree_Menu_ID";
/** AD_Tree_Org_ID AD_Reference_ID=184 */ /** AD_Tree_Org_ID AD_Reference_ID=184 */
public static final int AD_TREE_ORG_ID_AD_Reference_ID=184; public static final int AD_TREE_ORG_ID_AD_Reference_ID=184;
@ -180,6 +188,8 @@ Integer ii = (Integer)get_Value("AD_Tree_Org_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_Org_ID */
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
/** AD_Tree_Product_ID AD_Reference_ID=184 */ /** AD_Tree_Product_ID AD_Reference_ID=184 */
public static final int AD_TREE_PRODUCT_ID_AD_Reference_ID=184; public static final int AD_TREE_PRODUCT_ID_AD_Reference_ID=184;
@ -199,6 +209,8 @@ Integer ii = (Integer)get_Value("AD_Tree_Product_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_Product_ID */
public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID";
/** AD_Tree_Project_ID AD_Reference_ID=184 */ /** AD_Tree_Project_ID AD_Reference_ID=184 */
public static final int AD_TREE_PROJECT_ID_AD_Reference_ID=184; public static final int AD_TREE_PROJECT_ID_AD_Reference_ID=184;
@ -218,6 +230,8 @@ Integer ii = (Integer)get_Value("AD_Tree_Project_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_Project_ID */
public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID";
/** AD_Tree_SalesRegion_ID AD_Reference_ID=184 */ /** AD_Tree_SalesRegion_ID AD_Reference_ID=184 */
public static final int AD_TREE_SALESREGION_ID_AD_Reference_ID=184; public static final int AD_TREE_SALESREGION_ID_AD_Reference_ID=184;
@ -237,6 +251,8 @@ Integer ii = (Integer)get_Value("AD_Tree_SalesRegion_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tree_SalesRegion_ID */
public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID";
/** C_AcctSchema1_ID AD_Reference_ID=136 */ /** C_AcctSchema1_ID AD_Reference_ID=136 */
public static final int C_ACCTSCHEMA1_ID_AD_Reference_ID=136; public static final int C_ACCTSCHEMA1_ID_AD_Reference_ID=136;
@ -256,6 +272,8 @@ Integer ii = (Integer)get_Value("C_AcctSchema1_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_AcctSchema1_ID */
public static final String COLUMNNAME_C_AcctSchema1_ID = "C_AcctSchema1_ID";
/** C_BPartnerCashTrx_ID AD_Reference_ID=138 */ /** C_BPartnerCashTrx_ID AD_Reference_ID=138 */
public static final int C_BPARTNERCASHTRX_ID_AD_Reference_ID=138; public static final int C_BPARTNERCASHTRX_ID_AD_Reference_ID=138;
@ -275,6 +293,8 @@ Integer ii = (Integer)get_Value("C_BPartnerCashTrx_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_BPartnerCashTrx_ID */
public static final String COLUMNNAME_C_BPartnerCashTrx_ID = "C_BPartnerCashTrx_ID";
/** Set Calendar. /** Set Calendar.
@param C_Calendar_ID Accounting Calendar Name */ @param C_Calendar_ID Accounting Calendar Name */
public void setC_Calendar_ID (int C_Calendar_ID) public void setC_Calendar_ID (int C_Calendar_ID)
@ -291,6 +311,8 @@ Integer ii = (Integer)get_Value("C_Calendar_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_Calendar_ID */
public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID";
/** C_UOM_Length_ID AD_Reference_ID=114 */ /** C_UOM_Length_ID AD_Reference_ID=114 */
public static final int C_UOM_LENGTH_ID_AD_Reference_ID=114; public static final int C_UOM_LENGTH_ID_AD_Reference_ID=114;
@ -310,6 +332,8 @@ Integer ii = (Integer)get_Value("C_UOM_Length_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_UOM_Length_ID */
public static final String COLUMNNAME_C_UOM_Length_ID = "C_UOM_Length_ID";
/** C_UOM_Time_ID AD_Reference_ID=114 */ /** C_UOM_Time_ID AD_Reference_ID=114 */
public static final int C_UOM_TIME_ID_AD_Reference_ID=114; public static final int C_UOM_TIME_ID_AD_Reference_ID=114;
@ -329,6 +353,8 @@ Integer ii = (Integer)get_Value("C_UOM_Time_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_UOM_Time_ID */
public static final String COLUMNNAME_C_UOM_Time_ID = "C_UOM_Time_ID";
/** C_UOM_Volume_ID AD_Reference_ID=114 */ /** C_UOM_Volume_ID AD_Reference_ID=114 */
public static final int C_UOM_VOLUME_ID_AD_Reference_ID=114; public static final int C_UOM_VOLUME_ID_AD_Reference_ID=114;
@ -348,6 +374,8 @@ Integer ii = (Integer)get_Value("C_UOM_Volume_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_UOM_Volume_ID */
public static final String COLUMNNAME_C_UOM_Volume_ID = "C_UOM_Volume_ID";
/** C_UOM_Weight_ID AD_Reference_ID=114 */ /** C_UOM_Weight_ID AD_Reference_ID=114 */
public static final int C_UOM_WEIGHT_ID_AD_Reference_ID=114; public static final int C_UOM_WEIGHT_ID_AD_Reference_ID=114;
@ -367,6 +395,8 @@ Integer ii = (Integer)get_Value("C_UOM_Weight_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_UOM_Weight_ID */
public static final String COLUMNNAME_C_UOM_Weight_ID = "C_UOM_Weight_ID";
/** Set Discount calculated from Line Amounts. /** Set Discount calculated from Line Amounts.
@param IsDiscountLineAmt Payment Discount calculation does not include Taxes and Charges */ @param IsDiscountLineAmt Payment Discount calculation does not include Taxes and Charges */
public void setIsDiscountLineAmt (boolean IsDiscountLineAmt) public void setIsDiscountLineAmt (boolean IsDiscountLineAmt)
@ -385,6 +415,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDiscountLineAmt */
public static final String COLUMNNAME_IsDiscountLineAmt = "IsDiscountLineAmt";
/** Set Days to keep Log. /** Set Days to keep Log.
@param KeepLogDays Number of days to keep the log entries */ @param KeepLogDays Number of days to keep the log entries */
public void setKeepLogDays (int KeepLogDays) public void setKeepLogDays (int KeepLogDays)
@ -399,6 +431,8 @@ Integer ii = (Integer)get_Value("KeepLogDays");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name KeepLogDays */
public static final String COLUMNNAME_KeepLogDays = "KeepLogDays";
/** M_ProductFreight_ID AD_Reference_ID=162 */ /** M_ProductFreight_ID AD_Reference_ID=162 */
public static final int M_PRODUCTFREIGHT_ID_AD_Reference_ID=162; public static final int M_PRODUCTFREIGHT_ID_AD_Reference_ID=162;
@ -418,4 +452,6 @@ Integer ii = (Integer)get_Value("M_ProductFreight_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name M_ProductFreight_ID */
public static final String COLUMNNAME_M_ProductFreight_ID = "M_ProductFreight_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ClientShare /** Generated Model for AD_ClientShare
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ClientShare extends PO public class X_AD_ClientShare extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_ClientShare_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ClientShare_ID */
public static final String COLUMNNAME_AD_ClientShare_ID = "AD_ClientShare_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -135,6 +139,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -159,6 +165,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** ShareType AD_Reference_ID=365 */ /** ShareType AD_Reference_ID=365 */
public static final int SHARETYPE_AD_Reference_ID=365; public static final int SHARETYPE_AD_Reference_ID=365;
@ -188,4 +196,6 @@ public String getShareType()
{ {
return (String)get_Value("ShareType"); return (String)get_Value("ShareType");
} }
/** Column name ShareType */
public static final String COLUMNNAME_ShareType = "ShareType";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Color /** Generated Model for AD_Color
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Color extends PO public class X_AD_Color extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ Integer ii = (Integer)get_Value("AD_Color_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Color_ID */
public static final String COLUMNNAME_AD_Color_ID = "AD_Color_ID";
/** Set Image. /** Set Image.
@param AD_Image_ID Image or Icon */ @param AD_Image_ID Image or Icon */
public void setAD_Image_ID (int AD_Image_ID) public void setAD_Image_ID (int AD_Image_ID)
@ -124,6 +126,8 @@ Integer ii = (Integer)get_Value("AD_Image_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Image_ID */
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
/** Set Alpha. /** Set Alpha.
@param Alpha Color Alpha value 0-255 */ @param Alpha Color Alpha value 0-255 */
public void setAlpha (int Alpha) public void setAlpha (int Alpha)
@ -138,6 +142,8 @@ Integer ii = (Integer)get_Value("Alpha");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Alpha */
public static final String COLUMNNAME_Alpha = "Alpha";
/** Set 2nd Alpha. /** Set 2nd Alpha.
@param Alpha_1 Alpha value for second color */ @param Alpha_1 Alpha value for second color */
public void setAlpha_1 (int Alpha_1) public void setAlpha_1 (int Alpha_1)
@ -152,6 +158,8 @@ Integer ii = (Integer)get_Value("Alpha_1");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Alpha_1 */
public static final String COLUMNNAME_Alpha_1 = "Alpha_1";
/** Set Blue. /** Set Blue.
@param Blue Color RGB blue value */ @param Blue Color RGB blue value */
public void setBlue (int Blue) public void setBlue (int Blue)
@ -166,6 +174,8 @@ Integer ii = (Integer)get_Value("Blue");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Blue */
public static final String COLUMNNAME_Blue = "Blue";
/** Set 2nd Blue. /** Set 2nd Blue.
@param Blue_1 RGB value for second color */ @param Blue_1 RGB value for second color */
public void setBlue_1 (int Blue_1) public void setBlue_1 (int Blue_1)
@ -180,6 +190,8 @@ Integer ii = (Integer)get_Value("Blue_1");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Blue_1 */
public static final String COLUMNNAME_Blue_1 = "Blue_1";
/** ColorType AD_Reference_ID=243 */ /** ColorType AD_Reference_ID=243 */
public static final int COLORTYPE_AD_Reference_ID=243; public static final int COLORTYPE_AD_Reference_ID=243;
@ -206,6 +218,8 @@ public Object getColorType()
{ {
return get_Value("ColorType"); return get_Value("ColorType");
} }
/** Column name ColorType */
public static final String COLUMNNAME_ColorType = "ColorType";
/** Set Green. /** Set Green.
@param Green RGB value */ @param Green RGB value */
public void setGreen (int Green) public void setGreen (int Green)
@ -220,6 +234,8 @@ Integer ii = (Integer)get_Value("Green");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Green */
public static final String COLUMNNAME_Green = "Green";
/** Set 2nd Green. /** Set 2nd Green.
@param Green_1 RGB value for second color */ @param Green_1 RGB value for second color */
public void setGreen_1 (int Green_1) public void setGreen_1 (int Green_1)
@ -234,6 +250,8 @@ Integer ii = (Integer)get_Value("Green_1");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Green_1 */
public static final String COLUMNNAME_Green_1 = "Green_1";
/** Set Image Alpha . /** Set Image Alpha .
@param ImageAlpha Image Texture Composite Alpha */ @param ImageAlpha Image Texture Composite Alpha */
public void setImageAlpha (BigDecimal ImageAlpha) public void setImageAlpha (BigDecimal ImageAlpha)
@ -249,6 +267,8 @@ BigDecimal bd = (BigDecimal)get_Value("ImageAlpha");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name ImageAlpha */
public static final String COLUMNNAME_ImageAlpha = "ImageAlpha";
/** Set Default. /** Set Default.
@param IsDefault Default value */ @param IsDefault Default value */
public void setIsDefault (boolean IsDefault) public void setIsDefault (boolean IsDefault)
@ -267,6 +287,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDefault */
public static final String COLUMNNAME_IsDefault = "IsDefault";
/** Set Line Distance. /** Set Line Distance.
@param LineDistance Distance between lines */ @param LineDistance Distance between lines */
public void setLineDistance (int LineDistance) public void setLineDistance (int LineDistance)
@ -281,6 +303,8 @@ Integer ii = (Integer)get_Value("LineDistance");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LineDistance */
public static final String COLUMNNAME_LineDistance = "LineDistance";
/** Set Line Width. /** Set Line Width.
@param LineWidth Width of the lines */ @param LineWidth Width of the lines */
public void setLineWidth (int LineWidth) public void setLineWidth (int LineWidth)
@ -295,6 +319,8 @@ Integer ii = (Integer)get_Value("LineWidth");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LineWidth */
public static final String COLUMNNAME_LineWidth = "LineWidth";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -319,6 +345,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Red. /** Set Red.
@param Red RGB value */ @param Red RGB value */
public void setRed (int Red) public void setRed (int Red)
@ -333,6 +361,8 @@ Integer ii = (Integer)get_Value("Red");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Red */
public static final String COLUMNNAME_Red = "Red";
/** Set 2nd Red. /** Set 2nd Red.
@param Red_1 RGB value for second color */ @param Red_1 RGB value for second color */
public void setRed_1 (int Red_1) public void setRed_1 (int Red_1)
@ -347,6 +377,8 @@ Integer ii = (Integer)get_Value("Red_1");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Red_1 */
public static final String COLUMNNAME_Red_1 = "Red_1";
/** Set Repeat Distance. /** Set Repeat Distance.
@param RepeatDistance Distance in points to repeat gradient color - or zero */ @param RepeatDistance Distance in points to repeat gradient color - or zero */
public void setRepeatDistance (int RepeatDistance) public void setRepeatDistance (int RepeatDistance)
@ -361,6 +393,8 @@ Integer ii = (Integer)get_Value("RepeatDistance");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name RepeatDistance */
public static final String COLUMNNAME_RepeatDistance = "RepeatDistance";
/** StartPoint AD_Reference_ID=248 */ /** StartPoint AD_Reference_ID=248 */
public static final int STARTPOINT_AD_Reference_ID=248; public static final int STARTPOINT_AD_Reference_ID=248;
@ -399,4 +433,6 @@ public String getStartPoint()
{ {
return (String)get_Value("StartPoint"); return (String)get_Value("StartPoint");
} }
/** Column name StartPoint */
public static final String COLUMNNAME_StartPoint = "StartPoint";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Column /** Generated Model for AD_Column
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Column extends PO public class X_AD_Column extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -116,6 +116,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set System Element. /** Set System Element.
@param AD_Element_ID System Element enables the central maintenance of column description and help. */ @param AD_Element_ID System Element enables the central maintenance of column description and help. */
public void setAD_Element_ID (int AD_Element_ID) public void setAD_Element_ID (int AD_Element_ID)
@ -131,6 +133,8 @@ Integer ii = (Integer)get_Value("AD_Element_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Element_ID */
public static final String COLUMNNAME_AD_Element_ID = "AD_Element_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -147,6 +151,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** AD_Reference_ID AD_Reference_ID=1 */ /** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1; public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
@ -165,6 +171,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** AD_Reference_Value_ID AD_Reference_ID=4 */ /** AD_Reference_Value_ID AD_Reference_ID=4 */
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4; public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
@ -184,6 +192,8 @@ Integer ii = (Integer)get_Value("AD_Reference_Value_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_Value_ID */
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -199,6 +209,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Dynamic Validation. /** Set Dynamic Validation.
@param AD_Val_Rule_ID Dynamic Validation Rule */ @param AD_Val_Rule_ID Dynamic Validation Rule */
public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) public void setAD_Val_Rule_ID (int AD_Val_Rule_ID)
@ -215,6 +227,8 @@ Integer ii = (Integer)get_Value("AD_Val_Rule_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
/** Set Callout. /** Set Callout.
@param Callout Fully qualified class names and method - separated by semicolons */ @param Callout Fully qualified class names and method - separated by semicolons */
public void setCallout (String Callout) public void setCallout (String Callout)
@ -232,6 +246,8 @@ public String getCallout()
{ {
return (String)get_Value("Callout"); return (String)get_Value("Callout");
} }
/** Column name Callout */
public static final String COLUMNNAME_Callout = "Callout";
/** Set DB Column Name. /** Set DB Column Name.
@param ColumnName Name of the column in the database */ @param ColumnName Name of the column in the database */
public void setColumnName (String ColumnName) public void setColumnName (String ColumnName)
@ -256,6 +272,8 @@ return (String)get_Value("ColumnName");
{ {
return new KeyNamePair(get_ID(), getColumnName()); return new KeyNamePair(get_ID(), getColumnName());
} }
/** Column name ColumnName */
public static final String COLUMNNAME_ColumnName = "ColumnName";
/** Set Column SQL. /** Set Column SQL.
@param ColumnSQL Virtual Column (r/o) */ @param ColumnSQL Virtual Column (r/o) */
public void setColumnSQL (String ColumnSQL) public void setColumnSQL (String ColumnSQL)
@ -273,6 +291,8 @@ public String getColumnSQL()
{ {
return (String)get_Value("ColumnSQL"); return (String)get_Value("ColumnSQL");
} }
/** Column name ColumnSQL */
public static final String COLUMNNAME_ColumnSQL = "ColumnSQL";
/** Set Default Logic. /** Set Default Logic.
@param DefaultValue Default value hierarchy, separated by ; @param DefaultValue Default value hierarchy, separated by ;
*/ */
@ -292,6 +312,8 @@ public String getDefaultValue()
{ {
return (String)get_Value("DefaultValue"); return (String)get_Value("DefaultValue");
} }
/** Column name DefaultValue */
public static final String COLUMNNAME_DefaultValue = "DefaultValue";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -309,6 +331,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -331,6 +355,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Length. /** Set Length.
@param FieldLength Length of the column in the database */ @param FieldLength Length of the column in the database */
public void setFieldLength (int FieldLength) public void setFieldLength (int FieldLength)
@ -345,6 +371,8 @@ Integer ii = (Integer)get_Value("FieldLength");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name FieldLength */
public static final String COLUMNNAME_FieldLength = "FieldLength";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -362,6 +390,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Always Updateable. /** Set Always Updateable.
@param IsAlwaysUpdateable The column is always updateable, even if the record is not active or processed */ @param IsAlwaysUpdateable The column is always updateable, even if the record is not active or processed */
public void setIsAlwaysUpdateable (boolean IsAlwaysUpdateable) public void setIsAlwaysUpdateable (boolean IsAlwaysUpdateable)
@ -380,6 +410,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAlwaysUpdateable */
public static final String COLUMNNAME_IsAlwaysUpdateable = "IsAlwaysUpdateable";
/** IsEncrypted AD_Reference_ID=354 */ /** IsEncrypted AD_Reference_ID=354 */
public static final int ISENCRYPTED_AD_Reference_ID=354; public static final int ISENCRYPTED_AD_Reference_ID=354;
@ -407,6 +439,8 @@ public String getIsEncrypted()
{ {
return (String)get_Value("IsEncrypted"); return (String)get_Value("IsEncrypted");
} }
/** Column name IsEncrypted */
public static final String COLUMNNAME_IsEncrypted = "IsEncrypted";
/** Set Identifier. /** Set Identifier.
@param IsIdentifier This column is part of the record identifier */ @param IsIdentifier This column is part of the record identifier */
public void setIsIdentifier (boolean IsIdentifier) public void setIsIdentifier (boolean IsIdentifier)
@ -425,6 +459,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsIdentifier */
public static final String COLUMNNAME_IsIdentifier = "IsIdentifier";
/** Set Key column. /** Set Key column.
@param IsKey This column is the key in this table */ @param IsKey This column is the key in this table */
public void setIsKey (boolean IsKey) public void setIsKey (boolean IsKey)
@ -443,6 +479,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsKey */
public static final String COLUMNNAME_IsKey = "IsKey";
/** Set Mandatory. /** Set Mandatory.
@param IsMandatory Data entry is required in this column */ @param IsMandatory Data entry is required in this column */
public void setIsMandatory (boolean IsMandatory) public void setIsMandatory (boolean IsMandatory)
@ -461,6 +499,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsMandatory */
public static final String COLUMNNAME_IsMandatory = "IsMandatory";
/** Set Parent link column. /** Set Parent link column.
@param IsParent This column is a link to the parent table (e.g. header from lines) - incl. Association key columns */ @param IsParent This column is a link to the parent table (e.g. header from lines) - incl. Association key columns */
public void setIsParent (boolean IsParent) public void setIsParent (boolean IsParent)
@ -479,6 +519,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsParent */
public static final String COLUMNNAME_IsParent = "IsParent";
/** Set Selection Column. /** Set Selection Column.
@param IsSelectionColumn Is this column used for finding rows in windows */ @param IsSelectionColumn Is this column used for finding rows in windows */
public void setIsSelectionColumn (boolean IsSelectionColumn) public void setIsSelectionColumn (boolean IsSelectionColumn)
@ -497,6 +539,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSelectionColumn */
public static final String COLUMNNAME_IsSelectionColumn = "IsSelectionColumn";
/** Set Synchronize Database. /** Set Synchronize Database.
@param IsSyncDatabase Change database table definition when changing dictionary definition */ @param IsSyncDatabase Change database table definition when changing dictionary definition */
public void setIsSyncDatabase (String IsSyncDatabase) public void setIsSyncDatabase (String IsSyncDatabase)
@ -514,6 +558,8 @@ public String getIsSyncDatabase()
{ {
return (String)get_Value("IsSyncDatabase"); return (String)get_Value("IsSyncDatabase");
} }
/** Column name IsSyncDatabase */
public static final String COLUMNNAME_IsSyncDatabase = "IsSyncDatabase";
/** Set Translated. /** Set Translated.
@param IsTranslated This column is translated */ @param IsTranslated This column is translated */
public void setIsTranslated (boolean IsTranslated) public void setIsTranslated (boolean IsTranslated)
@ -532,6 +578,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsTranslated */
public static final String COLUMNNAME_IsTranslated = "IsTranslated";
/** Set Updateable. /** Set Updateable.
@param IsUpdateable Determines, if the field can be updated */ @param IsUpdateable Determines, if the field can be updated */
public void setIsUpdateable (boolean IsUpdateable) public void setIsUpdateable (boolean IsUpdateable)
@ -550,6 +598,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsUpdateable */
public static final String COLUMNNAME_IsUpdateable = "IsUpdateable";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -568,6 +618,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Read Only Logic. /** Set Read Only Logic.
@param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) */ @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) */
public void setReadOnlyLogic (String ReadOnlyLogic) public void setReadOnlyLogic (String ReadOnlyLogic)
@ -585,6 +637,8 @@ public String getReadOnlyLogic()
{ {
return (String)get_Value("ReadOnlyLogic"); return (String)get_Value("ReadOnlyLogic");
} }
/** Column name ReadOnlyLogic */
public static final String COLUMNNAME_ReadOnlyLogic = "ReadOnlyLogic";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -601,6 +655,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Value Format. /** Set Value Format.
@param VFormat Format of the value; @param VFormat Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ Can contain fixed format elements, Variables: "_lLoOaAcCa09" */
@ -620,6 +676,8 @@ public String getVFormat()
{ {
return (String)get_Value("VFormat"); return (String)get_Value("VFormat");
} }
/** Column name VFormat */
public static final String COLUMNNAME_VFormat = "VFormat";
/** Set Max. Value. /** Set Max. Value.
@param ValueMax Maximum Value for a field */ @param ValueMax Maximum Value for a field */
public void setValueMax (String ValueMax) public void setValueMax (String ValueMax)
@ -637,6 +695,8 @@ public String getValueMax()
{ {
return (String)get_Value("ValueMax"); return (String)get_Value("ValueMax");
} }
/** Column name ValueMax */
public static final String COLUMNNAME_ValueMax = "ValueMax";
/** Set Min. Value. /** Set Min. Value.
@param ValueMin Minimum Value for a field */ @param ValueMin Minimum Value for a field */
public void setValueMin (String ValueMin) public void setValueMin (String ValueMin)
@ -654,6 +714,8 @@ public String getValueMin()
{ {
return (String)get_Value("ValueMin"); return (String)get_Value("ValueMin");
} }
/** Column name ValueMin */
public static final String COLUMNNAME_ValueMin = "ValueMin";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (BigDecimal Version) public void setVersion (BigDecimal Version)
@ -669,4 +731,6 @@ BigDecimal bd = (BigDecimal)get_Value("Version");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Column_Access /** Generated Model for AD_Column_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Column_Access extends PO public class X_AD_Column_Access extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -109,6 +109,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Column_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Column_ID()));
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Role. /** Set Role.
@param AD_Role_ID Responsibility Role */ @param AD_Role_ID Responsibility Role */
public void setAD_Role_ID (int AD_Role_ID) public void setAD_Role_ID (int AD_Role_ID)
@ -124,6 +126,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -140,6 +144,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Exclude. /** Set Exclude.
@param IsExclude Exclude access to the data - if not selected Include access to the data */ @param IsExclude Exclude access to the data - if not selected Include access to the data */
public void setIsExclude (boolean IsExclude) public void setIsExclude (boolean IsExclude)
@ -158,6 +164,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsExclude */
public static final String COLUMNNAME_IsExclude = "IsExclude";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -176,4 +184,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Desktop /** Generated Model for AD_Desktop
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Desktop extends PO public class X_AD_Desktop extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -98,6 +98,8 @@ public Object getAD_Color_ID()
{ {
return get_Value("AD_Color_ID"); return get_Value("AD_Color_ID");
} }
/** Column name AD_Color_ID */
public static final String COLUMNNAME_AD_Color_ID = "AD_Color_ID";
/** Set Desktop. /** Set Desktop.
@param AD_Desktop_ID Collection of Workbenches */ @param AD_Desktop_ID Collection of Workbenches */
public void setAD_Desktop_ID (int AD_Desktop_ID) public void setAD_Desktop_ID (int AD_Desktop_ID)
@ -113,6 +115,8 @@ Integer ii = (Integer)get_Value("AD_Desktop_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Desktop_ID */
public static final String COLUMNNAME_AD_Desktop_ID = "AD_Desktop_ID";
/** Set Image. /** Set Image.
@param AD_Image_ID Image or Icon */ @param AD_Image_ID Image or Icon */
public void setAD_Image_ID (int AD_Image_ID) public void setAD_Image_ID (int AD_Image_ID)
@ -129,6 +133,8 @@ Integer ii = (Integer)get_Value("AD_Image_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Image_ID */
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -146,6 +152,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -163,6 +171,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -187,4 +197,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_DesktopWorkbench /** Generated Model for AD_DesktopWorkbench
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_DesktopWorkbench extends PO public class X_AD_DesktopWorkbench extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_DesktopWorkbench_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_DesktopWorkbench_ID */
public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID";
/** Set Desktop. /** Set Desktop.
@param AD_Desktop_ID Collection of Workbenches */ @param AD_Desktop_ID Collection of Workbenches */
public void setAD_Desktop_ID (int AD_Desktop_ID) public void setAD_Desktop_ID (int AD_Desktop_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Desktop_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Desktop_ID */
public static final String COLUMNNAME_AD_Desktop_ID = "AD_Desktop_ID";
/** Set Workbench. /** Set Workbench.
@param AD_Workbench_ID Collection of windows, reports */ @param AD_Workbench_ID Collection of windows, reports */
public void setAD_Workbench_ID (int AD_Workbench_ID) public void setAD_Workbench_ID (int AD_Workbench_ID)
@ -139,6 +143,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Workbench_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Workbench_ID()));
} }
/** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -155,4 +161,6 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Element /** Generated Model for AD_Element
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Element extends PO public class X_AD_Element extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_Element_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Element_ID */
public static final String COLUMNNAME_AD_Element_ID = "AD_Element_ID";
/** Set DB Column Name. /** Set DB Column Name.
@param ColumnName Name of the column in the database */ @param ColumnName Name of the column in the database */
public void setColumnName (String ColumnName) public void setColumnName (String ColumnName)
@ -128,6 +130,8 @@ return (String)get_Value("ColumnName");
{ {
return new KeyNamePair(get_ID(), getColumnName()); return new KeyNamePair(get_ID(), getColumnName());
} }
/** Column name ColumnName */
public static final String COLUMNNAME_ColumnName = "ColumnName";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -145,6 +149,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -167,6 +173,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -184,6 +192,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -202,6 +212,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set PO Description. /** Set PO Description.
@param PO_Description Description in PO Screens */ @param PO_Description Description in PO Screens */
public void setPO_Description (String PO_Description) public void setPO_Description (String PO_Description)
@ -219,6 +231,8 @@ public String getPO_Description()
{ {
return (String)get_Value("PO_Description"); return (String)get_Value("PO_Description");
} }
/** Column name PO_Description */
public static final String COLUMNNAME_PO_Description = "PO_Description";
/** Set PO Help. /** Set PO Help.
@param PO_Help Help for PO Screens */ @param PO_Help Help for PO Screens */
public void setPO_Help (String PO_Help) public void setPO_Help (String PO_Help)
@ -236,6 +250,8 @@ public String getPO_Help()
{ {
return (String)get_Value("PO_Help"); return (String)get_Value("PO_Help");
} }
/** Column name PO_Help */
public static final String COLUMNNAME_PO_Help = "PO_Help";
/** Set PO Name. /** Set PO Name.
@param PO_Name Name on PO Screens */ @param PO_Name Name on PO Screens */
public void setPO_Name (String PO_Name) public void setPO_Name (String PO_Name)
@ -253,6 +269,8 @@ public String getPO_Name()
{ {
return (String)get_Value("PO_Name"); return (String)get_Value("PO_Name");
} }
/** Column name PO_Name */
public static final String COLUMNNAME_PO_Name = "PO_Name";
/** Set PO Print name. /** Set PO Print name.
@param PO_PrintName Print name on PO Screens/Reports */ @param PO_PrintName Print name on PO Screens/Reports */
public void setPO_PrintName (String PO_PrintName) public void setPO_PrintName (String PO_PrintName)
@ -270,6 +288,8 @@ public String getPO_PrintName()
{ {
return (String)get_Value("PO_PrintName"); return (String)get_Value("PO_PrintName");
} }
/** Column name PO_PrintName */
public static final String COLUMNNAME_PO_PrintName = "PO_PrintName";
/** Set Print Text. /** Set Print Text.
@param PrintName The label text to be printed on a document or correspondence. */ @param PrintName The label text to be printed on a document or correspondence. */
public void setPrintName (String PrintName) public void setPrintName (String PrintName)
@ -288,4 +308,6 @@ public String getPrintName()
{ {
return (String)get_Value("PrintName"); return (String)get_Value("PrintName");
} }
/** Column name PrintName */
public static final String COLUMNNAME_PrintName = "PrintName";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_EntityType /** Generated Model for AD_EntityType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_EntityType extends PO public class X_AD_EntityType extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_EntityType_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_EntityType_ID */
public static final String COLUMNNAME_AD_EntityType_ID = "AD_EntityType_ID";
/** Set Classpath. /** Set Classpath.
@param Classpath Extension Classpath */ @param Classpath Extension Classpath */
public void setClasspath (String Classpath) public void setClasspath (String Classpath)
@ -119,6 +121,8 @@ public String getClasspath()
{ {
return (String)get_Value("Classpath"); return (String)get_Value("Classpath");
} }
/** Column name Classpath */
public static final String COLUMNNAME_Classpath = "Classpath";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -136,6 +140,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Entity Type. /** Set Entity Type.
@param EntityType Dictionary Entity Type; @param EntityType Dictionary Entity Type;
Determines ownership and synchronization */ Determines ownership and synchronization */
@ -156,6 +162,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -173,6 +181,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set ModelPackage. /** Set ModelPackage.
@param ModelPackage Java Package of the model classes */ @param ModelPackage Java Package of the model classes */
public void setModelPackage (String ModelPackage) public void setModelPackage (String ModelPackage)
@ -190,6 +200,8 @@ public String getModelPackage()
{ {
return (String)get_Value("ModelPackage"); return (String)get_Value("ModelPackage");
} }
/** Column name ModelPackage */
public static final String COLUMNNAME_ModelPackage = "ModelPackage";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -214,6 +226,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -232,6 +246,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -249,4 +265,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Error /** Generated Model for AD_Error
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Error extends PO public class X_AD_Error extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_Error_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Error_ID */
public static final String COLUMNNAME_AD_Error_ID = "AD_Error_ID";
/** AD_Language AD_Reference_ID=106 */ /** AD_Language AD_Reference_ID=106 */
public static final int AD_LANGUAGE_AD_Reference_ID=106; public static final int AD_LANGUAGE_AD_Reference_ID=106;
@ -121,6 +123,8 @@ public String getAD_Language()
{ {
return (String)get_Value("AD_Language"); return (String)get_Value("AD_Language");
} }
/** Column name AD_Language */
public static final String COLUMNNAME_AD_Language = "AD_Language";
/** Set Validation code. /** Set Validation code.
@param Code Validation Code */ @param Code Validation Code */
public void setCode (String Code) public void setCode (String Code)
@ -138,6 +142,8 @@ public String getCode()
{ {
return (String)get_Value("Code"); return (String)get_Value("Code");
} }
/** Column name Code */
public static final String COLUMNNAME_Code = "Code";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -162,4 +168,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Field /** Generated Model for AD_Field
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Field extends PO public class X_AD_Field extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -111,6 +111,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Field Group. /** Set Field Group.
@param AD_FieldGroup_ID Logical grouping of fields */ @param AD_FieldGroup_ID Logical grouping of fields */
public void setAD_FieldGroup_ID (int AD_FieldGroup_ID) public void setAD_FieldGroup_ID (int AD_FieldGroup_ID)
@ -127,6 +129,8 @@ Integer ii = (Integer)get_Value("AD_FieldGroup_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_FieldGroup_ID */
public static final String COLUMNNAME_AD_FieldGroup_ID = "AD_FieldGroup_ID";
/** Set Field. /** Set Field.
@param AD_Field_ID Field on a database table */ @param AD_Field_ID Field on a database table */
public void setAD_Field_ID (int AD_Field_ID) public void setAD_Field_ID (int AD_Field_ID)
@ -142,6 +146,8 @@ Integer ii = (Integer)get_Value("AD_Field_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Field_ID */
public static final String COLUMNNAME_AD_Field_ID = "AD_Field_ID";
/** AD_Reference_ID AD_Reference_ID=1 */ /** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1; public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
@ -161,6 +167,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** Set Tab. /** Set Tab.
@param AD_Tab_ID Tab within a Window */ @param AD_Tab_ID Tab within a Window */
public void setAD_Tab_ID (int AD_Tab_ID) public void setAD_Tab_ID (int AD_Tab_ID)
@ -176,6 +184,8 @@ Integer ii = (Integer)get_Value("AD_Tab_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tab_ID */
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -193,6 +203,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Display Length. /** Set Display Length.
@param DisplayLength Length of the display in characters */ @param DisplayLength Length of the display in characters */
public void setDisplayLength (int DisplayLength) public void setDisplayLength (int DisplayLength)
@ -207,6 +219,8 @@ Integer ii = (Integer)get_Value("DisplayLength");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name DisplayLength */
public static final String COLUMNNAME_DisplayLength = "DisplayLength";
/** Set Display Logic. /** Set Display Logic.
@param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed */ @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed */
public void setDisplayLogic (String DisplayLogic) public void setDisplayLogic (String DisplayLogic)
@ -224,6 +238,8 @@ public String getDisplayLogic()
{ {
return (String)get_Value("DisplayLogic"); return (String)get_Value("DisplayLogic");
} }
/** Column name DisplayLogic */
public static final String COLUMNNAME_DisplayLogic = "DisplayLogic";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -246,6 +262,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -263,6 +281,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Centrally maintained. /** Set Centrally maintained.
@param IsCentrallyMaintained Information maintained in System Element table */ @param IsCentrallyMaintained Information maintained in System Element table */
public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) public void setIsCentrallyMaintained (boolean IsCentrallyMaintained)
@ -281,6 +301,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCentrallyMaintained */
public static final String COLUMNNAME_IsCentrallyMaintained = "IsCentrallyMaintained";
/** Set Displayed. /** Set Displayed.
@param IsDisplayed Determines, if this field is displayed */ @param IsDisplayed Determines, if this field is displayed */
public void setIsDisplayed (boolean IsDisplayed) public void setIsDisplayed (boolean IsDisplayed)
@ -299,6 +321,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDisplayed */
public static final String COLUMNNAME_IsDisplayed = "IsDisplayed";
/** Set Encrypted. /** Set Encrypted.
@param IsEncrypted Display or Storage is encrypted */ @param IsEncrypted Display or Storage is encrypted */
public void setIsEncrypted (boolean IsEncrypted) public void setIsEncrypted (boolean IsEncrypted)
@ -317,6 +341,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsEncrypted */
public static final String COLUMNNAME_IsEncrypted = "IsEncrypted";
/** Set Field Only. /** Set Field Only.
@param IsFieldOnly Label is not displayed */ @param IsFieldOnly Label is not displayed */
public void setIsFieldOnly (boolean IsFieldOnly) public void setIsFieldOnly (boolean IsFieldOnly)
@ -335,6 +361,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsFieldOnly */
public static final String COLUMNNAME_IsFieldOnly = "IsFieldOnly";
/** Set Heading only. /** Set Heading only.
@param IsHeading Field without Column - Only label is displayed */ @param IsHeading Field without Column - Only label is displayed */
public void setIsHeading (boolean IsHeading) public void setIsHeading (boolean IsHeading)
@ -353,6 +381,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsHeading */
public static final String COLUMNNAME_IsHeading = "IsHeading";
/** IsMandatory AD_Reference_ID=319 */ /** IsMandatory AD_Reference_ID=319 */
public static final int ISMANDATORY_AD_Reference_ID=319; public static final int ISMANDATORY_AD_Reference_ID=319;
@ -379,6 +409,8 @@ public String getIsMandatory()
{ {
return (String)get_Value("IsMandatory"); return (String)get_Value("IsMandatory");
} }
/** Column name IsMandatory */
public static final String COLUMNNAME_IsMandatory = "IsMandatory";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -397,6 +429,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
/** Set Same Line. /** Set Same Line.
@param IsSameLine Displayed on same line as previous field */ @param IsSameLine Displayed on same line as previous field */
public void setIsSameLine (boolean IsSameLine) public void setIsSameLine (boolean IsSameLine)
@ -415,6 +449,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSameLine */
public static final String COLUMNNAME_IsSameLine = "IsSameLine";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -439,6 +475,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** ObscureType AD_Reference_ID=291 */ /** ObscureType AD_Reference_ID=291 */
public static final int OBSCURETYPE_AD_Reference_ID=291; public static final int OBSCURETYPE_AD_Reference_ID=291;
@ -469,6 +507,8 @@ public String getObscureType()
{ {
return (String)get_Value("ObscureType"); return (String)get_Value("ObscureType");
} }
/** Column name ObscureType */
public static final String COLUMNNAME_ObscureType = "ObscureType";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -485,6 +525,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Record Sort No. /** Set Record Sort No.
@param SortNo Determines in what order the records are displayed */ @param SortNo Determines in what order the records are displayed */
public void setSortNo (BigDecimal SortNo) public void setSortNo (BigDecimal SortNo)
@ -499,4 +541,6 @@ BigDecimal bd = (BigDecimal)get_Value("SortNo");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name SortNo */
public static final String COLUMNNAME_SortNo = "SortNo";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_FieldGroup /** Generated Model for AD_FieldGroup
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_FieldGroup extends PO public class X_AD_FieldGroup extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_FieldGroup_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_FieldGroup_ID */
public static final String COLUMNNAME_AD_FieldGroup_ID = "AD_FieldGroup_ID";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -124,6 +126,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -148,4 +152,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Find /** Generated Model for AD_Find
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Find extends PO public class X_AD_Find extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Find. /** Set Find.
@param AD_Find_ID Find */ @param AD_Find_ID Find */
public void setAD_Find_ID (int AD_Find_ID) public void setAD_Find_ID (int AD_Find_ID)
@ -129,6 +131,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Find_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Find_ID()));
} }
/** Column name AD_Find_ID */
public static final String COLUMNNAME_AD_Find_ID = "AD_Find_ID";
/** AndOr AD_Reference_ID=204 */ /** AndOr AD_Reference_ID=204 */
public static final int ANDOR_AD_Reference_ID=204; public static final int ANDOR_AD_Reference_ID=204;
@ -156,6 +160,8 @@ public String getAndOr()
{ {
return (String)get_Value("AndOr"); return (String)get_Value("AndOr");
} }
/** Column name AndOr */
public static final String COLUMNNAME_AndOr = "AndOr";
/** Set Find_ID. /** Set Find_ID.
@param Find_ID Find_ID */ @param Find_ID Find_ID */
public void setFind_ID (BigDecimal Find_ID) public void setFind_ID (BigDecimal Find_ID)
@ -171,6 +177,8 @@ BigDecimal bd = (BigDecimal)get_Value("Find_ID");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name Find_ID */
public static final String COLUMNNAME_Find_ID = "Find_ID";
/** Operation AD_Reference_ID=205 */ /** Operation AD_Reference_ID=205 */
public static final int OPERATION_AD_Reference_ID=205; public static final int OPERATION_AD_Reference_ID=205;
@ -212,6 +220,8 @@ public String getOperation()
{ {
return (String)get_Value("Operation"); return (String)get_Value("Operation");
} }
/** Column name Operation */
public static final String COLUMNNAME_Operation = "Operation";
/** Set Search Key. /** Set Search Key.
@param Value Search key for the record in the format required - must be unique */ @param Value Search key for the record in the format required - must be unique */
public void setValue (String Value) public void setValue (String Value)
@ -230,6 +240,8 @@ public String getValue()
{ {
return (String)get_Value("Value"); return (String)get_Value("Value");
} }
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
/** Set Value To. /** Set Value To.
@param Value2 Value To */ @param Value2 Value To */
public void setValue2 (String Value2) public void setValue2 (String Value2)
@ -247,4 +259,6 @@ public String getValue2()
{ {
return (String)get_Value("Value2"); return (String)get_Value("Value2");
} }
/** Column name Value2 */
public static final String COLUMNNAME_Value2 = "Value2";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Form /** Generated Model for AD_Form
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Form extends PO public class X_AD_Form extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_Form_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
/** AccessLevel AD_Reference_ID=5 */ /** AccessLevel AD_Reference_ID=5 */
public static final int ACCESSLEVEL_AD_Reference_ID=5; public static final int ACCESSLEVEL_AD_Reference_ID=5;
@ -139,6 +141,8 @@ public String getAccessLevel()
{ {
return (String)get_Value("AccessLevel"); return (String)get_Value("AccessLevel");
} }
/** Column name AccessLevel */
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
/** Set Classname. /** Set Classname.
@param Classname Java Classname */ @param Classname Java Classname */
public void setClassname (String Classname) public void setClassname (String Classname)
@ -156,6 +160,8 @@ public String getClassname()
{ {
return (String)get_Value("Classname"); return (String)get_Value("Classname");
} }
/** Column name Classname */
public static final String COLUMNNAME_Classname = "Classname";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -173,6 +179,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -195,6 +203,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -212,6 +222,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Beta Functionality. /** Set Beta Functionality.
@param IsBetaFunctionality This functionality is considered Beta */ @param IsBetaFunctionality This functionality is considered Beta */
public void setIsBetaFunctionality (boolean IsBetaFunctionality) public void setIsBetaFunctionality (boolean IsBetaFunctionality)
@ -230,6 +242,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsBetaFunctionality */
public static final String COLUMNNAME_IsBetaFunctionality = "IsBetaFunctionality";
/** Set jsp URL. /** Set jsp URL.
@param JSPURL Web URL of the jsp function */ @param JSPURL Web URL of the jsp function */
public void setJSPURL (String JSPURL) public void setJSPURL (String JSPURL)
@ -247,6 +261,8 @@ public String getJSPURL()
{ {
return (String)get_Value("JSPURL"); return (String)get_Value("JSPURL");
} }
/** Column name JSPURL */
public static final String COLUMNNAME_JSPURL = "JSPURL";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -271,4 +287,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Form_Access /** Generated Model for AD_Form_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Form_Access extends PO public class X_AD_Form_Access extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Form_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
/** Set Role. /** Set Role.
@param AD_Role_ID Responsibility Role */ @param AD_Role_ID Responsibility Role */
public void setAD_Role_ID (int AD_Role_ID) public void setAD_Role_ID (int AD_Role_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Read Write. /** Set Read Write.
@param IsReadWrite Field is read / write */ @param IsReadWrite Field is read / write */
public void setIsReadWrite (boolean IsReadWrite) public void setIsReadWrite (boolean IsReadWrite)
@ -135,4 +139,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadWrite */
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Image /** Generated Model for AD_Image
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Image extends PO public class X_AD_Image extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Image_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Image_ID */
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
/** Set BinaryData. /** Set BinaryData.
@param BinaryData Binary Data */ @param BinaryData Binary Data */
public void setBinaryData (byte[] BinaryData) public void setBinaryData (byte[] BinaryData)
@ -114,6 +116,8 @@ public byte[] getBinaryData()
{ {
return (byte[])get_Value("BinaryData"); return (byte[])get_Value("BinaryData");
} }
/** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -131,6 +135,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -153,6 +159,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Image URL. /** Set Image URL.
@param ImageURL URL of image */ @param ImageURL URL of image */
public void setImageURL (String ImageURL) public void setImageURL (String ImageURL)
@ -170,6 +178,8 @@ public String getImageURL()
{ {
return (String)get_Value("ImageURL"); return (String)get_Value("ImageURL");
} }
/** Column name ImageURL */
public static final String COLUMNNAME_ImageURL = "ImageURL";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -194,4 +204,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ImpFormat /** Generated Model for AD_ImpFormat
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ImpFormat extends PO public class X_AD_ImpFormat extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_ImpFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -119,6 +121,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -136,6 +140,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** FormatType AD_Reference_ID=209 */ /** FormatType AD_Reference_ID=209 */
public static final int FORMATTYPE_AD_Reference_ID=209; public static final int FORMATTYPE_AD_Reference_ID=209;
@ -167,6 +173,8 @@ public String getFormatType()
{ {
return (String)get_Value("FormatType"); return (String)get_Value("FormatType");
} }
/** Column name FormatType */
public static final String COLUMNNAME_FormatType = "FormatType";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -191,6 +199,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -209,4 +219,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ImpFormat_Row /** Generated Model for AD_ImpFormat_Row
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ImpFormat_Row extends PO public class X_AD_ImpFormat_Row extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Import Format. /** Set Import Format.
@param AD_ImpFormat_ID Import Format */ @param AD_ImpFormat_ID Import Format */
public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) public void setAD_ImpFormat_ID (int AD_ImpFormat_ID)
@ -122,6 +124,8 @@ Integer ii = (Integer)get_Value("AD_ImpFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
/** Set Format Field. /** Set Format Field.
@param AD_ImpFormat_Row_ID Format Field */ @param AD_ImpFormat_Row_ID Format Field */
public void setAD_ImpFormat_Row_ID (int AD_ImpFormat_Row_ID) public void setAD_ImpFormat_Row_ID (int AD_ImpFormat_Row_ID)
@ -137,6 +141,8 @@ Integer ii = (Integer)get_Value("AD_ImpFormat_Row_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ImpFormat_Row_ID */
public static final String COLUMNNAME_AD_ImpFormat_Row_ID = "AD_ImpFormat_Row_ID";
/** Set Callout. /** Set Callout.
@param Callout Fully qualified class names and method - separated by semicolons */ @param Callout Fully qualified class names and method - separated by semicolons */
public void setCallout (String Callout) public void setCallout (String Callout)
@ -154,6 +160,8 @@ public String getCallout()
{ {
return (String)get_Value("Callout"); return (String)get_Value("Callout");
} }
/** Column name Callout */
public static final String COLUMNNAME_Callout = "Callout";
/** Set Constant Value. /** Set Constant Value.
@param ConstantValue Constant value */ @param ConstantValue Constant value */
public void setConstantValue (String ConstantValue) public void setConstantValue (String ConstantValue)
@ -171,6 +179,8 @@ public String getConstantValue()
{ {
return (String)get_Value("ConstantValue"); return (String)get_Value("ConstantValue");
} }
/** Column name ConstantValue */
public static final String COLUMNNAME_ConstantValue = "ConstantValue";
/** Set Data Format. /** Set Data Format.
@param DataFormat Format String in Java Notation, e.g. ddMMyy */ @param DataFormat Format String in Java Notation, e.g. ddMMyy */
public void setDataFormat (String DataFormat) public void setDataFormat (String DataFormat)
@ -188,6 +198,8 @@ public String getDataFormat()
{ {
return (String)get_Value("DataFormat"); return (String)get_Value("DataFormat");
} }
/** Column name DataFormat */
public static final String COLUMNNAME_DataFormat = "DataFormat";
/** DataType AD_Reference_ID=210 */ /** DataType AD_Reference_ID=210 */
public static final int DATATYPE_AD_Reference_ID=210; public static final int DATATYPE_AD_Reference_ID=210;
@ -219,6 +231,8 @@ public String getDataType()
{ {
return (String)get_Value("DataType"); return (String)get_Value("DataType");
} }
/** Column name DataType */
public static final String COLUMNNAME_DataType = "DataType";
/** Set Decimal Point. /** Set Decimal Point.
@param DecimalPoint Decimal Point in the data file - if any */ @param DecimalPoint Decimal Point in the data file - if any */
public void setDecimalPoint (String DecimalPoint) public void setDecimalPoint (String DecimalPoint)
@ -237,6 +251,8 @@ public String getDecimalPoint()
{ {
return (String)get_Value("DecimalPoint"); return (String)get_Value("DecimalPoint");
} }
/** Column name DecimalPoint */
public static final String COLUMNNAME_DecimalPoint = "DecimalPoint";
/** Set Divide by 100. /** Set Divide by 100.
@param DivideBy100 Divide number by 100 to get correct amount */ @param DivideBy100 Divide number by 100 to get correct amount */
public void setDivideBy100 (boolean DivideBy100) public void setDivideBy100 (boolean DivideBy100)
@ -255,6 +271,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name DivideBy100 */
public static final String COLUMNNAME_DivideBy100 = "DivideBy100";
/** Set End No. /** Set End No.
@param EndNo End No */ @param EndNo End No */
public void setEndNo (int EndNo) public void setEndNo (int EndNo)
@ -269,6 +287,8 @@ Integer ii = (Integer)get_Value("EndNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name EndNo */
public static final String COLUMNNAME_EndNo = "EndNo";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -293,6 +313,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Script. /** Set Script.
@param Script Dynamic Java Language Script to calculate result */ @param Script Dynamic Java Language Script to calculate result */
public void setScript (String Script) public void setScript (String Script)
@ -310,6 +332,8 @@ public String getScript()
{ {
return (String)get_Value("Script"); return (String)get_Value("Script");
} }
/** Column name Script */
public static final String COLUMNNAME_Script = "Script";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -326,6 +350,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Start No. /** Set Start No.
@param StartNo Starting number/position */ @param StartNo Starting number/position */
public void setStartNo (int StartNo) public void setStartNo (int StartNo)
@ -340,4 +366,6 @@ Integer ii = (Integer)get_Value("StartNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name StartNo */
public static final String COLUMNNAME_StartNo = "StartNo";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_InfoColumn /** Generated Model for AD_InfoColumn
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_InfoColumn extends PO public class X_AD_InfoColumn extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -109,6 +109,8 @@ Integer ii = (Integer)get_Value("AD_Element_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Element_ID */
public static final String COLUMNNAME_AD_Element_ID = "AD_Element_ID";
/** Set Info Column. /** Set Info Column.
@param AD_InfoColumn_ID Info Window Column */ @param AD_InfoColumn_ID Info Window Column */
public void setAD_InfoColumn_ID (int AD_InfoColumn_ID) public void setAD_InfoColumn_ID (int AD_InfoColumn_ID)
@ -124,6 +126,8 @@ Integer ii = (Integer)get_Value("AD_InfoColumn_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_InfoColumn_ID */
public static final String COLUMNNAME_AD_InfoColumn_ID = "AD_InfoColumn_ID";
/** Set Info Window. /** Set Info Window.
@param AD_InfoWindow_ID Info and search/select Window */ @param AD_InfoWindow_ID Info and search/select Window */
public void setAD_InfoWindow_ID (int AD_InfoWindow_ID) public void setAD_InfoWindow_ID (int AD_InfoWindow_ID)
@ -139,6 +143,8 @@ Integer ii = (Integer)get_Value("AD_InfoWindow_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_InfoWindow_ID */
public static final String COLUMNNAME_AD_InfoWindow_ID = "AD_InfoWindow_ID";
/** AD_Reference_ID AD_Reference_ID=1 */ /** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1; public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
@ -157,6 +163,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -174,6 +182,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -196,6 +206,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -213,6 +225,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Displayed. /** Set Displayed.
@param IsDisplayed Determines, if this field is displayed */ @param IsDisplayed Determines, if this field is displayed */
public void setIsDisplayed (boolean IsDisplayed) public void setIsDisplayed (boolean IsDisplayed)
@ -231,6 +245,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDisplayed */
public static final String COLUMNNAME_IsDisplayed = "IsDisplayed";
/** Set Query Criteria. /** Set Query Criteria.
@param IsQueryCriteria The column is also used as a query criteria */ @param IsQueryCriteria The column is also used as a query criteria */
public void setIsQueryCriteria (boolean IsQueryCriteria) public void setIsQueryCriteria (boolean IsQueryCriteria)
@ -249,6 +265,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsQueryCriteria */
public static final String COLUMNNAME_IsQueryCriteria = "IsQueryCriteria";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -273,6 +291,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Sql SELECT. /** Set Sql SELECT.
@param SelectClause SQL SELECT clause */ @param SelectClause SQL SELECT clause */
public void setSelectClause (String SelectClause) public void setSelectClause (String SelectClause)
@ -291,6 +311,8 @@ public String getSelectClause()
{ {
return (String)get_Value("SelectClause"); return (String)get_Value("SelectClause");
} }
/** Column name SelectClause */
public static final String COLUMNNAME_SelectClause = "SelectClause";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -307,4 +329,6 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_InfoWindow /** Generated Model for AD_InfoWindow
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_InfoWindow extends PO public class X_AD_InfoWindow extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_InfoWindow_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_InfoWindow_ID */
public static final String COLUMNNAME_AD_InfoWindow_ID = "AD_InfoWindow_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -119,6 +121,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -136,6 +140,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -158,6 +164,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Sql FROM. /** Set Sql FROM.
@param FromClause SQL FROM clause */ @param FromClause SQL FROM clause */
public void setFromClause (String FromClause) public void setFromClause (String FromClause)
@ -176,6 +184,8 @@ public String getFromClause()
{ {
return (String)get_Value("FromClause"); return (String)get_Value("FromClause");
} }
/** Column name FromClause */
public static final String COLUMNNAME_FromClause = "FromClause";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -193,6 +203,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -217,6 +229,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Other SQL Clause. /** Set Other SQL Clause.
@param OtherClause Other SQL Clause */ @param OtherClause Other SQL Clause */
public void setOtherClause (String OtherClause) public void setOtherClause (String OtherClause)
@ -234,6 +248,8 @@ public String getOtherClause()
{ {
return (String)get_Value("OtherClause"); return (String)get_Value("OtherClause");
} }
/** Column name OtherClause */
public static final String COLUMNNAME_OtherClause = "OtherClause";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -252,4 +268,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Issue /** Generated Model for AD_Issue
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Issue extends PO public class X_AD_Issue extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ Integer ii = (Integer)get_Value("AD_Form_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
/** Set System Issue. /** Set System Issue.
@param AD_Issue_ID Automatically created or manually entered System Issue */ @param AD_Issue_ID Automatically created or manually entered System Issue */
public void setAD_Issue_ID (int AD_Issue_ID) public void setAD_Issue_ID (int AD_Issue_ID)
@ -123,6 +125,8 @@ Integer ii = (Integer)get_Value("AD_Issue_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Issue_ID */
public static final String COLUMNNAME_AD_Issue_ID = "AD_Issue_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -139,6 +143,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -155,6 +161,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** Set Asset. /** Set Asset.
@param A_Asset_ID Asset used internally or by customers */ @param A_Asset_ID Asset used internally or by customers */
public void setA_Asset_ID (int A_Asset_ID) public void setA_Asset_ID (int A_Asset_ID)
@ -171,6 +179,8 @@ Integer ii = (Integer)get_Value("A_Asset_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name A_Asset_ID */
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
/** Set Comments. /** Set Comments.
@param Comments Comments or additional information */ @param Comments Comments or additional information */
public void setComments (String Comments) public void setComments (String Comments)
@ -188,6 +198,8 @@ public String getComments()
{ {
return (String)get_Value("Comments"); return (String)get_Value("Comments");
} }
/** Column name Comments */
public static final String COLUMNNAME_Comments = "Comments";
/** Set DB Address. /** Set DB Address.
@param DBAddress JDBC URL of the database server */ @param DBAddress JDBC URL of the database server */
public void setDBAddress (String DBAddress) public void setDBAddress (String DBAddress)
@ -205,6 +217,8 @@ public String getDBAddress()
{ {
return (String)get_Value("DBAddress"); return (String)get_Value("DBAddress");
} }
/** Column name DBAddress */
public static final String COLUMNNAME_DBAddress = "DBAddress";
/** Set Database. /** Set Database.
@param DatabaseInfo Database Information */ @param DatabaseInfo Database Information */
public void setDatabaseInfo (String DatabaseInfo) public void setDatabaseInfo (String DatabaseInfo)
@ -222,6 +236,8 @@ public String getDatabaseInfo()
{ {
return (String)get_Value("DatabaseInfo"); return (String)get_Value("DatabaseInfo");
} }
/** Column name DatabaseInfo */
public static final String COLUMNNAME_DatabaseInfo = "DatabaseInfo";
/** Set Error Trace. /** Set Error Trace.
@param ErrorTrace System Error Trace */ @param ErrorTrace System Error Trace */
public void setErrorTrace (String ErrorTrace) public void setErrorTrace (String ErrorTrace)
@ -239,6 +255,8 @@ public String getErrorTrace()
{ {
return (String)get_Value("ErrorTrace"); return (String)get_Value("ErrorTrace");
} }
/** Column name ErrorTrace */
public static final String COLUMNNAME_ErrorTrace = "ErrorTrace";
/** IsReproducible AD_Reference_ID=319 */ /** IsReproducible AD_Reference_ID=319 */
public static final int ISREPRODUCIBLE_AD_Reference_ID=319; public static final int ISREPRODUCIBLE_AD_Reference_ID=319;
@ -265,6 +283,8 @@ public String getIsReproducible()
{ {
return (String)get_Value("IsReproducible"); return (String)get_Value("IsReproducible");
} }
/** Column name IsReproducible */
public static final String COLUMNNAME_IsReproducible = "IsReproducible";
/** IsVanillaSystem AD_Reference_ID=319 */ /** IsVanillaSystem AD_Reference_ID=319 */
public static final int ISVANILLASYSTEM_AD_Reference_ID=319; public static final int ISVANILLASYSTEM_AD_Reference_ID=319;
@ -291,6 +311,8 @@ public String getIsVanillaSystem()
{ {
return (String)get_Value("IsVanillaSystem"); return (String)get_Value("IsVanillaSystem");
} }
/** Column name IsVanillaSystem */
public static final String COLUMNNAME_IsVanillaSystem = "IsVanillaSystem";
/** IssueSource AD_Reference_ID=104 */ /** IssueSource AD_Reference_ID=104 */
public static final int ISSUESOURCE_AD_Reference_ID=104; public static final int ISSUESOURCE_AD_Reference_ID=104;
@ -327,6 +349,8 @@ public String getIssueSource()
{ {
return (String)get_Value("IssueSource"); return (String)get_Value("IssueSource");
} }
/** Column name IssueSource */
public static final String COLUMNNAME_IssueSource = "IssueSource";
/** Set Issue Summary. /** Set Issue Summary.
@param IssueSummary Issue Summary */ @param IssueSummary Issue Summary */
public void setIssueSummary (String IssueSummary) public void setIssueSummary (String IssueSummary)
@ -351,6 +375,8 @@ return (String)get_Value("IssueSummary");
{ {
return new KeyNamePair(get_ID(), getIssueSummary()); return new KeyNamePair(get_ID(), getIssueSummary());
} }
/** Column name IssueSummary */
public static final String COLUMNNAME_IssueSummary = "IssueSummary";
/** Set Java Info. /** Set Java Info.
@param JavaInfo Java Version Info */ @param JavaInfo Java Version Info */
public void setJavaInfo (String JavaInfo) public void setJavaInfo (String JavaInfo)
@ -368,6 +394,8 @@ public String getJavaInfo()
{ {
return (String)get_Value("JavaInfo"); return (String)get_Value("JavaInfo");
} }
/** Column name JavaInfo */
public static final String COLUMNNAME_JavaInfo = "JavaInfo";
/** Set Line. /** Set Line.
@param LineNo Line No */ @param LineNo Line No */
public void setLineNo (int LineNo) public void setLineNo (int LineNo)
@ -382,6 +410,8 @@ Integer ii = (Integer)get_Value("LineNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LineNo */
public static final String COLUMNNAME_LineNo = "LineNo";
/** Set Local Host. /** Set Local Host.
@param Local_Host Local Host Info */ @param Local_Host Local Host Info */
public void setLocal_Host (String Local_Host) public void setLocal_Host (String Local_Host)
@ -399,6 +429,8 @@ public String getLocal_Host()
{ {
return (String)get_Value("Local_Host"); return (String)get_Value("Local_Host");
} }
/** Column name Local_Host */
public static final String COLUMNNAME_Local_Host = "Local_Host";
/** Set Logger. /** Set Logger.
@param LoggerName Logger Name */ @param LoggerName Logger Name */
public void setLoggerName (String LoggerName) public void setLoggerName (String LoggerName)
@ -416,6 +448,8 @@ public String getLoggerName()
{ {
return (String)get_Value("LoggerName"); return (String)get_Value("LoggerName");
} }
/** Column name LoggerName */
public static final String COLUMNNAME_LoggerName = "LoggerName";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -434,6 +468,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Operating System. /** Set Operating System.
@param OperatingSystemInfo Operating System Info */ @param OperatingSystemInfo Operating System Info */
public void setOperatingSystemInfo (String OperatingSystemInfo) public void setOperatingSystemInfo (String OperatingSystemInfo)
@ -451,6 +487,8 @@ public String getOperatingSystemInfo()
{ {
return (String)get_Value("OperatingSystemInfo"); return (String)get_Value("OperatingSystemInfo");
} }
/** Column name OperatingSystemInfo */
public static final String COLUMNNAME_OperatingSystemInfo = "OperatingSystemInfo";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -469,6 +507,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -487,6 +527,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Profile. /** Set Profile.
@param ProfileInfo Information to help profiling the system for solving support issues */ @param ProfileInfo Information to help profiling the system for solving support issues */
public void setProfileInfo (String ProfileInfo) public void setProfileInfo (String ProfileInfo)
@ -504,6 +546,8 @@ public String getProfileInfo()
{ {
return (String)get_Value("ProfileInfo"); return (String)get_Value("ProfileInfo");
} }
/** Column name ProfileInfo */
public static final String COLUMNNAME_ProfileInfo = "ProfileInfo";
/** Set Known Issue. /** Set Known Issue.
@param R_IssueKnown_ID Known Issue */ @param R_IssueKnown_ID Known Issue */
public void setR_IssueKnown_ID (int R_IssueKnown_ID) public void setR_IssueKnown_ID (int R_IssueKnown_ID)
@ -520,6 +564,8 @@ Integer ii = (Integer)get_Value("R_IssueKnown_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name R_IssueKnown_ID */
public static final String COLUMNNAME_R_IssueKnown_ID = "R_IssueKnown_ID";
/** Set Issue Project. /** Set Issue Project.
@param R_IssueProject_ID Implementation Projects */ @param R_IssueProject_ID Implementation Projects */
public void setR_IssueProject_ID (int R_IssueProject_ID) public void setR_IssueProject_ID (int R_IssueProject_ID)
@ -536,6 +582,8 @@ Integer ii = (Integer)get_Value("R_IssueProject_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name R_IssueProject_ID */
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
/** Set Issue System. /** Set Issue System.
@param R_IssueSystem_ID System creating the issue */ @param R_IssueSystem_ID System creating the issue */
public void setR_IssueSystem_ID (int R_IssueSystem_ID) public void setR_IssueSystem_ID (int R_IssueSystem_ID)
@ -552,6 +600,8 @@ Integer ii = (Integer)get_Value("R_IssueSystem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name R_IssueSystem_ID */
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
/** Set IssueUser. /** Set IssueUser.
@param R_IssueUser_ID User who reported issues */ @param R_IssueUser_ID User who reported issues */
public void setR_IssueUser_ID (int R_IssueUser_ID) public void setR_IssueUser_ID (int R_IssueUser_ID)
@ -568,6 +618,8 @@ Integer ii = (Integer)get_Value("R_IssueUser_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name R_IssueUser_ID */
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
/** Set Request. /** Set Request.
@param R_Request_ID Request from a Business Partner or Prospect */ @param R_Request_ID Request from a Business Partner or Prospect */
public void setR_Request_ID (int R_Request_ID) public void setR_Request_ID (int R_Request_ID)
@ -584,6 +636,8 @@ Integer ii = (Integer)get_Value("R_Request_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name R_Request_ID */
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -600,6 +654,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Release No. /** Set Release No.
@param ReleaseNo Internal Release Number */ @param ReleaseNo Internal Release Number */
public void setReleaseNo (String ReleaseNo) public void setReleaseNo (String ReleaseNo)
@ -618,6 +674,8 @@ public String getReleaseNo()
{ {
return (String)get_Value("ReleaseNo"); return (String)get_Value("ReleaseNo");
} }
/** Column name ReleaseNo */
public static final String COLUMNNAME_ReleaseNo = "ReleaseNo";
/** Set Release Tag. /** Set Release Tag.
@param ReleaseTag Release Tag */ @param ReleaseTag Release Tag */
public void setReleaseTag (String ReleaseTag) public void setReleaseTag (String ReleaseTag)
@ -635,6 +693,8 @@ public String getReleaseTag()
{ {
return (String)get_Value("ReleaseTag"); return (String)get_Value("ReleaseTag");
} }
/** Column name ReleaseTag */
public static final String COLUMNNAME_ReleaseTag = "ReleaseTag";
/** Set Remote Addr. /** Set Remote Addr.
@param Remote_Addr Remote Address */ @param Remote_Addr Remote Address */
public void setRemote_Addr (String Remote_Addr) public void setRemote_Addr (String Remote_Addr)
@ -652,6 +712,8 @@ public String getRemote_Addr()
{ {
return (String)get_Value("Remote_Addr"); return (String)get_Value("Remote_Addr");
} }
/** Column name Remote_Addr */
public static final String COLUMNNAME_Remote_Addr = "Remote_Addr";
/** Set Remote Host. /** Set Remote Host.
@param Remote_Host Remote host Info */ @param Remote_Host Remote host Info */
public void setRemote_Host (String Remote_Host) public void setRemote_Host (String Remote_Host)
@ -669,6 +731,8 @@ public String getRemote_Host()
{ {
return (String)get_Value("Remote_Host"); return (String)get_Value("Remote_Host");
} }
/** Column name Remote_Host */
public static final String COLUMNNAME_Remote_Host = "Remote_Host";
/** Set Request Document No. /** Set Request Document No.
@param RequestDocumentNo Adempiere Request Document No */ @param RequestDocumentNo Adempiere Request Document No */
public void setRequestDocumentNo (String RequestDocumentNo) public void setRequestDocumentNo (String RequestDocumentNo)
@ -686,6 +750,8 @@ public String getRequestDocumentNo()
{ {
return (String)get_Value("RequestDocumentNo"); return (String)get_Value("RequestDocumentNo");
} }
/** Column name RequestDocumentNo */
public static final String COLUMNNAME_RequestDocumentNo = "RequestDocumentNo";
/** Set Response Text. /** Set Response Text.
@param ResponseText Request Response Text */ @param ResponseText Request Response Text */
public void setResponseText (String ResponseText) public void setResponseText (String ResponseText)
@ -703,6 +769,8 @@ public String getResponseText()
{ {
return (String)get_Value("ResponseText"); return (String)get_Value("ResponseText");
} }
/** Column name ResponseText */
public static final String COLUMNNAME_ResponseText = "ResponseText";
/** Set Source Class. /** Set Source Class.
@param SourceClassName Source Class Name */ @param SourceClassName Source Class Name */
public void setSourceClassName (String SourceClassName) public void setSourceClassName (String SourceClassName)
@ -720,6 +788,8 @@ public String getSourceClassName()
{ {
return (String)get_Value("SourceClassName"); return (String)get_Value("SourceClassName");
} }
/** Column name SourceClassName */
public static final String COLUMNNAME_SourceClassName = "SourceClassName";
/** Set Source Method. /** Set Source Method.
@param SourceMethodName Source Method Name */ @param SourceMethodName Source Method Name */
public void setSourceMethodName (String SourceMethodName) public void setSourceMethodName (String SourceMethodName)
@ -737,6 +807,8 @@ public String getSourceMethodName()
{ {
return (String)get_Value("SourceMethodName"); return (String)get_Value("SourceMethodName");
} }
/** Column name SourceMethodName */
public static final String COLUMNNAME_SourceMethodName = "SourceMethodName";
/** Set Stack Trace. /** Set Stack Trace.
@param StackTrace System Log Trace */ @param StackTrace System Log Trace */
public void setStackTrace (String StackTrace) public void setStackTrace (String StackTrace)
@ -754,6 +826,8 @@ public String getStackTrace()
{ {
return (String)get_Value("StackTrace"); return (String)get_Value("StackTrace");
} }
/** Column name StackTrace */
public static final String COLUMNNAME_StackTrace = "StackTrace";
/** Set Statistics. /** Set Statistics.
@param StatisticsInfo Information to help profiling the system for solving support issues */ @param StatisticsInfo Information to help profiling the system for solving support issues */
public void setStatisticsInfo (String StatisticsInfo) public void setStatisticsInfo (String StatisticsInfo)
@ -771,6 +845,8 @@ public String getStatisticsInfo()
{ {
return (String)get_Value("StatisticsInfo"); return (String)get_Value("StatisticsInfo");
} }
/** Column name StatisticsInfo */
public static final String COLUMNNAME_StatisticsInfo = "StatisticsInfo";
/** Set Support EMail. /** Set Support EMail.
@param SupportEMail EMail address to send support information and updates to */ @param SupportEMail EMail address to send support information and updates to */
public void setSupportEMail (String SupportEMail) public void setSupportEMail (String SupportEMail)
@ -788,6 +864,8 @@ public String getSupportEMail()
{ {
return (String)get_Value("SupportEMail"); return (String)get_Value("SupportEMail");
} }
/** Column name SupportEMail */
public static final String COLUMNNAME_SupportEMail = "SupportEMail";
/** SystemStatus AD_Reference_ID=374 */ /** SystemStatus AD_Reference_ID=374 */
public static final int SYSTEMSTATUS_AD_Reference_ID=374; public static final int SYSTEMSTATUS_AD_Reference_ID=374;
@ -817,6 +895,8 @@ public String getSystemStatus()
{ {
return (String)get_Value("SystemStatus"); return (String)get_Value("SystemStatus");
} }
/** Column name SystemStatus */
public static final String COLUMNNAME_SystemStatus = "SystemStatus";
/** Set Registered EMail. /** Set Registered EMail.
@param UserName Email of the responsible for the System */ @param UserName Email of the responsible for the System */
public void setUserName (String UserName) public void setUserName (String UserName)
@ -835,6 +915,8 @@ public String getUserName()
{ {
return (String)get_Value("UserName"); return (String)get_Value("UserName");
} }
/** Column name UserName */
public static final String COLUMNNAME_UserName = "UserName";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -853,4 +935,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_LabelPrinter /** Generated Model for AD_LabelPrinter
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_LabelPrinter extends PO public class X_AD_LabelPrinter extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_LabelPrinter_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LabelPrinter_ID */
public static final String COLUMNNAME_AD_LabelPrinter_ID = "AD_LabelPrinter_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -118,6 +120,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -142,4 +146,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_LabelPrinterFunction /** Generated Model for AD_LabelPrinterFunction
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_LabelPrinterFunction extends PO public class X_AD_LabelPrinterFunction extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_LabelPrinterFunction_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LabelPrinterFunction_ID */
public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID";
/** Set Label printer. /** Set Label printer.
@param AD_LabelPrinter_ID Label Printer Definition */ @param AD_LabelPrinter_ID Label Printer Definition */
public void setAD_LabelPrinter_ID (int AD_LabelPrinter_ID) public void setAD_LabelPrinter_ID (int AD_LabelPrinter_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_LabelPrinter_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LabelPrinter_ID */
public static final String COLUMNNAME_AD_LabelPrinter_ID = "AD_LabelPrinter_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -135,6 +139,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Function Prefix. /** Set Function Prefix.
@param FunctionPrefix Data sent before the function */ @param FunctionPrefix Data sent before the function */
public void setFunctionPrefix (String FunctionPrefix) public void setFunctionPrefix (String FunctionPrefix)
@ -152,6 +158,8 @@ public String getFunctionPrefix()
{ {
return (String)get_Value("FunctionPrefix"); return (String)get_Value("FunctionPrefix");
} }
/** Column name FunctionPrefix */
public static final String COLUMNNAME_FunctionPrefix = "FunctionPrefix";
/** Set Function Suffix. /** Set Function Suffix.
@param FunctionSuffix Data sent after the function */ @param FunctionSuffix Data sent after the function */
public void setFunctionSuffix (String FunctionSuffix) public void setFunctionSuffix (String FunctionSuffix)
@ -169,6 +177,8 @@ public String getFunctionSuffix()
{ {
return (String)get_Value("FunctionSuffix"); return (String)get_Value("FunctionSuffix");
} }
/** Column name FunctionSuffix */
public static final String COLUMNNAME_FunctionSuffix = "FunctionSuffix";
/** Set XY Position. /** Set XY Position.
@param IsXYPosition The Function is XY position */ @param IsXYPosition The Function is XY position */
public void setIsXYPosition (boolean IsXYPosition) public void setIsXYPosition (boolean IsXYPosition)
@ -187,6 +197,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsXYPosition */
public static final String COLUMNNAME_IsXYPosition = "IsXYPosition";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -211,6 +223,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set XY Separator. /** Set XY Separator.
@param XYSeparator The separator between the X and Y function. */ @param XYSeparator The separator between the X and Y function. */
public void setXYSeparator (String XYSeparator) public void setXYSeparator (String XYSeparator)
@ -228,4 +242,6 @@ public String getXYSeparator()
{ {
return (String)get_Value("XYSeparator"); return (String)get_Value("XYSeparator");
} }
/** Column name XYSeparator */
public static final String COLUMNNAME_XYSeparator = "XYSeparator";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Language /** Generated Model for AD_Language
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Language extends PO public class X_AD_Language extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ public String getAD_Language()
{ {
return (String)get_Value("AD_Language"); return (String)get_Value("AD_Language");
} }
/** Column name AD_Language */
public static final String COLUMNNAME_AD_Language = "AD_Language";
/** Set Language ID. /** Set Language ID.
@param AD_Language_ID Language ID */ @param AD_Language_ID Language ID */
public void setAD_Language_ID (int AD_Language_ID) public void setAD_Language_ID (int AD_Language_ID)
@ -123,6 +125,8 @@ Integer ii = (Integer)get_Value("AD_Language_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Language_ID */
public static final String COLUMNNAME_AD_Language_ID = "AD_Language_ID";
/** Set ISO Country Code. /** Set ISO Country Code.
@param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */ @param CountryCode Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html */
public void setCountryCode (String CountryCode) public void setCountryCode (String CountryCode)
@ -140,6 +144,8 @@ public String getCountryCode()
{ {
return (String)get_Value("CountryCode"); return (String)get_Value("CountryCode");
} }
/** Column name CountryCode */
public static final String COLUMNNAME_CountryCode = "CountryCode";
/** Set Date Pattern. /** Set Date Pattern.
@param DatePattern Java Date Pattern */ @param DatePattern Java Date Pattern */
public void setDatePattern (String DatePattern) public void setDatePattern (String DatePattern)
@ -157,6 +163,8 @@ public String getDatePattern()
{ {
return (String)get_Value("DatePattern"); return (String)get_Value("DatePattern");
} }
/** Column name DatePattern */
public static final String COLUMNNAME_DatePattern = "DatePattern";
/** Set Base Language. /** Set Base Language.
@param IsBaseLanguage The system information is maintained in this language */ @param IsBaseLanguage The system information is maintained in this language */
public void setIsBaseLanguage (boolean IsBaseLanguage) public void setIsBaseLanguage (boolean IsBaseLanguage)
@ -175,6 +183,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsBaseLanguage */
public static final String COLUMNNAME_IsBaseLanguage = "IsBaseLanguage";
/** Set Decimal Point. /** Set Decimal Point.
@param IsDecimalPoint The number notation has a decimal point (no decimal comma) */ @param IsDecimalPoint The number notation has a decimal point (no decimal comma) */
public void setIsDecimalPoint (boolean IsDecimalPoint) public void setIsDecimalPoint (boolean IsDecimalPoint)
@ -193,6 +203,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDecimalPoint */
public static final String COLUMNNAME_IsDecimalPoint = "IsDecimalPoint";
/** Set System Language. /** Set System Language.
@param IsSystemLanguage The screens, etc. are maintained in this Language */ @param IsSystemLanguage The screens, etc. are maintained in this Language */
public void setIsSystemLanguage (boolean IsSystemLanguage) public void setIsSystemLanguage (boolean IsSystemLanguage)
@ -211,6 +223,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSystemLanguage */
public static final String COLUMNNAME_IsSystemLanguage = "IsSystemLanguage";
/** Set ISO Language Code. /** Set ISO Language Code.
@param LanguageISO Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt */ @param LanguageISO Lower-case two-letter ISO-3166 code - http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt */
public void setLanguageISO (String LanguageISO) public void setLanguageISO (String LanguageISO)
@ -228,6 +242,8 @@ public String getLanguageISO()
{ {
return (String)get_Value("LanguageISO"); return (String)get_Value("LanguageISO");
} }
/** Column name LanguageISO */
public static final String COLUMNNAME_LanguageISO = "LanguageISO";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -252,6 +268,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -270,6 +288,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Time Pattern. /** Set Time Pattern.
@param TimePattern Java Time Pattern */ @param TimePattern Java Time Pattern */
public void setTimePattern (String TimePattern) public void setTimePattern (String TimePattern)
@ -287,4 +307,6 @@ public String getTimePattern()
{ {
return (String)get_Value("TimePattern"); return (String)get_Value("TimePattern");
} }
/** Column name TimePattern */
public static final String COLUMNNAME_TimePattern = "TimePattern";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_LdapAccess /** Generated Model for AD_LdapAccess
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_LdapAccess extends PO public class X_AD_LdapAccess extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_LdapAccess_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LdapAccess_ID */
public static final String COLUMNNAME_AD_LdapAccess_ID = "AD_LdapAccess_ID";
/** Set Ldap Processor. /** Set Ldap Processor.
@param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on Adempiere */ @param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on Adempiere */
public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID) public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_LdapProcessor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LdapProcessor_ID */
public static final String COLUMNNAME_AD_LdapProcessor_ID = "AD_LdapProcessor_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -139,6 +143,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID()));
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -156,6 +162,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Error. /** Set Error.
@param IsError An Error occured in the execution */ @param IsError An Error occured in the execution */
public void setIsError (boolean IsError) public void setIsError (boolean IsError)
@ -174,6 +182,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsError */
public static final String COLUMNNAME_IsError = "IsError";
/** Set Interest Area. /** Set Interest Area.
@param R_InterestArea_ID Interest Area or Topic */ @param R_InterestArea_ID Interest Area or Topic */
public void setR_InterestArea_ID (int R_InterestArea_ID) public void setR_InterestArea_ID (int R_InterestArea_ID)
@ -190,6 +200,8 @@ Integer ii = (Integer)get_Value("R_InterestArea_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name R_InterestArea_ID */
public static final String COLUMNNAME_R_InterestArea_ID = "R_InterestArea_ID";
/** Set Summary. /** Set Summary.
@param Summary Textual summary of this request */ @param Summary Textual summary of this request */
public void setSummary (String Summary) public void setSummary (String Summary)
@ -207,4 +219,6 @@ public String getSummary()
{ {
return (String)get_Value("Summary"); return (String)get_Value("Summary");
} }
/** Column name Summary */
public static final String COLUMNNAME_Summary = "Summary";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_LdapProcessor /** Generated Model for AD_LdapProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_LdapProcessor extends PO public class X_AD_LdapProcessor extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_LdapProcessor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LdapProcessor_ID */
public static final String COLUMNNAME_AD_LdapProcessor_ID = "AD_LdapProcessor_ID";
/** Set Date last run. /** Set Date last run.
@param DateLastRun Date the process was last run. */ @param DateLastRun Date the process was last run. */
public void setDateLastRun (Timestamp DateLastRun) public void setDateLastRun (Timestamp DateLastRun)
@ -116,6 +118,8 @@ public Timestamp getDateLastRun()
{ {
return (Timestamp)get_Value("DateLastRun"); return (Timestamp)get_Value("DateLastRun");
} }
/** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
/** Set Date next run. /** Set Date next run.
@param DateNextRun Date the process will run next */ @param DateNextRun Date the process will run next */
public void setDateNextRun (Timestamp DateNextRun) public void setDateNextRun (Timestamp DateNextRun)
@ -128,6 +132,8 @@ public Timestamp getDateNextRun()
{ {
return (Timestamp)get_Value("DateNextRun"); return (Timestamp)get_Value("DateNextRun");
} }
/** Column name DateNextRun */
public static final String COLUMNNAME_DateNextRun = "DateNextRun";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -145,6 +151,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Days to keep Log. /** Set Days to keep Log.
@param KeepLogDays Number of days to keep the log entries */ @param KeepLogDays Number of days to keep the log entries */
public void setKeepLogDays (int KeepLogDays) public void setKeepLogDays (int KeepLogDays)
@ -159,6 +167,8 @@ Integer ii = (Integer)get_Value("KeepLogDays");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name KeepLogDays */
public static final String COLUMNNAME_KeepLogDays = "KeepLogDays";
/** Set Ldap Port. /** Set Ldap Port.
@param LdapPort The port the server is listening */ @param LdapPort The port the server is listening */
public void setLdapPort (int LdapPort) public void setLdapPort (int LdapPort)
@ -173,6 +183,8 @@ Integer ii = (Integer)get_Value("LdapPort");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LdapPort */
public static final String COLUMNNAME_LdapPort = "LdapPort";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -197,6 +209,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -215,6 +229,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Supervisor_ID AD_Reference_ID=110 */ /** Supervisor_ID AD_Reference_ID=110 */
public static final int SUPERVISOR_ID_AD_Reference_ID=110; public static final int SUPERVISOR_ID_AD_Reference_ID=110;
@ -233,4 +249,6 @@ Integer ii = (Integer)get_Value("Supervisor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Supervisor_ID */
public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_LdapProcessorLog /** Generated Model for AD_LdapProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_LdapProcessorLog extends PO public class X_AD_LdapProcessorLog extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_LdapProcessorLog_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LdapProcessorLog_ID */
public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID";
/** Set Ldap Processor. /** Set Ldap Processor.
@param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on Adempiere */ @param AD_LdapProcessor_ID LDAP Server to authenticate and authorize external systems based on Adempiere */
public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID) public void setAD_LdapProcessor_ID (int AD_LdapProcessor_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_LdapProcessor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LdapProcessor_ID */
public static final String COLUMNNAME_AD_LdapProcessor_ID = "AD_LdapProcessor_ID";
/** Set BinaryData. /** Set BinaryData.
@param BinaryData Binary Data */ @param BinaryData Binary Data */
public void setBinaryData (byte[] BinaryData) public void setBinaryData (byte[] BinaryData)
@ -129,6 +133,8 @@ public byte[] getBinaryData()
{ {
return (byte[])get_Value("BinaryData"); return (byte[])get_Value("BinaryData");
} }
/** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -146,6 +152,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Error. /** Set Error.
@param IsError An Error occured in the execution */ @param IsError An Error occured in the execution */
public void setIsError (boolean IsError) public void setIsError (boolean IsError)
@ -164,6 +172,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsError */
public static final String COLUMNNAME_IsError = "IsError";
/** Set Reference. /** Set Reference.
@param Reference Reference for this record */ @param Reference Reference for this record */
public void setReference (String Reference) public void setReference (String Reference)
@ -181,6 +191,8 @@ public String getReference()
{ {
return (String)get_Value("Reference"); return (String)get_Value("Reference");
} }
/** Column name Reference */
public static final String COLUMNNAME_Reference = "Reference";
/** Set Summary. /** Set Summary.
@param Summary Textual summary of this request */ @param Summary Textual summary of this request */
public void setSummary (String Summary) public void setSummary (String Summary)
@ -198,6 +210,8 @@ public String getSummary()
{ {
return (String)get_Value("Summary"); return (String)get_Value("Summary");
} }
/** Column name Summary */
public static final String COLUMNNAME_Summary = "Summary";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -215,4 +229,6 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Menu /** Generated Model for AD_Menu
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Menu extends PO public class X_AD_Menu extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -106,6 +106,8 @@ Integer ii = (Integer)get_Value("AD_Form_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
/** Set Menu. /** Set Menu.
@param AD_Menu_ID Identifies a Menu */ @param AD_Menu_ID Identifies a Menu */
public void setAD_Menu_ID (int AD_Menu_ID) public void setAD_Menu_ID (int AD_Menu_ID)
@ -121,6 +123,8 @@ Integer ii = (Integer)get_Value("AD_Menu_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Menu_ID */
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -137,6 +141,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set OS Task. /** Set OS Task.
@param AD_Task_ID Operation System Task */ @param AD_Task_ID Operation System Task */
public void setAD_Task_ID (int AD_Task_ID) public void setAD_Task_ID (int AD_Task_ID)
@ -153,6 +159,8 @@ Integer ii = (Integer)get_Value("AD_Task_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Task_ID */
public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -169,6 +177,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** Set Workbench. /** Set Workbench.
@param AD_Workbench_ID Collection of windows, reports */ @param AD_Workbench_ID Collection of windows, reports */
public void setAD_Workbench_ID (int AD_Workbench_ID) public void setAD_Workbench_ID (int AD_Workbench_ID)
@ -185,6 +195,8 @@ Integer ii = (Integer)get_Value("AD_Workbench_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
/** Set Workflow. /** Set Workflow.
@param AD_Workflow_ID Workflow or combination of tasks */ @param AD_Workflow_ID Workflow or combination of tasks */
public void setAD_Workflow_ID (int AD_Workflow_ID) public void setAD_Workflow_ID (int AD_Workflow_ID)
@ -201,6 +213,8 @@ Integer ii = (Integer)get_Value("AD_Workflow_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
/** Action AD_Reference_ID=104 */ /** Action AD_Reference_ID=104 */
public static final int ACTION_AD_Reference_ID=104; public static final int ACTION_AD_Reference_ID=104;
@ -237,6 +251,8 @@ public String getAction()
{ {
return (String)get_Value("Action"); return (String)get_Value("Action");
} }
/** Column name Action */
public static final String COLUMNNAME_Action = "Action";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -254,6 +270,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -276,6 +294,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -294,6 +314,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
/** Set Sales Transaction. /** Set Sales Transaction.
@param IsSOTrx This is a Sales Transaction */ @param IsSOTrx This is a Sales Transaction */
public void setIsSOTrx (boolean IsSOTrx) public void setIsSOTrx (boolean IsSOTrx)
@ -312,6 +334,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSOTrx */
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
/** Set Summary Level. /** Set Summary Level.
@param IsSummary This is a summary entity */ @param IsSummary This is a summary entity */
public void setIsSummary (boolean IsSummary) public void setIsSummary (boolean IsSummary)
@ -330,6 +354,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSummary */
public static final String COLUMNNAME_IsSummary = "IsSummary";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -354,4 +380,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Message /** Generated Model for AD_Message
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Message extends PO public class X_AD_Message extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_Message_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Message_ID */
public static final String COLUMNNAME_AD_Message_ID = "AD_Message_ID";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -126,6 +128,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Message Text. /** Set Message Text.
@param MsgText Textual Informational, Menu or Error Message */ @param MsgText Textual Informational, Menu or Error Message */
public void setMsgText (String MsgText) public void setMsgText (String MsgText)
@ -144,6 +148,8 @@ public String getMsgText()
{ {
return (String)get_Value("MsgText"); return (String)get_Value("MsgText");
} }
/** Column name MsgText */
public static final String COLUMNNAME_MsgText = "MsgText";
/** Set Message Tip. /** Set Message Tip.
@param MsgTip Additional tip or help for this message */ @param MsgTip Additional tip or help for this message */
public void setMsgTip (String MsgTip) public void setMsgTip (String MsgTip)
@ -161,6 +167,8 @@ public String getMsgTip()
{ {
return (String)get_Value("MsgTip"); return (String)get_Value("MsgTip");
} }
/** Column name MsgTip */
public static final String COLUMNNAME_MsgTip = "MsgTip";
/** MsgType AD_Reference_ID=103 */ /** MsgType AD_Reference_ID=103 */
public static final int MSGTYPE_AD_Reference_ID=103; public static final int MSGTYPE_AD_Reference_ID=103;
@ -190,6 +198,8 @@ public String getMsgType()
{ {
return (String)get_Value("MsgType"); return (String)get_Value("MsgType");
} }
/** Column name MsgType */
public static final String COLUMNNAME_MsgType = "MsgType";
/** Set Search Key. /** Set Search Key.
@param Value Search key for the record in the format required - must be unique */ @param Value Search key for the record in the format required - must be unique */
public void setValue (String Value) public void setValue (String Value)
@ -214,4 +224,6 @@ return (String)get_Value("Value");
{ {
return new KeyNamePair(get_ID(), getValue()); return new KeyNamePair(get_ID(), getValue());
} }
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Modification /** Generated Model for AD_Modification
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Modification extends PO public class X_AD_Modification extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_Modification_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Modification_ID */
public static final String COLUMNNAME_AD_Modification_ID = "AD_Modification_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -120,6 +122,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -142,6 +146,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -159,6 +165,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -183,6 +191,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -199,6 +209,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -216,4 +228,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Note /** Generated Model for AD_Note
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Note extends PO public class X_AD_Note extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -110,6 +110,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Message_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Message_ID()));
} }
/** Column name AD_Message_ID */
public static final String COLUMNNAME_AD_Message_ID = "AD_Message_ID";
/** Set Notice. /** Set Notice.
@param AD_Note_ID System Notice */ @param AD_Note_ID System Notice */
public void setAD_Note_ID (int AD_Note_ID) public void setAD_Note_ID (int AD_Note_ID)
@ -125,6 +127,8 @@ Integer ii = (Integer)get_Value("AD_Note_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Note_ID */
public static final String COLUMNNAME_AD_Note_ID = "AD_Note_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -141,6 +145,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -157,6 +163,8 @@ Integer ii = (Integer)get_Value("AD_User_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set Workflow Activity. /** Set Workflow Activity.
@param AD_WF_Activity_ID Workflow Activity */ @param AD_WF_Activity_ID Workflow Activity */
public void setAD_WF_Activity_ID (int AD_WF_Activity_ID) public void setAD_WF_Activity_ID (int AD_WF_Activity_ID)
@ -173,6 +181,8 @@ Integer ii = (Integer)get_Value("AD_WF_Activity_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_WF_Activity_ID */
public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -190,6 +200,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -208,6 +220,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -226,6 +240,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -242,6 +258,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Reference. /** Set Reference.
@param Reference Reference for this record */ @param Reference Reference for this record */
public void setReference (String Reference) public void setReference (String Reference)
@ -259,6 +277,8 @@ public String getReference()
{ {
return (String)get_Value("Reference"); return (String)get_Value("Reference");
} }
/** Column name Reference */
public static final String COLUMNNAME_Reference = "Reference";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -276,4 +296,6 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Org /** Generated Model for AD_Org
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Org extends PO public class X_AD_Org extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Summary Level. /** Set Summary Level.
@param IsSummary This is a summary entity */ @param IsSummary This is a summary entity */
public void setIsSummary (boolean IsSummary) public void setIsSummary (boolean IsSummary)
@ -122,6 +124,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSummary */
public static final String COLUMNNAME_IsSummary = "IsSummary";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -146,6 +150,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Search Key. /** Set Search Key.
@param Value Search key for the record in the format required - must be unique */ @param Value Search key for the record in the format required - must be unique */
public void setValue (String Value) public void setValue (String Value)
@ -164,4 +170,6 @@ public String getValue()
{ {
return (String)get_Value("Value"); return (String)get_Value("Value");
} }
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_OrgInfo /** Generated Model for AD_OrgInfo
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_OrgInfo extends PO public class X_AD_OrgInfo extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_OrgType_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_OrgType_ID */
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
/** Set Address. /** Set Address.
@param C_Location_ID Location or Address */ @param C_Location_ID Location or Address */
public void setC_Location_ID (int C_Location_ID) public void setC_Location_ID (int C_Location_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("C_Location_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_Location_ID */
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
/** Set D-U-N-S. /** Set D-U-N-S.
@param DUNS Dun & Bradstreet Number */ @param DUNS Dun & Bradstreet Number */
public void setDUNS (String DUNS) public void setDUNS (String DUNS)
@ -136,6 +140,8 @@ public String getDUNS()
{ {
return (String)get_Value("DUNS"); return (String)get_Value("DUNS");
} }
/** Column name DUNS */
public static final String COLUMNNAME_DUNS = "DUNS";
/** Set Warehouse. /** Set Warehouse.
@param M_Warehouse_ID Storage Warehouse and Service Point */ @param M_Warehouse_ID Storage Warehouse and Service Point */
public void setM_Warehouse_ID (int M_Warehouse_ID) public void setM_Warehouse_ID (int M_Warehouse_ID)
@ -152,6 +158,8 @@ Integer ii = (Integer)get_Value("M_Warehouse_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
/** Parent_Org_ID AD_Reference_ID=130 */ /** Parent_Org_ID AD_Reference_ID=130 */
public static final int PARENT_ORG_ID_AD_Reference_ID=130; public static final int PARENT_ORG_ID_AD_Reference_ID=130;
@ -171,6 +179,8 @@ Integer ii = (Integer)get_Value("Parent_Org_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Parent_Org_ID */
public static final String COLUMNNAME_Parent_Org_ID = "Parent_Org_ID";
/** Supervisor_ID AD_Reference_ID=286 */ /** Supervisor_ID AD_Reference_ID=286 */
public static final int SUPERVISOR_ID_AD_Reference_ID=286; public static final int SUPERVISOR_ID_AD_Reference_ID=286;
@ -190,6 +200,8 @@ Integer ii = (Integer)get_Value("Supervisor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Supervisor_ID */
public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID";
/** Set Tax ID. /** Set Tax ID.
@param TaxID Tax Identification */ @param TaxID Tax Identification */
public void setTaxID (String TaxID) public void setTaxID (String TaxID)
@ -208,4 +220,6 @@ public String getTaxID()
{ {
return (String)get_Value("TaxID"); return (String)get_Value("TaxID");
} }
/** Column name TaxID */
public static final String COLUMNNAME_TaxID = "TaxID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_OrgType /** Generated Model for AD_OrgType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_OrgType extends PO public class X_AD_OrgType extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_OrgType_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_OrgType_ID */
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
/** Set Print Color. /** Set Print Color.
@param AD_PrintColor_ID Color used for printing and display */ @param AD_PrintColor_ID Color used for printing and display */
public void setAD_PrintColor_ID (int AD_PrintColor_ID) public void setAD_PrintColor_ID (int AD_PrintColor_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintColor_ID */
public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -134,6 +138,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -158,4 +164,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PInstance /** Generated Model for AD_PInstance
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PInstance extends PO public class X_AD_PInstance extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -109,6 +109,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_PInstance_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_PInstance_ID()));
} }
/** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -124,6 +126,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -140,6 +144,8 @@ Integer ii = (Integer)get_Value("AD_User_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set Error Msg. /** Set Error Msg.
@param ErrorMsg Error Msg */ @param ErrorMsg Error Msg */
public void setErrorMsg (String ErrorMsg) public void setErrorMsg (String ErrorMsg)
@ -157,6 +163,8 @@ public String getErrorMsg()
{ {
return (String)get_Value("ErrorMsg"); return (String)get_Value("ErrorMsg");
} }
/** Column name ErrorMsg */
public static final String COLUMNNAME_ErrorMsg = "ErrorMsg";
/** Set Processing. /** Set Processing.
@param IsProcessing Processing */ @param IsProcessing Processing */
public void setIsProcessing (boolean IsProcessing) public void setIsProcessing (boolean IsProcessing)
@ -175,6 +183,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsProcessing */
public static final String COLUMNNAME_IsProcessing = "IsProcessing";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -190,6 +200,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Result. /** Set Result.
@param Result Result of the action taken */ @param Result Result of the action taken */
public void setResult (int Result) public void setResult (int Result)
@ -204,4 +216,6 @@ Integer ii = (Integer)get_Value("Result");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Result */
public static final String COLUMNNAME_Result = "Result";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PInstance_Log /** Generated Model for AD_PInstance_Log
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PInstance_Log extends PO public class X_AD_PInstance_Log extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_PInstance_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID";
/** Set Log. /** Set Log.
@param Log_ID Log */ @param Log_ID Log */
public void setLog_ID (int Log_ID) public void setLog_ID (int Log_ID)
@ -116,6 +118,8 @@ Integer ii = (Integer)get_Value("Log_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Log_ID */
public static final String COLUMNNAME_Log_ID = "Log_ID";
/** Set Process Date. /** Set Process Date.
@param P_Date Process Parameter */ @param P_Date Process Parameter */
public void setP_Date (Timestamp P_Date) public void setP_Date (Timestamp P_Date)
@ -128,6 +132,8 @@ public Timestamp getP_Date()
{ {
return (Timestamp)get_Value("P_Date"); return (Timestamp)get_Value("P_Date");
} }
/** Column name P_Date */
public static final String COLUMNNAME_P_Date = "P_Date";
/** Set Process ID. /** Set Process ID.
@param P_ID Process ID */ @param P_ID Process ID */
public void setP_ID (int P_ID) public void setP_ID (int P_ID)
@ -144,6 +150,8 @@ Integer ii = (Integer)get_Value("P_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name P_ID */
public static final String COLUMNNAME_P_ID = "P_ID";
/** Set Process Message. /** Set Process Message.
@param P_Msg Process Message */ @param P_Msg Process Message */
public void setP_Msg (String P_Msg) public void setP_Msg (String P_Msg)
@ -161,6 +169,8 @@ public String getP_Msg()
{ {
return (String)get_Value("P_Msg"); return (String)get_Value("P_Msg");
} }
/** Column name P_Msg */
public static final String COLUMNNAME_P_Msg = "P_Msg";
/** Set Process Number. /** Set Process Number.
@param P_Number Process Parameter */ @param P_Number Process Parameter */
public void setP_Number (BigDecimal P_Number) public void setP_Number (BigDecimal P_Number)
@ -175,4 +185,6 @@ BigDecimal bd = (BigDecimal)get_Value("P_Number");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name P_Number */
public static final String COLUMNNAME_P_Number = "P_Number";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PInstance_Para /** Generated Model for AD_PInstance_Para
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PInstance_Para extends PO public class X_AD_PInstance_Para extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_PInstance_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID";
/** Set Info. /** Set Info.
@param Info Information */ @param Info Information */
public void setInfo (String Info) public void setInfo (String Info)
@ -118,6 +120,8 @@ public String getInfo()
{ {
return (String)get_Value("Info"); return (String)get_Value("Info");
} }
/** Column name Info */
public static final String COLUMNNAME_Info = "Info";
/** Set Info To. /** Set Info To.
@param Info_To Info To */ @param Info_To Info To */
public void setInfo_To (String Info_To) public void setInfo_To (String Info_To)
@ -135,6 +139,8 @@ public String getInfo_To()
{ {
return (String)get_Value("Info_To"); return (String)get_Value("Info_To");
} }
/** Column name Info_To */
public static final String COLUMNNAME_Info_To = "Info_To";
/** Set Process Date. /** Set Process Date.
@param P_Date Process Parameter */ @param P_Date Process Parameter */
public void setP_Date (Timestamp P_Date) public void setP_Date (Timestamp P_Date)
@ -147,6 +153,8 @@ public Timestamp getP_Date()
{ {
return (Timestamp)get_Value("P_Date"); return (Timestamp)get_Value("P_Date");
} }
/** Column name P_Date */
public static final String COLUMNNAME_P_Date = "P_Date";
/** Set Process Date To. /** Set Process Date To.
@param P_Date_To Process Parameter */ @param P_Date_To Process Parameter */
public void setP_Date_To (Timestamp P_Date_To) public void setP_Date_To (Timestamp P_Date_To)
@ -159,6 +167,8 @@ public Timestamp getP_Date_To()
{ {
return (Timestamp)get_Value("P_Date_To"); return (Timestamp)get_Value("P_Date_To");
} }
/** Column name P_Date_To */
public static final String COLUMNNAME_P_Date_To = "P_Date_To";
/** Set Process Number. /** Set Process Number.
@param P_Number Process Parameter */ @param P_Number Process Parameter */
public void setP_Number (BigDecimal P_Number) public void setP_Number (BigDecimal P_Number)
@ -173,6 +183,8 @@ BigDecimal bd = (BigDecimal)get_Value("P_Number");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name P_Number */
public static final String COLUMNNAME_P_Number = "P_Number";
/** Set Process Number To. /** Set Process Number To.
@param P_Number_To Process Parameter */ @param P_Number_To Process Parameter */
public void setP_Number_To (BigDecimal P_Number_To) public void setP_Number_To (BigDecimal P_Number_To)
@ -187,6 +199,8 @@ BigDecimal bd = (BigDecimal)get_Value("P_Number_To");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name P_Number_To */
public static final String COLUMNNAME_P_Number_To = "P_Number_To";
/** Set Process String. /** Set Process String.
@param P_String Process Parameter */ @param P_String Process Parameter */
public void setP_String (String P_String) public void setP_String (String P_String)
@ -204,6 +218,8 @@ public String getP_String()
{ {
return (String)get_Value("P_String"); return (String)get_Value("P_String");
} }
/** Column name P_String */
public static final String COLUMNNAME_P_String = "P_String";
/** Set Process String To. /** Set Process String To.
@param P_String_To Process Parameter */ @param P_String_To Process Parameter */
public void setP_String_To (String P_String_To) public void setP_String_To (String P_String_To)
@ -221,6 +237,8 @@ public String getP_String_To()
{ {
return (String)get_Value("P_String_To"); return (String)get_Value("P_String_To");
} }
/** Column name P_String_To */
public static final String COLUMNNAME_P_String_To = "P_String_To";
/** Set Parameter Name. /** Set Parameter Name.
@param ParameterName Parameter Name */ @param ParameterName Parameter Name */
public void setParameterName (String ParameterName) public void setParameterName (String ParameterName)
@ -244,6 +262,8 @@ return (String)get_Value("ParameterName");
{ {
return new KeyNamePair(get_ID(), getParameterName()); return new KeyNamePair(get_ID(), getParameterName());
} }
/** Column name ParameterName */
public static final String COLUMNNAME_ParameterName = "ParameterName";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -260,4 +280,6 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Exp /** Generated Model for AD_Package_Exp
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Exp extends PO public class X_AD_Package_Exp extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -116,6 +116,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_ID()));
} }
/** Column name AD_Package_Exp_ID */
public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID";
/** AD_Package_Type AD_Reference_ID=50001 */ /** AD_Package_Type AD_Reference_ID=50001 */
public static final int AD_PACKAGE_TYPE_AD_Reference_ID=50001; public static final int AD_PACKAGE_TYPE_AD_Reference_ID=50001;
@ -144,6 +146,8 @@ public String getAD_Package_Type()
{ {
return (String)get_Value("AD_Package_Type"); return (String)get_Value("AD_Package_Type");
} }
/** Column name AD_Package_Type */
public static final String COLUMNNAME_AD_Package_Type = "AD_Package_Type";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -162,6 +166,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set EMail Address. /** Set EMail Address.
@param EMail Electronic Mail Address */ @param EMail Electronic Mail Address */
public void setEMail (String EMail) public void setEMail (String EMail)
@ -180,6 +186,8 @@ public String getEMail()
{ {
return (String)get_Value("EMail"); return (String)get_Value("EMail");
} }
/** Column name EMail */
public static final String COLUMNNAME_EMail = "EMail";
/** Set File_Directory. /** Set File_Directory.
@param File_Directory File_Directory */ @param File_Directory File_Directory */
public void setFile_Directory (String File_Directory) public void setFile_Directory (String File_Directory)
@ -198,6 +206,8 @@ public String getFile_Directory()
{ {
return (String)get_Value("File_Directory"); return (String)get_Value("File_Directory");
} }
/** Column name File_Directory */
public static final String COLUMNNAME_File_Directory = "File_Directory";
/** Set Instructions. /** Set Instructions.
@param Instructions Instructions */ @param Instructions Instructions */
public void setInstructions (String Instructions) public void setInstructions (String Instructions)
@ -216,6 +226,8 @@ public String getInstructions()
{ {
return (String)get_Value("Instructions"); return (String)get_Value("Instructions");
} }
/** Column name Instructions */
public static final String COLUMNNAME_Instructions = "Instructions";
/** Set Name. /** Set Name.
@param Name Name */ @param Name Name */
public void setName (String Name) public void setName (String Name)
@ -234,6 +246,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set PK_Version. /** Set PK_Version.
@param PK_Version PK_Version */ @param PK_Version PK_Version */
public void setPK_Version (String PK_Version) public void setPK_Version (String PK_Version)
@ -252,6 +266,8 @@ public String getPK_Version()
{ {
return (String)get_Value("PK_Version"); return (String)get_Value("PK_Version");
} }
/** Column name PK_Version */
public static final String COLUMNNAME_PK_Version = "PK_Version";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -270,6 +286,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -288,6 +306,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** ReleaseNo AD_Reference_ID=50002 */ /** ReleaseNo AD_Reference_ID=50002 */
public static final int RELEASENO_AD_Reference_ID=50002; public static final int RELEASENO_AD_Reference_ID=50002;
@ -327,6 +347,8 @@ public String getReleaseNo()
{ {
return (String)get_Value("ReleaseNo"); return (String)get_Value("ReleaseNo");
} }
/** Column name ReleaseNo */
public static final String COLUMNNAME_ReleaseNo = "ReleaseNo";
/** Set Registered EMail. /** Set Registered EMail.
@param UserName Email of the responsible for the System */ @param UserName Email of the responsible for the System */
public void setUserName (String UserName) public void setUserName (String UserName)
@ -345,6 +367,8 @@ public String getUserName()
{ {
return (String)get_Value("UserName"); return (String)get_Value("UserName");
} }
/** Column name UserName */
public static final String COLUMNNAME_UserName = "UserName";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -363,4 +387,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Exp_Common /** Generated Model for AD_Package_Exp_Common
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Exp_Common extends PO public class X_AD_Package_Exp_Common extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_Form_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
/** Set Import Format. /** Set Import Format.
@param AD_ImpFormat_ID Import Format */ @param AD_ImpFormat_ID Import Format */
public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) public void setAD_ImpFormat_ID (int AD_ImpFormat_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_ImpFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
/** Set Menu. /** Set Menu.
@param AD_Menu_ID Identifies a Menu */ @param AD_Menu_ID Identifies a Menu */
public void setAD_Menu_ID (int AD_Menu_ID) public void setAD_Menu_ID (int AD_Menu_ID)
@ -133,6 +137,8 @@ Integer ii = (Integer)get_Value("AD_Menu_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Menu_ID */
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
/** Set AD_Package_Exp_Common_ID. /** Set AD_Package_Exp_Common_ID.
@param AD_Package_Exp_Common_ID AD_Package_Exp_Common_ID */ @param AD_Package_Exp_Common_ID AD_Package_Exp_Common_ID */
public void setAD_Package_Exp_Common_ID (int AD_Package_Exp_Common_ID) public void setAD_Package_Exp_Common_ID (int AD_Package_Exp_Common_ID)
@ -154,6 +160,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_Common_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_Common_ID()));
} }
/** Column name AD_Package_Exp_Common_ID */
public static final String COLUMNNAME_AD_Package_Exp_Common_ID = "AD_Package_Exp_Common_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -170,6 +178,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Report View. /** Set Report View.
@param AD_ReportView_ID View used to generate this report */ @param AD_ReportView_ID View used to generate this report */
public void setAD_ReportView_ID (int AD_ReportView_ID) public void setAD_ReportView_ID (int AD_ReportView_ID)
@ -186,6 +196,8 @@ Integer ii = (Integer)get_Value("AD_ReportView_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
/** Set Role. /** Set Role.
@param AD_Role_ID Responsibility Role */ @param AD_Role_ID Responsibility Role */
public void setAD_Role_ID (int AD_Role_ID) public void setAD_Role_ID (int AD_Role_ID)
@ -202,6 +214,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -218,6 +232,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -234,6 +250,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** Set Workbench. /** Set Workbench.
@param AD_Workbench_ID Collection of windows, reports */ @param AD_Workbench_ID Collection of windows, reports */
public void setAD_Workbench_ID (int AD_Workbench_ID) public void setAD_Workbench_ID (int AD_Workbench_ID)
@ -250,6 +268,8 @@ Integer ii = (Integer)get_Value("AD_Workbench_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
/** Set Workflow. /** Set Workflow.
@param AD_Workflow_ID Workflow or combination of tasks */ @param AD_Workflow_ID Workflow or combination of tasks */
public void setAD_Workflow_ID (int AD_Workflow_ID) public void setAD_Workflow_ID (int AD_Workflow_ID)
@ -266,6 +286,8 @@ Integer ii = (Integer)get_Value("AD_Workflow_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
/** DBType AD_Reference_ID=50003 */ /** DBType AD_Reference_ID=50003 */
public static final int DBTYPE_AD_Reference_ID=50003; public static final int DBTYPE_AD_Reference_ID=50003;
@ -304,6 +326,8 @@ public String getDBType()
{ {
return (String)get_Value("DBType"); return (String)get_Value("DBType");
} }
/** Column name DBType */
public static final String COLUMNNAME_DBType = "DBType";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -321,6 +345,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Destination_Directory. /** Set Destination_Directory.
@param Destination_Directory Destination_Directory */ @param Destination_Directory Destination_Directory */
public void setDestination_Directory (String Destination_Directory) public void setDestination_Directory (String Destination_Directory)
@ -338,6 +364,8 @@ public String getDestination_Directory()
{ {
return (String)get_Value("Destination_Directory"); return (String)get_Value("Destination_Directory");
} }
/** Column name Destination_Directory */
public static final String COLUMNNAME_Destination_Directory = "Destination_Directory";
/** Set File Name. /** Set File Name.
@param FileName Name of the local file or URL */ @param FileName Name of the local file or URL */
public void setFileName (String FileName) public void setFileName (String FileName)
@ -355,6 +383,8 @@ public String getFileName()
{ {
return (String)get_Value("FileName"); return (String)get_Value("FileName");
} }
/** Column name FileName */
public static final String COLUMNNAME_FileName = "FileName";
/** Set File_Directory. /** Set File_Directory.
@param File_Directory File_Directory */ @param File_Directory File_Directory */
public void setFile_Directory (String File_Directory) public void setFile_Directory (String File_Directory)
@ -372,6 +402,8 @@ public String getFile_Directory()
{ {
return (String)get_Value("File_Directory"); return (String)get_Value("File_Directory");
} }
/** Column name File_Directory */
public static final String COLUMNNAME_File_Directory = "File_Directory";
/** Set Line No. /** Set Line No.
@param Line Unique line for this document */ @param Line Unique line for this document */
public void setLine (int Line) public void setLine (int Line)
@ -386,6 +418,8 @@ Integer ii = (Integer)get_Value("Line");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Line */
public static final String COLUMNNAME_Line = "Line";
/** Set Name. /** Set Name.
@param Name Name */ @param Name Name */
public void setName (String Name) public void setName (String Name)
@ -403,6 +437,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Name 2. /** Set Name 2.
@param Name2 Additional Name */ @param Name2 Additional Name */
public void setName2 (String Name2) public void setName2 (String Name2)
@ -420,6 +456,8 @@ public String getName2()
{ {
return (String)get_Value("Name2"); return (String)get_Value("Name2");
} }
/** Column name Name2 */
public static final String COLUMNNAME_Name2 = "Name2";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -438,6 +476,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -456,6 +496,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set SQLStatement. /** Set SQLStatement.
@param SQLStatement SQLStatement */ @param SQLStatement SQLStatement */
public void setSQLStatement (String SQLStatement) public void setSQLStatement (String SQLStatement)
@ -473,6 +515,8 @@ public String getSQLStatement()
{ {
return (String)get_Value("SQLStatement"); return (String)get_Value("SQLStatement");
} }
/** Column name SQLStatement */
public static final String COLUMNNAME_SQLStatement = "SQLStatement";
/** Set Target_Directory. /** Set Target_Directory.
@param Target_Directory Target_Directory */ @param Target_Directory Target_Directory */
public void setTarget_Directory (String Target_Directory) public void setTarget_Directory (String Target_Directory)
@ -490,6 +534,8 @@ public String getTarget_Directory()
{ {
return (String)get_Value("Target_Directory"); return (String)get_Value("Target_Directory");
} }
/** Column name Target_Directory */
public static final String COLUMNNAME_Target_Directory = "Target_Directory";
/** Type AD_Reference_ID=50004 */ /** Type AD_Reference_ID=50004 */
public static final int TYPE_AD_Reference_ID=50004; public static final int TYPE_AD_Reference_ID=50004;
@ -540,4 +586,6 @@ public String getType()
{ {
return (String)get_Value("Type"); return (String)get_Value("Type");
} }
/** Column name Type */
public static final String COLUMNNAME_Type = "Type";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Exp_Detail /** Generated Model for AD_Package_Exp_Detail
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Exp_Detail extends PO public class X_AD_Package_Exp_Detail extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_Form_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
/** Set Import Format. /** Set Import Format.
@param AD_ImpFormat_ID Import Format */ @param AD_ImpFormat_ID Import Format */
public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) public void setAD_ImpFormat_ID (int AD_ImpFormat_ID)
@ -121,6 +123,8 @@ Integer ii = (Integer)get_Value("AD_ImpFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
/** AD_Menu_ID AD_Reference_ID=105 */ /** AD_Menu_ID AD_Reference_ID=105 */
public static final int AD_MENU_ID_AD_Reference_ID=105; public static final int AD_MENU_ID_AD_Reference_ID=105;
@ -140,6 +144,8 @@ Integer ii = (Integer)get_Value("AD_Menu_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Menu_ID */
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
/** Set AD_Package_Code_New. /** Set AD_Package_Code_New.
@param AD_Package_Code_New AD_Package_Code_New */ @param AD_Package_Code_New AD_Package_Code_New */
public void setAD_Package_Code_New (String AD_Package_Code_New) public void setAD_Package_Code_New (String AD_Package_Code_New)
@ -157,6 +163,8 @@ public String getAD_Package_Code_New()
{ {
return (String)get_Value("AD_Package_Code_New"); return (String)get_Value("AD_Package_Code_New");
} }
/** Column name AD_Package_Code_New */
public static final String COLUMNNAME_AD_Package_Code_New = "AD_Package_Code_New";
/** Set AD_Package_Code_Old. /** Set AD_Package_Code_Old.
@param AD_Package_Code_Old AD_Package_Code_Old */ @param AD_Package_Code_Old AD_Package_Code_Old */
public void setAD_Package_Code_Old (String AD_Package_Code_Old) public void setAD_Package_Code_Old (String AD_Package_Code_Old)
@ -174,6 +182,8 @@ public String getAD_Package_Code_Old()
{ {
return (String)get_Value("AD_Package_Code_Old"); return (String)get_Value("AD_Package_Code_Old");
} }
/** Column name AD_Package_Code_Old */
public static final String COLUMNNAME_AD_Package_Code_Old = "AD_Package_Code_Old";
/** Set AD_Package_Exp_Detail_ID. /** Set AD_Package_Exp_Detail_ID.
@param AD_Package_Exp_Detail_ID AD_Package_Exp_Detail_ID */ @param AD_Package_Exp_Detail_ID AD_Package_Exp_Detail_ID */
public void setAD_Package_Exp_Detail_ID (int AD_Package_Exp_Detail_ID) public void setAD_Package_Exp_Detail_ID (int AD_Package_Exp_Detail_ID)
@ -195,6 +205,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_Detail_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Exp_Detail_ID()));
} }
/** Column name AD_Package_Exp_Detail_ID */
public static final String COLUMNNAME_AD_Package_Exp_Detail_ID = "AD_Package_Exp_Detail_ID";
/** Set AD_Package_Exp_ID. /** Set AD_Package_Exp_ID.
@param AD_Package_Exp_ID AD_Package_Exp_ID */ @param AD_Package_Exp_ID AD_Package_Exp_ID */
public void setAD_Package_Exp_ID (int AD_Package_Exp_ID) public void setAD_Package_Exp_ID (int AD_Package_Exp_ID)
@ -210,6 +222,8 @@ Integer ii = (Integer)get_Value("AD_Package_Exp_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Package_Exp_ID */
public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -226,6 +240,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Report View. /** Set Report View.
@param AD_ReportView_ID View used to generate this report */ @param AD_ReportView_ID View used to generate this report */
public void setAD_ReportView_ID (int AD_ReportView_ID) public void setAD_ReportView_ID (int AD_ReportView_ID)
@ -242,6 +258,8 @@ Integer ii = (Integer)get_Value("AD_ReportView_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
/** Set Role. /** Set Role.
@param AD_Role_ID Responsibility Role */ @param AD_Role_ID Responsibility Role */
public void setAD_Role_ID (int AD_Role_ID) public void setAD_Role_ID (int AD_Role_ID)
@ -258,6 +276,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -274,6 +294,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -290,6 +312,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** Set Workbench. /** Set Workbench.
@param AD_Workbench_ID Collection of windows, reports */ @param AD_Workbench_ID Collection of windows, reports */
public void setAD_Workbench_ID (int AD_Workbench_ID) public void setAD_Workbench_ID (int AD_Workbench_ID)
@ -306,6 +330,8 @@ Integer ii = (Integer)get_Value("AD_Workbench_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
/** Set Workflow. /** Set Workflow.
@param AD_Workflow_ID Workflow or combination of tasks */ @param AD_Workflow_ID Workflow or combination of tasks */
public void setAD_Workflow_ID (int AD_Workflow_ID) public void setAD_Workflow_ID (int AD_Workflow_ID)
@ -322,6 +348,8 @@ Integer ii = (Integer)get_Value("AD_Workflow_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
/** DBType AD_Reference_ID=50003 */ /** DBType AD_Reference_ID=50003 */
public static final int DBTYPE_AD_Reference_ID=50003; public static final int DBTYPE_AD_Reference_ID=50003;
@ -360,6 +388,8 @@ public String getDBType()
{ {
return (String)get_Value("DBType"); return (String)get_Value("DBType");
} }
/** Column name DBType */
public static final String COLUMNNAME_DBType = "DBType";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -378,6 +408,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Destination_Directory. /** Set Destination_Directory.
@param Destination_Directory Destination_Directory */ @param Destination_Directory Destination_Directory */
public void setDestination_Directory (String Destination_Directory) public void setDestination_Directory (String Destination_Directory)
@ -395,6 +427,8 @@ public String getDestination_Directory()
{ {
return (String)get_Value("Destination_Directory"); return (String)get_Value("Destination_Directory");
} }
/** Column name Destination_Directory */
public static final String COLUMNNAME_Destination_Directory = "Destination_Directory";
/** Set Destination_FileName. /** Set Destination_FileName.
@param Destination_FileName Destination_FileName */ @param Destination_FileName Destination_FileName */
public void setDestination_FileName (String Destination_FileName) public void setDestination_FileName (String Destination_FileName)
@ -412,6 +446,8 @@ public String getDestination_FileName()
{ {
return (String)get_Value("Destination_FileName"); return (String)get_Value("Destination_FileName");
} }
/** Column name Destination_FileName */
public static final String COLUMNNAME_Destination_FileName = "Destination_FileName";
/** Set File Name. /** Set File Name.
@param FileName Name of the local file or URL */ @param FileName Name of the local file or URL */
public void setFileName (String FileName) public void setFileName (String FileName)
@ -429,6 +465,8 @@ public String getFileName()
{ {
return (String)get_Value("FileName"); return (String)get_Value("FileName");
} }
/** Column name FileName */
public static final String COLUMNNAME_FileName = "FileName";
/** Set File_Directory. /** Set File_Directory.
@param File_Directory File_Directory */ @param File_Directory File_Directory */
public void setFile_Directory (String File_Directory) public void setFile_Directory (String File_Directory)
@ -446,6 +484,8 @@ public String getFile_Directory()
{ {
return (String)get_Value("File_Directory"); return (String)get_Value("File_Directory");
} }
/** Column name File_Directory */
public static final String COLUMNNAME_File_Directory = "File_Directory";
/** Set Line No. /** Set Line No.
@param Line Unique line for this document */ @param Line Unique line for this document */
public void setLine (int Line) public void setLine (int Line)
@ -460,6 +500,8 @@ Integer ii = (Integer)get_Value("Line");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Line */
public static final String COLUMNNAME_Line = "Line";
/** Set Name 2. /** Set Name 2.
@param Name2 Additional Name */ @param Name2 Additional Name */
public void setName2 (String Name2) public void setName2 (String Name2)
@ -477,6 +519,8 @@ public String getName2()
{ {
return (String)get_Value("Name2"); return (String)get_Value("Name2");
} }
/** Column name Name2 */
public static final String COLUMNNAME_Name2 = "Name2";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -495,6 +539,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -513,6 +559,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** ReleaseNo AD_Reference_ID=50002 */ /** ReleaseNo AD_Reference_ID=50002 */
public static final int RELEASENO_AD_Reference_ID=50002; public static final int RELEASENO_AD_Reference_ID=50002;
@ -551,6 +599,8 @@ public String getReleaseNo()
{ {
return (String)get_Value("ReleaseNo"); return (String)get_Value("ReleaseNo");
} }
/** Column name ReleaseNo */
public static final String COLUMNNAME_ReleaseNo = "ReleaseNo";
/** Set SQLStatement. /** Set SQLStatement.
@param SQLStatement SQLStatement */ @param SQLStatement SQLStatement */
public void setSQLStatement (String SQLStatement) public void setSQLStatement (String SQLStatement)
@ -568,6 +618,8 @@ public String getSQLStatement()
{ {
return (String)get_Value("SQLStatement"); return (String)get_Value("SQLStatement");
} }
/** Column name SQLStatement */
public static final String COLUMNNAME_SQLStatement = "SQLStatement";
/** Set Target_Directory. /** Set Target_Directory.
@param Target_Directory Target_Directory */ @param Target_Directory Target_Directory */
public void setTarget_Directory (String Target_Directory) public void setTarget_Directory (String Target_Directory)
@ -585,6 +637,8 @@ public String getTarget_Directory()
{ {
return (String)get_Value("Target_Directory"); return (String)get_Value("Target_Directory");
} }
/** Column name Target_Directory */
public static final String COLUMNNAME_Target_Directory = "Target_Directory";
/** Type AD_Reference_ID=50004 */ /** Type AD_Reference_ID=50004 */
public static final int TYPE_AD_Reference_ID=50004; public static final int TYPE_AD_Reference_ID=50004;
@ -636,4 +690,6 @@ public String getType()
{ {
return (String)get_Value("Type"); return (String)get_Value("Type");
} }
/** Column name Type */
public static final String COLUMNNAME_Type = "Type";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Imp /** Generated Model for AD_Package_Imp
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Imp extends PO public class X_AD_Package_Imp extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -109,6 +109,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Imp_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Imp_ID()));
} }
/** Column name AD_Package_Imp_ID */
public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_ID";
/** Set Creator. /** Set Creator.
@param Creator Creator */ @param Creator Creator */
public void setCreator (String Creator) public void setCreator (String Creator)
@ -126,6 +128,8 @@ public String getCreator()
{ {
return (String)get_Value("Creator"); return (String)get_Value("Creator");
} }
/** Column name Creator */
public static final String COLUMNNAME_Creator = "Creator";
/** Set CreatorContact. /** Set CreatorContact.
@param CreatorContact CreatorContact */ @param CreatorContact CreatorContact */
public void setCreatorContact (String CreatorContact) public void setCreatorContact (String CreatorContact)
@ -143,6 +147,8 @@ public String getCreatorContact()
{ {
return (String)get_Value("CreatorContact"); return (String)get_Value("CreatorContact");
} }
/** Column name CreatorContact */
public static final String COLUMNNAME_CreatorContact = "CreatorContact";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -161,6 +167,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set EMail Address. /** Set EMail Address.
@param EMail Electronic Mail Address */ @param EMail Electronic Mail Address */
public void setEMail (String EMail) public void setEMail (String EMail)
@ -178,6 +186,8 @@ public String getEMail()
{ {
return (String)get_Value("EMail"); return (String)get_Value("EMail");
} }
/** Column name EMail */
public static final String COLUMNNAME_EMail = "EMail";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -196,6 +206,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set PK_Status. /** Set PK_Status.
@param PK_Status PK_Status */ @param PK_Status PK_Status */
public void setPK_Status (String PK_Status) public void setPK_Status (String PK_Status)
@ -213,6 +225,8 @@ public String getPK_Status()
{ {
return (String)get_Value("PK_Status"); return (String)get_Value("PK_Status");
} }
/** Column name PK_Status */
public static final String COLUMNNAME_PK_Status = "PK_Status";
/** Set PK_Version. /** Set PK_Version.
@param PK_Version PK_Version */ @param PK_Version PK_Version */
public void setPK_Version (String PK_Version) public void setPK_Version (String PK_Version)
@ -230,6 +244,8 @@ public String getPK_Version()
{ {
return (String)get_Value("PK_Version"); return (String)get_Value("PK_Version");
} }
/** Column name PK_Version */
public static final String COLUMNNAME_PK_Version = "PK_Version";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -248,6 +264,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -266,6 +284,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Release No. /** Set Release No.
@param ReleaseNo Internal Release Number */ @param ReleaseNo Internal Release Number */
public void setReleaseNo (String ReleaseNo) public void setReleaseNo (String ReleaseNo)
@ -283,6 +303,8 @@ public String getReleaseNo()
{ {
return (String)get_Value("ReleaseNo"); return (String)get_Value("ReleaseNo");
} }
/** Column name ReleaseNo */
public static final String COLUMNNAME_ReleaseNo = "ReleaseNo";
/** Set Uninstall. /** Set Uninstall.
@param Uninstall Uninstall */ @param Uninstall Uninstall */
public void setUninstall (boolean Uninstall) public void setUninstall (boolean Uninstall)
@ -301,6 +323,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Uninstall */
public static final String COLUMNNAME_Uninstall = "Uninstall";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -318,4 +342,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Imp_Backup /** Generated Model for AD_Package_Imp_Backup
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Imp_Backup extends PO public class X_AD_Package_Imp_Backup extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -106,6 +106,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set AD_Package_Imp_Backup_ID. /** Set AD_Package_Imp_Backup_ID.
@param AD_Package_Imp_Backup_ID AD_Package_Imp_Backup_ID */ @param AD_Package_Imp_Backup_ID AD_Package_Imp_Backup_ID */
public void setAD_Package_Imp_Backup_ID (int AD_Package_Imp_Backup_ID) public void setAD_Package_Imp_Backup_ID (int AD_Package_Imp_Backup_ID)
@ -127,6 +129,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Imp_Backup_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Package_Imp_Backup_ID()));
} }
/** Column name AD_Package_Imp_Backup_ID */
public static final String COLUMNNAME_AD_Package_Imp_Backup_ID = "AD_Package_Imp_Backup_ID";
/** Set AD_Package_Imp_Bck_Dir. /** Set AD_Package_Imp_Bck_Dir.
@param AD_Package_Imp_Bck_Dir AD_Package_Imp_Bck_Dir */ @param AD_Package_Imp_Bck_Dir AD_Package_Imp_Bck_Dir */
public void setAD_Package_Imp_Bck_Dir (String AD_Package_Imp_Bck_Dir) public void setAD_Package_Imp_Bck_Dir (String AD_Package_Imp_Bck_Dir)
@ -144,6 +148,8 @@ public String getAD_Package_Imp_Bck_Dir()
{ {
return (String)get_Value("AD_Package_Imp_Bck_Dir"); return (String)get_Value("AD_Package_Imp_Bck_Dir");
} }
/** Column name AD_Package_Imp_Bck_Dir */
public static final String COLUMNNAME_AD_Package_Imp_Bck_Dir = "AD_Package_Imp_Bck_Dir";
/** Set AD_Package_Imp_Detail_ID. /** Set AD_Package_Imp_Detail_ID.
@param AD_Package_Imp_Detail_ID AD_Package_Imp_Detail_ID */ @param AD_Package_Imp_Detail_ID AD_Package_Imp_Detail_ID */
public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID) public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID)
@ -159,6 +165,8 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_Detail_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Package_Imp_Detail_ID */
public static final String COLUMNNAME_AD_Package_Imp_Detail_ID = "AD_Package_Imp_Detail_ID";
/** Set AD_Package_Imp_ID. /** Set AD_Package_Imp_ID.
@param AD_Package_Imp_ID AD_Package_Imp_ID */ @param AD_Package_Imp_ID AD_Package_Imp_ID */
public void setAD_Package_Imp_ID (int AD_Package_Imp_ID) public void setAD_Package_Imp_ID (int AD_Package_Imp_ID)
@ -174,6 +182,8 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Package_Imp_ID */
public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_ID";
/** Set AD_Package_Imp_Org_Dir. /** Set AD_Package_Imp_Org_Dir.
@param AD_Package_Imp_Org_Dir AD_Package_Imp_Org_Dir */ @param AD_Package_Imp_Org_Dir AD_Package_Imp_Org_Dir */
public void setAD_Package_Imp_Org_Dir (String AD_Package_Imp_Org_Dir) public void setAD_Package_Imp_Org_Dir (String AD_Package_Imp_Org_Dir)
@ -191,6 +201,8 @@ public String getAD_Package_Imp_Org_Dir()
{ {
return (String)get_Value("AD_Package_Imp_Org_Dir"); return (String)get_Value("AD_Package_Imp_Org_Dir");
} }
/** Column name AD_Package_Imp_Org_Dir */
public static final String COLUMNNAME_AD_Package_Imp_Org_Dir = "AD_Package_Imp_Org_Dir";
/** AD_Reference_ID AD_Reference_ID=1 */ /** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1; public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
@ -210,6 +222,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -226,6 +240,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set ColValue. /** Set ColValue.
@param ColValue ColValue */ @param ColValue ColValue */
public void setColValue (String ColValue) public void setColValue (String ColValue)
@ -243,6 +259,8 @@ public String getColValue()
{ {
return (String)get_Value("ColValue"); return (String)get_Value("ColValue");
} }
/** Column name ColValue */
public static final String COLUMNNAME_ColValue = "ColValue";
/** Set Uninstall. /** Set Uninstall.
@param Uninstall Uninstall */ @param Uninstall Uninstall */
public void setUninstall (boolean Uninstall) public void setUninstall (boolean Uninstall)
@ -261,4 +279,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Uninstall */
public static final String COLUMNNAME_Uninstall = "Uninstall";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Imp_Detail /** Generated Model for AD_Package_Imp_Detail
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Imp_Detail extends PO public class X_AD_Package_Imp_Detail extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Original_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Original_ID */
public static final String COLUMNNAME_AD_Original_ID = "AD_Original_ID";
/** Set AD_Package_Imp_Detail_ID. /** Set AD_Package_Imp_Detail_ID.
@param AD_Package_Imp_Detail_ID AD_Package_Imp_Detail_ID */ @param AD_Package_Imp_Detail_ID AD_Package_Imp_Detail_ID */
public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID) public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_Detail_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Package_Imp_Detail_ID */
public static final String COLUMNNAME_AD_Package_Imp_Detail_ID = "AD_Package_Imp_Detail_ID";
/** Set AD_Package_Imp_ID. /** Set AD_Package_Imp_ID.
@param AD_Package_Imp_ID AD_Package_Imp_ID */ @param AD_Package_Imp_ID AD_Package_Imp_ID */
public void setAD_Package_Imp_ID (int AD_Package_Imp_ID) public void setAD_Package_Imp_ID (int AD_Package_Imp_ID)
@ -132,6 +136,8 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Package_Imp_ID */
public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -148,6 +154,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Action. /** Set Action.
@param Action Indicates the Action to be performed */ @param Action Indicates the Action to be performed */
public void setAction (String Action) public void setAction (String Action)
@ -165,6 +173,8 @@ public String getAction()
{ {
return (String)get_Value("Action"); return (String)get_Value("Action");
} }
/** Column name Action */
public static final String COLUMNNAME_Action = "Action";
/** Set Ad_Backup_ID. /** Set Ad_Backup_ID.
@param Ad_Backup_ID Ad_Backup_ID */ @param Ad_Backup_ID Ad_Backup_ID */
public void setAd_Backup_ID (int Ad_Backup_ID) public void setAd_Backup_ID (int Ad_Backup_ID)
@ -181,6 +191,8 @@ Integer ii = (Integer)get_Value("Ad_Backup_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Ad_Backup_ID */
public static final String COLUMNNAME_Ad_Backup_ID = "Ad_Backup_ID";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -198,6 +210,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Success. /** Set Success.
@param Success Success */ @param Success Success */
public void setSuccess (String Success) public void setSuccess (String Success)
@ -215,6 +229,8 @@ public String getSuccess()
{ {
return (String)get_Value("Success"); return (String)get_Value("Success");
} }
/** Column name Success */
public static final String COLUMNNAME_Success = "Success";
/** Set DB Table Name. /** Set DB Table Name.
@param TableName Name of the table in the database */ @param TableName Name of the table in the database */
public void setTableName (String TableName) public void setTableName (String TableName)
@ -232,6 +248,8 @@ public String getTableName()
{ {
return (String)get_Value("TableName"); return (String)get_Value("TableName");
} }
/** Column name TableName */
public static final String COLUMNNAME_TableName = "TableName";
/** Set Type. /** Set Type.
@param Type Type of Validation (SQL, Java Script, Java Language) */ @param Type Type of Validation (SQL, Java Script, Java Language) */
public void setType (String Type) public void setType (String Type)
@ -249,6 +267,8 @@ public String getType()
{ {
return (String)get_Value("Type"); return (String)get_Value("Type");
} }
/** Column name Type */
public static final String COLUMNNAME_Type = "Type";
/** Set Uninstall. /** Set Uninstall.
@param Uninstall Uninstall */ @param Uninstall Uninstall */
public void setUninstall (boolean Uninstall) public void setUninstall (boolean Uninstall)
@ -267,4 +287,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Uninstall */
public static final String COLUMNNAME_Uninstall = "Uninstall";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Imp_Inst /** Generated Model for AD_Package_Imp_Inst
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Imp_Inst extends PO public class X_AD_Package_Imp_Inst extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -100,6 +100,8 @@ Integer ii = (Integer)get_Value("AD_PACKAGE_IMP_INST_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PACKAGE_IMP_INST_ID */
public static final String COLUMNNAME_AD_PACKAGE_IMP_INST_ID = "AD_PACKAGE_IMP_INST_ID";
/** Set Creator. /** Set Creator.
@param Creator Creator */ @param Creator Creator */
public void setCreator (String Creator) public void setCreator (String Creator)
@ -117,6 +119,8 @@ public String getCreator()
{ {
return (String)get_Value("Creator"); return (String)get_Value("Creator");
} }
/** Column name Creator */
public static final String COLUMNNAME_Creator = "Creator";
/** Set CreatorContact. /** Set CreatorContact.
@param CreatorContact CreatorContact */ @param CreatorContact CreatorContact */
public void setCreatorContact (String CreatorContact) public void setCreatorContact (String CreatorContact)
@ -134,6 +138,8 @@ public String getCreatorContact()
{ {
return (String)get_Value("CreatorContact"); return (String)get_Value("CreatorContact");
} }
/** Column name CreatorContact */
public static final String COLUMNNAME_CreatorContact = "CreatorContact";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -151,6 +157,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set EMail Address. /** Set EMail Address.
@param EMail Electronic Mail Address */ @param EMail Electronic Mail Address */
public void setEMail (String EMail) public void setEMail (String EMail)
@ -168,6 +176,8 @@ public String getEMail()
{ {
return (String)get_Value("EMail"); return (String)get_Value("EMail");
} }
/** Column name EMail */
public static final String COLUMNNAME_EMail = "EMail";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -191,6 +201,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set PK_Status. /** Set PK_Status.
@param PK_Status PK_Status */ @param PK_Status PK_Status */
public void setPK_Status (String PK_Status) public void setPK_Status (String PK_Status)
@ -208,6 +220,8 @@ public String getPK_Status()
{ {
return (String)get_Value("PK_Status"); return (String)get_Value("PK_Status");
} }
/** Column name PK_Status */
public static final String COLUMNNAME_PK_Status = "PK_Status";
/** Set PK_Version. /** Set PK_Version.
@param PK_Version PK_Version */ @param PK_Version PK_Version */
public void setPK_Version (String PK_Version) public void setPK_Version (String PK_Version)
@ -225,6 +239,8 @@ public String getPK_Version()
{ {
return (String)get_Value("PK_Version"); return (String)get_Value("PK_Version");
} }
/** Column name PK_Version */
public static final String COLUMNNAME_PK_Version = "PK_Version";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -243,6 +259,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -261,6 +279,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Release No. /** Set Release No.
@param ReleaseNo Internal Release Number */ @param ReleaseNo Internal Release Number */
public void setReleaseNo (String ReleaseNo) public void setReleaseNo (String ReleaseNo)
@ -278,6 +298,8 @@ public String getReleaseNo()
{ {
return (String)get_Value("ReleaseNo"); return (String)get_Value("ReleaseNo");
} }
/** Column name ReleaseNo */
public static final String COLUMNNAME_ReleaseNo = "ReleaseNo";
/** Set Uninstall. /** Set Uninstall.
@param Uninstall Uninstall */ @param Uninstall Uninstall */
public void setUninstall (boolean Uninstall) public void setUninstall (boolean Uninstall)
@ -296,6 +318,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Uninstall */
public static final String COLUMNNAME_Uninstall = "Uninstall";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -313,4 +337,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Package_Imp_Proc /** Generated Model for AD_Package_Imp_Proc
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Package_Imp_Proc extends PO public class X_AD_Package_Imp_Proc extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name AD_Override_Dict */
public static final String COLUMNNAME_AD_Override_Dict = "AD_Override_Dict";
/** Set AD_Package_Dir. /** Set AD_Package_Dir.
@param AD_Package_Dir AD_Package_Dir */ @param AD_Package_Dir AD_Package_Dir */
public void setAD_Package_Dir (String AD_Package_Dir) public void setAD_Package_Dir (String AD_Package_Dir)
@ -121,6 +123,8 @@ public String getAD_Package_Dir()
{ {
return (String)get_Value("AD_Package_Dir"); return (String)get_Value("AD_Package_Dir");
} }
/** Column name AD_Package_Dir */
public static final String COLUMNNAME_AD_Package_Dir = "AD_Package_Dir";
/** Set AD_Package_Imp_Proc_ID. /** Set AD_Package_Imp_Proc_ID.
@param AD_Package_Imp_Proc_ID AD_Package_Imp_Proc_ID */ @param AD_Package_Imp_Proc_ID AD_Package_Imp_Proc_ID */
public void setAD_Package_Imp_Proc_ID (int AD_Package_Imp_Proc_ID) public void setAD_Package_Imp_Proc_ID (int AD_Package_Imp_Proc_ID)
@ -136,6 +140,8 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_Proc_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Package_Imp_Proc_ID */
public static final String COLUMNNAME_AD_Package_Imp_Proc_ID = "AD_Package_Imp_Proc_ID";
/** Set AD_Package_Source. /** Set AD_Package_Source.
@param AD_Package_Source AD_Package_Source */ @param AD_Package_Source AD_Package_Source */
public void setAD_Package_Source (String AD_Package_Source) public void setAD_Package_Source (String AD_Package_Source)
@ -153,6 +159,8 @@ public String getAD_Package_Source()
{ {
return (String)get_Value("AD_Package_Source"); return (String)get_Value("AD_Package_Source");
} }
/** Column name AD_Package_Source */
public static final String COLUMNNAME_AD_Package_Source = "AD_Package_Source";
/** AD_Package_Source_Type AD_Reference_ID=50005 */ /** AD_Package_Source_Type AD_Reference_ID=50005 */
public static final int AD_PACKAGE_SOURCE_TYPE_AD_Reference_ID=50005; public static final int AD_PACKAGE_SOURCE_TYPE_AD_Reference_ID=50005;
@ -180,6 +188,8 @@ public String getAD_Package_Source_Type()
{ {
return (String)get_Value("AD_Package_Source_Type"); return (String)get_Value("AD_Package_Source_Type");
} }
/** Column name AD_Package_Source_Type */
public static final String COLUMNNAME_AD_Package_Source_Type = "AD_Package_Source_Type";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -198,4 +208,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Preference /** Generated Model for AD_Preference
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Preference extends PO public class X_AD_Preference extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Preference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Preference_ID */
public static final String COLUMNNAME_AD_Preference_ID = "AD_Preference_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_User_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -134,6 +138,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** Set Attribute. /** Set Attribute.
@param Attribute Attribute */ @param Attribute Attribute */
public void setAttribute (String Attribute) public void setAttribute (String Attribute)
@ -158,6 +164,8 @@ return (String)get_Value("Attribute");
{ {
return new KeyNamePair(get_ID(), getAttribute()); return new KeyNamePair(get_ID(), getAttribute());
} }
/** Column name Attribute */
public static final String COLUMNNAME_Attribute = "Attribute";
/** Set Search Key. /** Set Search Key.
@param Value Search key for the record in the format required - must be unique */ @param Value Search key for the record in the format required - must be unique */
public void setValue (String Value) public void setValue (String Value)
@ -176,4 +184,6 @@ public String getValue()
{ {
return (String)get_Value("Value"); return (String)get_Value("Value");
} }
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintColor /** Generated Model for AD_PrintColor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintColor extends PO public class X_AD_PrintColor extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintColor_ID */
public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID";
/** Set Validation code. /** Set Validation code.
@param Code Validation Code */ @param Code Validation Code */
public void setCode (String Code) public void setCode (String Code)
@ -121,6 +123,8 @@ public String getCode()
{ {
return (String)get_Value("Code"); return (String)get_Value("Code");
} }
/** Column name Code */
public static final String COLUMNNAME_Code = "Code";
/** Set Default. /** Set Default.
@param IsDefault Default value */ @param IsDefault Default value */
public void setIsDefault (boolean IsDefault) public void setIsDefault (boolean IsDefault)
@ -139,6 +143,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDefault */
public static final String COLUMNNAME_IsDefault = "IsDefault";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -163,4 +169,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintFont /** Generated Model for AD_PrintFont
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintFont extends PO public class X_AD_PrintFont extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_PrintFont_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFont_ID */
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID";
/** Set Validation code. /** Set Validation code.
@param Code Validation Code */ @param Code Validation Code */
public void setCode (String Code) public void setCode (String Code)
@ -121,6 +123,8 @@ public String getCode()
{ {
return (String)get_Value("Code"); return (String)get_Value("Code");
} }
/** Column name Code */
public static final String COLUMNNAME_Code = "Code";
/** Set Default. /** Set Default.
@param IsDefault Default value */ @param IsDefault Default value */
public void setIsDefault (boolean IsDefault) public void setIsDefault (boolean IsDefault)
@ -139,6 +143,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDefault */
public static final String COLUMNNAME_IsDefault = "IsDefault";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -163,4 +169,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintForm /** Generated Model for AD_PrintForm
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintForm extends PO public class X_AD_PrintForm extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_PrintForm_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintForm_ID */
public static final String COLUMNNAME_AD_PrintForm_ID = "AD_PrintForm_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -118,6 +120,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Invoice_MailText_ID AD_Reference_ID=274 */ /** Invoice_MailText_ID AD_Reference_ID=274 */
public static final int INVOICE_MAILTEXT_ID_AD_Reference_ID=274; public static final int INVOICE_MAILTEXT_ID_AD_Reference_ID=274;
@ -137,6 +141,8 @@ Integer ii = (Integer)get_Value("Invoice_MailText_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Invoice_MailText_ID */
public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID";
/** Invoice_PrintFormat_ID AD_Reference_ID=261 */ /** Invoice_PrintFormat_ID AD_Reference_ID=261 */
public static final int INVOICE_PRINTFORMAT_ID_AD_Reference_ID=261; public static final int INVOICE_PRINTFORMAT_ID_AD_Reference_ID=261;
@ -156,6 +162,8 @@ Integer ii = (Integer)get_Value("Invoice_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Invoice_PrintFormat_ID */
public static final String COLUMNNAME_Invoice_PrintFormat_ID = "Invoice_PrintFormat_ID";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -180,6 +188,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Order_MailText_ID AD_Reference_ID=274 */ /** Order_MailText_ID AD_Reference_ID=274 */
public static final int ORDER_MAILTEXT_ID_AD_Reference_ID=274; public static final int ORDER_MAILTEXT_ID_AD_Reference_ID=274;
@ -199,6 +209,8 @@ Integer ii = (Integer)get_Value("Order_MailText_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Order_MailText_ID */
public static final String COLUMNNAME_Order_MailText_ID = "Order_MailText_ID";
/** Order_PrintFormat_ID AD_Reference_ID=262 */ /** Order_PrintFormat_ID AD_Reference_ID=262 */
public static final int ORDER_PRINTFORMAT_ID_AD_Reference_ID=262; public static final int ORDER_PRINTFORMAT_ID_AD_Reference_ID=262;
@ -218,6 +230,8 @@ Integer ii = (Integer)get_Value("Order_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Order_PrintFormat_ID */
public static final String COLUMNNAME_Order_PrintFormat_ID = "Order_PrintFormat_ID";
/** Project_MailText_ID AD_Reference_ID=274 */ /** Project_MailText_ID AD_Reference_ID=274 */
public static final int PROJECT_MAILTEXT_ID_AD_Reference_ID=274; public static final int PROJECT_MAILTEXT_ID_AD_Reference_ID=274;
@ -237,6 +251,8 @@ Integer ii = (Integer)get_Value("Project_MailText_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Project_MailText_ID */
public static final String COLUMNNAME_Project_MailText_ID = "Project_MailText_ID";
/** Project_PrintFormat_ID AD_Reference_ID=259 */ /** Project_PrintFormat_ID AD_Reference_ID=259 */
public static final int PROJECT_PRINTFORMAT_ID_AD_Reference_ID=259; public static final int PROJECT_PRINTFORMAT_ID_AD_Reference_ID=259;
@ -256,6 +272,8 @@ Integer ii = (Integer)get_Value("Project_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Project_PrintFormat_ID */
public static final String COLUMNNAME_Project_PrintFormat_ID = "Project_PrintFormat_ID";
/** Remittance_MailText_ID AD_Reference_ID=274 */ /** Remittance_MailText_ID AD_Reference_ID=274 */
public static final int REMITTANCE_MAILTEXT_ID_AD_Reference_ID=274; public static final int REMITTANCE_MAILTEXT_ID_AD_Reference_ID=274;
@ -275,6 +293,8 @@ Integer ii = (Integer)get_Value("Remittance_MailText_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Remittance_MailText_ID */
public static final String COLUMNNAME_Remittance_MailText_ID = "Remittance_MailText_ID";
/** Remittance_PrintFormat_ID AD_Reference_ID=268 */ /** Remittance_PrintFormat_ID AD_Reference_ID=268 */
public static final int REMITTANCE_PRINTFORMAT_ID_AD_Reference_ID=268; public static final int REMITTANCE_PRINTFORMAT_ID_AD_Reference_ID=268;
@ -294,6 +314,8 @@ Integer ii = (Integer)get_Value("Remittance_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Remittance_PrintFormat_ID */
public static final String COLUMNNAME_Remittance_PrintFormat_ID = "Remittance_PrintFormat_ID";
/** Shipment_MailText_ID AD_Reference_ID=274 */ /** Shipment_MailText_ID AD_Reference_ID=274 */
public static final int SHIPMENT_MAILTEXT_ID_AD_Reference_ID=274; public static final int SHIPMENT_MAILTEXT_ID_AD_Reference_ID=274;
@ -313,6 +335,8 @@ Integer ii = (Integer)get_Value("Shipment_MailText_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Shipment_MailText_ID */
public static final String COLUMNNAME_Shipment_MailText_ID = "Shipment_MailText_ID";
/** Shipment_PrintFormat_ID AD_Reference_ID=263 */ /** Shipment_PrintFormat_ID AD_Reference_ID=263 */
public static final int SHIPMENT_PRINTFORMAT_ID_AD_Reference_ID=263; public static final int SHIPMENT_PRINTFORMAT_ID_AD_Reference_ID=263;
@ -332,4 +356,6 @@ Integer ii = (Integer)get_Value("Shipment_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Shipment_PrintFormat_ID */
public static final String COLUMNNAME_Shipment_PrintFormat_ID = "Shipment_PrintFormat_ID";
} }

View File

@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintFormat /** Generated Model for AD_PrintFormat
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintFormat extends PO public class X_AD_PrintFormat extends PO
{ {
/** Standard Constructor /** Standard Constructor

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintFormatItem /** Generated Model for AD_PrintFormatItem
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintFormatItem extends PO public class X_AD_PrintFormatItem extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -139,6 +139,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Print Color. /** Set Print Color.
@param AD_PrintColor_ID Color used for printing and display */ @param AD_PrintColor_ID Color used for printing and display */
public void setAD_PrintColor_ID (int AD_PrintColor_ID) public void setAD_PrintColor_ID (int AD_PrintColor_ID)
@ -155,6 +157,8 @@ Integer ii = (Integer)get_Value("AD_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintColor_ID */
public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID";
/** Set Print Font. /** Set Print Font.
@param AD_PrintFont_ID Maintain Print Font */ @param AD_PrintFont_ID Maintain Print Font */
public void setAD_PrintFont_ID (int AD_PrintFont_ID) public void setAD_PrintFont_ID (int AD_PrintFont_ID)
@ -171,6 +175,8 @@ Integer ii = (Integer)get_Value("AD_PrintFont_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFont_ID */
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID";
/** AD_PrintFormatChild_ID AD_Reference_ID=259 */ /** AD_PrintFormatChild_ID AD_Reference_ID=259 */
public static final int AD_PRINTFORMATCHILD_ID_AD_Reference_ID=259; public static final int AD_PRINTFORMATCHILD_ID_AD_Reference_ID=259;
@ -189,6 +195,8 @@ Integer ii = (Integer)get_Value("AD_PrintFormatChild_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFormatChild_ID */
public static final String COLUMNNAME_AD_PrintFormatChild_ID = "AD_PrintFormatChild_ID";
/** Set Print Format Item. /** Set Print Format Item.
@param AD_PrintFormatItem_ID Item/Column in the Print format */ @param AD_PrintFormatItem_ID Item/Column in the Print format */
public void setAD_PrintFormatItem_ID (int AD_PrintFormatItem_ID) public void setAD_PrintFormatItem_ID (int AD_PrintFormatItem_ID)
@ -204,6 +212,8 @@ Integer ii = (Integer)get_Value("AD_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFormatItem_ID */
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
/** Set Print Format. /** Set Print Format.
@param AD_PrintFormat_ID Data Print Format */ @param AD_PrintFormat_ID Data Print Format */
public void setAD_PrintFormat_ID (int AD_PrintFormat_ID) public void setAD_PrintFormat_ID (int AD_PrintFormat_ID)
@ -219,6 +229,8 @@ Integer ii = (Integer)get_Value("AD_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
/** Set Graph. /** Set Graph.
@param AD_PrintGraph_ID Graph included in Reports */ @param AD_PrintGraph_ID Graph included in Reports */
public void setAD_PrintGraph_ID (int AD_PrintGraph_ID) public void setAD_PrintGraph_ID (int AD_PrintGraph_ID)
@ -235,6 +247,8 @@ Integer ii = (Integer)get_Value("AD_PrintGraph_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintGraph_ID */
public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID";
/** Set Arc Diameter. /** Set Arc Diameter.
@param ArcDiameter Arc Diameter for rounded Rectangles */ @param ArcDiameter Arc Diameter for rounded Rectangles */
public void setArcDiameter (int ArcDiameter) public void setArcDiameter (int ArcDiameter)
@ -249,6 +263,8 @@ Integer ii = (Integer)get_Value("ArcDiameter");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name ArcDiameter */
public static final String COLUMNNAME_ArcDiameter = "ArcDiameter";
/** BarcodeType AD_Reference_ID=377 */ /** BarcodeType AD_Reference_ID=377 */
public static final int BARCODETYPE_AD_Reference_ID=377; public static final int BARCODETYPE_AD_Reference_ID=377;
@ -317,6 +333,8 @@ public String getBarcodeType()
{ {
return (String)get_Value("BarcodeType"); return (String)get_Value("BarcodeType");
} }
/** Column name BarcodeType */
public static final String COLUMNNAME_BarcodeType = "BarcodeType";
/** Set Below Column. /** Set Below Column.
@param BelowColumn Print this column below the column index entered */ @param BelowColumn Print this column below the column index entered */
public void setBelowColumn (int BelowColumn) public void setBelowColumn (int BelowColumn)
@ -331,6 +349,8 @@ Integer ii = (Integer)get_Value("BelowColumn");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name BelowColumn */
public static final String COLUMNNAME_BelowColumn = "BelowColumn";
/** FieldAlignmentType AD_Reference_ID=253 */ /** FieldAlignmentType AD_Reference_ID=253 */
public static final int FIELDALIGNMENTTYPE_AD_Reference_ID=253; public static final int FIELDALIGNMENTTYPE_AD_Reference_ID=253;
@ -364,6 +384,8 @@ public String getFieldAlignmentType()
{ {
return (String)get_Value("FieldAlignmentType"); return (String)get_Value("FieldAlignmentType");
} }
/** Column name FieldAlignmentType */
public static final String COLUMNNAME_FieldAlignmentType = "FieldAlignmentType";
/** Set Image attached. /** Set Image attached.
@param ImageIsAttached The image to be printed is attached to the record */ @param ImageIsAttached The image to be printed is attached to the record */
public void setImageIsAttached (boolean ImageIsAttached) public void setImageIsAttached (boolean ImageIsAttached)
@ -382,6 +404,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name ImageIsAttached */
public static final String COLUMNNAME_ImageIsAttached = "ImageIsAttached";
/** Set Image URL. /** Set Image URL.
@param ImageURL URL of image */ @param ImageURL URL of image */
public void setImageURL (String ImageURL) public void setImageURL (String ImageURL)
@ -399,6 +423,8 @@ public String getImageURL()
{ {
return (String)get_Value("ImageURL"); return (String)get_Value("ImageURL");
} }
/** Column name ImageURL */
public static final String COLUMNNAME_ImageURL = "ImageURL";
/** Set Calculate Mean (?). /** Set Calculate Mean (?).
@param IsAveraged Calculate Average of numeric content or length */ @param IsAveraged Calculate Average of numeric content or length */
public void setIsAveraged (boolean IsAveraged) public void setIsAveraged (boolean IsAveraged)
@ -417,6 +443,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAveraged */
public static final String COLUMNNAME_IsAveraged = "IsAveraged";
/** Set Centrally maintained. /** Set Centrally maintained.
@param IsCentrallyMaintained Information maintained in System Element table */ @param IsCentrallyMaintained Information maintained in System Element table */
public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) public void setIsCentrallyMaintained (boolean IsCentrallyMaintained)
@ -435,6 +463,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCentrallyMaintained */
public static final String COLUMNNAME_IsCentrallyMaintained = "IsCentrallyMaintained";
/** Set Calculate Count (?). /** Set Calculate Count (?).
@param IsCounted Count number of not empty elements */ @param IsCounted Count number of not empty elements */
public void setIsCounted (boolean IsCounted) public void setIsCounted (boolean IsCounted)
@ -453,6 +483,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCounted */
public static final String COLUMNNAME_IsCounted = "IsCounted";
/** Set Calculate Deviation (?). /** Set Calculate Deviation (?).
@param IsDeviationCalc Calculate Standard Deviation */ @param IsDeviationCalc Calculate Standard Deviation */
public void setIsDeviationCalc (boolean IsDeviationCalc) public void setIsDeviationCalc (boolean IsDeviationCalc)
@ -471,6 +503,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDeviationCalc */
public static final String COLUMNNAME_IsDeviationCalc = "IsDeviationCalc";
/** Set Fill Shape. /** Set Fill Shape.
@param IsFilledRectangle Fill the shape with the color selected */ @param IsFilledRectangle Fill the shape with the color selected */
public void setIsFilledRectangle (boolean IsFilledRectangle) public void setIsFilledRectangle (boolean IsFilledRectangle)
@ -489,6 +523,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsFilledRectangle */
public static final String COLUMNNAME_IsFilledRectangle = "IsFilledRectangle";
/** Set Fixed Width. /** Set Fixed Width.
@param IsFixedWidth Column has a fixed width */ @param IsFixedWidth Column has a fixed width */
public void setIsFixedWidth (boolean IsFixedWidth) public void setIsFixedWidth (boolean IsFixedWidth)
@ -507,6 +543,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsFixedWidth */
public static final String COLUMNNAME_IsFixedWidth = "IsFixedWidth";
/** Set Group by. /** Set Group by.
@param IsGroupBy After a group change, totals, etc. are printed */ @param IsGroupBy After a group change, totals, etc. are printed */
public void setIsGroupBy (boolean IsGroupBy) public void setIsGroupBy (boolean IsGroupBy)
@ -525,6 +563,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsGroupBy */
public static final String COLUMNNAME_IsGroupBy = "IsGroupBy";
/** Set One Line Only. /** Set One Line Only.
@param IsHeightOneLine If selected, only one line is printed */ @param IsHeightOneLine If selected, only one line is printed */
public void setIsHeightOneLine (boolean IsHeightOneLine) public void setIsHeightOneLine (boolean IsHeightOneLine)
@ -543,6 +583,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsHeightOneLine */
public static final String COLUMNNAME_IsHeightOneLine = "IsHeightOneLine";
/** Set Image Field. /** Set Image Field.
@param IsImageField The image is retrieved from the data column */ @param IsImageField The image is retrieved from the data column */
public void setIsImageField (boolean IsImageField) public void setIsImageField (boolean IsImageField)
@ -561,6 +603,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsImageField */
public static final String COLUMNNAME_IsImageField = "IsImageField";
/** Set Calculate Maximim (?). /** Set Calculate Maximim (?).
@param IsMaxCalc Calculate the maximim amount */ @param IsMaxCalc Calculate the maximim amount */
public void setIsMaxCalc (boolean IsMaxCalc) public void setIsMaxCalc (boolean IsMaxCalc)
@ -579,6 +623,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsMaxCalc */
public static final String COLUMNNAME_IsMaxCalc = "IsMaxCalc";
/** Set Calculate Minimum (?). /** Set Calculate Minimum (?).
@param IsMinCalc Calculate the minimum amount */ @param IsMinCalc Calculate the minimum amount */
public void setIsMinCalc (boolean IsMinCalc) public void setIsMinCalc (boolean IsMinCalc)
@ -597,6 +643,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsMinCalc */
public static final String COLUMNNAME_IsMinCalc = "IsMinCalc";
/** Set Next Line. /** Set Next Line.
@param IsNextLine Print item on next line */ @param IsNextLine Print item on next line */
public void setIsNextLine (boolean IsNextLine) public void setIsNextLine (boolean IsNextLine)
@ -615,6 +663,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsNextLine */
public static final String COLUMNNAME_IsNextLine = "IsNextLine";
/** Set Next Page. /** Set Next Page.
@param IsNextPage The column is printed on the next page */ @param IsNextPage The column is printed on the next page */
public void setIsNextPage (boolean IsNextPage) public void setIsNextPage (boolean IsNextPage)
@ -633,6 +683,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsNextPage */
public static final String COLUMNNAME_IsNextPage = "IsNextPage";
/** Set Order by. /** Set Order by.
@param IsOrderBy Include in sort order */ @param IsOrderBy Include in sort order */
public void setIsOrderBy (boolean IsOrderBy) public void setIsOrderBy (boolean IsOrderBy)
@ -651,6 +703,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsOrderBy */
public static final String COLUMNNAME_IsOrderBy = "IsOrderBy";
/** Set Page break. /** Set Page break.
@param IsPageBreak Start with new page */ @param IsPageBreak Start with new page */
public void setIsPageBreak (boolean IsPageBreak) public void setIsPageBreak (boolean IsPageBreak)
@ -669,6 +723,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPageBreak */
public static final String COLUMNNAME_IsPageBreak = "IsPageBreak";
/** Set Printed. /** Set Printed.
@param IsPrinted Indicates if this document / line is printed */ @param IsPrinted Indicates if this document / line is printed */
public void setIsPrinted (boolean IsPrinted) public void setIsPrinted (boolean IsPrinted)
@ -687,6 +743,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPrinted */
public static final String COLUMNNAME_IsPrinted = "IsPrinted";
/** Set Relative Position. /** Set Relative Position.
@param IsRelativePosition The item is relative positioned (not absolute) */ @param IsRelativePosition The item is relative positioned (not absolute) */
public void setIsRelativePosition (boolean IsRelativePosition) public void setIsRelativePosition (boolean IsRelativePosition)
@ -705,6 +763,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsRelativePosition */
public static final String COLUMNNAME_IsRelativePosition = "IsRelativePosition";
/** Set Running Total. /** Set Running Total.
@param IsRunningTotal Create a running total (sum) */ @param IsRunningTotal Create a running total (sum) */
public void setIsRunningTotal (boolean IsRunningTotal) public void setIsRunningTotal (boolean IsRunningTotal)
@ -723,6 +783,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsRunningTotal */
public static final String COLUMNNAME_IsRunningTotal = "IsRunningTotal";
/** Set Set NL Position. /** Set Set NL Position.
@param IsSetNLPosition Set New Line Position */ @param IsSetNLPosition Set New Line Position */
public void setIsSetNLPosition (boolean IsSetNLPosition) public void setIsSetNLPosition (boolean IsSetNLPosition)
@ -741,6 +803,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSetNLPosition */
public static final String COLUMNNAME_IsSetNLPosition = "IsSetNLPosition";
/** Set Calculate Sum (?). /** Set Calculate Sum (?).
@param IsSummarized Calculate the Sum of numeric content or length */ @param IsSummarized Calculate the Sum of numeric content or length */
public void setIsSummarized (boolean IsSummarized) public void setIsSummarized (boolean IsSummarized)
@ -759,6 +823,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSummarized */
public static final String COLUMNNAME_IsSummarized = "IsSummarized";
/** Set Suppress Null. /** Set Suppress Null.
@param IsSuppressNull Suppress columns or elements with NULL value */ @param IsSuppressNull Suppress columns or elements with NULL value */
public void setIsSuppressNull (boolean IsSuppressNull) public void setIsSuppressNull (boolean IsSuppressNull)
@ -777,6 +843,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSuppressNull */
public static final String COLUMNNAME_IsSuppressNull = "IsSuppressNull";
/** Set Calculate Variance (?<EFBFBD>). /** Set Calculate Variance (?<EFBFBD>).
@param IsVarianceCalc Calculate Variance */ @param IsVarianceCalc Calculate Variance */
public void setIsVarianceCalc (boolean IsVarianceCalc) public void setIsVarianceCalc (boolean IsVarianceCalc)
@ -795,6 +863,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsVarianceCalc */
public static final String COLUMNNAME_IsVarianceCalc = "IsVarianceCalc";
/** LineAlignmentType AD_Reference_ID=254 */ /** LineAlignmentType AD_Reference_ID=254 */
public static final int LINEALIGNMENTTYPE_AD_Reference_ID=254; public static final int LINEALIGNMENTTYPE_AD_Reference_ID=254;
@ -826,6 +896,8 @@ public String getLineAlignmentType()
{ {
return (String)get_Value("LineAlignmentType"); return (String)get_Value("LineAlignmentType");
} }
/** Column name LineAlignmentType */
public static final String COLUMNNAME_LineAlignmentType = "LineAlignmentType";
/** Set Line Width. /** Set Line Width.
@param LineWidth Width of the lines */ @param LineWidth Width of the lines */
public void setLineWidth (int LineWidth) public void setLineWidth (int LineWidth)
@ -840,6 +912,8 @@ Integer ii = (Integer)get_Value("LineWidth");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LineWidth */
public static final String COLUMNNAME_LineWidth = "LineWidth";
/** Set Max Height. /** Set Max Height.
@param MaxHeight Maximum Height in 1/72 if an inch - 0 = no restriction */ @param MaxHeight Maximum Height in 1/72 if an inch - 0 = no restriction */
public void setMaxHeight (int MaxHeight) public void setMaxHeight (int MaxHeight)
@ -854,6 +928,8 @@ Integer ii = (Integer)get_Value("MaxHeight");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MaxHeight */
public static final String COLUMNNAME_MaxHeight = "MaxHeight";
/** Set Max Width. /** Set Max Width.
@param MaxWidth Maximum Width in 1/72 if an inch - 0 = no restriction */ @param MaxWidth Maximum Width in 1/72 if an inch - 0 = no restriction */
public void setMaxWidth (int MaxWidth) public void setMaxWidth (int MaxWidth)
@ -868,6 +944,8 @@ Integer ii = (Integer)get_Value("MaxWidth");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MaxWidth */
public static final String COLUMNNAME_MaxWidth = "MaxWidth";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -892,6 +970,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** PrintAreaType AD_Reference_ID=256 */ /** PrintAreaType AD_Reference_ID=256 */
public static final int PRINTAREATYPE_AD_Reference_ID=256; public static final int PRINTAREATYPE_AD_Reference_ID=256;
@ -921,6 +1001,8 @@ public String getPrintAreaType()
{ {
return (String)get_Value("PrintAreaType"); return (String)get_Value("PrintAreaType");
} }
/** Column name PrintAreaType */
public static final String COLUMNNAME_PrintAreaType = "PrintAreaType";
/** PrintFormatType AD_Reference_ID=255 */ /** PrintFormatType AD_Reference_ID=255 */
public static final int PRINTFORMATTYPE_AD_Reference_ID=255; public static final int PRINTFORMATTYPE_AD_Reference_ID=255;
@ -956,6 +1038,8 @@ public String getPrintFormatType()
{ {
return (String)get_Value("PrintFormatType"); return (String)get_Value("PrintFormatType");
} }
/** Column name PrintFormatType */
public static final String COLUMNNAME_PrintFormatType = "PrintFormatType";
/** Set Print Text. /** Set Print Text.
@param PrintName The label text to be printed on a document or correspondence. */ @param PrintName The label text to be printed on a document or correspondence. */
public void setPrintName (String PrintName) public void setPrintName (String PrintName)
@ -973,6 +1057,8 @@ public String getPrintName()
{ {
return (String)get_Value("PrintName"); return (String)get_Value("PrintName");
} }
/** Column name PrintName */
public static final String COLUMNNAME_PrintName = "PrintName";
/** Set Print Label Suffix. /** Set Print Label Suffix.
@param PrintNameSuffix The label text to be printed on a document or correspondence after the field */ @param PrintNameSuffix The label text to be printed on a document or correspondence after the field */
public void setPrintNameSuffix (String PrintNameSuffix) public void setPrintNameSuffix (String PrintNameSuffix)
@ -990,6 +1076,8 @@ public String getPrintNameSuffix()
{ {
return (String)get_Value("PrintNameSuffix"); return (String)get_Value("PrintNameSuffix");
} }
/** Column name PrintNameSuffix */
public static final String COLUMNNAME_PrintNameSuffix = "PrintNameSuffix";
/** Set Running Total Lines. /** Set Running Total Lines.
@param RunningTotalLines Create Running Total Lines (page break) every x lines */ @param RunningTotalLines Create Running Total Lines (page break) every x lines */
public void setRunningTotalLines (int RunningTotalLines) public void setRunningTotalLines (int RunningTotalLines)
@ -1004,6 +1092,8 @@ Integer ii = (Integer)get_Value("RunningTotalLines");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name RunningTotalLines */
public static final String COLUMNNAME_RunningTotalLines = "RunningTotalLines";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -1020,6 +1110,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** ShapeType AD_Reference_ID=333 */ /** ShapeType AD_Reference_ID=333 */
public static final int SHAPETYPE_AD_Reference_ID=333; public static final int SHAPETYPE_AD_Reference_ID=333;
@ -1050,6 +1142,8 @@ public String getShapeType()
{ {
return (String)get_Value("ShapeType"); return (String)get_Value("ShapeType");
} }
/** Column name ShapeType */
public static final String COLUMNNAME_ShapeType = "ShapeType";
/** Set Record Sort No. /** Set Record Sort No.
@param SortNo Determines in what order the records are displayed */ @param SortNo Determines in what order the records are displayed */
public void setSortNo (int SortNo) public void setSortNo (int SortNo)
@ -1064,6 +1158,8 @@ Integer ii = (Integer)get_Value("SortNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SortNo */
public static final String COLUMNNAME_SortNo = "SortNo";
/** Set X Position. /** Set X Position.
@param XPosition Absolute X (horizontal) position in 1/72 of an inch */ @param XPosition Absolute X (horizontal) position in 1/72 of an inch */
public void setXPosition (int XPosition) public void setXPosition (int XPosition)
@ -1078,6 +1174,8 @@ Integer ii = (Integer)get_Value("XPosition");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name XPosition */
public static final String COLUMNNAME_XPosition = "XPosition";
/** Set X Space. /** Set X Space.
@param XSpace Relative X (horizontal) space in 1/72 of an inch */ @param XSpace Relative X (horizontal) space in 1/72 of an inch */
public void setXSpace (int XSpace) public void setXSpace (int XSpace)
@ -1092,6 +1190,8 @@ Integer ii = (Integer)get_Value("XSpace");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name XSpace */
public static final String COLUMNNAME_XSpace = "XSpace";
/** Set Y Position. /** Set Y Position.
@param YPosition Absolute Y (vertical) position in 1/72 of an inch */ @param YPosition Absolute Y (vertical) position in 1/72 of an inch */
public void setYPosition (int YPosition) public void setYPosition (int YPosition)
@ -1106,6 +1206,8 @@ Integer ii = (Integer)get_Value("YPosition");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name YPosition */
public static final String COLUMNNAME_YPosition = "YPosition";
/** Set Y Space. /** Set Y Space.
@param YSpace Relative Y (vertical) space in 1/72 of an inch */ @param YSpace Relative Y (vertical) space in 1/72 of an inch */
public void setYSpace (int YSpace) public void setYSpace (int YSpace)
@ -1120,4 +1222,6 @@ Integer ii = (Integer)get_Value("YSpace");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name YSpace */
public static final String COLUMNNAME_YSpace = "YSpace";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintGraph /** Generated Model for AD_PrintGraph
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintGraph extends PO public class X_AD_PrintGraph extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
/** Set Graph. /** Set Graph.
@param AD_PrintGraph_ID Graph included in Reports */ @param AD_PrintGraph_ID Graph included in Reports */
public void setAD_PrintGraph_ID (int AD_PrintGraph_ID) public void setAD_PrintGraph_ID (int AD_PrintGraph_ID)
@ -120,6 +122,8 @@ Integer ii = (Integer)get_Value("AD_PrintGraph_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintGraph_ID */
public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID";
/** Data1_PrintFormatItem_ID AD_Reference_ID=264 */ /** Data1_PrintFormatItem_ID AD_Reference_ID=264 */
public static final int DATA1_PRINTFORMATITEM_ID_AD_Reference_ID=264; public static final int DATA1_PRINTFORMATITEM_ID_AD_Reference_ID=264;
@ -139,6 +143,8 @@ Integer ii = (Integer)get_Value("Data1_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Data1_PrintFormatItem_ID */
public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID";
/** Data2_PrintFormatItem_ID AD_Reference_ID=264 */ /** Data2_PrintFormatItem_ID AD_Reference_ID=264 */
public static final int DATA2_PRINTFORMATITEM_ID_AD_Reference_ID=264; public static final int DATA2_PRINTFORMATITEM_ID_AD_Reference_ID=264;
@ -158,6 +164,8 @@ Integer ii = (Integer)get_Value("Data2_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Data2_PrintFormatItem_ID */
public static final String COLUMNNAME_Data2_PrintFormatItem_ID = "Data2_PrintFormatItem_ID";
/** Data3_PrintFormatItem_ID AD_Reference_ID=264 */ /** Data3_PrintFormatItem_ID AD_Reference_ID=264 */
public static final int DATA3_PRINTFORMATITEM_ID_AD_Reference_ID=264; public static final int DATA3_PRINTFORMATITEM_ID_AD_Reference_ID=264;
@ -177,6 +185,8 @@ Integer ii = (Integer)get_Value("Data3_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Data3_PrintFormatItem_ID */
public static final String COLUMNNAME_Data3_PrintFormatItem_ID = "Data3_PrintFormatItem_ID";
/** Data4_PrintFormatItem_ID AD_Reference_ID=264 */ /** Data4_PrintFormatItem_ID AD_Reference_ID=264 */
public static final int DATA4_PRINTFORMATITEM_ID_AD_Reference_ID=264; public static final int DATA4_PRINTFORMATITEM_ID_AD_Reference_ID=264;
@ -196,6 +206,8 @@ Integer ii = (Integer)get_Value("Data4_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Data4_PrintFormatItem_ID */
public static final String COLUMNNAME_Data4_PrintFormatItem_ID = "Data4_PrintFormatItem_ID";
/** Data_PrintFormatItem_ID AD_Reference_ID=264 */ /** Data_PrintFormatItem_ID AD_Reference_ID=264 */
public static final int DATA_PRINTFORMATITEM_ID_AD_Reference_ID=264; public static final int DATA_PRINTFORMATITEM_ID_AD_Reference_ID=264;
@ -214,6 +226,8 @@ Integer ii = (Integer)get_Value("Data_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Data_PrintFormatItem_ID */
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -231,6 +245,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Description_PrintFormatItem_ID AD_Reference_ID=264 */ /** Description_PrintFormatItem_ID AD_Reference_ID=264 */
public static final int DESCRIPTION_PRINTFORMATITEM_ID_AD_Reference_ID=264; public static final int DESCRIPTION_PRINTFORMATITEM_ID_AD_Reference_ID=264;
@ -249,6 +265,8 @@ Integer ii = (Integer)get_Value("Description_PrintFormatItem_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Description_PrintFormatItem_ID */
public static final String COLUMNNAME_Description_PrintFormatItem_ID = "Description_PrintFormatItem_ID";
/** GraphType AD_Reference_ID=265 */ /** GraphType AD_Reference_ID=265 */
public static final int GRAPHTYPE_AD_Reference_ID=265; public static final int GRAPHTYPE_AD_Reference_ID=265;
@ -278,6 +296,8 @@ public String getGraphType()
{ {
return (String)get_Value("GraphType"); return (String)get_Value("GraphType");
} }
/** Column name GraphType */
public static final String COLUMNNAME_GraphType = "GraphType";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -302,4 +322,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintLabel /** Generated Model for AD_PrintLabel
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintLabel extends PO public class X_AD_PrintLabel extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -106,6 +106,8 @@ Integer ii = (Integer)get_Value("AD_LabelPrinter_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LabelPrinter_ID */
public static final String COLUMNNAME_AD_LabelPrinter_ID = "AD_LabelPrinter_ID";
/** Set Print Label. /** Set Print Label.
@param AD_PrintLabel_ID Label Format to print */ @param AD_PrintLabel_ID Label Format to print */
public void setAD_PrintLabel_ID (int AD_PrintLabel_ID) public void setAD_PrintLabel_ID (int AD_PrintLabel_ID)
@ -121,6 +123,8 @@ Integer ii = (Integer)get_Value("AD_PrintLabel_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintLabel_ID */
public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -136,6 +140,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -153,6 +159,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Landscape. /** Set Landscape.
@param IsLandscape Landscape orientation */ @param IsLandscape Landscape orientation */
public void setIsLandscape (boolean IsLandscape) public void setIsLandscape (boolean IsLandscape)
@ -171,6 +179,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsLandscape */
public static final String COLUMNNAME_IsLandscape = "IsLandscape";
/** Set Label Height. /** Set Label Height.
@param LabelHeight Height of the label */ @param LabelHeight Height of the label */
public void setLabelHeight (int LabelHeight) public void setLabelHeight (int LabelHeight)
@ -185,6 +195,8 @@ Integer ii = (Integer)get_Value("LabelHeight");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LabelHeight */
public static final String COLUMNNAME_LabelHeight = "LabelHeight";
/** Set Label Width. /** Set Label Width.
@param LabelWidth Width of the Label */ @param LabelWidth Width of the Label */
public void setLabelWidth (int LabelWidth) public void setLabelWidth (int LabelWidth)
@ -199,6 +211,8 @@ Integer ii = (Integer)get_Value("LabelWidth");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LabelWidth */
public static final String COLUMNNAME_LabelWidth = "LabelWidth";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -223,6 +237,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Printer Name. /** Set Printer Name.
@param PrinterName Name of the Printer */ @param PrinterName Name of the Printer */
public void setPrinterName (String PrinterName) public void setPrinterName (String PrinterName)
@ -240,4 +256,6 @@ public String getPrinterName()
{ {
return (String)get_Value("PrinterName"); return (String)get_Value("PrinterName");
} }
/** Column name PrinterName */
public static final String COLUMNNAME_PrinterName = "PrinterName";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintLabelLine /** Generated Model for AD_PrintLabelLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintLabelLine extends PO public class X_AD_PrintLabelLine extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Label printer Function. /** Set Label printer Function.
@param AD_LabelPrinterFunction_ID Function of Label Printer */ @param AD_LabelPrinterFunction_ID Function of Label Printer */
public void setAD_LabelPrinterFunction_ID (int AD_LabelPrinterFunction_ID) public void setAD_LabelPrinterFunction_ID (int AD_LabelPrinterFunction_ID)
@ -123,6 +125,8 @@ Integer ii = (Integer)get_Value("AD_LabelPrinterFunction_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_LabelPrinterFunction_ID */
public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID";
/** Set Print Label Line. /** Set Print Label Line.
@param AD_PrintLabelLine_ID Print Label Line Format */ @param AD_PrintLabelLine_ID Print Label Line Format */
public void setAD_PrintLabelLine_ID (int AD_PrintLabelLine_ID) public void setAD_PrintLabelLine_ID (int AD_PrintLabelLine_ID)
@ -138,6 +142,8 @@ Integer ii = (Integer)get_Value("AD_PrintLabelLine_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintLabelLine_ID */
public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_ID";
/** Set Print Label. /** Set Print Label.
@param AD_PrintLabel_ID Label Format to print */ @param AD_PrintLabel_ID Label Format to print */
public void setAD_PrintLabel_ID (int AD_PrintLabel_ID) public void setAD_PrintLabel_ID (int AD_PrintLabel_ID)
@ -153,6 +159,8 @@ Integer ii = (Integer)get_Value("AD_PrintLabel_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintLabel_ID */
public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID";
/** LabelFormatType AD_Reference_ID=280 */ /** LabelFormatType AD_Reference_ID=280 */
public static final int LABELFORMATTYPE_AD_Reference_ID=280; public static final int LABELFORMATTYPE_AD_Reference_ID=280;
@ -180,6 +188,8 @@ public String getLabelFormatType()
{ {
return (String)get_Value("LabelFormatType"); return (String)get_Value("LabelFormatType");
} }
/** Column name LabelFormatType */
public static final String COLUMNNAME_LabelFormatType = "LabelFormatType";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -198,6 +208,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Print Text. /** Set Print Text.
@param PrintName The label text to be printed on a document or correspondence. */ @param PrintName The label text to be printed on a document or correspondence. */
public void setPrintName (String PrintName) public void setPrintName (String PrintName)
@ -215,6 +227,8 @@ public String getPrintName()
{ {
return (String)get_Value("PrintName"); return (String)get_Value("PrintName");
} }
/** Column name PrintName */
public static final String COLUMNNAME_PrintName = "PrintName";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -237,6 +251,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getSeqNo())); return new KeyNamePair(get_ID(), String.valueOf(getSeqNo()));
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set X Position. /** Set X Position.
@param XPosition Absolute X (horizontal) position in 1/72 of an inch */ @param XPosition Absolute X (horizontal) position in 1/72 of an inch */
public void setXPosition (int XPosition) public void setXPosition (int XPosition)
@ -251,6 +267,8 @@ Integer ii = (Integer)get_Value("XPosition");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name XPosition */
public static final String COLUMNNAME_XPosition = "XPosition";
/** Set Y Position. /** Set Y Position.
@param YPosition Absolute Y (vertical) position in 1/72 of an inch */ @param YPosition Absolute Y (vertical) position in 1/72 of an inch */
public void setYPosition (int YPosition) public void setYPosition (int YPosition)
@ -265,4 +283,6 @@ Integer ii = (Integer)get_Value("YPosition");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name YPosition */
public static final String COLUMNNAME_YPosition = "YPosition";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintPaper /** Generated Model for AD_PrintPaper
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintPaper extends PO public class X_AD_PrintPaper extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ Integer ii = (Integer)get_Value("AD_PrintPaper_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintPaper_ID */
public static final String COLUMNNAME_AD_PrintPaper_ID = "AD_PrintPaper_ID";
/** Set Validation code. /** Set Validation code.
@param Code Validation Code */ @param Code Validation Code */
public void setCode (String Code) public void setCode (String Code)
@ -126,6 +128,8 @@ public String getCode()
{ {
return (String)get_Value("Code"); return (String)get_Value("Code");
} }
/** Column name Code */
public static final String COLUMNNAME_Code = "Code";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -143,6 +147,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** DimensionUnits AD_Reference_ID=375 */ /** DimensionUnits AD_Reference_ID=375 */
public static final int DIMENSIONUNITS_AD_Reference_ID=375; public static final int DIMENSIONUNITS_AD_Reference_ID=375;
@ -169,6 +175,8 @@ public String getDimensionUnits()
{ {
return (String)get_Value("DimensionUnits"); return (String)get_Value("DimensionUnits");
} }
/** Column name DimensionUnits */
public static final String COLUMNNAME_DimensionUnits = "DimensionUnits";
/** Set Default. /** Set Default.
@param IsDefault Default value */ @param IsDefault Default value */
public void setIsDefault (boolean IsDefault) public void setIsDefault (boolean IsDefault)
@ -187,6 +195,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDefault */
public static final String COLUMNNAME_IsDefault = "IsDefault";
/** Set Landscape. /** Set Landscape.
@param IsLandscape Landscape orientation */ @param IsLandscape Landscape orientation */
public void setIsLandscape (boolean IsLandscape) public void setIsLandscape (boolean IsLandscape)
@ -205,6 +215,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsLandscape */
public static final String COLUMNNAME_IsLandscape = "IsLandscape";
/** Set Bottom Margin. /** Set Bottom Margin.
@param MarginBottom Bottom Space in 1/72 inch */ @param MarginBottom Bottom Space in 1/72 inch */
public void setMarginBottom (int MarginBottom) public void setMarginBottom (int MarginBottom)
@ -219,6 +231,8 @@ Integer ii = (Integer)get_Value("MarginBottom");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MarginBottom */
public static final String COLUMNNAME_MarginBottom = "MarginBottom";
/** Set Left Margin. /** Set Left Margin.
@param MarginLeft Left Space in 1/72 inch */ @param MarginLeft Left Space in 1/72 inch */
public void setMarginLeft (int MarginLeft) public void setMarginLeft (int MarginLeft)
@ -233,6 +247,8 @@ Integer ii = (Integer)get_Value("MarginLeft");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MarginLeft */
public static final String COLUMNNAME_MarginLeft = "MarginLeft";
/** Set Right Margin. /** Set Right Margin.
@param MarginRight Right Space in 1/72 inch */ @param MarginRight Right Space in 1/72 inch */
public void setMarginRight (int MarginRight) public void setMarginRight (int MarginRight)
@ -247,6 +263,8 @@ Integer ii = (Integer)get_Value("MarginRight");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MarginRight */
public static final String COLUMNNAME_MarginRight = "MarginRight";
/** Set Top Margin. /** Set Top Margin.
@param MarginTop Top Space in 1/72 inch */ @param MarginTop Top Space in 1/72 inch */
public void setMarginTop (int MarginTop) public void setMarginTop (int MarginTop)
@ -261,6 +279,8 @@ Integer ii = (Integer)get_Value("MarginTop");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MarginTop */
public static final String COLUMNNAME_MarginTop = "MarginTop";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -285,6 +305,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -303,6 +325,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Size X. /** Set Size X.
@param SizeX X (horizontal) dimension size */ @param SizeX X (horizontal) dimension size */
public void setSizeX (BigDecimal SizeX) public void setSizeX (BigDecimal SizeX)
@ -317,6 +341,8 @@ BigDecimal bd = (BigDecimal)get_Value("SizeX");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name SizeX */
public static final String COLUMNNAME_SizeX = "SizeX";
/** Set Size Y. /** Set Size Y.
@param SizeY Y (vertical) dimension size */ @param SizeY Y (vertical) dimension size */
public void setSizeY (BigDecimal SizeY) public void setSizeY (BigDecimal SizeY)
@ -331,4 +357,6 @@ BigDecimal bd = (BigDecimal)get_Value("SizeY");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name SizeY */
public static final String COLUMNNAME_SizeY = "SizeY";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_PrintTableFormat /** Generated Model for AD_PrintTableFormat
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_PrintTableFormat extends PO public class X_AD_PrintTableFormat extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ Integer ii = (Integer)get_Value("AD_PrintTableFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintTableFormat_ID */
public static final String COLUMNNAME_AD_PrintTableFormat_ID = "AD_PrintTableFormat_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -124,6 +126,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Footer Center. /** Set Footer Center.
@param FooterCenter Content of the center portion of the footer. */ @param FooterCenter Content of the center portion of the footer. */
public void setFooterCenter (String FooterCenter) public void setFooterCenter (String FooterCenter)
@ -141,6 +145,8 @@ public String getFooterCenter()
{ {
return (String)get_Value("FooterCenter"); return (String)get_Value("FooterCenter");
} }
/** Column name FooterCenter */
public static final String COLUMNNAME_FooterCenter = "FooterCenter";
/** Set Footer Left. /** Set Footer Left.
@param FooterLeft Content of the left portion of the footer. */ @param FooterLeft Content of the left portion of the footer. */
public void setFooterLeft (String FooterLeft) public void setFooterLeft (String FooterLeft)
@ -158,6 +164,8 @@ public String getFooterLeft()
{ {
return (String)get_Value("FooterLeft"); return (String)get_Value("FooterLeft");
} }
/** Column name FooterLeft */
public static final String COLUMNNAME_FooterLeft = "FooterLeft";
/** Set Footer Right. /** Set Footer Right.
@param FooterRight Content of the right portion of the footer. */ @param FooterRight Content of the right portion of the footer. */
public void setFooterRight (String FooterRight) public void setFooterRight (String FooterRight)
@ -175,6 +183,8 @@ public String getFooterRight()
{ {
return (String)get_Value("FooterRight"); return (String)get_Value("FooterRight");
} }
/** Column name FooterRight */
public static final String COLUMNNAME_FooterRight = "FooterRight";
/** FunctBG_PrintColor_ID AD_Reference_ID=266 */ /** FunctBG_PrintColor_ID AD_Reference_ID=266 */
public static final int FUNCTBG_PRINTCOLOR_ID_AD_Reference_ID=266; public static final int FUNCTBG_PRINTCOLOR_ID_AD_Reference_ID=266;
@ -194,6 +204,8 @@ Integer ii = (Integer)get_Value("FunctBG_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name FunctBG_PrintColor_ID */
public static final String COLUMNNAME_FunctBG_PrintColor_ID = "FunctBG_PrintColor_ID";
/** FunctFG_PrintColor_ID AD_Reference_ID=266 */ /** FunctFG_PrintColor_ID AD_Reference_ID=266 */
public static final int FUNCTFG_PRINTCOLOR_ID_AD_Reference_ID=266; public static final int FUNCTFG_PRINTCOLOR_ID_AD_Reference_ID=266;
@ -213,6 +225,8 @@ Integer ii = (Integer)get_Value("FunctFG_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name FunctFG_PrintColor_ID */
public static final String COLUMNNAME_FunctFG_PrintColor_ID = "FunctFG_PrintColor_ID";
/** Funct_PrintFont_ID AD_Reference_ID=267 */ /** Funct_PrintFont_ID AD_Reference_ID=267 */
public static final int FUNCT_PRINTFONT_ID_AD_Reference_ID=267; public static final int FUNCT_PRINTFONT_ID_AD_Reference_ID=267;
@ -232,6 +246,8 @@ Integer ii = (Integer)get_Value("Funct_PrintFont_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Funct_PrintFont_ID */
public static final String COLUMNNAME_Funct_PrintFont_ID = "Funct_PrintFont_ID";
/** HdrLine_PrintColor_ID AD_Reference_ID=266 */ /** HdrLine_PrintColor_ID AD_Reference_ID=266 */
public static final int HDRLINE_PRINTCOLOR_ID_AD_Reference_ID=266; public static final int HDRLINE_PRINTCOLOR_ID_AD_Reference_ID=266;
@ -251,6 +267,8 @@ Integer ii = (Integer)get_Value("HdrLine_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name HdrLine_PrintColor_ID */
public static final String COLUMNNAME_HdrLine_PrintColor_ID = "HdrLine_PrintColor_ID";
/** Set Header Stroke. /** Set Header Stroke.
@param HdrStroke Width of the Header Line Stroke */ @param HdrStroke Width of the Header Line Stroke */
public void setHdrStroke (BigDecimal HdrStroke) public void setHdrStroke (BigDecimal HdrStroke)
@ -265,6 +283,8 @@ BigDecimal bd = (BigDecimal)get_Value("HdrStroke");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name HdrStroke */
public static final String COLUMNNAME_HdrStroke = "HdrStroke";
/** HdrStrokeType AD_Reference_ID=312 */ /** HdrStrokeType AD_Reference_ID=312 */
public static final int HDRSTROKETYPE_AD_Reference_ID=312; public static final int HDRSTROKETYPE_AD_Reference_ID=312;
@ -295,6 +315,8 @@ public String getHdrStrokeType()
{ {
return (String)get_Value("HdrStrokeType"); return (String)get_Value("HdrStrokeType");
} }
/** Column name HdrStrokeType */
public static final String COLUMNNAME_HdrStrokeType = "HdrStrokeType";
/** HdrTextBG_PrintColor_ID AD_Reference_ID=266 */ /** HdrTextBG_PrintColor_ID AD_Reference_ID=266 */
public static final int HDRTEXTBG_PRINTCOLOR_ID_AD_Reference_ID=266; public static final int HDRTEXTBG_PRINTCOLOR_ID_AD_Reference_ID=266;
@ -314,6 +336,8 @@ Integer ii = (Integer)get_Value("HdrTextBG_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name HdrTextBG_PrintColor_ID */
public static final String COLUMNNAME_HdrTextBG_PrintColor_ID = "HdrTextBG_PrintColor_ID";
/** HdrTextFG_PrintColor_ID AD_Reference_ID=266 */ /** HdrTextFG_PrintColor_ID AD_Reference_ID=266 */
public static final int HDRTEXTFG_PRINTCOLOR_ID_AD_Reference_ID=266; public static final int HDRTEXTFG_PRINTCOLOR_ID_AD_Reference_ID=266;
@ -333,6 +357,8 @@ Integer ii = (Integer)get_Value("HdrTextFG_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name HdrTextFG_PrintColor_ID */
public static final String COLUMNNAME_HdrTextFG_PrintColor_ID = "HdrTextFG_PrintColor_ID";
/** Hdr_PrintFont_ID AD_Reference_ID=267 */ /** Hdr_PrintFont_ID AD_Reference_ID=267 */
public static final int HDR_PRINTFONT_ID_AD_Reference_ID=267; public static final int HDR_PRINTFONT_ID_AD_Reference_ID=267;
@ -352,6 +378,8 @@ Integer ii = (Integer)get_Value("Hdr_PrintFont_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Hdr_PrintFont_ID */
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
/** Set Header Center. /** Set Header Center.
@param HeaderCenter Content of the center portion of the header. */ @param HeaderCenter Content of the center portion of the header. */
public void setHeaderCenter (String HeaderCenter) public void setHeaderCenter (String HeaderCenter)
@ -369,6 +397,8 @@ public String getHeaderCenter()
{ {
return (String)get_Value("HeaderCenter"); return (String)get_Value("HeaderCenter");
} }
/** Column name HeaderCenter */
public static final String COLUMNNAME_HeaderCenter = "HeaderCenter";
/** Set Header Left. /** Set Header Left.
@param HeaderLeft Content of the left portion of the header. */ @param HeaderLeft Content of the left portion of the header. */
public void setHeaderLeft (String HeaderLeft) public void setHeaderLeft (String HeaderLeft)
@ -386,6 +416,8 @@ public String getHeaderLeft()
{ {
return (String)get_Value("HeaderLeft"); return (String)get_Value("HeaderLeft");
} }
/** Column name HeaderLeft */
public static final String COLUMNNAME_HeaderLeft = "HeaderLeft";
/** Set Header Right. /** Set Header Right.
@param HeaderRight Content of the right portion of the header. */ @param HeaderRight Content of the right portion of the header. */
public void setHeaderRight (String HeaderRight) public void setHeaderRight (String HeaderRight)
@ -403,6 +435,8 @@ public String getHeaderRight()
{ {
return (String)get_Value("HeaderRight"); return (String)get_Value("HeaderRight");
} }
/** Column name HeaderRight */
public static final String COLUMNNAME_HeaderRight = "HeaderRight";
/** Set Image attached. /** Set Image attached.
@param ImageIsAttached The image to be printed is attached to the record */ @param ImageIsAttached The image to be printed is attached to the record */
public void setImageIsAttached (boolean ImageIsAttached) public void setImageIsAttached (boolean ImageIsAttached)
@ -421,6 +455,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name ImageIsAttached */
public static final String COLUMNNAME_ImageIsAttached = "ImageIsAttached";
/** Set Image URL. /** Set Image URL.
@param ImageURL URL of image */ @param ImageURL URL of image */
public void setImageURL (String ImageURL) public void setImageURL (String ImageURL)
@ -438,6 +474,8 @@ public String getImageURL()
{ {
return (String)get_Value("ImageURL"); return (String)get_Value("ImageURL");
} }
/** Column name ImageURL */
public static final String COLUMNNAME_ImageURL = "ImageURL";
/** Set Default. /** Set Default.
@param IsDefault Default value */ @param IsDefault Default value */
public void setIsDefault (boolean IsDefault) public void setIsDefault (boolean IsDefault)
@ -456,6 +494,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDefault */
public static final String COLUMNNAME_IsDefault = "IsDefault";
/** Set Paint Boundary Lines. /** Set Paint Boundary Lines.
@param IsPaintBoundaryLines Paint table boundary lines */ @param IsPaintBoundaryLines Paint table boundary lines */
public void setIsPaintBoundaryLines (boolean IsPaintBoundaryLines) public void setIsPaintBoundaryLines (boolean IsPaintBoundaryLines)
@ -474,6 +514,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPaintBoundaryLines */
public static final String COLUMNNAME_IsPaintBoundaryLines = "IsPaintBoundaryLines";
/** Set Paint Horizontal Lines. /** Set Paint Horizontal Lines.
@param IsPaintHLines Paint horizontal lines */ @param IsPaintHLines Paint horizontal lines */
public void setIsPaintHLines (boolean IsPaintHLines) public void setIsPaintHLines (boolean IsPaintHLines)
@ -492,6 +534,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPaintHLines */
public static final String COLUMNNAME_IsPaintHLines = "IsPaintHLines";
/** Set Paint Header Lines. /** Set Paint Header Lines.
@param IsPaintHeaderLines Paint Lines over/under the Header Line */ @param IsPaintHeaderLines Paint Lines over/under the Header Line */
public void setIsPaintHeaderLines (boolean IsPaintHeaderLines) public void setIsPaintHeaderLines (boolean IsPaintHeaderLines)
@ -510,6 +554,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPaintHeaderLines */
public static final String COLUMNNAME_IsPaintHeaderLines = "IsPaintHeaderLines";
/** Set Paint Vertical Lines. /** Set Paint Vertical Lines.
@param IsPaintVLines Paint vertical lines */ @param IsPaintVLines Paint vertical lines */
public void setIsPaintVLines (boolean IsPaintVLines) public void setIsPaintVLines (boolean IsPaintVLines)
@ -528,6 +574,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPaintVLines */
public static final String COLUMNNAME_IsPaintVLines = "IsPaintVLines";
/** Set Print Function Symbols. /** Set Print Function Symbols.
@param IsPrintFunctionSymbols Print Symbols for Functions (Sum, Average, Count) */ @param IsPrintFunctionSymbols Print Symbols for Functions (Sum, Average, Count) */
public void setIsPrintFunctionSymbols (boolean IsPrintFunctionSymbols) public void setIsPrintFunctionSymbols (boolean IsPrintFunctionSymbols)
@ -546,6 +594,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsPrintFunctionSymbols */
public static final String COLUMNNAME_IsPrintFunctionSymbols = "IsPrintFunctionSymbols";
/** Set Line Stroke. /** Set Line Stroke.
@param LineStroke Width of the Line Stroke */ @param LineStroke Width of the Line Stroke */
public void setLineStroke (BigDecimal LineStroke) public void setLineStroke (BigDecimal LineStroke)
@ -560,6 +610,8 @@ BigDecimal bd = (BigDecimal)get_Value("LineStroke");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name LineStroke */
public static final String COLUMNNAME_LineStroke = "LineStroke";
/** LineStrokeType AD_Reference_ID=312 */ /** LineStrokeType AD_Reference_ID=312 */
public static final int LINESTROKETYPE_AD_Reference_ID=312; public static final int LINESTROKETYPE_AD_Reference_ID=312;
@ -590,6 +642,8 @@ public String getLineStrokeType()
{ {
return (String)get_Value("LineStrokeType"); return (String)get_Value("LineStrokeType");
} }
/** Column name LineStrokeType */
public static final String COLUMNNAME_LineStrokeType = "LineStrokeType";
/** Line_PrintColor_ID AD_Reference_ID=266 */ /** Line_PrintColor_ID AD_Reference_ID=266 */
public static final int LINE_PRINTCOLOR_ID_AD_Reference_ID=266; public static final int LINE_PRINTCOLOR_ID_AD_Reference_ID=266;
@ -609,6 +663,8 @@ Integer ii = (Integer)get_Value("Line_PrintColor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Line_PrintColor_ID */
public static final String COLUMNNAME_Line_PrintColor_ID = "Line_PrintColor_ID";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -633,4 +689,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Private_Access /** Generated Model for AD_Private_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Private_Access extends PO public class X_AD_Private_Access extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_User_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -132,4 +136,6 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Process /** Generated Model for AD_Process
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Process extends PO public class X_AD_Process extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -108,6 +108,8 @@ Integer ii = (Integer)get_Value("AD_PrintFormat_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -123,6 +125,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Report View. /** Set Report View.
@param AD_ReportView_ID View used to generate this report */ @param AD_ReportView_ID View used to generate this report */
public void setAD_ReportView_ID (int AD_ReportView_ID) public void setAD_ReportView_ID (int AD_ReportView_ID)
@ -139,6 +143,8 @@ Integer ii = (Integer)get_Value("AD_ReportView_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
/** Set Workflow. /** Set Workflow.
@param AD_Workflow_ID Workflow or combination of tasks */ @param AD_Workflow_ID Workflow or combination of tasks */
public void setAD_Workflow_ID (int AD_Workflow_ID) public void setAD_Workflow_ID (int AD_Workflow_ID)
@ -155,6 +161,8 @@ Integer ii = (Integer)get_Value("AD_Workflow_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
/** AccessLevel AD_Reference_ID=5 */ /** AccessLevel AD_Reference_ID=5 */
public static final int ACCESSLEVEL_AD_Reference_ID=5; public static final int ACCESSLEVEL_AD_Reference_ID=5;
@ -190,6 +198,8 @@ public String getAccessLevel()
{ {
return (String)get_Value("AccessLevel"); return (String)get_Value("AccessLevel");
} }
/** Column name AccessLevel */
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
/** Set Classname. /** Set Classname.
@param Classname Java Classname */ @param Classname Java Classname */
public void setClassname (String Classname) public void setClassname (String Classname)
@ -207,6 +217,8 @@ public String getClassname()
{ {
return (String)get_Value("Classname"); return (String)get_Value("Classname");
} }
/** Column name Classname */
public static final String COLUMNNAME_Classname = "Classname";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -224,6 +236,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -246,6 +260,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -263,6 +279,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Beta Functionality. /** Set Beta Functionality.
@param IsBetaFunctionality This functionality is considered Beta */ @param IsBetaFunctionality This functionality is considered Beta */
public void setIsBetaFunctionality (boolean IsBetaFunctionality) public void setIsBetaFunctionality (boolean IsBetaFunctionality)
@ -281,6 +299,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsBetaFunctionality */
public static final String COLUMNNAME_IsBetaFunctionality = "IsBetaFunctionality";
/** Set Direct print. /** Set Direct print.
@param IsDirectPrint Print without dialog */ @param IsDirectPrint Print without dialog */
public void setIsDirectPrint (boolean IsDirectPrint) public void setIsDirectPrint (boolean IsDirectPrint)
@ -299,6 +319,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDirectPrint */
public static final String COLUMNNAME_IsDirectPrint = "IsDirectPrint";
/** Set Report. /** Set Report.
@param IsReport Indicates a Report record */ @param IsReport Indicates a Report record */
public void setIsReport (boolean IsReport) public void setIsReport (boolean IsReport)
@ -317,6 +339,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReport */
public static final String COLUMNNAME_IsReport = "IsReport";
/** Set Server Process. /** Set Server Process.
@param IsServerProcess Run this Process on Server only */ @param IsServerProcess Run this Process on Server only */
public void setIsServerProcess (boolean IsServerProcess) public void setIsServerProcess (boolean IsServerProcess)
@ -335,6 +359,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsServerProcess */
public static final String COLUMNNAME_IsServerProcess = "IsServerProcess";
/** Set Jasper Report. /** Set Jasper Report.
@param JasperReport In this column you store the JasperReport filename */ @param JasperReport In this column you store the JasperReport filename */
public void setJasperReport (String JasperReport) public void setJasperReport (String JasperReport)
@ -352,6 +378,8 @@ public String getJasperReport()
{ {
return (String)get_Value("JasperReport"); return (String)get_Value("JasperReport");
} }
/** Column name JasperReport */
public static final String COLUMNNAME_JasperReport = "JasperReport";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -370,6 +398,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Procedure. /** Set Procedure.
@param ProcedureName Name of the Database Procedure */ @param ProcedureName Name of the Database Procedure */
public void setProcedureName (String ProcedureName) public void setProcedureName (String ProcedureName)
@ -387,6 +417,8 @@ public String getProcedureName()
{ {
return (String)get_Value("ProcedureName"); return (String)get_Value("ProcedureName");
} }
/** Column name ProcedureName */
public static final String COLUMNNAME_ProcedureName = "ProcedureName";
/** ShowHelp AD_Reference_ID=50007 */ /** ShowHelp AD_Reference_ID=50007 */
public static final int SHOWHELP_AD_Reference_ID=50007; public static final int SHOWHELP_AD_Reference_ID=50007;
@ -415,6 +447,8 @@ public String getShowHelp()
{ {
return (String)get_Value("ShowHelp"); return (String)get_Value("ShowHelp");
} }
/** Column name ShowHelp */
public static final String COLUMNNAME_ShowHelp = "ShowHelp";
/** Set Statistic Count. /** Set Statistic Count.
@param Statistic_Count Internal statistics how often the entity was used */ @param Statistic_Count Internal statistics how often the entity was used */
public void setStatistic_Count (int Statistic_Count) public void setStatistic_Count (int Statistic_Count)
@ -429,6 +463,8 @@ Integer ii = (Integer)get_Value("Statistic_Count");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Statistic_Count */
public static final String COLUMNNAME_Statistic_Count = "Statistic_Count";
/** Set Statistic Seconds. /** Set Statistic Seconds.
@param Statistic_Seconds Internal statistics how many seconds a process took */ @param Statistic_Seconds Internal statistics how many seconds a process took */
public void setStatistic_Seconds (int Statistic_Seconds) public void setStatistic_Seconds (int Statistic_Seconds)
@ -443,6 +479,8 @@ Integer ii = (Integer)get_Value("Statistic_Seconds");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Statistic_Seconds */
public static final String COLUMNNAME_Statistic_Seconds = "Statistic_Seconds";
/** Set Search Key. /** Set Search Key.
@param Value Search key for the record in the format required - must be unique */ @param Value Search key for the record in the format required - must be unique */
public void setValue (String Value) public void setValue (String Value)
@ -467,6 +505,8 @@ return (String)get_Value("Value");
{ {
return new KeyNamePair(get_ID(), getValue()); return new KeyNamePair(get_ID(), getValue());
} }
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
/** Set Workflow Key. /** Set Workflow Key.
@param WorkflowValue Key of the Workflow to start */ @param WorkflowValue Key of the Workflow to start */
public void setWorkflowValue (String WorkflowValue) public void setWorkflowValue (String WorkflowValue)
@ -484,4 +524,6 @@ public String getWorkflowValue()
{ {
return (String)get_Value("WorkflowValue"); return (String)get_Value("WorkflowValue");
} }
/** Column name WorkflowValue */
public static final String COLUMNNAME_WorkflowValue = "WorkflowValue";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Process_Access /** Generated Model for AD_Process_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Process_Access extends PO public class X_AD_Process_Access extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Role. /** Set Role.
@param AD_Role_ID Responsibility Role */ @param AD_Role_ID Responsibility Role */
public void setAD_Role_ID (int AD_Role_ID) public void setAD_Role_ID (int AD_Role_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Read Write. /** Set Read Write.
@param IsReadWrite Field is read / write */ @param IsReadWrite Field is read / write */
public void setIsReadWrite (boolean IsReadWrite) public void setIsReadWrite (boolean IsReadWrite)
@ -135,4 +139,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadWrite */
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Process_Para /** Generated Model for AD_Process_Para
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Process_Para extends PO public class X_AD_Process_Para extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -111,6 +111,8 @@ Integer ii = (Integer)get_Value("AD_Element_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Element_ID */
public static final String COLUMNNAME_AD_Element_ID = "AD_Element_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -126,6 +128,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Process Parameter. /** Set Process Parameter.
@param AD_Process_Para_ID Process Parameter */ @param AD_Process_Para_ID Process Parameter */
public void setAD_Process_Para_ID (int AD_Process_Para_ID) public void setAD_Process_Para_ID (int AD_Process_Para_ID)
@ -141,6 +145,8 @@ Integer ii = (Integer)get_Value("AD_Process_Para_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_Para_ID */
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
/** AD_Reference_ID AD_Reference_ID=1 */ /** AD_Reference_ID AD_Reference_ID=1 */
public static final int AD_REFERENCE_ID_AD_Reference_ID=1; public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
@ -159,6 +165,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** AD_Reference_Value_ID AD_Reference_ID=4 */ /** AD_Reference_Value_ID AD_Reference_ID=4 */
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4; public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID=4;
@ -178,6 +186,8 @@ Integer ii = (Integer)get_Value("AD_Reference_Value_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_Value_ID */
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
/** Set Dynamic Validation. /** Set Dynamic Validation.
@param AD_Val_Rule_ID Dynamic Validation Rule */ @param AD_Val_Rule_ID Dynamic Validation Rule */
public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) public void setAD_Val_Rule_ID (int AD_Val_Rule_ID)
@ -194,6 +204,8 @@ Integer ii = (Integer)get_Value("AD_Val_Rule_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
/** Set DB Column Name. /** Set DB Column Name.
@param ColumnName Name of the column in the database */ @param ColumnName Name of the column in the database */
public void setColumnName (String ColumnName) public void setColumnName (String ColumnName)
@ -212,6 +224,8 @@ public String getColumnName()
{ {
return (String)get_Value("ColumnName"); return (String)get_Value("ColumnName");
} }
/** Column name ColumnName */
public static final String COLUMNNAME_ColumnName = "ColumnName";
/** Set Default Logic. /** Set Default Logic.
@param DefaultValue Default value hierarchy, separated by ; @param DefaultValue Default value hierarchy, separated by ;
*/ */
@ -231,6 +245,8 @@ public String getDefaultValue()
{ {
return (String)get_Value("DefaultValue"); return (String)get_Value("DefaultValue");
} }
/** Column name DefaultValue */
public static final String COLUMNNAME_DefaultValue = "DefaultValue";
/** Set Default Logic 2. /** Set Default Logic 2.
@param DefaultValue2 Default value hierarchy, separated by ; @param DefaultValue2 Default value hierarchy, separated by ;
*/ */
@ -250,6 +266,8 @@ public String getDefaultValue2()
{ {
return (String)get_Value("DefaultValue2"); return (String)get_Value("DefaultValue2");
} }
/** Column name DefaultValue2 */
public static final String COLUMNNAME_DefaultValue2 = "DefaultValue2";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -267,6 +285,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -289,6 +309,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Length. /** Set Length.
@param FieldLength Length of the column in the database */ @param FieldLength Length of the column in the database */
public void setFieldLength (int FieldLength) public void setFieldLength (int FieldLength)
@ -303,6 +325,8 @@ Integer ii = (Integer)get_Value("FieldLength");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name FieldLength */
public static final String COLUMNNAME_FieldLength = "FieldLength";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -320,6 +344,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Centrally maintained. /** Set Centrally maintained.
@param IsCentrallyMaintained Information maintained in System Element table */ @param IsCentrallyMaintained Information maintained in System Element table */
public void setIsCentrallyMaintained (boolean IsCentrallyMaintained) public void setIsCentrallyMaintained (boolean IsCentrallyMaintained)
@ -338,6 +364,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCentrallyMaintained */
public static final String COLUMNNAME_IsCentrallyMaintained = "IsCentrallyMaintained";
/** Set Mandatory. /** Set Mandatory.
@param IsMandatory Data entry is required in this column */ @param IsMandatory Data entry is required in this column */
public void setIsMandatory (boolean IsMandatory) public void setIsMandatory (boolean IsMandatory)
@ -356,6 +384,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsMandatory */
public static final String COLUMNNAME_IsMandatory = "IsMandatory";
/** Set Range. /** Set Range.
@param IsRange The parameter is a range of values */ @param IsRange The parameter is a range of values */
public void setIsRange (boolean IsRange) public void setIsRange (boolean IsRange)
@ -374,6 +404,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsRange */
public static final String COLUMNNAME_IsRange = "IsRange";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -398,6 +430,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -414,6 +448,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Value Format. /** Set Value Format.
@param VFormat Format of the value; @param VFormat Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ Can contain fixed format elements, Variables: "_lLoOaAcCa09" */
@ -433,6 +469,8 @@ public String getVFormat()
{ {
return (String)get_Value("VFormat"); return (String)get_Value("VFormat");
} }
/** Column name VFormat */
public static final String COLUMNNAME_VFormat = "VFormat";
/** Set Max. Value. /** Set Max. Value.
@param ValueMax Maximum Value for a field */ @param ValueMax Maximum Value for a field */
public void setValueMax (String ValueMax) public void setValueMax (String ValueMax)
@ -450,6 +488,8 @@ public String getValueMax()
{ {
return (String)get_Value("ValueMax"); return (String)get_Value("ValueMax");
} }
/** Column name ValueMax */
public static final String COLUMNNAME_ValueMax = "ValueMax";
/** Set Min. Value. /** Set Min. Value.
@param ValueMin Minimum Value for a field */ @param ValueMin Minimum Value for a field */
public void setValueMin (String ValueMin) public void setValueMin (String ValueMin)
@ -467,4 +507,6 @@ public String getValueMin()
{ {
return (String)get_Value("ValueMin"); return (String)get_Value("ValueMin");
} }
/** Column name ValueMin */
public static final String COLUMNNAME_ValueMin = "ValueMin";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Record_Access /** Generated Model for AD_Record_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Record_Access extends PO public class X_AD_Record_Access extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -126,6 +128,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Table_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Table_ID()));
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Dependent Entities. /** Set Dependent Entities.
@param IsDependentEntities Also check access in dependent entities */ @param IsDependentEntities Also check access in dependent entities */
public void setIsDependentEntities (boolean IsDependentEntities) public void setIsDependentEntities (boolean IsDependentEntities)
@ -144,6 +148,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDependentEntities */
public static final String COLUMNNAME_IsDependentEntities = "IsDependentEntities";
/** Set Exclude. /** Set Exclude.
@param IsExclude Exclude access to the data - if not selected Include access to the data */ @param IsExclude Exclude access to the data - if not selected Include access to the data */
public void setIsExclude (boolean IsExclude) public void setIsExclude (boolean IsExclude)
@ -162,6 +168,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsExclude */
public static final String COLUMNNAME_IsExclude = "IsExclude";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -180,6 +188,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -195,4 +205,6 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Ref_List /** Generated Model for AD_Ref_List
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Ref_List extends PO public class X_AD_Ref_List extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_Ref_List_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Ref_List_ID */
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
/** Set Reference. /** Set Reference.
@param AD_Reference_ID System Reference and Validation */ @param AD_Reference_ID System Reference and Validation */
public void setAD_Reference_ID (int AD_Reference_ID) public void setAD_Reference_ID (int AD_Reference_ID)
@ -119,6 +121,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -136,6 +140,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -158,6 +164,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -182,6 +190,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Valid from. /** Set Valid from.
@param ValidFrom Valid from including this date (first day) */ @param ValidFrom Valid from including this date (first day) */
public void setValidFrom (Timestamp ValidFrom) public void setValidFrom (Timestamp ValidFrom)
@ -194,6 +204,8 @@ public Timestamp getValidFrom()
{ {
return (Timestamp)get_Value("ValidFrom"); return (Timestamp)get_Value("ValidFrom");
} }
/** Column name ValidFrom */
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
/** Set Valid to. /** Set Valid to.
@param ValidTo Valid to including this date (last day) */ @param ValidTo Valid to including this date (last day) */
public void setValidTo (Timestamp ValidTo) public void setValidTo (Timestamp ValidTo)
@ -206,6 +218,8 @@ public Timestamp getValidTo()
{ {
return (Timestamp)get_Value("ValidTo"); return (Timestamp)get_Value("ValidTo");
} }
/** Column name ValidTo */
public static final String COLUMNNAME_ValidTo = "ValidTo";
/** Set Search Key. /** Set Search Key.
@param Value Search key for the record in the format required - must be unique */ @param Value Search key for the record in the format required - must be unique */
public void setValue (String Value) public void setValue (String Value)
@ -224,4 +238,6 @@ public String getValue()
{ {
return (String)get_Value("Value"); return (String)get_Value("Value");
} }
/** Column name Value */
public static final String COLUMNNAME_Value = "Value";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Ref_Table /** Generated Model for AD_Ref_Table
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Ref_Table extends PO public class X_AD_Ref_Table extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ Integer ii = (Integer)get_Value("AD_Display");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Display */
public static final String COLUMNNAME_AD_Display = "AD_Display";
/** AD_Key AD_Reference_ID=3 */ /** AD_Key AD_Reference_ID=3 */
public static final int AD_KEY_AD_Reference_ID=3; public static final int AD_KEY_AD_Reference_ID=3;
@ -124,6 +126,8 @@ Integer ii = (Integer)get_Value("AD_Key");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Key */
public static final String COLUMNNAME_AD_Key = "AD_Key";
/** Set Reference. /** Set Reference.
@param AD_Reference_ID System Reference and Validation */ @param AD_Reference_ID System Reference and Validation */
public void setAD_Reference_ID (int AD_Reference_ID) public void setAD_Reference_ID (int AD_Reference_ID)
@ -145,6 +149,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Reference_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Reference_ID()));
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -160,6 +166,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -182,6 +190,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Display Value. /** Set Display Value.
@param IsValueDisplayed Displays Value column with the Display column */ @param IsValueDisplayed Displays Value column with the Display column */
public void setIsValueDisplayed (boolean IsValueDisplayed) public void setIsValueDisplayed (boolean IsValueDisplayed)
@ -200,6 +210,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsValueDisplayed */
public static final String COLUMNNAME_IsValueDisplayed = "IsValueDisplayed";
/** Set Sql ORDER BY. /** Set Sql ORDER BY.
@param OrderByClause Fully qualified ORDER BY clause */ @param OrderByClause Fully qualified ORDER BY clause */
public void setOrderByClause (String OrderByClause) public void setOrderByClause (String OrderByClause)
@ -217,6 +229,8 @@ public String getOrderByClause()
{ {
return (String)get_Value("OrderByClause"); return (String)get_Value("OrderByClause");
} }
/** Column name OrderByClause */
public static final String COLUMNNAME_OrderByClause = "OrderByClause";
/** Set Sql WHERE. /** Set Sql WHERE.
@param WhereClause Fully qualified SQL WHERE clause */ @param WhereClause Fully qualified SQL WHERE clause */
public void setWhereClause (String WhereClause) public void setWhereClause (String WhereClause)
@ -234,4 +248,6 @@ public String getWhereClause()
{ {
return (String)get_Value("WhereClause"); return (String)get_Value("WhereClause");
} }
/** Column name WhereClause */
public static final String COLUMNNAME_WhereClause = "WhereClause";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Reference /** Generated Model for AD_Reference
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Reference extends PO public class X_AD_Reference extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_Reference_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -120,6 +122,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -142,6 +146,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -159,6 +165,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -183,6 +191,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Value Format. /** Set Value Format.
@param VFormat Format of the value; @param VFormat Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ Can contain fixed format elements, Variables: "_lLoOaAcCa09" */
@ -202,6 +212,8 @@ public String getVFormat()
{ {
return (String)get_Value("VFormat"); return (String)get_Value("VFormat");
} }
/** Column name VFormat */
public static final String COLUMNNAME_VFormat = "VFormat";
/** ValidationType AD_Reference_ID=2 */ /** ValidationType AD_Reference_ID=2 */
public static final int VALIDATIONTYPE_AD_Reference_ID=2; public static final int VALIDATIONTYPE_AD_Reference_ID=2;
@ -231,4 +243,6 @@ public String getValidationType()
{ {
return (String)get_Value("ValidationType"); return (String)get_Value("ValidationType");
} }
/** Column name ValidationType */
public static final String COLUMNNAME_ValidationType = "ValidationType";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Registration /** Generated Model for AD_Registration
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Registration extends PO public class X_AD_Registration extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -105,6 +105,8 @@ Integer ii = (Integer)get_Value("AD_Registration_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Registration_ID */
public static final String COLUMNNAME_AD_Registration_ID = "AD_Registration_ID";
/** Set System. /** Set System.
@param AD_System_ID System Definition */ @param AD_System_ID System Definition */
public void setAD_System_ID (int AD_System_ID) public void setAD_System_ID (int AD_System_ID)
@ -120,6 +122,8 @@ Integer ii = (Integer)get_Value("AD_System_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_System_ID */
public static final String COLUMNNAME_AD_System_ID = "AD_System_ID";
/** Set Currency. /** Set Currency.
@param C_Currency_ID The Currency for this record */ @param C_Currency_ID The Currency for this record */
public void setC_Currency_ID (int C_Currency_ID) public void setC_Currency_ID (int C_Currency_ID)
@ -136,6 +140,8 @@ Integer ii = (Integer)get_Value("C_Currency_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_Currency_ID */
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
/** Set Address. /** Set Address.
@param C_Location_ID Location or Address */ @param C_Location_ID Location or Address */
public void setC_Location_ID (int C_Location_ID) public void setC_Location_ID (int C_Location_ID)
@ -152,6 +158,8 @@ Integer ii = (Integer)get_Value("C_Location_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name C_Location_ID */
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -169,6 +177,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Industry Info. /** Set Industry Info.
@param IndustryInfo Information of the industry (e.g. professional service, distribution of furnitures, ..) */ @param IndustryInfo Information of the industry (e.g. professional service, distribution of furnitures, ..) */
public void setIndustryInfo (String IndustryInfo) public void setIndustryInfo (String IndustryInfo)
@ -186,6 +196,8 @@ public String getIndustryInfo()
{ {
return (String)get_Value("IndustryInfo"); return (String)get_Value("IndustryInfo");
} }
/** Column name IndustryInfo */
public static final String COLUMNNAME_IndustryInfo = "IndustryInfo";
/** Set Allowed to be Published. /** Set Allowed to be Published.
@param IsAllowPublish You allow to publish the information, not just statistical summary info */ @param IsAllowPublish You allow to publish the information, not just statistical summary info */
public void setIsAllowPublish (boolean IsAllowPublish) public void setIsAllowPublish (boolean IsAllowPublish)
@ -204,6 +216,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAllowPublish */
public static final String COLUMNNAME_IsAllowPublish = "IsAllowPublish";
/** Set Maintain Statistics. /** Set Maintain Statistics.
@param IsAllowStatistics Maintain general statistics */ @param IsAllowStatistics Maintain general statistics */
public void setIsAllowStatistics (boolean IsAllowStatistics) public void setIsAllowStatistics (boolean IsAllowStatistics)
@ -222,6 +236,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAllowStatistics */
public static final String COLUMNNAME_IsAllowStatistics = "IsAllowStatistics";
/** Set In Production. /** Set In Production.
@param IsInProduction The system is in production */ @param IsInProduction The system is in production */
public void setIsInProduction (boolean IsInProduction) public void setIsInProduction (boolean IsInProduction)
@ -240,6 +256,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsInProduction */
public static final String COLUMNNAME_IsInProduction = "IsInProduction";
/** Set Registered. /** Set Registered.
@param IsRegistered The application is registered. */ @param IsRegistered The application is registered. */
public void setIsRegistered (boolean IsRegistered) public void setIsRegistered (boolean IsRegistered)
@ -258,6 +276,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsRegistered */
public static final String COLUMNNAME_IsRegistered = "IsRegistered";
/** Set Employees. /** Set Employees.
@param NumberEmployees Number of employees */ @param NumberEmployees Number of employees */
public void setNumberEmployees (int NumberEmployees) public void setNumberEmployees (int NumberEmployees)
@ -272,6 +292,8 @@ Integer ii = (Integer)get_Value("NumberEmployees");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name NumberEmployees */
public static final String COLUMNNAME_NumberEmployees = "NumberEmployees";
/** Set Platform Info. /** Set Platform Info.
@param PlatformInfo Information about Server and Client Platform */ @param PlatformInfo Information about Server and Client Platform */
public void setPlatformInfo (String PlatformInfo) public void setPlatformInfo (String PlatformInfo)
@ -289,6 +311,8 @@ public String getPlatformInfo()
{ {
return (String)get_Value("PlatformInfo"); return (String)get_Value("PlatformInfo");
} }
/** Column name PlatformInfo */
public static final String COLUMNNAME_PlatformInfo = "PlatformInfo";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -307,6 +331,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -323,6 +349,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Remote Addr. /** Set Remote Addr.
@param Remote_Addr Remote Address */ @param Remote_Addr Remote Address */
public void setRemote_Addr (String Remote_Addr) public void setRemote_Addr (String Remote_Addr)
@ -340,6 +368,8 @@ public String getRemote_Addr()
{ {
return (String)get_Value("Remote_Addr"); return (String)get_Value("Remote_Addr");
} }
/** Column name Remote_Addr */
public static final String COLUMNNAME_Remote_Addr = "Remote_Addr";
/** Set Remote Host. /** Set Remote Host.
@param Remote_Host Remote host Info */ @param Remote_Host Remote host Info */
public void setRemote_Host (String Remote_Host) public void setRemote_Host (String Remote_Host)
@ -357,6 +387,8 @@ public String getRemote_Host()
{ {
return (String)get_Value("Remote_Host"); return (String)get_Value("Remote_Host");
} }
/** Column name Remote_Host */
public static final String COLUMNNAME_Remote_Host = "Remote_Host";
/** Set Sales Volume in 1.000. /** Set Sales Volume in 1.000.
@param SalesVolume Total Volume of Sales in Thousands of Currency */ @param SalesVolume Total Volume of Sales in Thousands of Currency */
public void setSalesVolume (int SalesVolume) public void setSalesVolume (int SalesVolume)
@ -371,6 +403,8 @@ Integer ii = (Integer)get_Value("SalesVolume");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SalesVolume */
public static final String COLUMNNAME_SalesVolume = "SalesVolume";
/** Set Start Implementation/Production. /** Set Start Implementation/Production.
@param StartProductionDate The day you started the implementation (if implementing) - or production (went life) with Adempiere */ @param StartProductionDate The day you started the implementation (if implementing) - or production (went life) with Adempiere */
public void setStartProductionDate (Timestamp StartProductionDate) public void setStartProductionDate (Timestamp StartProductionDate)
@ -383,4 +417,6 @@ public Timestamp getStartProductionDate()
{ {
return (Timestamp)get_Value("StartProductionDate"); return (Timestamp)get_Value("StartProductionDate");
} }
/** Column name StartProductionDate */
public static final String COLUMNNAME_StartProductionDate = "StartProductionDate";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Replication /** Generated Model for AD_Replication
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Replication extends PO public class X_AD_Replication extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ Integer ii = (Integer)get_Value("AD_ReplicationStrategy_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReplicationStrategy_ID */
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
/** Set Replication. /** Set Replication.
@param AD_Replication_ID Data Replication Target */ @param AD_Replication_ID Data Replication Target */
public void setAD_Replication_ID (int AD_Replication_ID) public void setAD_Replication_ID (int AD_Replication_ID)
@ -122,6 +124,8 @@ Integer ii = (Integer)get_Value("AD_Replication_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Replication_ID */
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
/** Set Date last run. /** Set Date last run.
@param DateLastRun Date the process was last run. */ @param DateLastRun Date the process was last run. */
public void setDateLastRun (Timestamp DateLastRun) public void setDateLastRun (Timestamp DateLastRun)
@ -134,6 +138,8 @@ public Timestamp getDateLastRun()
{ {
return (Timestamp)get_Value("DateLastRun"); return (Timestamp)get_Value("DateLastRun");
} }
/** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -151,6 +157,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -168,6 +176,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Host Address. /** Set Host Address.
@param HostAddress Host Address URL or DNS */ @param HostAddress Host Address URL or DNS */
public void setHostAddress (String HostAddress) public void setHostAddress (String HostAddress)
@ -186,6 +196,8 @@ public String getHostAddress()
{ {
return (String)get_Value("HostAddress"); return (String)get_Value("HostAddress");
} }
/** Column name HostAddress */
public static final String COLUMNNAME_HostAddress = "HostAddress";
/** Set Host port. /** Set Host port.
@param HostPort Host Communication Port */ @param HostPort Host Communication Port */
public void setHostPort (int HostPort) public void setHostPort (int HostPort)
@ -200,6 +212,8 @@ Integer ii = (Integer)get_Value("HostPort");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name HostPort */
public static final String COLUMNNAME_HostPort = "HostPort";
/** Set ID Range End. /** Set ID Range End.
@param IDRangeEnd End if the ID Range used */ @param IDRangeEnd End if the ID Range used */
public void setIDRangeEnd (BigDecimal IDRangeEnd) public void setIDRangeEnd (BigDecimal IDRangeEnd)
@ -214,6 +228,8 @@ BigDecimal bd = (BigDecimal)get_Value("IDRangeEnd");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name IDRangeEnd */
public static final String COLUMNNAME_IDRangeEnd = "IDRangeEnd";
/** Set ID Range Start. /** Set ID Range Start.
@param IDRangeStart Start of the ID Range used */ @param IDRangeStart Start of the ID Range used */
public void setIDRangeStart (BigDecimal IDRangeStart) public void setIDRangeStart (BigDecimal IDRangeStart)
@ -228,6 +244,8 @@ BigDecimal bd = (BigDecimal)get_Value("IDRangeStart");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name IDRangeStart */
public static final String COLUMNNAME_IDRangeStart = "IDRangeStart";
/** Set Tunnel via HTTP. /** Set Tunnel via HTTP.
@param IsRMIoverHTTP Connect to Server via HTTP Tunnel */ @param IsRMIoverHTTP Connect to Server via HTTP Tunnel */
public void setIsRMIoverHTTP (boolean IsRMIoverHTTP) public void setIsRMIoverHTTP (boolean IsRMIoverHTTP)
@ -246,6 +264,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsRMIoverHTTP */
public static final String COLUMNNAME_IsRMIoverHTTP = "IsRMIoverHTTP";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -270,6 +290,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Prefix. /** Set Prefix.
@param Prefix Prefix before the sequence number */ @param Prefix Prefix before the sequence number */
public void setPrefix (String Prefix) public void setPrefix (String Prefix)
@ -287,6 +309,8 @@ public String getPrefix()
{ {
return (String)get_Value("Prefix"); return (String)get_Value("Prefix");
} }
/** Column name Prefix */
public static final String COLUMNNAME_Prefix = "Prefix";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -305,6 +329,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Remote_Client_ID AD_Reference_ID=129 */ /** Remote_Client_ID AD_Reference_ID=129 */
public static final int REMOTE_CLIENT_ID_AD_Reference_ID=129; public static final int REMOTE_CLIENT_ID_AD_Reference_ID=129;
@ -323,6 +349,8 @@ Integer ii = (Integer)get_Value("Remote_Client_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Remote_Client_ID */
public static final String COLUMNNAME_Remote_Client_ID = "Remote_Client_ID";
/** Remote_Org_ID AD_Reference_ID=276 */ /** Remote_Org_ID AD_Reference_ID=276 */
public static final int REMOTE_ORG_ID_AD_Reference_ID=276; public static final int REMOTE_ORG_ID_AD_Reference_ID=276;
@ -341,6 +369,8 @@ Integer ii = (Integer)get_Value("Remote_Org_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Remote_Org_ID */
public static final String COLUMNNAME_Remote_Org_ID = "Remote_Org_ID";
/** Set Suffix. /** Set Suffix.
@param Suffix Suffix after the number */ @param Suffix Suffix after the number */
public void setSuffix (String Suffix) public void setSuffix (String Suffix)
@ -358,4 +388,6 @@ public String getSuffix()
{ {
return (String)get_Value("Suffix"); return (String)get_Value("Suffix");
} }
/** Column name Suffix */
public static final String COLUMNNAME_Suffix = "Suffix";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ReplicationStrategy /** Generated Model for AD_ReplicationStrategy
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ReplicationStrategy extends PO public class X_AD_ReplicationStrategy extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_ReplicationStrategy_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReplicationStrategy_ID */
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -119,6 +121,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -141,6 +145,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -158,6 +164,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -182,4 +190,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ReplicationTable /** Generated Model for AD_ReplicationTable
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ReplicationTable extends PO public class X_AD_ReplicationTable extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -110,6 +110,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_ReplicationStrategy_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_ReplicationStrategy_ID()));
} }
/** Column name AD_ReplicationStrategy_ID */
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
/** Set Replication Table. /** Set Replication Table.
@param AD_ReplicationTable_ID Data Replication Strategy Table Info */ @param AD_ReplicationTable_ID Data Replication Strategy Table Info */
public void setAD_ReplicationTable_ID (int AD_ReplicationTable_ID) public void setAD_ReplicationTable_ID (int AD_ReplicationTable_ID)
@ -125,6 +127,8 @@ Integer ii = (Integer)get_Value("AD_ReplicationTable_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReplicationTable_ID */
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -140,6 +144,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -162,6 +168,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** ReplicationType AD_Reference_ID=126 */ /** ReplicationType AD_Reference_ID=126 */
public static final int REPLICATIONTYPE_AD_Reference_ID=126; public static final int REPLICATIONTYPE_AD_Reference_ID=126;
@ -191,4 +199,6 @@ public String getReplicationType()
{ {
return (String)get_Value("ReplicationType"); return (String)get_Value("ReplicationType");
} }
/** Column name ReplicationType */
public static final String COLUMNNAME_ReplicationType = "ReplicationType";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Replication_Log /** Generated Model for AD_Replication_Log
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Replication_Log extends PO public class X_AD_Replication_Log extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_ReplicationTable_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReplicationTable_ID */
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
/** Set Replication Log. /** Set Replication Log.
@param AD_Replication_Log_ID Data Replication Log Details */ @param AD_Replication_Log_ID Data Replication Log Details */
public void setAD_Replication_Log_ID (int AD_Replication_Log_ID) public void setAD_Replication_Log_ID (int AD_Replication_Log_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Replication_Log_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Replication_Log_ID */
public static final String COLUMNNAME_AD_Replication_Log_ID = "AD_Replication_Log_ID";
/** Set Replication Run. /** Set Replication Run.
@param AD_Replication_Run_ID Data Replication Run */ @param AD_Replication_Run_ID Data Replication Run */
public void setAD_Replication_Run_ID (int AD_Replication_Run_ID) public void setAD_Replication_Run_ID (int AD_Replication_Run_ID)
@ -139,6 +143,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Replication_Run_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Replication_Run_ID()));
} }
/** Column name AD_Replication_Run_ID */
public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID";
/** Set Replicated. /** Set Replicated.
@param IsReplicated The data is successfully replicated */ @param IsReplicated The data is successfully replicated */
public void setIsReplicated (boolean IsReplicated) public void setIsReplicated (boolean IsReplicated)
@ -157,6 +163,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReplicated */
public static final String COLUMNNAME_IsReplicated = "IsReplicated";
/** Set Process Message. /** Set Process Message.
@param P_Msg Process Message */ @param P_Msg Process Message */
public void setP_Msg (String P_Msg) public void setP_Msg (String P_Msg)
@ -174,4 +182,6 @@ public String getP_Msg()
{ {
return (String)get_Value("P_Msg"); return (String)get_Value("P_Msg");
} }
/** Column name P_Msg */
public static final String COLUMNNAME_P_Msg = "P_Msg";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Replication_Run /** Generated Model for AD_Replication_Run
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Replication_Run extends PO public class X_AD_Replication_Run extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_Replication_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Replication_ID */
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
/** Set Replication Run. /** Set Replication Run.
@param AD_Replication_Run_ID Data Replication Run */ @param AD_Replication_Run_ID Data Replication Run */
public void setAD_Replication_Run_ID (int AD_Replication_Run_ID) public void setAD_Replication_Run_ID (int AD_Replication_Run_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Replication_Run_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Replication_Run_ID */
public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -135,6 +139,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Replicated. /** Set Replicated.
@param IsReplicated The data is successfully replicated */ @param IsReplicated The data is successfully replicated */
public void setIsReplicated (boolean IsReplicated) public void setIsReplicated (boolean IsReplicated)
@ -153,6 +159,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReplicated */
public static final String COLUMNNAME_IsReplicated = "IsReplicated";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -177,4 +185,6 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ReportView /** Generated Model for AD_ReportView
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ReportView extends PO public class X_AD_ReportView extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_ReportView_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -135,6 +139,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -157,6 +163,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -181,6 +189,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Sql ORDER BY. /** Set Sql ORDER BY.
@param OrderByClause Fully qualified ORDER BY clause */ @param OrderByClause Fully qualified ORDER BY clause */
public void setOrderByClause (String OrderByClause) public void setOrderByClause (String OrderByClause)
@ -198,6 +208,8 @@ public String getOrderByClause()
{ {
return (String)get_Value("OrderByClause"); return (String)get_Value("OrderByClause");
} }
/** Column name OrderByClause */
public static final String COLUMNNAME_OrderByClause = "OrderByClause";
/** Set Sql WHERE. /** Set Sql WHERE.
@param WhereClause Fully qualified SQL WHERE clause */ @param WhereClause Fully qualified SQL WHERE clause */
public void setWhereClause (String WhereClause) public void setWhereClause (String WhereClause)
@ -215,4 +227,6 @@ public String getWhereClause()
{ {
return (String)get_Value("WhereClause"); return (String)get_Value("WhereClause");
} }
/** Column name WhereClause */
public static final String COLUMNNAME_WhereClause = "WhereClause";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_ReportView_Col /** Generated Model for AD_ReportView_Col
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_ReportView_Col extends PO public class X_AD_ReportView_Col extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -104,6 +104,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Report view Column. /** Set Report view Column.
@param AD_ReportView_Col_ID Report view Column */ @param AD_ReportView_Col_ID Report view Column */
public void setAD_ReportView_Col_ID (int AD_ReportView_Col_ID) public void setAD_ReportView_Col_ID (int AD_ReportView_Col_ID)
@ -119,6 +121,8 @@ Integer ii = (Integer)get_Value("AD_ReportView_Col_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ReportView_Col_ID */
public static final String COLUMNNAME_AD_ReportView_Col_ID = "AD_ReportView_Col_ID";
/** Set Report View. /** Set Report View.
@param AD_ReportView_ID View used to generate this report */ @param AD_ReportView_ID View used to generate this report */
public void setAD_ReportView_ID (int AD_ReportView_ID) public void setAD_ReportView_ID (int AD_ReportView_ID)
@ -140,6 +144,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_ReportView_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_ReportView_ID()));
} }
/** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
/** Set Function Column. /** Set Function Column.
@param FunctionColumn Overwrite Column with Function */ @param FunctionColumn Overwrite Column with Function */
public void setFunctionColumn (String FunctionColumn) public void setFunctionColumn (String FunctionColumn)
@ -158,6 +164,8 @@ public String getFunctionColumn()
{ {
return (String)get_Value("FunctionColumn"); return (String)get_Value("FunctionColumn");
} }
/** Column name FunctionColumn */
public static final String COLUMNNAME_FunctionColumn = "FunctionColumn";
/** Set SQL Group Function. /** Set SQL Group Function.
@param IsGroupFunction This function will generate a Group By Clause */ @param IsGroupFunction This function will generate a Group By Clause */
public void setIsGroupFunction (boolean IsGroupFunction) public void setIsGroupFunction (boolean IsGroupFunction)
@ -176,4 +184,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsGroupFunction */
public static final String COLUMNNAME_IsGroupFunction = "IsGroupFunction";
} }

View File

@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Role /** Generated Model for AD_Role
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Role extends PO public class X_AD_Role extends PO
{ {
/** Standard Constructor /** Standard Constructor

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Role_OrgAccess /** Generated Model for AD_Role_OrgAccess
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Role_OrgAccess extends PO public class X_AD_Role_OrgAccess extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -119,4 +121,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Scheduler /** Generated Model for AD_Scheduler
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Scheduler extends PO public class X_AD_Scheduler extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Scheduler. /** Set Scheduler.
@param AD_Scheduler_ID Schedule Processes */ @param AD_Scheduler_ID Schedule Processes */
public void setAD_Scheduler_ID (int AD_Scheduler_ID) public void setAD_Scheduler_ID (int AD_Scheduler_ID)
@ -122,6 +124,8 @@ Integer ii = (Integer)get_Value("AD_Scheduler_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Scheduler_ID */
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
/** Set Date last run. /** Set Date last run.
@param DateLastRun Date the process was last run. */ @param DateLastRun Date the process was last run. */
public void setDateLastRun (Timestamp DateLastRun) public void setDateLastRun (Timestamp DateLastRun)
@ -134,6 +138,8 @@ public Timestamp getDateLastRun()
{ {
return (Timestamp)get_Value("DateLastRun"); return (Timestamp)get_Value("DateLastRun");
} }
/** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
/** Set Date next run. /** Set Date next run.
@param DateNextRun Date the process will run next */ @param DateNextRun Date the process will run next */
public void setDateNextRun (Timestamp DateNextRun) public void setDateNextRun (Timestamp DateNextRun)
@ -146,6 +152,8 @@ public Timestamp getDateNextRun()
{ {
return (Timestamp)get_Value("DateNextRun"); return (Timestamp)get_Value("DateNextRun");
} }
/** Column name DateNextRun */
public static final String COLUMNNAME_DateNextRun = "DateNextRun";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -163,6 +171,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Frequency. /** Set Frequency.
@param Frequency Frequency of events */ @param Frequency Frequency of events */
public void setFrequency (int Frequency) public void setFrequency (int Frequency)
@ -177,6 +187,8 @@ Integer ii = (Integer)get_Value("Frequency");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Frequency */
public static final String COLUMNNAME_Frequency = "Frequency";
/** FrequencyType AD_Reference_ID=221 */ /** FrequencyType AD_Reference_ID=221 */
public static final int FREQUENCYTYPE_AD_Reference_ID=221; public static final int FREQUENCYTYPE_AD_Reference_ID=221;
@ -206,6 +218,8 @@ public String getFrequencyType()
{ {
return (String)get_Value("FrequencyType"); return (String)get_Value("FrequencyType");
} }
/** Column name FrequencyType */
public static final String COLUMNNAME_FrequencyType = "FrequencyType";
/** Set Days to keep Log. /** Set Days to keep Log.
@param KeepLogDays Number of days to keep the log entries */ @param KeepLogDays Number of days to keep the log entries */
public void setKeepLogDays (int KeepLogDays) public void setKeepLogDays (int KeepLogDays)
@ -220,6 +234,8 @@ Integer ii = (Integer)get_Value("KeepLogDays");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name KeepLogDays */
public static final String COLUMNNAME_KeepLogDays = "KeepLogDays";
/** Set Day of the Month. /** Set Day of the Month.
@param MonthDay Day of the month 1 to 28/29/30/31 */ @param MonthDay Day of the month 1 to 28/29/30/31 */
public void setMonthDay (int MonthDay) public void setMonthDay (int MonthDay)
@ -234,6 +250,8 @@ Integer ii = (Integer)get_Value("MonthDay");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name MonthDay */
public static final String COLUMNNAME_MonthDay = "MonthDay";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -258,6 +276,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -276,6 +296,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** ScheduleType AD_Reference_ID=318 */ /** ScheduleType AD_Reference_ID=318 */
public static final int SCHEDULETYPE_AD_Reference_ID=318; public static final int SCHEDULETYPE_AD_Reference_ID=318;
@ -305,6 +327,8 @@ public String getScheduleType()
{ {
return (String)get_Value("ScheduleType"); return (String)get_Value("ScheduleType");
} }
/** Column name ScheduleType */
public static final String COLUMNNAME_ScheduleType = "ScheduleType";
/** Supervisor_ID AD_Reference_ID=316 */ /** Supervisor_ID AD_Reference_ID=316 */
public static final int SUPERVISOR_ID_AD_Reference_ID=316; public static final int SUPERVISOR_ID_AD_Reference_ID=316;
@ -323,6 +347,8 @@ Integer ii = (Integer)get_Value("Supervisor_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Supervisor_ID */
public static final String COLUMNNAME_Supervisor_ID = "Supervisor_ID";
/** WeekDay AD_Reference_ID=167 */ /** WeekDay AD_Reference_ID=167 */
public static final int WEEKDAY_AD_Reference_ID=167; public static final int WEEKDAY_AD_Reference_ID=167;
@ -359,4 +385,6 @@ public String getWeekDay()
{ {
return (String)get_Value("WeekDay"); return (String)get_Value("WeekDay");
} }
/** Column name WeekDay */
public static final String COLUMNNAME_WeekDay = "WeekDay";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_SchedulerLog /** Generated Model for AD_SchedulerLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_SchedulerLog extends PO public class X_AD_SchedulerLog extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_SchedulerLog_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_SchedulerLog_ID */
public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID";
/** Set Scheduler. /** Set Scheduler.
@param AD_Scheduler_ID Schedule Processes */ @param AD_Scheduler_ID Schedule Processes */
public void setAD_Scheduler_ID (int AD_Scheduler_ID) public void setAD_Scheduler_ID (int AD_Scheduler_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_Scheduler_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Scheduler_ID */
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
/** Set BinaryData. /** Set BinaryData.
@param BinaryData Binary Data */ @param BinaryData Binary Data */
public void setBinaryData (byte[] BinaryData) public void setBinaryData (byte[] BinaryData)
@ -129,6 +133,8 @@ public byte[] getBinaryData()
{ {
return (byte[])get_Value("BinaryData"); return (byte[])get_Value("BinaryData");
} }
/** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -146,6 +152,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Error. /** Set Error.
@param IsError An Error occured in the execution */ @param IsError An Error occured in the execution */
public void setIsError (boolean IsError) public void setIsError (boolean IsError)
@ -164,6 +172,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsError */
public static final String COLUMNNAME_IsError = "IsError";
/** Set Reference. /** Set Reference.
@param Reference Reference for this record */ @param Reference Reference for this record */
public void setReference (String Reference) public void setReference (String Reference)
@ -181,6 +191,8 @@ public String getReference()
{ {
return (String)get_Value("Reference"); return (String)get_Value("Reference");
} }
/** Column name Reference */
public static final String COLUMNNAME_Reference = "Reference";
/** Set Summary. /** Set Summary.
@param Summary Textual summary of this request */ @param Summary Textual summary of this request */
public void setSummary (String Summary) public void setSummary (String Summary)
@ -198,6 +210,8 @@ public String getSummary()
{ {
return (String)get_Value("Summary"); return (String)get_Value("Summary");
} }
/** Column name Summary */
public static final String COLUMNNAME_Summary = "Summary";
/** Set Text Message. /** Set Text Message.
@param TextMsg Text Message */ @param TextMsg Text Message */
public void setTextMsg (String TextMsg) public void setTextMsg (String TextMsg)
@ -215,4 +229,6 @@ public String getTextMsg()
{ {
return (String)get_Value("TextMsg"); return (String)get_Value("TextMsg");
} }
/** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_SchedulerRecipient /** Generated Model for AD_SchedulerRecipient
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_SchedulerRecipient extends PO public class X_AD_SchedulerRecipient extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Scheduler Recipient. /** Set Scheduler Recipient.
@param AD_SchedulerRecipient_ID Recipient of the Scheduler Notification */ @param AD_SchedulerRecipient_ID Recipient of the Scheduler Notification */
public void setAD_SchedulerRecipient_ID (int AD_SchedulerRecipient_ID) public void setAD_SchedulerRecipient_ID (int AD_SchedulerRecipient_ID)
@ -117,6 +119,8 @@ Integer ii = (Integer)get_Value("AD_SchedulerRecipient_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_SchedulerRecipient_ID */
public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID";
/** Set Scheduler. /** Set Scheduler.
@param AD_Scheduler_ID Schedule Processes */ @param AD_Scheduler_ID Schedule Processes */
public void setAD_Scheduler_ID (int AD_Scheduler_ID) public void setAD_Scheduler_ID (int AD_Scheduler_ID)
@ -132,6 +136,8 @@ Integer ii = (Integer)get_Value("AD_Scheduler_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Scheduler_ID */
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
/** Set User/Contact. /** Set User/Contact.
@param AD_User_ID User within the system - Internal or Business Partner Contact */ @param AD_User_ID User within the system - Internal or Business Partner Contact */
public void setAD_User_ID (int AD_User_ID) public void setAD_User_ID (int AD_User_ID)
@ -154,4 +160,6 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID()));
} }
/** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Scheduler_Para /** Generated Model for AD_Scheduler_Para
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Scheduler_Para extends PO public class X_AD_Scheduler_Para extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -101,6 +101,8 @@ Integer ii = (Integer)get_Value("AD_Process_Para_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_Para_ID */
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
/** Set Scheduler. /** Set Scheduler.
@param AD_Scheduler_ID Schedule Processes */ @param AD_Scheduler_ID Schedule Processes */
public void setAD_Scheduler_ID (int AD_Scheduler_ID) public void setAD_Scheduler_ID (int AD_Scheduler_ID)
@ -116,6 +118,8 @@ Integer ii = (Integer)get_Value("AD_Scheduler_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Scheduler_ID */
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -133,6 +137,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Default Parameter. /** Set Default Parameter.
@param ParameterDefault Default value of the parameter */ @param ParameterDefault Default value of the parameter */
public void setParameterDefault (String ParameterDefault) public void setParameterDefault (String ParameterDefault)
@ -150,4 +156,6 @@ public String getParameterDefault()
{ {
return (String)get_Value("ParameterDefault"); return (String)get_Value("ParameterDefault");
} }
/** Column name ParameterDefault */
public static final String COLUMNNAME_ParameterDefault = "ParameterDefault";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Sequence /** Generated Model for AD_Sequence
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Sequence extends PO public class X_AD_Sequence extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -106,6 +106,8 @@ Integer ii = (Integer)get_Value("AD_Sequence_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Sequence_ID */
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
/** Set Current Next. /** Set Current Next.
@param CurrentNext The next number to be used */ @param CurrentNext The next number to be used */
public void setCurrentNext (int CurrentNext) public void setCurrentNext (int CurrentNext)
@ -120,6 +122,8 @@ Integer ii = (Integer)get_Value("CurrentNext");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name CurrentNext */
public static final String COLUMNNAME_CurrentNext = "CurrentNext";
/** Set Current Next (System). /** Set Current Next (System).
@param CurrentNextSys Next sequence for system use */ @param CurrentNextSys Next sequence for system use */
public void setCurrentNextSys (int CurrentNextSys) public void setCurrentNextSys (int CurrentNextSys)
@ -134,6 +138,8 @@ Integer ii = (Integer)get_Value("CurrentNextSys");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name CurrentNextSys */
public static final String COLUMNNAME_CurrentNextSys = "CurrentNextSys";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -151,6 +157,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Increment. /** Set Increment.
@param IncrementNo The number to increment the last document number by */ @param IncrementNo The number to increment the last document number by */
public void setIncrementNo (int IncrementNo) public void setIncrementNo (int IncrementNo)
@ -165,6 +173,8 @@ Integer ii = (Integer)get_Value("IncrementNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name IncrementNo */
public static final String COLUMNNAME_IncrementNo = "IncrementNo";
/** Set Activate Audit. /** Set Activate Audit.
@param IsAudited Activate Audit Trail of what numbers are generated */ @param IsAudited Activate Audit Trail of what numbers are generated */
public void setIsAudited (boolean IsAudited) public void setIsAudited (boolean IsAudited)
@ -183,6 +193,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAudited */
public static final String COLUMNNAME_IsAudited = "IsAudited";
/** Set Auto numbering. /** Set Auto numbering.
@param IsAutoSequence Automatically assign the next number */ @param IsAutoSequence Automatically assign the next number */
public void setIsAutoSequence (boolean IsAutoSequence) public void setIsAutoSequence (boolean IsAutoSequence)
@ -201,6 +213,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAutoSequence */
public static final String COLUMNNAME_IsAutoSequence = "IsAutoSequence";
/** Set Used for Record ID. /** Set Used for Record ID.
@param IsTableID The document number will be used as the record key */ @param IsTableID The document number will be used as the record key */
public void setIsTableID (boolean IsTableID) public void setIsTableID (boolean IsTableID)
@ -219,6 +233,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsTableID */
public static final String COLUMNNAME_IsTableID = "IsTableID";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -243,6 +259,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Prefix. /** Set Prefix.
@param Prefix Prefix before the sequence number */ @param Prefix Prefix before the sequence number */
public void setPrefix (String Prefix) public void setPrefix (String Prefix)
@ -260,6 +278,8 @@ public String getPrefix()
{ {
return (String)get_Value("Prefix"); return (String)get_Value("Prefix");
} }
/** Column name Prefix */
public static final String COLUMNNAME_Prefix = "Prefix";
/** Set Restart sequence every Year. /** Set Restart sequence every Year.
@param StartNewYear Restart the sequence with Start on every 1/1 */ @param StartNewYear Restart the sequence with Start on every 1/1 */
public void setStartNewYear (boolean StartNewYear) public void setStartNewYear (boolean StartNewYear)
@ -278,6 +298,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name StartNewYear */
public static final String COLUMNNAME_StartNewYear = "StartNewYear";
/** Set Start No. /** Set Start No.
@param StartNo Starting number/position */ @param StartNo Starting number/position */
public void setStartNo (int StartNo) public void setStartNo (int StartNo)
@ -292,6 +314,8 @@ Integer ii = (Integer)get_Value("StartNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name StartNo */
public static final String COLUMNNAME_StartNo = "StartNo";
/** Set Suffix. /** Set Suffix.
@param Suffix Suffix after the number */ @param Suffix Suffix after the number */
public void setSuffix (String Suffix) public void setSuffix (String Suffix)
@ -309,6 +333,8 @@ public String getSuffix()
{ {
return (String)get_Value("Suffix"); return (String)get_Value("Suffix");
} }
/** Column name Suffix */
public static final String COLUMNNAME_Suffix = "Suffix";
/** Set Value Format. /** Set Value Format.
@param VFormat Format of the value; @param VFormat Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" */ Can contain fixed format elements, Variables: "_lLoOaAcCa09" */
@ -328,4 +354,6 @@ public String getVFormat()
{ {
return (String)get_Value("VFormat"); return (String)get_Value("VFormat");
} }
/** Column name VFormat */
public static final String COLUMNNAME_VFormat = "VFormat";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Sequence_Audit /** Generated Model for AD_Sequence_Audit
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Sequence_Audit extends PO public class X_AD_Sequence_Audit extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -103,6 +103,8 @@ Integer ii = (Integer)get_Value("AD_Sequence_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Sequence_ID */
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -118,6 +120,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Document No. /** Set Document No.
@param DocumentNo Document sequence number of the document */ @param DocumentNo Document sequence number of the document */
public void setDocumentNo (String DocumentNo) public void setDocumentNo (String DocumentNo)
@ -136,6 +140,8 @@ public String getDocumentNo()
{ {
return (String)get_Value("DocumentNo"); return (String)get_Value("DocumentNo");
} }
/** Column name DocumentNo */
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -151,4 +157,6 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Sequence_No /** Generated Model for AD_Sequence_No
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Sequence_No extends PO public class X_AD_Sequence_No extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -102,6 +102,8 @@ Integer ii = (Integer)get_Value("AD_Sequence_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Sequence_ID */
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
/** Set Year. /** Set Year.
@param CalendarYear Calendar Year */ @param CalendarYear Calendar Year */
public void setCalendarYear (String CalendarYear) public void setCalendarYear (String CalendarYear)
@ -120,6 +122,8 @@ public String getCalendarYear()
{ {
return (String)get_Value("CalendarYear"); return (String)get_Value("CalendarYear");
} }
/** Column name CalendarYear */
public static final String COLUMNNAME_CalendarYear = "CalendarYear";
/** Set Current Next. /** Set Current Next.
@param CurrentNext The next number to be used */ @param CurrentNext The next number to be used */
public void setCurrentNext (int CurrentNext) public void setCurrentNext (int CurrentNext)
@ -134,4 +138,6 @@ Integer ii = (Integer)get_Value("CurrentNext");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name CurrentNext */
public static final String COLUMNNAME_CurrentNext = "CurrentNext";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Session /** Generated Model for AD_Session
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Session extends PO public class X_AD_Session extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -107,6 +107,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID()));
} }
/** Column name AD_Session_ID */
public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID";
/** Set Processed. /** Set Processed.
@param Processed The document has been processed */ @param Processed The document has been processed */
public void setProcessed (boolean Processed) public void setProcessed (boolean Processed)
@ -125,6 +127,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processed */
public static final String COLUMNNAME_Processed = "Processed";
/** Set Remote Addr. /** Set Remote Addr.
@param Remote_Addr Remote Address */ @param Remote_Addr Remote Address */
public void setRemote_Addr (String Remote_Addr) public void setRemote_Addr (String Remote_Addr)
@ -142,6 +146,8 @@ public String getRemote_Addr()
{ {
return (String)get_Value("Remote_Addr"); return (String)get_Value("Remote_Addr");
} }
/** Column name Remote_Addr */
public static final String COLUMNNAME_Remote_Addr = "Remote_Addr";
/** Set Remote Host. /** Set Remote Host.
@param Remote_Host Remote host Info */ @param Remote_Host Remote host Info */
public void setRemote_Host (String Remote_Host) public void setRemote_Host (String Remote_Host)
@ -159,6 +165,8 @@ public String getRemote_Host()
{ {
return (String)get_Value("Remote_Host"); return (String)get_Value("Remote_Host");
} }
/** Column name Remote_Host */
public static final String COLUMNNAME_Remote_Host = "Remote_Host";
/** Set Web Session. /** Set Web Session.
@param WebSession Web Session ID */ @param WebSession Web Session ID */
public void setWebSession (String WebSession) public void setWebSession (String WebSession)
@ -176,4 +184,6 @@ public String getWebSession()
{ {
return (String)get_Value("WebSession"); return (String)get_Value("WebSession");
} }
/** Column name WebSession */
public static final String COLUMNNAME_WebSession = "WebSession";
} }

View File

@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_SysConfig /** Generated Model for AD_SysConfig
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_SysConfig extends PO public class X_AD_SysConfig extends PO
{ {
/** Standard Constructor /** Standard Constructor

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_System /** Generated Model for AD_System
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_System extends PO public class X_AD_System extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -109,6 +109,8 @@ Integer ii = (Integer)get_Value("AD_System_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_System_ID */
public static final String COLUMNNAME_AD_System_ID = "AD_System_ID";
/** Set Custom Prefix. /** Set Custom Prefix.
@param CustomPrefix Prefix for Custom entities */ @param CustomPrefix Prefix for Custom entities */
public void setCustomPrefix (String CustomPrefix) public void setCustomPrefix (String CustomPrefix)
@ -126,6 +128,8 @@ public String getCustomPrefix()
{ {
return (String)get_Value("CustomPrefix"); return (String)get_Value("CustomPrefix");
} }
/** Column name CustomPrefix */
public static final String COLUMNNAME_CustomPrefix = "CustomPrefix";
/** Set DB Address. /** Set DB Address.
@param DBAddress JDBC URL of the database server */ @param DBAddress JDBC URL of the database server */
public void setDBAddress (String DBAddress) public void setDBAddress (String DBAddress)
@ -143,6 +147,8 @@ public String getDBAddress()
{ {
return (String)get_Value("DBAddress"); return (String)get_Value("DBAddress");
} }
/** Column name DBAddress */
public static final String COLUMNNAME_DBAddress = "DBAddress";
/** Set Database Name. /** Set Database Name.
@param DBInstance Database Name */ @param DBInstance Database Name */
public void setDBInstance (String DBInstance) public void setDBInstance (String DBInstance)
@ -160,6 +166,8 @@ public String getDBInstance()
{ {
return (String)get_Value("DBInstance"); return (String)get_Value("DBInstance");
} }
/** Column name DBInstance */
public static final String COLUMNNAME_DBInstance = "DBInstance";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -177,6 +185,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Encryption Class. /** Set Encryption Class.
@param EncryptionKey Encryption Class used for securing data content */ @param EncryptionKey Encryption Class used for securing data content */
public void setEncryptionKey (String EncryptionKey) public void setEncryptionKey (String EncryptionKey)
@ -194,6 +204,8 @@ public String getEncryptionKey()
{ {
return (String)get_Value("EncryptionKey"); return (String)get_Value("EncryptionKey");
} }
/** Column name EncryptionKey */
public static final String COLUMNNAME_EncryptionKey = "EncryptionKey";
/** Set ID Range End. /** Set ID Range End.
@param IDRangeEnd End if the ID Range used */ @param IDRangeEnd End if the ID Range used */
public void setIDRangeEnd (BigDecimal IDRangeEnd) public void setIDRangeEnd (BigDecimal IDRangeEnd)
@ -208,6 +220,8 @@ BigDecimal bd = (BigDecimal)get_Value("IDRangeEnd");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name IDRangeEnd */
public static final String COLUMNNAME_IDRangeEnd = "IDRangeEnd";
/** Set ID Range Start. /** Set ID Range Start.
@param IDRangeStart Start of the ID Range used */ @param IDRangeStart Start of the ID Range used */
public void setIDRangeStart (BigDecimal IDRangeStart) public void setIDRangeStart (BigDecimal IDRangeStart)
@ -222,6 +236,8 @@ BigDecimal bd = (BigDecimal)get_Value("IDRangeStart");
if (bd == null) return Env.ZERO; if (bd == null) return Env.ZERO;
return bd; return bd;
} }
/** Column name IDRangeStart */
public static final String COLUMNNAME_IDRangeStart = "IDRangeStart";
/** Set Info. /** Set Info.
@param Info Information */ @param Info Information */
public void setInfo (String Info) public void setInfo (String Info)
@ -240,6 +256,8 @@ public String getInfo()
{ {
return (String)get_Value("Info"); return (String)get_Value("Info");
} }
/** Column name Info */
public static final String COLUMNNAME_Info = "Info";
/** Set Maintain Statistics. /** Set Maintain Statistics.
@param IsAllowStatistics Maintain general statistics */ @param IsAllowStatistics Maintain general statistics */
public void setIsAllowStatistics (boolean IsAllowStatistics) public void setIsAllowStatistics (boolean IsAllowStatistics)
@ -258,6 +276,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAllowStatistics */
public static final String COLUMNNAME_IsAllowStatistics = "IsAllowStatistics";
/** Set Error Reporting. /** Set Error Reporting.
@param IsAutoErrorReport Automatically report Errors */ @param IsAutoErrorReport Automatically report Errors */
public void setIsAutoErrorReport (boolean IsAutoErrorReport) public void setIsAutoErrorReport (boolean IsAutoErrorReport)
@ -276,6 +296,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAutoErrorReport */
public static final String COLUMNNAME_IsAutoErrorReport = "IsAutoErrorReport";
/** Set Just Migrated. /** Set Just Migrated.
@param IsJustMigrated Value set by Migration for post-Migation tasks. */ @param IsJustMigrated Value set by Migration for post-Migation tasks. */
public void setIsJustMigrated (boolean IsJustMigrated) public void setIsJustMigrated (boolean IsJustMigrated)
@ -294,6 +316,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsJustMigrated */
public static final String COLUMNNAME_IsJustMigrated = "IsJustMigrated";
/** Set LDAP Domain. /** Set LDAP Domain.
@param LDAPDomain Directory service domain name - e.g. adempiere.org */ @param LDAPDomain Directory service domain name - e.g. adempiere.org */
public void setLDAPDomain (String LDAPDomain) public void setLDAPDomain (String LDAPDomain)
@ -311,6 +335,8 @@ public String getLDAPDomain()
{ {
return (String)get_Value("LDAPDomain"); return (String)get_Value("LDAPDomain");
} }
/** Column name LDAPDomain */
public static final String COLUMNNAME_LDAPDomain = "LDAPDomain";
/** Set LDAP URL. /** Set LDAP URL.
@param LDAPHost Connection String to LDAP server starting with ldap:// */ @param LDAPHost Connection String to LDAP server starting with ldap:// */
public void setLDAPHost (String LDAPHost) public void setLDAPHost (String LDAPHost)
@ -328,6 +354,8 @@ public String getLDAPHost()
{ {
return (String)get_Value("LDAPHost"); return (String)get_Value("LDAPHost");
} }
/** Column name LDAPHost */
public static final String COLUMNNAME_LDAPHost = "LDAPHost";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -352,6 +380,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Processors. /** Set Processors.
@param NoProcessors Number of Database Processors */ @param NoProcessors Number of Database Processors */
public void setNoProcessors (int NoProcessors) public void setNoProcessors (int NoProcessors)
@ -366,6 +396,8 @@ Integer ii = (Integer)get_Value("NoProcessors");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name NoProcessors */
public static final String COLUMNNAME_NoProcessors = "NoProcessors";
/** Set Old Name. /** Set Old Name.
@param OldName Old Name */ @param OldName Old Name */
public void setOldName (String OldName) public void setOldName (String OldName)
@ -383,6 +415,8 @@ public String getOldName()
{ {
return (String)get_Value("OldName"); return (String)get_Value("OldName");
} }
/** Column name OldName */
public static final String COLUMNNAME_OldName = "OldName";
/** Set Password. /** Set Password.
@param Password Password of any length (case sensitive) */ @param Password Password of any length (case sensitive) */
public void setPassword (String Password) public void setPassword (String Password)
@ -401,6 +435,8 @@ public String getPassword()
{ {
return (String)get_Value("Password"); return (String)get_Value("Password");
} }
/** Column name Password */
public static final String COLUMNNAME_Password = "Password";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -419,6 +455,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Profile. /** Set Profile.
@param ProfileInfo Information to help profiling the system for solving support issues */ @param ProfileInfo Information to help profiling the system for solving support issues */
public void setProfileInfo (String ProfileInfo) public void setProfileInfo (String ProfileInfo)
@ -436,6 +474,8 @@ public String getProfileInfo()
{ {
return (String)get_Value("ProfileInfo"); return (String)get_Value("ProfileInfo");
} }
/** Column name ProfileInfo */
public static final String COLUMNNAME_ProfileInfo = "ProfileInfo";
/** Set Record ID. /** Set Record ID.
@param Record_ID Direct internal record ID */ @param Record_ID Direct internal record ID */
public void setRecord_ID (int Record_ID) public void setRecord_ID (int Record_ID)
@ -452,6 +492,8 @@ Integer ii = (Integer)get_Value("Record_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
/** Set Release No. /** Set Release No.
@param ReleaseNo Internal Release Number */ @param ReleaseNo Internal Release Number */
public void setReleaseNo (String ReleaseNo) public void setReleaseNo (String ReleaseNo)
@ -469,6 +511,8 @@ public String getReleaseNo()
{ {
return (String)get_Value("ReleaseNo"); return (String)get_Value("ReleaseNo");
} }
/** Column name ReleaseNo */
public static final String COLUMNNAME_ReleaseNo = "ReleaseNo";
/** ReplicationType AD_Reference_ID=126 */ /** ReplicationType AD_Reference_ID=126 */
public static final int REPLICATIONTYPE_AD_Reference_ID=126; public static final int REPLICATIONTYPE_AD_Reference_ID=126;
@ -498,6 +542,8 @@ public String getReplicationType()
{ {
return (String)get_Value("ReplicationType"); return (String)get_Value("ReplicationType");
} }
/** Column name ReplicationType */
public static final String COLUMNNAME_ReplicationType = "ReplicationType";
/** Set Statistics. /** Set Statistics.
@param StatisticsInfo Information to help profiling the system for solving support issues */ @param StatisticsInfo Information to help profiling the system for solving support issues */
public void setStatisticsInfo (String StatisticsInfo) public void setStatisticsInfo (String StatisticsInfo)
@ -515,6 +561,8 @@ public String getStatisticsInfo()
{ {
return (String)get_Value("StatisticsInfo"); return (String)get_Value("StatisticsInfo");
} }
/** Column name StatisticsInfo */
public static final String COLUMNNAME_StatisticsInfo = "StatisticsInfo";
/** Set Summary. /** Set Summary.
@param Summary Textual summary of this request */ @param Summary Textual summary of this request */
public void setSummary (String Summary) public void setSummary (String Summary)
@ -532,6 +580,8 @@ public String getSummary()
{ {
return (String)get_Value("Summary"); return (String)get_Value("Summary");
} }
/** Column name Summary */
public static final String COLUMNNAME_Summary = "Summary";
/** Set Support EMail. /** Set Support EMail.
@param SupportEMail EMail address to send support information and updates to */ @param SupportEMail EMail address to send support information and updates to */
public void setSupportEMail (String SupportEMail) public void setSupportEMail (String SupportEMail)
@ -549,6 +599,8 @@ public String getSupportEMail()
{ {
return (String)get_Value("SupportEMail"); return (String)get_Value("SupportEMail");
} }
/** Column name SupportEMail */
public static final String COLUMNNAME_SupportEMail = "SupportEMail";
/** Set Support Expires. /** Set Support Expires.
@param SupportExpDate Date when the Adempiere support expires */ @param SupportExpDate Date when the Adempiere support expires */
public void setSupportExpDate (Timestamp SupportExpDate) public void setSupportExpDate (Timestamp SupportExpDate)
@ -561,6 +613,8 @@ public Timestamp getSupportExpDate()
{ {
return (Timestamp)get_Value("SupportExpDate"); return (Timestamp)get_Value("SupportExpDate");
} }
/** Column name SupportExpDate */
public static final String COLUMNNAME_SupportExpDate = "SupportExpDate";
/** Set Internal Users. /** Set Internal Users.
@param SupportUnits Number of Internal Users for Adempiere Support */ @param SupportUnits Number of Internal Users for Adempiere Support */
public void setSupportUnits (int SupportUnits) public void setSupportUnits (int SupportUnits)
@ -575,6 +629,8 @@ Integer ii = (Integer)get_Value("SupportUnits");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SupportUnits */
public static final String COLUMNNAME_SupportUnits = "SupportUnits";
/** SystemStatus AD_Reference_ID=374 */ /** SystemStatus AD_Reference_ID=374 */
public static final int SYSTEMSTATUS_AD_Reference_ID=374; public static final int SYSTEMSTATUS_AD_Reference_ID=374;
@ -604,6 +660,8 @@ public String getSystemStatus()
{ {
return (String)get_Value("SystemStatus"); return (String)get_Value("SystemStatus");
} }
/** Column name SystemStatus */
public static final String COLUMNNAME_SystemStatus = "SystemStatus";
/** Set Registered EMail. /** Set Registered EMail.
@param UserName Email of the responsible for the System */ @param UserName Email of the responsible for the System */
public void setUserName (String UserName) public void setUserName (String UserName)
@ -622,6 +680,8 @@ public String getUserName()
{ {
return (String)get_Value("UserName"); return (String)get_Value("UserName");
} }
/** Column name UserName */
public static final String COLUMNNAME_UserName = "UserName";
/** Set Version. /** Set Version.
@param Version Version of the table definition */ @param Version Version of the table definition */
public void setVersion (String Version) public void setVersion (String Version)
@ -640,4 +700,6 @@ public String getVersion()
{ {
return (String)get_Value("Version"); return (String)get_Value("Version");
} }
/** Column name Version */
public static final String COLUMNNAME_Version = "Version";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Tab /** Generated Model for AD_Tab
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Tab extends PO public class X_AD_Tab extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -117,6 +117,8 @@ Integer ii = (Integer)get_Value("AD_ColumnSortOrder_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ColumnSortOrder_ID */
public static final String COLUMNNAME_AD_ColumnSortOrder_ID = "AD_ColumnSortOrder_ID";
/** AD_ColumnSortYesNo_ID AD_Reference_ID=258 */ /** AD_ColumnSortYesNo_ID AD_Reference_ID=258 */
public static final int AD_COLUMNSORTYESNO_ID_AD_Reference_ID=258; public static final int AD_COLUMNSORTYESNO_ID_AD_Reference_ID=258;
@ -136,6 +138,8 @@ Integer ii = (Integer)get_Value("AD_ColumnSortYesNo_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_ColumnSortYesNo_ID */
public static final String COLUMNNAME_AD_ColumnSortYesNo_ID = "AD_ColumnSortYesNo_ID";
/** Set Column. /** Set Column.
@param AD_Column_ID Column in the table */ @param AD_Column_ID Column in the table */
public void setAD_Column_ID (int AD_Column_ID) public void setAD_Column_ID (int AD_Column_ID)
@ -152,6 +156,8 @@ Integer ii = (Integer)get_Value("AD_Column_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Column_ID */
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
/** Set Image. /** Set Image.
@param AD_Image_ID Image or Icon */ @param AD_Image_ID Image or Icon */
public void setAD_Image_ID (int AD_Image_ID) public void setAD_Image_ID (int AD_Image_ID)
@ -168,6 +174,8 @@ Integer ii = (Integer)get_Value("AD_Image_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Image_ID */
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
/** Set Process. /** Set Process.
@param AD_Process_ID Process or Report */ @param AD_Process_ID Process or Report */
public void setAD_Process_ID (int AD_Process_ID) public void setAD_Process_ID (int AD_Process_ID)
@ -184,6 +192,8 @@ Integer ii = (Integer)get_Value("AD_Process_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
/** Set Tab. /** Set Tab.
@param AD_Tab_ID Tab within a Window */ @param AD_Tab_ID Tab within a Window */
public void setAD_Tab_ID (int AD_Tab_ID) public void setAD_Tab_ID (int AD_Tab_ID)
@ -199,6 +209,8 @@ Integer ii = (Integer)get_Value("AD_Tab_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Tab_ID */
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -214,6 +226,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -229,6 +243,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** Set Commit Warning. /** Set Commit Warning.
@param CommitWarning Warning displayed when saving */ @param CommitWarning Warning displayed when saving */
public void setCommitWarning (String CommitWarning) public void setCommitWarning (String CommitWarning)
@ -246,6 +262,8 @@ public String getCommitWarning()
{ {
return (String)get_Value("CommitWarning"); return (String)get_Value("CommitWarning");
} }
/** Column name CommitWarning */
public static final String COLUMNNAME_CommitWarning = "CommitWarning";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -263,6 +281,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** Set Display Logic. /** Set Display Logic.
@param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed */ @param DisplayLogic If the Field is displayed, the result determines if the field is actually displayed */
public void setDisplayLogic (String DisplayLogic) public void setDisplayLogic (String DisplayLogic)
@ -280,6 +300,8 @@ public String getDisplayLogic()
{ {
return (String)get_Value("DisplayLogic"); return (String)get_Value("DisplayLogic");
} }
/** Column name DisplayLogic */
public static final String COLUMNNAME_DisplayLogic = "DisplayLogic";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -302,6 +324,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Has Tree. /** Set Has Tree.
@param HasTree Window has Tree Graph */ @param HasTree Window has Tree Graph */
public void setHasTree (boolean HasTree) public void setHasTree (boolean HasTree)
@ -320,6 +344,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name HasTree */
public static final String COLUMNNAME_HasTree = "HasTree";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -337,6 +363,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Import Fields. /** Set Import Fields.
@param ImportFields Create Fields from Table Columns */ @param ImportFields Create Fields from Table Columns */
public void setImportFields (String ImportFields) public void setImportFields (String ImportFields)
@ -354,6 +382,8 @@ public String getImportFields()
{ {
return (String)get_Value("ImportFields"); return (String)get_Value("ImportFields");
} }
/** Column name ImportFields */
public static final String COLUMNNAME_ImportFields = "ImportFields";
/** Included_Tab_ID AD_Reference_ID=278 */ /** Included_Tab_ID AD_Reference_ID=278 */
public static final int INCLUDED_TAB_ID_AD_Reference_ID=278; public static final int INCLUDED_TAB_ID_AD_Reference_ID=278;
@ -373,6 +403,8 @@ Integer ii = (Integer)get_Value("Included_Tab_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name Included_Tab_ID */
public static final String COLUMNNAME_Included_Tab_ID = "Included_Tab_ID";
/** Set Advanced Tab. /** Set Advanced Tab.
@param IsAdvancedTab This Tab contains advanced Functionality */ @param IsAdvancedTab This Tab contains advanced Functionality */
public void setIsAdvancedTab (boolean IsAdvancedTab) public void setIsAdvancedTab (boolean IsAdvancedTab)
@ -391,6 +423,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsAdvancedTab */
public static final String COLUMNNAME_IsAdvancedTab = "IsAdvancedTab";
/** Set Accounting Tab. /** Set Accounting Tab.
@param IsInfoTab This Tab contains accounting information */ @param IsInfoTab This Tab contains accounting information */
public void setIsInfoTab (boolean IsInfoTab) public void setIsInfoTab (boolean IsInfoTab)
@ -409,6 +443,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsInfoTab */
public static final String COLUMNNAME_IsInfoTab = "IsInfoTab";
/** Set Insert Record. /** Set Insert Record.
@param IsInsertRecord The user can insert a new Record */ @param IsInsertRecord The user can insert a new Record */
public void setIsInsertRecord (boolean IsInsertRecord) public void setIsInsertRecord (boolean IsInsertRecord)
@ -427,6 +463,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsInsertRecord */
public static final String COLUMNNAME_IsInsertRecord = "IsInsertRecord";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -445,6 +483,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
/** Set Single Row Layout. /** Set Single Row Layout.
@param IsSingleRow Default for toggle between Single- and Multi-Row (Grid) Layout */ @param IsSingleRow Default for toggle between Single- and Multi-Row (Grid) Layout */
public void setIsSingleRow (boolean IsSingleRow) public void setIsSingleRow (boolean IsSingleRow)
@ -463,6 +503,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSingleRow */
public static final String COLUMNNAME_IsSingleRow = "IsSingleRow";
/** Set Order Tab. /** Set Order Tab.
@param IsSortTab The Tab determines the Order */ @param IsSortTab The Tab determines the Order */
public void setIsSortTab (boolean IsSortTab) public void setIsSortTab (boolean IsSortTab)
@ -481,6 +523,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSortTab */
public static final String COLUMNNAME_IsSortTab = "IsSortTab";
/** Set TranslationTab. /** Set TranslationTab.
@param IsTranslationTab This Tab contains translation information */ @param IsTranslationTab This Tab contains translation information */
public void setIsTranslationTab (boolean IsTranslationTab) public void setIsTranslationTab (boolean IsTranslationTab)
@ -499,6 +543,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsTranslationTab */
public static final String COLUMNNAME_IsTranslationTab = "IsTranslationTab";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -523,6 +569,8 @@ return (String)get_Value("Name");
{ {
return new KeyNamePair(get_ID(), getName()); return new KeyNamePair(get_ID(), getName());
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** Set Sql ORDER BY. /** Set Sql ORDER BY.
@param OrderByClause Fully qualified ORDER BY clause */ @param OrderByClause Fully qualified ORDER BY clause */
public void setOrderByClause (String OrderByClause) public void setOrderByClause (String OrderByClause)
@ -540,6 +588,8 @@ public String getOrderByClause()
{ {
return (String)get_Value("OrderByClause"); return (String)get_Value("OrderByClause");
} }
/** Column name OrderByClause */
public static final String COLUMNNAME_OrderByClause = "OrderByClause";
/** Set Process Now. /** Set Process Now.
@param Processing Process Now */ @param Processing Process Now */
public void setProcessing (boolean Processing) public void setProcessing (boolean Processing)
@ -558,6 +608,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name Processing */
public static final String COLUMNNAME_Processing = "Processing";
/** Set Read Only Logic. /** Set Read Only Logic.
@param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) */ @param ReadOnlyLogic Logic to determine if field is read only (applies only when field is read-write) */
public void setReadOnlyLogic (String ReadOnlyLogic) public void setReadOnlyLogic (String ReadOnlyLogic)
@ -575,6 +627,8 @@ public String getReadOnlyLogic()
{ {
return (String)get_Value("ReadOnlyLogic"); return (String)get_Value("ReadOnlyLogic");
} }
/** Column name ReadOnlyLogic */
public static final String COLUMNNAME_ReadOnlyLogic = "ReadOnlyLogic";
/** Set Sequence. /** Set Sequence.
@param SeqNo Method of ordering records; @param SeqNo Method of ordering records;
lowest number comes first */ lowest number comes first */
@ -591,6 +645,8 @@ Integer ii = (Integer)get_Value("SeqNo");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";
/** Set Tab Level. /** Set Tab Level.
@param TabLevel Hierarchical Tab Level (0 = top) */ @param TabLevel Hierarchical Tab Level (0 = top) */
public void setTabLevel (int TabLevel) public void setTabLevel (int TabLevel)
@ -605,6 +661,8 @@ Integer ii = (Integer)get_Value("TabLevel");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name TabLevel */
public static final String COLUMNNAME_TabLevel = "TabLevel";
/** Set Sql WHERE. /** Set Sql WHERE.
@param WhereClause Fully qualified SQL WHERE clause */ @param WhereClause Fully qualified SQL WHERE clause */
public void setWhereClause (String WhereClause) public void setWhereClause (String WhereClause)
@ -622,4 +680,6 @@ public String getWhereClause()
{ {
return (String)get_Value("WhereClause"); return (String)get_Value("WhereClause");
} }
/** Column name WhereClause */
public static final String COLUMNNAME_WhereClause = "WhereClause";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Table /** Generated Model for AD_Table
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Table extends PO public class X_AD_Table extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -110,6 +110,8 @@ Integer ii = (Integer)get_Value("AD_Table_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** Set Dynamic Validation. /** Set Dynamic Validation.
@param AD_Val_Rule_ID Dynamic Validation Rule */ @param AD_Val_Rule_ID Dynamic Validation Rule */
public void setAD_Val_Rule_ID (int AD_Val_Rule_ID) public void setAD_Val_Rule_ID (int AD_Val_Rule_ID)
@ -126,6 +128,8 @@ Integer ii = (Integer)get_Value("AD_Val_Rule_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
/** Set Window. /** Set Window.
@param AD_Window_ID Data entry or display window */ @param AD_Window_ID Data entry or display window */
public void setAD_Window_ID (int AD_Window_ID) public void setAD_Window_ID (int AD_Window_ID)
@ -142,6 +146,8 @@ Integer ii = (Integer)get_Value("AD_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
/** AccessLevel AD_Reference_ID=5 */ /** AccessLevel AD_Reference_ID=5 */
public static final int ACCESSLEVEL_AD_Reference_ID=5; public static final int ACCESSLEVEL_AD_Reference_ID=5;
@ -177,6 +183,27 @@ public String getAccessLevel()
{ {
return (String)get_Value("AccessLevel"); return (String)get_Value("AccessLevel");
} }
/** Column name AccessLevel */
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
/** Set Copy Columns from Table.
@param CopyColumnsFromTable Copy Columns from Table */
public void setCopyColumnsFromTable (String CopyColumnsFromTable)
{
if (CopyColumnsFromTable != null && CopyColumnsFromTable.length() > 1)
{
log.warning("Length > 1 - truncated");
CopyColumnsFromTable = CopyColumnsFromTable.substring(0,0);
}
set_Value ("CopyColumnsFromTable", CopyColumnsFromTable);
}
/** Get Copy Columns from Table.
@return Copy Columns from Table */
public String getCopyColumnsFromTable()
{
return (String)get_Value("CopyColumnsFromTable");
}
/** Column name CopyColumnsFromTable */
public static final String COLUMNNAME_CopyColumnsFromTable = "CopyColumnsFromTable";
/** Set Description. /** Set Description.
@param Description Optional short description of the record */ @param Description Optional short description of the record */
public void setDescription (String Description) public void setDescription (String Description)
@ -194,6 +221,8 @@ public String getDescription()
{ {
return (String)get_Value("Description"); return (String)get_Value("Description");
} }
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";
/** EntityType AD_Reference_ID=389 */ /** EntityType AD_Reference_ID=389 */
public static final int ENTITYTYPE_AD_Reference_ID=389; public static final int ENTITYTYPE_AD_Reference_ID=389;
@ -216,6 +245,8 @@ public String getEntityType()
{ {
return (String)get_Value("EntityType"); return (String)get_Value("EntityType");
} }
/** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType";
/** Set Comment/Help. /** Set Comment/Help.
@param Help Comment or Hint */ @param Help Comment or Hint */
public void setHelp (String Help) public void setHelp (String Help)
@ -233,6 +264,8 @@ public String getHelp()
{ {
return (String)get_Value("Help"); return (String)get_Value("Help");
} }
/** Column name Help */
public static final String COLUMNNAME_Help = "Help";
/** Set Import Table. /** Set Import Table.
@param ImportTable Import Table Columns from Database */ @param ImportTable Import Table Columns from Database */
public void setImportTable (String ImportTable) public void setImportTable (String ImportTable)
@ -250,6 +283,8 @@ public String getImportTable()
{ {
return (String)get_Value("ImportTable"); return (String)get_Value("ImportTable");
} }
/** Column name ImportTable */
public static final String COLUMNNAME_ImportTable = "ImportTable";
/** Set Maintain Change Log. /** Set Maintain Change Log.
@param IsChangeLog Maintain a log of changes */ @param IsChangeLog Maintain a log of changes */
public void setIsChangeLog (boolean IsChangeLog) public void setIsChangeLog (boolean IsChangeLog)
@ -268,6 +303,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsChangeLog */
public static final String COLUMNNAME_IsChangeLog = "IsChangeLog";
/** Set Records deleteable. /** Set Records deleteable.
@param IsDeleteable Indicates if records can be deleted from the database */ @param IsDeleteable Indicates if records can be deleted from the database */
public void setIsDeleteable (boolean IsDeleteable) public void setIsDeleteable (boolean IsDeleteable)
@ -286,6 +323,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsDeleteable */
public static final String COLUMNNAME_IsDeleteable = "IsDeleteable";
/** Set High Volume. /** Set High Volume.
@param IsHighVolume Use Search instead of Pick list */ @param IsHighVolume Use Search instead of Pick list */
public void setIsHighVolume (boolean IsHighVolume) public void setIsHighVolume (boolean IsHighVolume)
@ -304,6 +343,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsHighVolume */
public static final String COLUMNNAME_IsHighVolume = "IsHighVolume";
/** Set Security enabled. /** Set Security enabled.
@param IsSecurityEnabled If security is enabled, user access to data can be restricted via Roles */ @param IsSecurityEnabled If security is enabled, user access to data can be restricted via Roles */
public void setIsSecurityEnabled (boolean IsSecurityEnabled) public void setIsSecurityEnabled (boolean IsSecurityEnabled)
@ -322,6 +363,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsSecurityEnabled */
public static final String COLUMNNAME_IsSecurityEnabled = "IsSecurityEnabled";
/** Set View. /** Set View.
@param IsView This is a view */ @param IsView This is a view */
public void setIsView (boolean IsView) public void setIsView (boolean IsView)
@ -340,6 +383,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsView */
public static final String COLUMNNAME_IsView = "IsView";
/** Set Sequence. /** Set Sequence.
@param LoadSeq Sequence */ @param LoadSeq Sequence */
public void setLoadSeq (int LoadSeq) public void setLoadSeq (int LoadSeq)
@ -354,6 +399,8 @@ Integer ii = (Integer)get_Value("LoadSeq");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name LoadSeq */
public static final String COLUMNNAME_LoadSeq = "LoadSeq";
/** Set Name. /** Set Name.
@param Name Alphanumeric identifier of the entity */ @param Name Alphanumeric identifier of the entity */
public void setName (String Name) public void setName (String Name)
@ -372,6 +419,8 @@ public String getName()
{ {
return (String)get_Value("Name"); return (String)get_Value("Name");
} }
/** Column name Name */
public static final String COLUMNNAME_Name = "Name";
/** PO_Window_ID AD_Reference_ID=284 */ /** PO_Window_ID AD_Reference_ID=284 */
public static final int PO_WINDOW_ID_AD_Reference_ID=284; public static final int PO_WINDOW_ID_AD_Reference_ID=284;
@ -391,6 +440,8 @@ Integer ii = (Integer)get_Value("PO_Window_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name PO_Window_ID */
public static final String COLUMNNAME_PO_Window_ID = "PO_Window_ID";
/** ReplicationType AD_Reference_ID=126 */ /** ReplicationType AD_Reference_ID=126 */
public static final int REPLICATIONTYPE_AD_Reference_ID=126; public static final int REPLICATIONTYPE_AD_Reference_ID=126;
@ -420,6 +471,8 @@ public String getReplicationType()
{ {
return (String)get_Value("ReplicationType"); return (String)get_Value("ReplicationType");
} }
/** Column name ReplicationType */
public static final String COLUMNNAME_ReplicationType = "ReplicationType";
/** Set DB Table Name. /** Set DB Table Name.
@param TableName Name of the table in the database */ @param TableName Name of the table in the database */
public void setTableName (String TableName) public void setTableName (String TableName)
@ -444,4 +497,6 @@ return (String)get_Value("TableName");
{ {
return new KeyNamePair(get_ID(), getTableName()); return new KeyNamePair(get_ID(), getTableName());
} }
/** Column name TableName */
public static final String COLUMNNAME_TableName = "TableName";
} }

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software; * This program is free software;
you can redistribute it and/or modify it * you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -26,7 +26,7 @@ import java.math.*;
import org.compiere.util.*; import org.compiere.util.*;
/** Generated Model for AD_Table_Access /** Generated Model for AD_Table_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.1.4 - $Id$ */ * @version Release 3.1.5 - $Id$ */
public class X_AD_Table_Access extends PO public class X_AD_Table_Access extends PO
{ {
/** Standard Constructor /** Standard Constructor
@ -106,6 +106,8 @@ Integer ii = (Integer)get_Value("AD_Role_ID");
if (ii == null) return 0; if (ii == null) return 0;
return ii.intValue(); return ii.intValue();
} }
/** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
/** Set Table. /** Set Table.
@param AD_Table_ID Database Table information */ @param AD_Table_ID Database Table information */
public void setAD_Table_ID (int AD_Table_ID) public void setAD_Table_ID (int AD_Table_ID)
@ -127,6 +129,8 @@ return ii.intValue();
{ {
return new KeyNamePair(get_ID(), String.valueOf(getAD_Table_ID())); return new KeyNamePair(get_ID(), String.valueOf(getAD_Table_ID()));
} }
/** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
/** AccessTypeRule AD_Reference_ID=293 */ /** AccessTypeRule AD_Reference_ID=293 */
public static final int ACCESSTYPERULE_AD_Reference_ID=293; public static final int ACCESSTYPERULE_AD_Reference_ID=293;
@ -156,6 +160,8 @@ public String getAccessTypeRule()
{ {
return (String)get_Value("AccessTypeRule"); return (String)get_Value("AccessTypeRule");
} }
/** Column name AccessTypeRule */
public static final String COLUMNNAME_AccessTypeRule = "AccessTypeRule";
/** Set Can Export. /** Set Can Export.
@param IsCanExport Users with this role can export data */ @param IsCanExport Users with this role can export data */
public void setIsCanExport (boolean IsCanExport) public void setIsCanExport (boolean IsCanExport)
@ -174,6 +180,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCanExport */
public static final String COLUMNNAME_IsCanExport = "IsCanExport";
/** Set Can Report. /** Set Can Report.
@param IsCanReport Users with this role can create reports */ @param IsCanReport Users with this role can create reports */
public void setIsCanReport (boolean IsCanReport) public void setIsCanReport (boolean IsCanReport)
@ -192,6 +200,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsCanReport */
public static final String COLUMNNAME_IsCanReport = "IsCanReport";
/** Set Exclude. /** Set Exclude.
@param IsExclude Exclude access to the data - if not selected Include access to the data */ @param IsExclude Exclude access to the data - if not selected Include access to the data */
public void setIsExclude (boolean IsExclude) public void setIsExclude (boolean IsExclude)
@ -210,6 +220,8 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsExclude */
public static final String COLUMNNAME_IsExclude = "IsExclude";
/** Set Read Only. /** Set Read Only.
@param IsReadOnly Field is read only */ @param IsReadOnly Field is read only */
public void setIsReadOnly (boolean IsReadOnly) public void setIsReadOnly (boolean IsReadOnly)
@ -228,4 +240,6 @@ if (oo != null)
} }
return false; return false;
} }
/** Column name IsReadOnly */
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
} }

Some files were not shown because too many files have changed in this diff Show More