diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java index 7347e36219..018c34b7d5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AccessLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AccessLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_AccessLog { @@ -31,7 +31,7 @@ public interface I_AD_AccessLog public static final String Table_Name = "AD_AccessLog"; /** AD_Table_ID=717 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 717; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,6 +54,15 @@ public interface I_AD_AccessLog */ public int getAD_AccessLog_ID(); + /** Column name AD_AccessLog_UU */ + public static final String COLUMNNAME_AD_AccessLog_UU = "AD_AccessLog_UU"; + + /** Set AD_AccessLog_UU */ + public void setAD_AccessLog_UU (String AD_AccessLog_UU); + + /** Get AD_AccessLog_UU */ + public String getAD_AccessLog_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -75,7 +84,7 @@ public interface I_AD_AccessLog */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -103,7 +112,7 @@ public interface I_AD_AccessLog */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java b/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java index bd26d7f751..59d45fe1ad 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Alert.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Alert - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Alert { @@ -31,7 +31,7 @@ public interface I_AD_Alert public static final String Table_Name = "AD_Alert"; /** AD_Table_ID=594 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 594; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -67,7 +67,16 @@ public interface I_AD_Alert */ public int getAD_AlertProcessor_ID(); - public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException; + public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException; + + /** Column name AD_Alert_UU */ + public static final String COLUMNNAME_AD_Alert_UU = "AD_Alert_UU"; + + /** Set AD_Alert_UU */ + public void setAD_Alert_UU (String AD_Alert_UU); + + /** Get AD_Alert_UU */ + public String getAD_Alert_UU(); /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java index 976133619a..e28f227955 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_AlertProcessor { @@ -87,10 +87,10 @@ public interface I_AD_AlertProcessor /** Column name AD_Schedule_ID */ public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID"; - /** Set AD_Schedule_ID */ + /** Set Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID); - /** Get AD_Schedule_ID */ + /** Get Schedule */ public int getAD_Schedule_ID(); public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java index 0c7a14047b..7471a888b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_AlertProcessorLog { @@ -31,7 +31,7 @@ public interface I_AD_AlertProcessorLog public static final String Table_Name = "AD_AlertProcessorLog"; /** AD_Table_ID=699 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 699; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_AD_AlertProcessorLog */ public int getAD_AlertProcessor_ID(); - public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException; + public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException; /** Column name AD_AlertProcessorLog_ID */ public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID"; @@ -69,6 +69,15 @@ public interface I_AD_AlertProcessorLog */ public int getAD_AlertProcessorLog_ID(); + /** Column name AD_AlertProcessorLog_UU */ + public static final String COLUMNNAME_AD_AlertProcessorLog_UU = "AD_AlertProcessorLog_UU"; + + /** Set AD_AlertProcessorLog_UU */ + public void setAD_AlertProcessorLog_UU (String AD_AlertProcessorLog_UU); + + /** Get AD_AlertProcessorLog_UU */ + public String getAD_AlertProcessorLog_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java index 65904b921f..e4f3516aaf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertRecipient - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_AlertRecipient { @@ -31,7 +31,7 @@ public interface I_AD_AlertRecipient public static final String Table_Name = "AD_AlertRecipient"; /** AD_Table_ID=592 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 592; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_AD_AlertRecipient */ public int getAD_Alert_ID(); - public I_AD_Alert getAD_Alert() throws RuntimeException; + public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException; /** Column name AD_AlertRecipient_ID */ public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID"; @@ -69,6 +69,15 @@ public interface I_AD_AlertRecipient */ public int getAD_AlertRecipient_ID(); + /** Column name AD_AlertRecipient_UU */ + public static final String COLUMNNAME_AD_AlertRecipient_UU = "AD_AlertRecipient_UU"; + + /** Set AD_AlertRecipient_UU */ + public void setAD_AlertRecipient_UU (String AD_AlertRecipient_UU); + + /** Get AD_AlertRecipient_UU */ + public String getAD_AlertRecipient_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -103,7 +112,7 @@ public interface I_AD_AlertRecipient */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -118,7 +127,7 @@ public interface I_AD_AlertRecipient */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java index e04cc2897d..751b7c43ad 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AlertRule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_AlertRule { @@ -31,7 +31,7 @@ public interface I_AD_AlertRule public static final String Table_Name = "AD_AlertRule"; /** AD_Table_ID=593 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 593; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_AD_AlertRule */ public int getAD_Alert_ID(); - public I_AD_Alert getAD_Alert() throws RuntimeException; + public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException; /** Column name AD_AlertRule_ID */ public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID"; @@ -69,6 +69,15 @@ public interface I_AD_AlertRule */ public int getAD_AlertRule_ID(); + /** Column name AD_AlertRule_UU */ + public static final String COLUMNNAME_AD_AlertRule_UU = "AD_AlertRule_UU"; + + /** Set AD_AlertRule_UU */ + public void setAD_AlertRule_UU (String AD_AlertRule_UU); + + /** Get AD_AlertRule_UU */ + public String getAD_AlertRule_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -103,7 +112,7 @@ public interface I_AD_AlertRule */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java b/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java index a9f312788f..733126afcb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Archive.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Archive - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Archive { @@ -31,7 +31,7 @@ public interface I_AD_Archive public static final String Table_Name = "AD_Archive"; /** AD_Table_ID=754 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 754; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,6 +54,15 @@ public interface I_AD_Archive */ public int getAD_Archive_ID(); + /** Column name AD_Archive_UU */ + public static final String COLUMNNAME_AD_Archive_UU = "AD_Archive_UU"; + + /** Set AD_Archive_UU */ + public void setAD_Archive_UU (String AD_Archive_UU); + + /** Get AD_Archive_UU */ + public String getAD_Archive_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -88,7 +97,7 @@ public interface I_AD_Archive */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -103,7 +112,7 @@ public interface I_AD_Archive */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name BinaryData */ public static final String COLUMNNAME_BinaryData = "BinaryData"; @@ -131,7 +140,7 @@ public interface I_AD_Archive */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java b/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java index 8ed34c6865..ebb131a635 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Attachment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Attachment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Attachment { @@ -31,7 +31,7 @@ public interface I_AD_Attachment public static final String Table_Name = "AD_Attachment"; /** AD_Table_ID=254 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 254; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,6 +54,15 @@ public interface I_AD_Attachment */ public int getAD_Attachment_ID(); + /** Column name AD_Attachment_UU */ + public static final String COLUMNNAME_AD_Attachment_UU = "AD_Attachment_UU"; + + /** Set AD_Attachment_UU */ + public void setAD_Attachment_UU (String AD_Attachment_UU); + + /** Get AD_Attachment_UU */ + public String getAD_Attachment_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -88,7 +97,7 @@ public interface I_AD_Attachment */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name BinaryData */ public static final String COLUMNNAME_BinaryData = "BinaryData"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java b/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java index 52f86ab564..1e8fe13b13 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_AttachmentNote - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_AttachmentNote { @@ -31,7 +31,7 @@ public interface I_AD_AttachmentNote public static final String Table_Name = "AD_AttachmentNote"; /** AD_Table_ID=705 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 705; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_AD_AttachmentNote */ public int getAD_Attachment_ID(); - public I_AD_Attachment getAD_Attachment() throws RuntimeException; + public org.compiere.model.I_AD_Attachment getAD_Attachment() throws RuntimeException; /** Column name AD_AttachmentNote_ID */ public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID"; @@ -69,6 +69,15 @@ public interface I_AD_AttachmentNote */ public int getAD_AttachmentNote_ID(); + /** Column name AD_AttachmentNote_UU */ + public static final String COLUMNNAME_AD_AttachmentNote_UU = "AD_AttachmentNote_UU"; + + /** Set AD_AttachmentNote_UU */ + public void setAD_AttachmentNote_UU (String AD_AttachmentNote_UU); + + /** Get AD_AttachmentNote_UU */ + public String getAD_AttachmentNote_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -103,7 +112,7 @@ public interface I_AD_AttachmentNote */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java index 887d3d6d32..637471eb2a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Attribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Attribute { @@ -31,7 +31,7 @@ public interface I_AD_Attribute public static final String Table_Name = "AD_Attribute"; /** AD_Table_ID=405 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 405; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -50,6 +50,15 @@ public interface I_AD_Attribute /** Get System Attribute */ public int getAD_Attribute_ID(); + /** Column name AD_Attribute_UU */ + public static final String COLUMNNAME_AD_Attribute_UU = "AD_Attribute_UU"; + + /** Set AD_Attribute_UU */ + public void setAD_Attribute_UU (String AD_Attribute_UU); + + /** Get AD_Attribute_UU */ + public String getAD_Attribute_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -84,7 +93,7 @@ public interface I_AD_Attribute */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; /** Column name AD_Reference_Value_ID */ public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID"; @@ -99,7 +108,7 @@ public interface I_AD_Attribute */ public int getAD_Reference_Value_ID(); - public I_AD_Reference getAD_Reference_Value() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference_Value() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -114,7 +123,7 @@ public interface I_AD_Attribute */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_Val_Rule_ID */ public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID"; @@ -129,7 +138,7 @@ public interface I_AD_Attribute */ public int getAD_Val_Rule_ID(); - public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException; /** Column name Callout */ public static final String COLUMNNAME_Callout = "Callout"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java index 78a0748484..0256101f11 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Attribute_Value.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Attribute_Value - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Attribute_Value { @@ -31,7 +31,7 @@ public interface I_AD_Attribute_Value public static final String Table_Name = "AD_Attribute_Value"; /** AD_Table_ID=406 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 406; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -50,6 +50,15 @@ public interface I_AD_Attribute_Value /** Get System Attribute */ public int getAD_Attribute_ID(); + /** Column name AD_Attribute_Value_UU */ + public static final String COLUMNNAME_AD_Attribute_Value_UU = "AD_Attribute_Value_UU"; + + /** Set AD_Attribute_Value_UU */ + public void setAD_Attribute_Value_UU (String AD_Attribute_Value_UU); + + /** Get AD_Attribute_Value_UU */ + public String getAD_Attribute_Value_UU(); + /** Column name Record_ID */ public static final String COLUMNNAME_Record_ID = "Record_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java index fffa8c3ae2..4c341409f9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ChangeLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ChangeLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ChangeLog { @@ -31,7 +31,7 @@ public interface I_AD_ChangeLog public static final String Table_Name = "AD_ChangeLog"; /** AD_Table_ID=580 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 580; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,6 +54,15 @@ public interface I_AD_ChangeLog */ public int getAD_ChangeLog_ID(); + /** Column name AD_ChangeLog_UU */ + public static final String COLUMNNAME_AD_ChangeLog_UU = "AD_ChangeLog_UU"; + + /** Set AD_ChangeLog_UU */ + public void setAD_ChangeLog_UU (String AD_ChangeLog_UU); + + /** Get AD_ChangeLog_UU */ + public String getAD_ChangeLog_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -75,7 +84,7 @@ public interface I_AD_ChangeLog */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -103,7 +112,7 @@ public interface I_AD_ChangeLog */ public int getAD_Session_ID(); - public I_AD_Session getAD_Session() throws RuntimeException; + public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -118,7 +127,7 @@ public interface I_AD_ChangeLog */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Client.java b/org.adempiere.base/src/org/compiere/model/I_AD_Client.java index 37e4467921..db4c1988a3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Client.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Client.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Client - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Client { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java b/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java index 219b018831..c9aac30363 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ClientInfo.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ClientInfo - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ClientInfo { @@ -31,7 +31,7 @@ public interface I_AD_ClientInfo public static final String Table_Name = "AD_ClientInfo"; /** AD_Table_ID=227 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 227; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -49,6 +49,15 @@ public interface I_AD_ClientInfo */ public int getAD_Client_ID(); + /** Column name AD_ClientInfo_UU */ + public static final String COLUMNNAME_AD_ClientInfo_UU = "AD_ClientInfo_UU"; + + /** Set AD_ClientInfo_UU */ + public void setAD_ClientInfo_UU (String AD_ClientInfo_UU); + + /** Get AD_ClientInfo_UU */ + public String getAD_ClientInfo_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -75,7 +84,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_Activity_ID(); - public I_AD_Tree getAD_Tree_Activity() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Activity() throws RuntimeException; /** Column name AD_Tree_BPartner_ID */ public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID"; @@ -90,7 +99,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_BPartner_ID(); - public I_AD_Tree getAD_Tree_BPartner() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_BPartner() throws RuntimeException; /** Column name AD_Tree_Campaign_ID */ public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID"; @@ -105,7 +114,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_Campaign_ID(); - public I_AD_Tree getAD_Tree_Campaign() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Campaign() throws RuntimeException; /** Column name AD_Tree_Menu_ID */ public static final String COLUMNNAME_AD_Tree_Menu_ID = "AD_Tree_Menu_ID"; @@ -120,7 +129,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_Menu_ID(); - public I_AD_Tree getAD_Tree_Menu() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Menu() throws RuntimeException; /** Column name AD_Tree_Org_ID */ public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID"; @@ -135,7 +144,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_Org_ID(); - public I_AD_Tree getAD_Tree_Org() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Org() throws RuntimeException; /** Column name AD_Tree_Product_ID */ public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID"; @@ -150,7 +159,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_Product_ID(); - public I_AD_Tree getAD_Tree_Product() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Product() throws RuntimeException; /** Column name AD_Tree_Project_ID */ public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID"; @@ -165,7 +174,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_Project_ID(); - public I_AD_Tree getAD_Tree_Project() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Project() throws RuntimeException; /** Column name AD_Tree_SalesRegion_ID */ public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID"; @@ -180,7 +189,7 @@ public interface I_AD_ClientInfo */ public int getAD_Tree_SalesRegion_ID(); - public I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException; /** Column name C_AcctSchema1_ID */ public static final String COLUMNNAME_C_AcctSchema1_ID = "C_AcctSchema1_ID"; @@ -195,7 +204,7 @@ public interface I_AD_ClientInfo */ public int getC_AcctSchema1_ID(); - public I_C_AcctSchema getC_AcctSchema1() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema1() throws RuntimeException; /** Column name C_BPartnerCashTrx_ID */ public static final String COLUMNNAME_C_BPartnerCashTrx_ID = "C_BPartnerCashTrx_ID"; @@ -210,7 +219,7 @@ public interface I_AD_ClientInfo */ public int getC_BPartnerCashTrx_ID(); - public I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException; /** Column name C_Calendar_ID */ public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; @@ -225,7 +234,7 @@ public interface I_AD_ClientInfo */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -256,7 +265,7 @@ public interface I_AD_ClientInfo */ public int getC_UOM_Length_ID(); - public I_C_UOM getC_UOM_Length() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM_Length() throws RuntimeException; /** Column name C_UOM_Time_ID */ public static final String COLUMNNAME_C_UOM_Time_ID = "C_UOM_Time_ID"; @@ -271,7 +280,7 @@ public interface I_AD_ClientInfo */ public int getC_UOM_Time_ID(); - public I_C_UOM getC_UOM_Time() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM_Time() throws RuntimeException; /** Column name C_UOM_Volume_ID */ public static final String COLUMNNAME_C_UOM_Volume_ID = "C_UOM_Volume_ID"; @@ -286,7 +295,7 @@ public interface I_AD_ClientInfo */ public int getC_UOM_Volume_ID(); - public I_C_UOM getC_UOM_Volume() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM_Volume() throws RuntimeException; /** Column name C_UOM_Weight_ID */ public static final String COLUMNNAME_C_UOM_Weight_ID = "C_UOM_Weight_ID"; @@ -301,7 +310,7 @@ public interface I_AD_ClientInfo */ public int getC_UOM_Weight_ID(); - public I_C_UOM getC_UOM_Weight() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM_Weight() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -378,7 +387,7 @@ public interface I_AD_ClientInfo /** Get Product for Freight */ public int getM_ProductFreight_ID(); - public I_M_Product getM_ProductFreight() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductFreight() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java b/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java index a5c06db696..7305d377fe 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ClientShare.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ClientShare - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ClientShare { @@ -31,7 +31,7 @@ public interface I_AD_ClientShare public static final String Table_Name = "AD_ClientShare"; /** AD_Table_ID=827 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 827; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_ClientShare */ public int getAD_ClientShare_ID(); + /** Column name AD_ClientShare_UU */ + public static final String COLUMNNAME_AD_ClientShare_UU = "AD_ClientShare_UU"; + + /** Set AD_ClientShare_UU */ + public void setAD_ClientShare_UU (String AD_ClientShare_UU); + + /** Get AD_ClientShare_UU */ + public String getAD_ClientShare_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -88,7 +97,7 @@ public interface I_AD_ClientShare */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Color.java b/org.adempiere.base/src/org/compiere/model/I_AD_Color.java index 351748d886..33890a8c85 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Color.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Color.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Color - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Color { @@ -31,7 +31,7 @@ public interface I_AD_Color public static final String Table_Name = "AD_Color"; /** AD_Table_ID=457 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 457; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Color */ public int getAD_Color_ID(); + /** Column name AD_Color_UU */ + public static final String COLUMNNAME_AD_Color_UU = "AD_Color_UU"; + + /** Set AD_Color_UU */ + public void setAD_Color_UU (String AD_Color_UU); + + /** Get AD_Color_UU */ + public String getAD_Color_UU(); + /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Color */ public int getAD_Image_ID(); - public I_AD_Image getAD_Image() throws RuntimeException; + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Column.java b/org.adempiere.base/src/org/compiere/model/I_AD_Column.java index 86b58bd9c0..122e1e5c0f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Column.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Column.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Column - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Column { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java index f715d522a6..75521c13ef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Column_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Column_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Column_Access { @@ -31,7 +31,7 @@ public interface I_AD_Column_Access public static final String Table_Name = "AD_Column_Access"; /** AD_Table_ID=571 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 571; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -49,6 +49,15 @@ public interface I_AD_Column_Access */ public int getAD_Client_ID(); + /** Column name AD_Column_Access_UU */ + public static final String COLUMNNAME_AD_Column_Access_UU = "AD_Column_Access_UU"; + + /** Set AD_Column_Access_UU */ + public void setAD_Column_Access_UU (String AD_Column_Access_UU); + + /** Get AD_Column_Access_UU */ + public String getAD_Column_Access_UU(); + /** Column name AD_Column_ID */ public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID"; @@ -62,7 +71,7 @@ public interface I_AD_Column_Access */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Column_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -105,7 +114,7 @@ public interface I_AD_Column_Access */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Desktop.java b/org.adempiere.base/src/org/compiere/model/I_AD_Desktop.java index e668d99c61..f523fe38f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Desktop.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Desktop.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Desktop - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Desktop { @@ -31,7 +31,7 @@ public interface I_AD_Desktop public static final String Table_Name = "AD_Desktop"; /** AD_Table_ID=458 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 458; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Desktop */ public int getAD_Desktop_ID(); + /** Column name AD_Desktop_UU */ + public static final String COLUMNNAME_AD_Desktop_UU = "AD_Desktop_UU"; + + /** Set AD_Desktop_UU */ + public void setAD_Desktop_UU (String AD_Desktop_UU); + + /** Get AD_Desktop_UU */ + public String getAD_Desktop_UU(); + /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_DesktopWorkbench.java b/org.adempiere.base/src/org/compiere/model/I_AD_DesktopWorkbench.java index d75205186a..1f715e1b81 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_DesktopWorkbench.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_DesktopWorkbench.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_DesktopWorkbench - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_DesktopWorkbench { @@ -31,7 +31,7 @@ public interface I_AD_DesktopWorkbench public static final String Table_Name = "AD_DesktopWorkbench"; /** AD_Table_ID=459 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 459; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_DesktopWorkbench */ public int getAD_Desktop_ID(); - public I_AD_Desktop getAD_Desktop() throws RuntimeException; + public org.compiere.model.I_AD_Desktop getAD_Desktop() throws RuntimeException; /** Column name AD_DesktopWorkbench_ID */ public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID"; @@ -73,6 +73,15 @@ public interface I_AD_DesktopWorkbench /** Get Desktop Workbench */ public int getAD_DesktopWorkbench_ID(); + /** Column name AD_DesktopWorkbench_UU */ + public static final String COLUMNNAME_AD_DesktopWorkbench_UU = "AD_DesktopWorkbench_UU"; + + /** Set AD_DesktopWorkbench_UU */ + public void setAD_DesktopWorkbench_UU (String AD_DesktopWorkbench_UU); + + /** Get AD_DesktopWorkbench_UU */ + public String getAD_DesktopWorkbench_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -99,7 +108,7 @@ public interface I_AD_DesktopWorkbench */ public int getAD_Workbench_ID(); - public I_AD_Workbench getAD_Workbench() throws RuntimeException; + public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java index 7fe0011382..222f935cba 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Document_Action_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Document_Action_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Document_Action_Access { @@ -31,7 +31,7 @@ public interface I_AD_Document_Action_Access public static final String Table_Name = "AD_Document_Action_Access"; /** AD_Table_ID=53012 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53012; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -49,6 +49,15 @@ public interface I_AD_Document_Action_Access */ public int getAD_Client_ID(); + /** Column name AD_Document_Action_Access_UU */ + public static final String COLUMNNAME_AD_Document_Action_Access_UU = "AD_Document_Action_Access_UU"; + + /** Set AD_Document_Action_Access_UU */ + public void setAD_Document_Action_Access_UU (String AD_Document_Action_Access_UU); + + /** Get AD_Document_Action_Access_UU */ + public String getAD_Document_Action_Access_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Document_Action_Access */ public int getAD_Ref_List_ID(); - public I_AD_Ref_List getAD_Ref_List() throws RuntimeException; + public org.compiere.model.I_AD_Ref_List getAD_Ref_List() throws RuntimeException; /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Document_Action_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -105,7 +114,7 @@ public interface I_AD_Document_Action_Access */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Element.java b/org.adempiere.base/src/org/compiere/model/I_AD_Element.java index f408caaf6b..142c323940 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Element { @@ -31,7 +31,7 @@ public interface I_AD_Element public static final String Table_Name = "AD_Element"; /** AD_Table_ID=276 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 276; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Element */ public int getAD_Element_ID(); + /** Column name AD_Element_UU */ + public static final String COLUMNNAME_AD_Element_UU = "AD_Element_UU"; + + /** Set AD_Element_UU */ + public void setAD_Element_UU (String AD_Element_UU); + + /** Get AD_Element_UU */ + public String getAD_Element_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java b/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java index 7ad352c7df..b7699c9d45 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_EntityType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_EntityType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_EntityType { @@ -31,7 +31,7 @@ public interface I_AD_EntityType public static final String Table_Name = "AD_EntityType"; /** AD_Table_ID=882 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 882; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_EntityType */ public int getAD_EntityType_ID(); + /** Column name AD_EntityType_UU */ + public static final String COLUMNNAME_AD_EntityType_UU = "AD_EntityType_UU"; + + /** Set AD_EntityType_UU */ + public void setAD_EntityType_UU (String AD_EntityType_UU); + + /** Get AD_EntityType_UU */ + public String getAD_EntityType_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Error.java b/org.adempiere.base/src/org/compiere/model/I_AD_Error.java index d64d29e555..e4f4e7dcbc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Error.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Error.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Error - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Error { @@ -31,7 +31,7 @@ public interface I_AD_Error public static final String Table_Name = "AD_Error"; /** AD_Table_ID=380 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 380; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -58,6 +58,15 @@ public interface I_AD_Error /** Get Error */ public int getAD_Error_ID(); + /** Column name AD_Error_UU */ + public static final String COLUMNNAME_AD_Error_UU = "AD_Error_UU"; + + /** Set AD_Error_UU */ + public void setAD_Error_UU (String AD_Error_UU); + + /** Get AD_Error_UU */ + public String getAD_Error_UU(); + /** Column name AD_Language */ public static final String COLUMNNAME_AD_Language = "AD_Language"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Field.java b/org.adempiere.base/src/org/compiere/model/I_AD_Field.java index 8caa7c58e2..dd82beaa9e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Field.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Field.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Field - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Field { @@ -465,6 +465,19 @@ public interface I_AD_Field */ public String getName(); + /** Column name NumLines */ + public static final String COLUMNNAME_NumLines = "NumLines"; + + /** Set Number of Lines. + * Number of lines for a field + */ + public void setNumLines (int NumLines); + + /** Get Number of Lines. + * Number of lines for a field + */ + public int getNumLines(); + /** Column name ObscureType */ public static final String COLUMNNAME_ObscureType = "ObscureType"; @@ -478,19 +491,6 @@ public interface I_AD_Field */ public String getObscureType(); - /** Column name NumLines */ - public static final String COLUMNNAME_NumLines = "NumLines"; - - /** Set Row Span. - * Number of rows for a field - */ - public void setNumLines (int NumLines); - - /** Get Row Span. - * Number of rows for a field - */ - public int getNumLines(); - /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java b/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java index 81f4103ee8..984f52b78b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_FieldGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_FieldGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_FieldGroup { @@ -31,7 +31,7 @@ public interface I_AD_FieldGroup public static final String Table_Name = "AD_FieldGroup"; /** AD_Table_ID=414 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 414; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_FieldGroup */ public int getAD_FieldGroup_ID(); + /** Column name AD_FieldGroup_UU */ + public static final String COLUMNNAME_AD_FieldGroup_UU = "AD_FieldGroup_UU"; + + /** Set AD_FieldGroup_UU */ + public void setAD_FieldGroup_UU (String AD_FieldGroup_UU); + + /** Get AD_FieldGroup_UU */ + public String getAD_FieldGroup_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Find.java b/org.adempiere.base/src/org/compiere/model/I_AD_Find.java index 824329db0c..4a0130b730 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Find.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Find.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Find - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Find { @@ -31,7 +31,7 @@ public interface I_AD_Find public static final String Table_Name = "AD_Find"; /** AD_Table_ID=404 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 404; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_Find */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Find_ID */ public static final String COLUMNNAME_AD_Find_ID = "AD_Find_ID"; @@ -73,6 +73,15 @@ public interface I_AD_Find /** Get Find */ public int getAD_Find_ID(); + /** Column name AD_Find_UU */ + public static final String COLUMNNAME_AD_Find_UU = "AD_Find_UU"; + + /** Set AD_Find_UU */ + public void setAD_Find_UU (String AD_Find_UU); + + /** Get AD_Find_UU */ + public String getAD_Find_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Form.java b/org.adempiere.base/src/org/compiere/model/I_AD_Form.java index df53ebad74..4baf9735df 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Form.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Form.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Form - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Form { @@ -31,7 +31,7 @@ public interface I_AD_Form public static final String Table_Name = "AD_Form"; /** AD_Table_ID=376 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 376; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Form */ public int getAD_Form_ID(); + /** Column name AD_Form_UU */ + public static final String COLUMNNAME_AD_Form_UU = "AD_Form_UU"; + + /** Set AD_Form_UU */ + public void setAD_Form_UU (String AD_Form_UU); + + /** Get AD_Form_UU */ + public String getAD_Form_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java index beb5e4a23b..1d330d17ff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Form_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Form_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Form_Access { @@ -31,7 +31,7 @@ public interface I_AD_Form_Access public static final String Table_Name = "AD_Form_Access"; /** AD_Table_ID=378 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 378; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -49,6 +49,15 @@ public interface I_AD_Form_Access */ public int getAD_Client_ID(); + /** Column name AD_Form_Access_UU */ + public static final String COLUMNNAME_AD_Form_Access_UU = "AD_Form_Access_UU"; + + /** Set AD_Form_Access_UU */ + public void setAD_Form_Access_UU (String AD_Form_Access_UU); + + /** Get AD_Form_Access_UU */ + public String getAD_Form_Access_UU(); + /** Column name AD_Form_ID */ public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID"; @@ -62,7 +71,7 @@ public interface I_AD_Form_Access */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Form_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java b/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java index e1c6b27afa..cede678089 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_HouseKeeping.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_HouseKeeping - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_HouseKeeping { @@ -31,7 +31,7 @@ public interface I_AD_HouseKeeping public static final String Table_Name = "AD_HouseKeeping"; /** AD_Table_ID=53147 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53147; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -58,6 +58,15 @@ public interface I_AD_HouseKeeping /** Get House Keeping Configuration */ public int getAD_HouseKeeping_ID(); + /** Column name AD_HouseKeeping_UU */ + public static final String COLUMNNAME_AD_HouseKeeping_UU = "AD_HouseKeeping_UU"; + + /** Set AD_HouseKeeping_UU */ + public void setAD_HouseKeeping_UU (String AD_HouseKeeping_UU); + + /** Get AD_HouseKeeping_UU */ + public String getAD_HouseKeeping_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -84,7 +93,7 @@ public interface I_AD_HouseKeeping */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name BackupFolder */ public static final String COLUMNNAME_BackupFolder = "BackupFolder"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Image.java b/org.adempiere.base/src/org/compiere/model/I_AD_Image.java index 6eb271834e..e19c3d2755 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Image.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Image.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Image - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Image { @@ -31,7 +31,7 @@ public interface I_AD_Image public static final String Table_Name = "AD_Image"; /** AD_Table_ID=461 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 461; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Image */ public int getAD_Image_ID(); + /** Column name AD_Image_UU */ + public static final String COLUMNNAME_AD_Image_UU = "AD_Image_UU"; + + /** Set AD_Image_UU */ + public void setAD_Image_UU (String AD_Image_UU); + + /** Get AD_Image_UU */ + public String getAD_Image_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java index 1c0521cd33..b30476eb04 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ImpFormat - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ImpFormat { @@ -31,7 +31,7 @@ public interface I_AD_ImpFormat public static final String Table_Name = "AD_ImpFormat"; /** AD_Table_ID=381 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 381; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -58,6 +58,15 @@ public interface I_AD_ImpFormat /** Get Import Format */ public int getAD_ImpFormat_ID(); + /** Column name AD_ImpFormat_UU */ + public static final String COLUMNNAME_AD_ImpFormat_UU = "AD_ImpFormat_UU"; + + /** Set AD_ImpFormat_UU */ + public void setAD_ImpFormat_UU (String AD_ImpFormat_UU); + + /** Get AD_ImpFormat_UU */ + public String getAD_ImpFormat_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -84,7 +93,7 @@ public interface I_AD_ImpFormat */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java index a35bdd7884..70bc4475b1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ImpFormat_Row.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ImpFormat_Row - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ImpFormat_Row { @@ -31,7 +31,7 @@ public interface I_AD_ImpFormat_Row public static final String Table_Name = "AD_ImpFormat_Row"; /** AD_Table_ID=382 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 382; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_ImpFormat_Row */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_ImpFormat_ID */ public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID"; @@ -73,7 +73,7 @@ public interface I_AD_ImpFormat_Row /** Get Import Format */ public int getAD_ImpFormat_ID(); - public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException; + public org.compiere.model.I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException; /** Column name AD_ImpFormat_Row_ID */ public static final String COLUMNNAME_AD_ImpFormat_Row_ID = "AD_ImpFormat_Row_ID"; @@ -84,6 +84,15 @@ public interface I_AD_ImpFormat_Row /** Get Format Field */ public int getAD_ImpFormat_Row_ID(); + /** Column name AD_ImpFormat_Row_UU */ + public static final String COLUMNNAME_AD_ImpFormat_Row_UU = "AD_ImpFormat_Row_UU"; + + /** Set AD_ImpFormat_Row_UU */ + public void setAD_ImpFormat_Row_UU (String AD_ImpFormat_Row_UU); + + /** Get AD_ImpFormat_Row_UU */ + public String getAD_ImpFormat_Row_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java index 982029fcf3..68347694e4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoColumn.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoColumn - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_InfoColumn { @@ -31,7 +31,7 @@ public interface I_AD_InfoColumn public static final String Table_Name = "AD_InfoColumn"; /** AD_Table_ID=897 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 897; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_InfoColumn */ public int getAD_Element_ID(); - public I_AD_Element getAD_Element() throws RuntimeException; + public org.compiere.model.I_AD_Element getAD_Element() throws RuntimeException; /** Column name AD_InfoColumn_ID */ public static final String COLUMNNAME_AD_InfoColumn_ID = "AD_InfoColumn_ID"; @@ -77,6 +77,15 @@ public interface I_AD_InfoColumn */ public int getAD_InfoColumn_ID(); + /** Column name AD_InfoColumn_UU */ + public static final String COLUMNNAME_AD_InfoColumn_UU = "AD_InfoColumn_UU"; + + /** Set AD_InfoColumn_UU */ + public void setAD_InfoColumn_UU (String AD_InfoColumn_UU); + + /** Get AD_InfoColumn_UU */ + public String getAD_InfoColumn_UU(); + /** Column name AD_InfoWindow_ID */ public static final String COLUMNNAME_AD_InfoWindow_ID = "AD_InfoWindow_ID"; @@ -90,7 +99,7 @@ public interface I_AD_InfoColumn */ public int getAD_InfoWindow_ID(); - public I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException; + public org.compiere.model.I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -118,7 +127,7 @@ public interface I_AD_InfoColumn */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java b/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java index 3dae3407c8..198f95fc9c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_InfoWindow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_InfoWindow - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_InfoWindow { @@ -31,7 +31,7 @@ public interface I_AD_InfoWindow public static final String Table_Name = "AD_InfoWindow"; /** AD_Table_ID=895 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 895; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_InfoWindow */ public int getAD_InfoWindow_ID(); + /** Column name AD_InfoWindow_UU */ + public static final String COLUMNNAME_AD_InfoWindow_UU = "AD_InfoWindow_UU"; + + /** Set AD_InfoWindow_UU */ + public void setAD_InfoWindow_UU (String AD_InfoWindow_UU); + + /** Get AD_InfoWindow_UU */ + public String getAD_InfoWindow_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -88,7 +97,7 @@ public interface I_AD_InfoWindow */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java b/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java index 8bf997f2dd..a10f4fc397 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Issue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Issue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Issue { @@ -31,7 +31,7 @@ public interface I_AD_Issue public static final String Table_Name = "AD_Issue"; /** AD_Table_ID=828 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 828; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_AD_Issue */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -77,7 +77,7 @@ public interface I_AD_Issue */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Issue_ID */ public static final String COLUMNNAME_AD_Issue_ID = "AD_Issue_ID"; @@ -92,6 +92,15 @@ public interface I_AD_Issue */ public int getAD_Issue_ID(); + /** Column name AD_Issue_UU */ + public static final String COLUMNNAME_AD_Issue_UU = "AD_Issue_UU"; + + /** Set AD_Issue_UU */ + public void setAD_Issue_UU (String AD_Issue_UU); + + /** Get AD_Issue_UU */ + public String getAD_Issue_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -118,7 +127,7 @@ public interface I_AD_Issue */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -133,7 +142,7 @@ public interface I_AD_Issue */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name Comments */ public static final String COLUMNNAME_Comments = "Comments"; @@ -485,7 +494,7 @@ public interface I_AD_Issue */ public int getR_IssueKnown_ID(); - public I_R_IssueKnown getR_IssueKnown() throws RuntimeException; + public org.compiere.model.I_R_IssueKnown getR_IssueKnown() throws RuntimeException; /** Column name R_IssueProject_ID */ public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID"; @@ -500,7 +509,7 @@ public interface I_AD_Issue */ public int getR_IssueProject_ID(); - public I_R_IssueProject getR_IssueProject() throws RuntimeException; + public org.compiere.model.I_R_IssueProject getR_IssueProject() throws RuntimeException; /** Column name R_IssueSystem_ID */ public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID"; @@ -515,7 +524,7 @@ public interface I_AD_Issue */ public int getR_IssueSystem_ID(); - public I_R_IssueSystem getR_IssueSystem() throws RuntimeException; + public org.compiere.model.I_R_IssueSystem getR_IssueSystem() throws RuntimeException; /** Column name R_IssueUser_ID */ public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID"; @@ -530,7 +539,7 @@ public interface I_AD_Issue */ public int getR_IssueUser_ID(); - public I_R_IssueUser getR_IssueUser() throws RuntimeException; + public org.compiere.model.I_R_IssueUser getR_IssueUser() throws RuntimeException; /** Column name R_Request_ID */ public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; @@ -545,7 +554,7 @@ public interface I_AD_Issue */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws RuntimeException; + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException; /** Column name SourceClassName */ public static final String COLUMNNAME_SourceClassName = "SourceClassName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java index 3aa5cbc8e2..d2c37d5198 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LabelPrinter - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_LabelPrinter { @@ -31,7 +31,7 @@ public interface I_AD_LabelPrinter public static final String Table_Name = "AD_LabelPrinter"; /** AD_Table_ID=626 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 626; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_LabelPrinter */ public int getAD_LabelPrinter_ID(); + /** Column name AD_LabelPrinter_UU */ + public static final String COLUMNNAME_AD_LabelPrinter_UU = "AD_LabelPrinter_UU"; + + /** Set AD_LabelPrinter_UU */ + public void setAD_LabelPrinter_UU (String AD_LabelPrinter_UU); + + /** Get AD_LabelPrinter_UU */ + public String getAD_LabelPrinter_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java index 1d871c5d80..e53f167bdc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LabelPrinterFunction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LabelPrinterFunction - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_LabelPrinterFunction { @@ -31,7 +31,7 @@ public interface I_AD_LabelPrinterFunction public static final String Table_Name = "AD_LabelPrinterFunction"; /** AD_Table_ID=624 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 624; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_LabelPrinterFunction */ public int getAD_LabelPrinterFunction_ID(); + /** Column name AD_LabelPrinterFunction_UU */ + public static final String COLUMNNAME_AD_LabelPrinterFunction_UU = "AD_LabelPrinterFunction_UU"; + + /** Set AD_LabelPrinterFunction_UU */ + public void setAD_LabelPrinterFunction_UU (String AD_LabelPrinterFunction_UU); + + /** Get AD_LabelPrinterFunction_UU */ + public String getAD_LabelPrinterFunction_UU(); + /** Column name AD_LabelPrinter_ID */ public static final String COLUMNNAME_AD_LabelPrinter_ID = "AD_LabelPrinter_ID"; @@ -75,7 +84,7 @@ public interface I_AD_LabelPrinterFunction */ public int getAD_LabelPrinter_ID(); - public I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException; + public org.compiere.model.I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Language.java b/org.adempiere.base/src/org/compiere/model/I_AD_Language.java index 52c70131b8..e8a81c57af 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Language.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Language.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Language - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Language { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java index c7c10ab481..4fe86bfddf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LdapAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LdapAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_LdapAccess { @@ -31,7 +31,7 @@ public interface I_AD_LdapAccess public static final String Table_Name = "AD_LdapAccess"; /** AD_Table_ID=904 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 904; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_LdapAccess */ public int getAD_LdapAccess_ID(); + /** Column name AD_LdapAccess_UU */ + public static final String COLUMNNAME_AD_LdapAccess_UU = "AD_LdapAccess_UU"; + + /** Set AD_LdapAccess_UU */ + public void setAD_LdapAccess_UU (String AD_LdapAccess_UU); + + /** Get AD_LdapAccess_UU */ + public String getAD_LdapAccess_UU(); + /** Column name AD_LdapProcessor_ID */ public static final String COLUMNNAME_AD_LdapProcessor_ID = "AD_LdapProcessor_ID"; @@ -75,7 +84,7 @@ public interface I_AD_LdapAccess */ public int getAD_LdapProcessor_ID(); - public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException; + public org.compiere.model.I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -103,7 +112,7 @@ public interface I_AD_LdapAccess */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -173,7 +182,7 @@ public interface I_AD_LdapAccess */ public int getR_InterestArea_ID(); - public I_R_InterestArea getR_InterestArea() throws RuntimeException; + public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException; /** Column name Summary */ public static final String COLUMNNAME_Summary = "Summary"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java index f18c5330a5..e21f1e3ac8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LdapProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_LdapProcessor { @@ -31,7 +31,7 @@ public interface I_AD_LdapProcessor public static final String Table_Name = "AD_LdapProcessor"; /** AD_Table_ID=902 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 902; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_LdapProcessor */ public int getAD_LdapProcessor_ID(); + /** Column name AD_LdapProcessor_UU */ + public static final String COLUMNNAME_AD_LdapProcessor_UU = "AD_LdapProcessor_UU"; + + /** Set AD_LdapProcessor_UU */ + public void setAD_LdapProcessor_UU (String AD_LdapProcessor_UU); + + /** Get AD_LdapProcessor_UU */ + public String getAD_LdapProcessor_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -204,7 +213,7 @@ public interface I_AD_LdapProcessor */ public int getSupervisor_ID(); - public I_AD_User getSupervisor() throws RuntimeException; + public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java index 4a723042c0..5ef1a87225 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_LdapProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_LdapProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_LdapProcessorLog { @@ -31,7 +31,7 @@ public interface I_AD_LdapProcessorLog public static final String Table_Name = "AD_LdapProcessorLog"; /** AD_Table_ID=903 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 903; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_LdapProcessorLog */ public int getAD_LdapProcessor_ID(); - public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException; + public org.compiere.model.I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException; /** Column name AD_LdapProcessorLog_ID */ public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID"; @@ -77,6 +77,15 @@ public interface I_AD_LdapProcessorLog */ public int getAD_LdapProcessorLog_ID(); + /** Column name AD_LdapProcessorLog_UU */ + public static final String COLUMNNAME_AD_LdapProcessorLog_UU = "AD_LdapProcessorLog_UU"; + + /** Set AD_LdapProcessorLog_UU */ + public void setAD_LdapProcessorLog_UU (String AD_LdapProcessorLog_UU); + + /** Get AD_LdapProcessorLog_UU */ + public String getAD_LdapProcessorLog_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java b/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java index be4e2c9663..8d7b878515 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Menu.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Menu - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Menu { @@ -31,7 +31,7 @@ public interface I_AD_Menu public static final String Table_Name = "AD_Menu"; /** AD_Table_ID=116 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 116; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_Menu */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Menu_ID */ public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID"; @@ -90,6 +90,15 @@ public interface I_AD_Menu */ public int getAD_Menu_ID(); + /** Column name AD_Menu_UU */ + public static final String COLUMNNAME_AD_Menu_UU = "AD_Menu_UU"; + + /** Set AD_Menu_UU */ + public void setAD_Menu_UU (String AD_Menu_UU); + + /** Get AD_Menu_UU */ + public String getAD_Menu_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -116,7 +125,7 @@ public interface I_AD_Menu */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Task_ID */ public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; @@ -131,7 +140,7 @@ public interface I_AD_Menu */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws RuntimeException; + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -146,7 +155,7 @@ public interface I_AD_Menu */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name AD_Workbench_ID */ public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID"; @@ -161,7 +170,7 @@ public interface I_AD_Menu */ public int getAD_Workbench_ID(); - public I_AD_Workbench getAD_Workbench() throws RuntimeException; + public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -176,7 +185,7 @@ public interface I_AD_Menu */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Message.java b/org.adempiere.base/src/org/compiere/model/I_AD_Message.java index 991a5aff33..320234c224 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Message.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Message.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Message - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Message { @@ -31,7 +31,7 @@ public interface I_AD_Message public static final String Table_Name = "AD_Message"; /** AD_Table_ID=109 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 109; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Message */ public int getAD_Message_ID(); + /** Column name AD_Message_UU */ + public static final String COLUMNNAME_AD_Message_UU = "AD_Message_UU"; + + /** Set AD_Message_UU */ + public void setAD_Message_UU (String AD_Message_UU); + + /** Get AD_Message_UU */ + public String getAD_Message_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java b/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java index 249c59d4e0..ea16a8058f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_MigrationScript.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_MigrationScript - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_MigrationScript { @@ -31,7 +31,7 @@ public interface I_AD_MigrationScript public static final String Table_Name = "AD_MigrationScript"; /** AD_Table_ID=53064 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53064; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_MigrationScript */ public int getAD_MigrationScript_ID(); + /** Column name AD_MigrationScript_UU */ + public static final String COLUMNNAME_AD_MigrationScript_UU = "AD_MigrationScript_UU"; + + /** Set AD_MigrationScript_UU */ + public void setAD_MigrationScript_UU (String AD_MigrationScript_UU); + + /** Get AD_MigrationScript_UU */ + public String getAD_MigrationScript_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -255,12 +264,12 @@ public interface I_AD_MigrationScript public static final String COLUMNNAME_URL = "URL"; /** Set URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL); /** Get URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public String getURL(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java b/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java index efc7e9d2eb..c8a183cded 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ModelValidator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ModelValidator - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ModelValidator { @@ -31,7 +31,7 @@ public interface I_AD_ModelValidator public static final String Table_Name = "AD_ModelValidator"; /** AD_Table_ID=53014 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53014; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -58,6 +58,15 @@ public interface I_AD_ModelValidator /** Get Model Validator */ public int getAD_ModelValidator_ID(); + /** Column name AD_ModelValidator_UU */ + public static final String COLUMNNAME_AD_ModelValidator_UU = "AD_ModelValidator_UU"; + + /** Set AD_ModelValidator_UU */ + public void setAD_ModelValidator_UU (String AD_ModelValidator_UU); + + /** Get AD_ModelValidator_UU */ + public String getAD_ModelValidator_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java b/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java index 950bd4fc32..c2b517b59c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Modification.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Modification - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Modification { @@ -31,7 +31,7 @@ public interface I_AD_Modification public static final String Table_Name = "AD_Modification"; /** AD_Table_ID=883 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 883; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Modification */ public int getAD_Modification_ID(); + /** Column name AD_Modification_UU */ + public static final String COLUMNNAME_AD_Modification_UU = "AD_Modification_UU"; + + /** Set AD_Modification_UU */ + public void setAD_Modification_UU (String AD_Modification_UU); + + /** Get AD_Modification_UU */ + public String getAD_Modification_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Note.java b/org.adempiere.base/src/org/compiere/model/I_AD_Note.java index df9976b050..7ef579e1c1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Note.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Note.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Note - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Note { @@ -31,7 +31,7 @@ public interface I_AD_Note public static final String Table_Name = "AD_Note"; /** AD_Table_ID=389 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 389; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_Note */ public int getAD_Message_ID(); - public I_AD_Message getAD_Message() throws RuntimeException; + public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException; /** Column name AD_Note_ID */ public static final String COLUMNNAME_AD_Note_ID = "AD_Note_ID"; @@ -77,6 +77,15 @@ public interface I_AD_Note */ public int getAD_Note_ID(); + /** Column name AD_Note_UU */ + public static final String COLUMNNAME_AD_Note_UU = "AD_Note_UU"; + + /** Set AD_Note_UU */ + public void setAD_Note_UU (String AD_Note_UU); + + /** Get AD_Note_UU */ + public String getAD_Note_UU(); + /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -103,7 +112,7 @@ public interface I_AD_Note */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -118,7 +127,7 @@ public interface I_AD_Note */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_WF_Activity_ID */ public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID"; @@ -133,7 +142,7 @@ public interface I_AD_Note */ public int getAD_WF_Activity_ID(); - public I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException; + public org.compiere.model.I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Org.java b/org.adempiere.base/src/org/compiere/model/I_AD_Org.java index 002940f30c..6adf47a5e5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Org.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Org.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Org - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Org { @@ -31,7 +31,7 @@ public interface I_AD_Org public static final String Table_Name = "AD_Org"; /** AD_Table_ID=155 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 155; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Org */ public int getAD_Org_ID(); + /** Column name AD_Org_UU */ + public static final String COLUMNNAME_AD_Org_UU = "AD_Org_UU"; + + /** Set AD_Org_UU */ + public void setAD_Org_UU (String AD_Org_UU); + + /** Get AD_Org_UU */ + public String getAD_Org_UU(); + /** Column name AD_ReplicationStrategy_ID */ public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Org */ public int getAD_ReplicationStrategy_ID(); - public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException; + public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java b/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java index 2160b3249d..e88d3f28cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_OrgInfo.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_OrgInfo - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_OrgInfo { @@ -31,7 +31,7 @@ public interface I_AD_OrgInfo public static final String Table_Name = "AD_OrgInfo"; /** AD_Table_ID=228 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 228; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_OrgInfo */ public int getAD_Org_ID(); + /** Column name AD_OrgInfo_UU */ + public static final String COLUMNNAME_AD_OrgInfo_UU = "AD_OrgInfo_UU"; + + /** Set AD_OrgInfo_UU */ + public void setAD_OrgInfo_UU (String AD_OrgInfo_UU); + + /** Get AD_OrgInfo_UU */ + public String getAD_OrgInfo_UU(); + /** Column name AD_OrgType_ID */ public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID"; @@ -75,7 +84,7 @@ public interface I_AD_OrgInfo */ public int getAD_OrgType_ID(); - public I_AD_OrgType getAD_OrgType() throws RuntimeException; + public org.compiere.model.I_AD_OrgType getAD_OrgType() throws RuntimeException; /** Column name C_Calendar_ID */ public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; @@ -90,7 +99,7 @@ public interface I_AD_OrgInfo */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; @@ -136,7 +145,7 @@ public interface I_AD_OrgInfo */ public int getDropShip_Warehouse_ID(); - public I_M_Warehouse getDropShip_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getDropShip_Warehouse() throws RuntimeException; /** Column name DUNS */ public static final String COLUMNNAME_DUNS = "DUNS"; @@ -212,7 +221,7 @@ public interface I_AD_OrgInfo */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Parent_Org_ID */ public static final String COLUMNNAME_Parent_Org_ID = "Parent_Org_ID"; @@ -279,7 +288,7 @@ public interface I_AD_OrgInfo */ public int getSupervisor_ID(); - public I_AD_User getSupervisor() throws RuntimeException; + public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException; /** Column name TaxID */ public static final String COLUMNNAME_TaxID = "TaxID"; @@ -307,7 +316,7 @@ public interface I_AD_OrgInfo */ public int getTransferBank_ID(); - public I_C_Bank getTransferBank() throws RuntimeException; + public org.compiere.model.I_C_Bank getTransferBank() throws RuntimeException; /** Column name TransferCashBook_ID */ public static final String COLUMNNAME_TransferCashBook_ID = "TransferCashBook_ID"; @@ -318,7 +327,7 @@ public interface I_AD_OrgInfo /** Get CashBook for transfers */ public int getTransferCashBook_ID(); - public I_C_CashBook getTransferCashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getTransferCashBook() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java b/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java index 948bb42025..45c35d589d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_OrgType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_OrgType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_OrgType { @@ -31,7 +31,7 @@ public interface I_AD_OrgType public static final String Table_Name = "AD_OrgType"; /** AD_Table_ID=689 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 689; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_OrgType */ public int getAD_OrgType_ID(); + /** Column name AD_OrgType_UU */ + public static final String COLUMNNAME_AD_OrgType_UU = "AD_OrgType_UU"; + + /** Set AD_OrgType_UU */ + public void setAD_OrgType_UU (String AD_OrgType_UU); + + /** Get AD_OrgType_UU */ + public String getAD_OrgType_UU(); + /** Column name AD_PrintColor_ID */ public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID"; @@ -88,7 +97,7 @@ public interface I_AD_OrgType */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java index ace2d6d9ad..dfec744ed4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PInstance { @@ -31,7 +31,7 @@ public interface I_AD_PInstance public static final String Table_Name = "AD_PInstance"; /** AD_Table_ID=282 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 282; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_PInstance */ public int getAD_PInstance_ID(); + /** Column name AD_PInstance_UU */ + public static final String COLUMNNAME_AD_PInstance_UU = "AD_PInstance_UU"; + + /** Set AD_PInstance_UU */ + public void setAD_PInstance_UU (String AD_PInstance_UU); + + /** Get AD_PInstance_UU */ + public String getAD_PInstance_UU(); + /** Column name AD_Process_ID */ public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; @@ -88,7 +97,7 @@ public interface I_AD_PInstance */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -103,7 +112,7 @@ public interface I_AD_PInstance */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java index a6e4f4e39d..4ab276a856 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Log.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PInstance_Log - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PInstance_Log { @@ -31,7 +31,7 @@ public interface I_AD_PInstance_Log public static final String Table_Name = "AD_PInstance_Log"; /** AD_Table_ID=578 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 578; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,31 @@ public interface I_AD_PInstance_Log */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; + + /** Column name AD_PInstance_Log_UU */ + public static final String COLUMNNAME_AD_PInstance_Log_UU = "AD_PInstance_Log_UU"; + + /** Set AD_PInstance_Log_UU */ + public void setAD_PInstance_Log_UU (String AD_PInstance_Log_UU); + + /** Get AD_PInstance_Log_UU */ + public String getAD_PInstance_Log_UU(); + + /** Column name AD_Table_ID */ + public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; + + /** Set Table. + * Database Table information + */ + public void setAD_Table_ID (int AD_Table_ID); + + /** Get Table. + * Database Table information + */ + public int getAD_Table_ID(); + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Log_ID */ public static final String COLUMNNAME_Log_ID = "Log_ID"; @@ -108,4 +132,17 @@ public interface I_AD_PInstance_Log * Process Parameter */ public BigDecimal getP_Number(); + + /** Column name Record_ID */ + public static final String COLUMNNAME_Record_ID = "Record_ID"; + + /** Set Record ID. + * Direct internal record ID + */ + public void setRecord_ID (int Record_ID); + + /** Get Record ID. + * Direct internal record ID + */ + public int getRecord_ID(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java index 0d3fa4d184..685360c9a9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PInstance_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PInstance_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PInstance_Para { @@ -31,7 +31,7 @@ public interface I_AD_PInstance_Para public static final String Table_Name = "AD_PInstance_Para"; /** AD_Table_ID=283 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 283; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_PInstance_Para */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; + + /** Column name AD_PInstance_Para_UU */ + public static final String COLUMNNAME_AD_PInstance_Para_UU = "AD_PInstance_Para_UU"; + + /** Set AD_PInstance_Para_UU */ + public void setAD_PInstance_Para_UU (String AD_PInstance_Para_UU); + + /** Get AD_PInstance_Para_UU */ + public String getAD_PInstance_Para_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java index f7a08a7855..e2074c8fa7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Exp - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Exp { @@ -65,19 +65,19 @@ public interface I_AD_Package_Exp /** Column name AD_Package_Exp_ID */ public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID"; - /** Set Pack Out */ + /** Set Package Exp. */ public void setAD_Package_Exp_ID (int AD_Package_Exp_ID); - /** Get Pack Out */ + /** Get Package Exp. */ public int getAD_Package_Exp_ID(); /** Column name AD_Package_Exp_UU */ public static final String COLUMNNAME_AD_Package_Exp_UU = "AD_Package_Exp_UU"; - /** Set Pack Out UUID */ + /** Set AD_Package_Exp_UU */ public void setAD_Package_Exp_UU (String AD_Package_Exp_UU); - /** Get Pack Out UUID */ + /** Get AD_Package_Exp_UU */ public String getAD_Package_Exp_UU(); /** Column name AD_Package_Type */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java index 2722710b97..3a321d2472 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Exp_Detail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Exp_Detail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Exp_Detail { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java index 57937e48f2..b367fe118b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Imp { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java index eaea89db02..1299e29ca3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Backup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Backup - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Imp_Backup { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java index b4f7a7e75a..dbcf1e8a69 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Detail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Detail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Imp_Detail { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java index 0250126ca3..13006ad3d4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Inst.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Inst - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Imp_Inst { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java index 77dd525774..72d4807104 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Package_Imp_Proc.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Package_Imp_Proc - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Package_Imp_Proc { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java b/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java index f3a6f13009..081bec7185 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PasswordRule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PasswordRule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PasswordRule { @@ -195,10 +195,14 @@ public interface I_AD_PasswordRule /** Column name IsWhitespace */ public static final String COLUMNNAME_IsWhitespace = "IsWhitespace"; - /** Set Whitespace */ + /** Set Whitespace. + * Whitespace validation + */ public void setIsWhitespace (boolean IsWhitespace); - /** Get Whitespace */ + /** Get Whitespace. + * Whitespace validation + */ public boolean isWhitespace(); /** Column name LowercaseCharacter */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java b/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java index 1b76f63dad..d38b553f07 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Preference.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Preference - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Preference { @@ -31,7 +31,7 @@ public interface I_AD_Preference public static final String Table_Name = "AD_Preference"; /** AD_Table_ID=195 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 195; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Preference */ public int getAD_Preference_ID(); + /** Column name AD_Preference_UU */ + public static final String COLUMNNAME_AD_Preference_UU = "AD_Preference_UU"; + + /** Set AD_Preference_UU */ + public void setAD_Preference_UU (String AD_Preference_UU); + + /** Get AD_Preference_UU */ + public String getAD_Preference_UU(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -88,7 +97,7 @@ public interface I_AD_Preference */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -103,7 +112,7 @@ public interface I_AD_Preference */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name Attribute */ public static final String COLUMNNAME_Attribute = "Attribute"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java index 992a129e92..4cf5d91f37 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintColor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintColor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintColor { @@ -31,7 +31,7 @@ public interface I_AD_PrintColor public static final String Table_Name = "AD_PrintColor"; /** AD_Table_ID=490 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 490; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_PrintColor */ public int getAD_PrintColor_ID(); + /** Column name AD_PrintColor_UU */ + public static final String COLUMNNAME_AD_PrintColor_UU = "AD_PrintColor_UU"; + + /** Set AD_PrintColor_UU */ + public void setAD_PrintColor_UU (String AD_PrintColor_UU); + + /** Get AD_PrintColor_UU */ + public String getAD_PrintColor_UU(); + /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java index ea8df72cd2..9d7bb48982 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFont.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintFont - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintFont { @@ -31,7 +31,7 @@ public interface I_AD_PrintFont public static final String Table_Name = "AD_PrintFont"; /** AD_Table_ID=491 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 491; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_PrintFont */ public int getAD_PrintFont_ID(); + /** Column name AD_PrintFont_UU */ + public static final String COLUMNNAME_AD_PrintFont_UU = "AD_PrintFont_UU"; + + /** Set AD_PrintFont_UU */ + public void setAD_PrintFont_UU (String AD_PrintFont_UU); + + /** Get AD_PrintFont_UU */ + public String getAD_PrintFont_UU(); + /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java index 67dcd64645..f1a30e0893 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintForm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintForm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintForm { @@ -31,7 +31,7 @@ public interface I_AD_PrintForm public static final String Table_Name = "AD_PrintForm"; /** AD_Table_ID=454 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 454; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_PrintForm */ public int getAD_PrintForm_ID(); + /** Column name AD_PrintForm_UU */ + public static final String COLUMNNAME_AD_PrintForm_UU = "AD_PrintForm_UU"; + + /** Set AD_PrintForm_UU */ + public void setAD_PrintForm_UU (String AD_PrintForm_UU); + + /** Get AD_PrintForm_UU */ + public String getAD_PrintForm_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -117,7 +126,7 @@ public interface I_AD_PrintForm */ public int getDistrib_Order_MailText_ID(); - public I_R_MailText getDistrib_Order_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getDistrib_Order_MailText() throws RuntimeException; /** Column name Distrib_Order_PrintFormat_ID */ public static final String COLUMNNAME_Distrib_Order_PrintFormat_ID = "Distrib_Order_PrintFormat_ID"; @@ -132,7 +141,7 @@ public interface I_AD_PrintForm */ public int getDistrib_Order_PrintFormat_ID(); - public I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException; /** Column name Invoice_MailText_ID */ public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID"; @@ -147,7 +156,7 @@ public interface I_AD_PrintForm */ public int getInvoice_MailText_ID(); - public I_R_MailText getInvoice_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getInvoice_MailText() throws RuntimeException; /** Column name Invoice_PrintFormat_ID */ public static final String COLUMNNAME_Invoice_PrintFormat_ID = "Invoice_PrintFormat_ID"; @@ -162,7 +171,7 @@ public interface I_AD_PrintForm */ public int getInvoice_PrintFormat_ID(); - public I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -190,7 +199,7 @@ public interface I_AD_PrintForm */ public int getManuf_Order_MailText_ID(); - public I_R_MailText getManuf_Order_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getManuf_Order_MailText() throws RuntimeException; /** Column name Manuf_Order_PrintFormat_ID */ public static final String COLUMNNAME_Manuf_Order_PrintFormat_ID = "Manuf_Order_PrintFormat_ID"; @@ -205,7 +214,7 @@ public interface I_AD_PrintForm */ public int getManuf_Order_PrintFormat_ID(); - public I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -233,7 +242,7 @@ public interface I_AD_PrintForm */ public int getOrder_MailText_ID(); - public I_R_MailText getOrder_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getOrder_MailText() throws RuntimeException; /** Column name Order_PrintFormat_ID */ public static final String COLUMNNAME_Order_PrintFormat_ID = "Order_PrintFormat_ID"; @@ -248,7 +257,7 @@ public interface I_AD_PrintForm */ public int getOrder_PrintFormat_ID(); - public I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException; /** Column name Project_MailText_ID */ public static final String COLUMNNAME_Project_MailText_ID = "Project_MailText_ID"; @@ -263,7 +272,7 @@ public interface I_AD_PrintForm */ public int getProject_MailText_ID(); - public I_R_MailText getProject_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getProject_MailText() throws RuntimeException; /** Column name Project_PrintFormat_ID */ public static final String COLUMNNAME_Project_PrintFormat_ID = "Project_PrintFormat_ID"; @@ -278,7 +287,7 @@ public interface I_AD_PrintForm */ public int getProject_PrintFormat_ID(); - public I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException; /** Column name Remittance_MailText_ID */ public static final String COLUMNNAME_Remittance_MailText_ID = "Remittance_MailText_ID"; @@ -293,7 +302,7 @@ public interface I_AD_PrintForm */ public int getRemittance_MailText_ID(); - public I_R_MailText getRemittance_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getRemittance_MailText() throws RuntimeException; /** Column name Remittance_PrintFormat_ID */ public static final String COLUMNNAME_Remittance_PrintFormat_ID = "Remittance_PrintFormat_ID"; @@ -308,7 +317,7 @@ public interface I_AD_PrintForm */ public int getRemittance_PrintFormat_ID(); - public I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException; /** Column name Shipment_MailText_ID */ public static final String COLUMNNAME_Shipment_MailText_ID = "Shipment_MailText_ID"; @@ -323,7 +332,7 @@ public interface I_AD_PrintForm */ public int getShipment_MailText_ID(); - public I_R_MailText getShipment_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getShipment_MailText() throws RuntimeException; /** Column name Shipment_PrintFormat_ID */ public static final String COLUMNNAME_Shipment_PrintFormat_ID = "Shipment_PrintFormat_ID"; @@ -338,7 +347,7 @@ public interface I_AD_PrintForm */ public int getShipment_PrintFormat_ID(); - public I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java index e67d4b8e3e..6424884008 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintFormat - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintFormat { @@ -31,7 +31,7 @@ public interface I_AD_PrintFormat public static final String Table_Name = "AD_PrintFormat"; /** AD_Table_ID=493 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 493; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_PrintFormat */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name AD_PrintFont_ID */ public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID"; @@ -90,7 +90,7 @@ public interface I_AD_PrintFormat */ public int getAD_PrintFont_ID(); - public I_AD_PrintFont getAD_PrintFont() throws RuntimeException; + public org.compiere.model.I_AD_PrintFont getAD_PrintFont() throws RuntimeException; /** Column name AD_PrintFormat_ID */ public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID"; @@ -105,6 +105,15 @@ public interface I_AD_PrintFormat */ public int getAD_PrintFormat_ID(); + /** Column name AD_PrintFormat_UU */ + public static final String COLUMNNAME_AD_PrintFormat_UU = "AD_PrintFormat_UU"; + + /** Set AD_PrintFormat_UU */ + public void setAD_PrintFormat_UU (String AD_PrintFormat_UU); + + /** Get AD_PrintFormat_UU */ + public String getAD_PrintFormat_UU(); + /** Column name AD_PrintPaper_ID */ public static final String COLUMNNAME_AD_PrintPaper_ID = "AD_PrintPaper_ID"; @@ -118,7 +127,7 @@ public interface I_AD_PrintFormat */ public int getAD_PrintPaper_ID(); - public I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException; + public org.compiere.model.I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException; /** Column name AD_PrintTableFormat_ID */ public static final String COLUMNNAME_AD_PrintTableFormat_ID = "AD_PrintTableFormat_ID"; @@ -133,7 +142,7 @@ public interface I_AD_PrintFormat */ public int getAD_PrintTableFormat_ID(); - public I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException; /** Column name AD_ReportView_ID */ public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID"; @@ -148,7 +157,7 @@ public interface I_AD_PrintFormat */ public int getAD_ReportView_ID(); - public I_AD_ReportView getAD_ReportView() throws RuntimeException; + public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -163,7 +172,7 @@ public interface I_AD_PrintFormat */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Args */ public static final String COLUMNNAME_Args = "Args"; @@ -329,7 +338,7 @@ public interface I_AD_PrintFormat */ public int getJasperProcess_ID(); - public I_AD_Process getJasperProcess() throws RuntimeException; + public org.compiere.model.I_AD_Process getJasperProcess() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java index d89c0fe692..c1e8c4d828 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintFormatItem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintFormatItem - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintFormatItem { @@ -31,7 +31,7 @@ public interface I_AD_PrintFormatItem public static final String Table_Name = "AD_PrintFormatItem"; /** AD_Table_ID=489 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 489; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_PrintFormatItem */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +90,7 @@ public interface I_AD_PrintFormatItem */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name AD_PrintFont_ID */ public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID"; @@ -105,7 +105,7 @@ public interface I_AD_PrintFormatItem */ public int getAD_PrintFont_ID(); - public I_AD_PrintFont getAD_PrintFont() throws RuntimeException; + public org.compiere.model.I_AD_PrintFont getAD_PrintFont() throws RuntimeException; /** Column name AD_PrintFormatChild_ID */ public static final String COLUMNNAME_AD_PrintFormatChild_ID = "AD_PrintFormatChild_ID"; @@ -120,7 +120,7 @@ public interface I_AD_PrintFormatItem */ public int getAD_PrintFormatChild_ID(); - public I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException; /** Column name AD_PrintFormat_ID */ public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID"; @@ -135,7 +135,7 @@ public interface I_AD_PrintFormatItem */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name AD_PrintFormatItem_ID */ public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID"; @@ -150,6 +150,15 @@ public interface I_AD_PrintFormatItem */ public int getAD_PrintFormatItem_ID(); + /** Column name AD_PrintFormatItem_UU */ + public static final String COLUMNNAME_AD_PrintFormatItem_UU = "AD_PrintFormatItem_UU"; + + /** Set AD_PrintFormatItem_UU */ + public void setAD_PrintFormatItem_UU (String AD_PrintFormatItem_UU); + + /** Get AD_PrintFormatItem_UU */ + public String getAD_PrintFormatItem_UU(); + /** Column name AD_PrintGraph_ID */ public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID"; @@ -163,7 +172,7 @@ public interface I_AD_PrintFormatItem */ public int getAD_PrintGraph_ID(); - public I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException; + public org.compiere.model.I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException; /** Column name ArcDiameter */ public static final String COLUMNNAME_ArcDiameter = "ArcDiameter"; @@ -324,6 +333,19 @@ public interface I_AD_PrintFormatItem */ public boolean isCounted(); + /** Column name IsDesc */ + public static final String COLUMNNAME_IsDesc = "IsDesc"; + + /** Set Descending. + * Sort your data using a SQL Desc Order By statement + */ + public void setIsDesc (boolean IsDesc); + + /** Get Descending. + * Sort your data using a SQL Desc Order By statement + */ + public boolean isDesc(); + /** Column name IsDeviationCalc */ public static final String COLUMNNAME_IsDeviationCalc = "IsDeviationCalc"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java index ec68e1f780..f2e4741e1e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintGraph.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintGraph - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintGraph { @@ -31,7 +31,7 @@ public interface I_AD_PrintGraph public static final String Table_Name = "AD_PrintGraph"; /** AD_Table_ID=521 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 521; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_PrintGraph */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name AD_PrintGraph_ID */ public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID"; @@ -90,6 +90,15 @@ public interface I_AD_PrintGraph */ public int getAD_PrintGraph_ID(); + /** Column name AD_PrintGraph_UU */ + public static final String COLUMNNAME_AD_PrintGraph_UU = "AD_PrintGraph_UU"; + + /** Set AD_PrintGraph_UU */ + public void setAD_PrintGraph_UU (String AD_PrintGraph_UU); + + /** Get AD_PrintGraph_UU */ + public String getAD_PrintGraph_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,7 +128,7 @@ public interface I_AD_PrintGraph */ public int getData1_PrintFormatItem_ID(); - public I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException; /** Column name Data2_PrintFormatItem_ID */ public static final String COLUMNNAME_Data2_PrintFormatItem_ID = "Data2_PrintFormatItem_ID"; @@ -134,7 +143,7 @@ public interface I_AD_PrintGraph */ public int getData2_PrintFormatItem_ID(); - public I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException; /** Column name Data3_PrintFormatItem_ID */ public static final String COLUMNNAME_Data3_PrintFormatItem_ID = "Data3_PrintFormatItem_ID"; @@ -149,7 +158,7 @@ public interface I_AD_PrintGraph */ public int getData3_PrintFormatItem_ID(); - public I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException; /** Column name Data4_PrintFormatItem_ID */ public static final String COLUMNNAME_Data4_PrintFormatItem_ID = "Data4_PrintFormatItem_ID"; @@ -164,7 +173,7 @@ public interface I_AD_PrintGraph */ public int getData4_PrintFormatItem_ID(); - public I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException; /** Column name Data_PrintFormatItem_ID */ public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID"; @@ -179,7 +188,7 @@ public interface I_AD_PrintGraph */ public int getData_PrintFormatItem_ID(); - public I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -207,7 +216,7 @@ public interface I_AD_PrintGraph */ public int getDescription_PrintFormatItem_ID(); - public I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException; /** Column name GraphType */ public static final String COLUMNNAME_GraphType = "GraphType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java index d045551ae1..65cb261063 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintLabel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintLabel { @@ -31,7 +31,7 @@ public interface I_AD_PrintLabel public static final String Table_Name = "AD_PrintLabel"; /** AD_Table_ID=570 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 570; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_AD_PrintLabel */ public int getAD_PrintLabel_ID(); + /** Column name AD_PrintLabel_UU */ + public static final String COLUMNNAME_AD_PrintLabel_UU = "AD_PrintLabel_UU"; + + /** Set AD_PrintLabel_UU */ + public void setAD_PrintLabel_UU (String AD_PrintLabel_UU); + + /** Get AD_PrintLabel_UU */ + public String getAD_PrintLabel_UU(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -101,7 +110,7 @@ public interface I_AD_PrintLabel */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java index 1852f3fc5d..76c137e62d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintLabelLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintLabelLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintLabelLine { @@ -31,7 +31,7 @@ public interface I_AD_PrintLabelLine public static final String Table_Name = "AD_PrintLabelLine"; /** AD_Table_ID=569 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 569; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_PrintLabelLine */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_LabelPrinterFunction_ID */ public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID"; @@ -77,7 +77,7 @@ public interface I_AD_PrintLabelLine */ public int getAD_LabelPrinterFunction_ID(); - public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException; + public org.compiere.model.I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -105,7 +105,7 @@ public interface I_AD_PrintLabelLine */ public int getAD_PrintLabel_ID(); - public I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException; + public org.compiere.model.I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException; /** Column name AD_PrintLabelLine_ID */ public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_ID"; @@ -120,6 +120,15 @@ public interface I_AD_PrintLabelLine */ public int getAD_PrintLabelLine_ID(); + /** Column name AD_PrintLabelLine_UU */ + public static final String COLUMNNAME_AD_PrintLabelLine_UU = "AD_PrintLabelLine_UU"; + + /** Set AD_PrintLabelLine_UU */ + public void setAD_PrintLabelLine_UU (String AD_PrintLabelLine_UU); + + /** Get AD_PrintLabelLine_UU */ + public String getAD_PrintLabelLine_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java index f35ae90563..0199abd61c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintPaper.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintPaper - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintPaper { @@ -31,7 +31,7 @@ public interface I_AD_PrintPaper public static final String Table_Name = "AD_PrintPaper"; /** AD_Table_ID=492 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 492; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_PrintPaper */ public int getAD_PrintPaper_ID(); + /** Column name AD_PrintPaper_UU */ + public static final String COLUMNNAME_AD_PrintPaper_UU = "AD_PrintPaper_UU"; + + /** Set AD_PrintPaper_UU */ + public void setAD_PrintPaper_UU (String AD_PrintPaper_UU); + + /** Get AD_PrintPaper_UU */ + public String getAD_PrintPaper_UU(); + /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java b/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java index 737c5b5124..0d6729283a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_PrintTableFormat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_PrintTableFormat - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_PrintTableFormat { @@ -31,7 +31,7 @@ public interface I_AD_PrintTableFormat public static final String Table_Name = "AD_PrintTableFormat"; /** AD_Table_ID=523 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 523; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_PrintTableFormat */ public int getAD_Image_ID(); - public I_AD_Image getAD_Image() throws RuntimeException; + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,6 +90,15 @@ public interface I_AD_PrintTableFormat */ public int getAD_PrintTableFormat_ID(); + /** Column name AD_PrintTableFormat_UU */ + public static final String COLUMNNAME_AD_PrintTableFormat_UU = "AD_PrintTableFormat_UU"; + + /** Set AD_PrintTableFormat_UU */ + public void setAD_PrintTableFormat_UU (String AD_PrintTableFormat_UU); + + /** Get AD_PrintTableFormat_UU */ + public String getAD_PrintTableFormat_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -171,7 +180,7 @@ public interface I_AD_PrintTableFormat */ public int getFunctBG_PrintColor_ID(); - public I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException; /** Column name FunctFG_PrintColor_ID */ public static final String COLUMNNAME_FunctFG_PrintColor_ID = "FunctFG_PrintColor_ID"; @@ -186,7 +195,7 @@ public interface I_AD_PrintTableFormat */ public int getFunctFG_PrintColor_ID(); - public I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException; /** Column name Funct_PrintFont_ID */ public static final String COLUMNNAME_Funct_PrintFont_ID = "Funct_PrintFont_ID"; @@ -201,7 +210,7 @@ public interface I_AD_PrintTableFormat */ public int getFunct_PrintFont_ID(); - public I_AD_PrintFont getFunct_PrintFont() throws RuntimeException; + public org.compiere.model.I_AD_PrintFont getFunct_PrintFont() throws RuntimeException; /** Column name HdrLine_PrintColor_ID */ public static final String COLUMNNAME_HdrLine_PrintColor_ID = "HdrLine_PrintColor_ID"; @@ -216,7 +225,7 @@ public interface I_AD_PrintTableFormat */ public int getHdrLine_PrintColor_ID(); - public I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException; /** Column name Hdr_PrintFont_ID */ public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID"; @@ -231,7 +240,7 @@ public interface I_AD_PrintTableFormat */ public int getHdr_PrintFont_ID(); - public I_AD_PrintFont getHdr_PrintFont() throws RuntimeException; + public org.compiere.model.I_AD_PrintFont getHdr_PrintFont() throws RuntimeException; /** Column name HdrStroke */ public static final String COLUMNNAME_HdrStroke = "HdrStroke"; @@ -272,7 +281,7 @@ public interface I_AD_PrintTableFormat */ public int getHdrTextBG_PrintColor_ID(); - public I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException; /** Column name HdrTextFG_PrintColor_ID */ public static final String COLUMNNAME_HdrTextFG_PrintColor_ID = "HdrTextFG_PrintColor_ID"; @@ -287,7 +296,7 @@ public interface I_AD_PrintTableFormat */ public int getHdrTextFG_PrintColor_ID(); - public I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException; /** Column name HeaderCenter */ public static final String COLUMNNAME_HeaderCenter = "HeaderCenter"; @@ -471,7 +480,7 @@ public interface I_AD_PrintTableFormat */ public int getLine_PrintColor_ID(); - public I_AD_PrintColor getLine_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getLine_PrintColor() throws RuntimeException; /** Column name LineStroke */ public static final String COLUMNNAME_LineStroke = "LineStroke"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java index 2e957ed51d..0e4ef22d3d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Private_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Private_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Private_Access { @@ -31,7 +31,7 @@ public interface I_AD_Private_Access public static final String Table_Name = "AD_Private_Access"; /** AD_Table_ID=627 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 627; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Private_Access */ public int getAD_Org_ID(); + /** Column name AD_Private_Access_UU */ + public static final String COLUMNNAME_AD_Private_Access_UU = "AD_Private_Access_UU"; + + /** Set AD_Private_Access_UU */ + public void setAD_Private_Access_UU (String AD_Private_Access_UU); + + /** Get AD_Private_Access_UU */ + public String getAD_Private_Access_UU(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Private_Access */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Private_Access */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Process.java b/org.adempiere.base/src/org/compiere/model/I_AD_Process.java index a2d2c2ec75..64f421f62b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Process.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Process { @@ -31,7 +31,7 @@ public interface I_AD_Process public static final String Table_Name = "AD_Process"; /** AD_Table_ID=284 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 284; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_Process */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -103,7 +103,7 @@ public interface I_AD_Process */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name AD_Process_ID */ public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; @@ -118,6 +118,15 @@ public interface I_AD_Process */ public int getAD_Process_ID(); + /** Column name AD_Process_UU */ + public static final String COLUMNNAME_AD_Process_UU = "AD_Process_UU"; + + /** Set AD_Process_UU */ + public void setAD_Process_UU (String AD_Process_UU); + + /** Get AD_Process_UU */ + public String getAD_Process_UU(); + /** Column name AD_ReportView_ID */ public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID"; @@ -131,7 +140,7 @@ public interface I_AD_Process */ public int getAD_ReportView_ID(); - public I_AD_ReportView getAD_ReportView() throws RuntimeException; + public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -146,7 +155,7 @@ public interface I_AD_Process */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Classname */ public static final String COLUMNNAME_Classname = "Classname"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java index d5d78ece0e..efe059d242 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Process_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Process_Access { @@ -31,7 +31,7 @@ public interface I_AD_Process_Access public static final String Table_Name = "AD_Process_Access"; /** AD_Table_ID=197 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 197; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Process_Access */ public int getAD_Org_ID(); + /** Column name AD_Process_Access_UU */ + public static final String COLUMNNAME_AD_Process_Access_UU = "AD_Process_Access_UU"; + + /** Set AD_Process_Access_UU */ + public void setAD_Process_Access_UU (String AD_Process_Access_UU); + + /** Get AD_Process_Access_UU */ + public String getAD_Process_Access_UU(); + /** Column name AD_Process_ID */ public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Process_Access */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Process_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java index 239aa4a97c..117d29d399 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Process_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Process_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Process_Para { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java b/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java index 1eecfd476c..7c25ebac22 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_RecentItem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_RecentItem - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_RecentItem { @@ -71,6 +71,15 @@ public interface I_AD_RecentItem /** Get Recent Item */ public int getAD_RecentItem_ID(); + /** Column name AD_RecentItem_UU */ + public static final String COLUMNNAME_AD_RecentItem_UU = "AD_RecentItem_UU"; + + /** Set AD_RecentItem_UU */ + public void setAD_RecentItem_UU (String AD_RecentItem_UU); + + /** Get AD_RecentItem_UU */ + public String getAD_RecentItem_UU(); + /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -119,12 +128,12 @@ public interface I_AD_RecentItem /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; - /** Set Usuario. + /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); - /** Get Usuario. + /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java index 0ba5e7a275..aa2af593c1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Record_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Record_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Record_Access { @@ -31,7 +31,7 @@ public interface I_AD_Record_Access public static final String Table_Name = "AD_Record_Access"; /** AD_Table_ID=567 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 567; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Record_Access */ public int getAD_Org_ID(); + /** Column name AD_Record_Access_UU */ + public static final String COLUMNNAME_AD_Record_Access_UU = "AD_Record_Access_UU"; + + /** Set AD_Record_Access_UU */ + public void setAD_Record_Access_UU (String AD_Record_Access_UU); + + /** Get AD_Record_Access_UU */ + public String getAD_Record_Access_UU(); + /** Column name AD_Role_ID */ public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Record_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Record_Access */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java index 5dafe14493..52a0a087d9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_List.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Ref_List - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Ref_List { @@ -31,7 +31,7 @@ public interface I_AD_Ref_List public static final String Table_Name = "AD_Ref_List"; /** AD_Table_ID=104 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 104; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_Ref_List */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; /** Column name AD_Ref_List_ID */ public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID"; @@ -90,6 +90,15 @@ public interface I_AD_Ref_List */ public int getAD_Ref_List_ID(); + /** Column name AD_Ref_List_UU */ + public static final String COLUMNNAME_AD_Ref_List_UU = "AD_Ref_List_UU"; + + /** Set AD_Ref_List_UU */ + public void setAD_Ref_List_UU (String AD_Ref_List_UU); + + /** Get AD_Ref_List_UU */ + public String getAD_Ref_List_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java index 8008d02424..eca9da3f59 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Ref_Table.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Ref_Table - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Ref_Table { @@ -31,7 +31,7 @@ public interface I_AD_Ref_Table public static final String Table_Name = "AD_Ref_Table"; /** AD_Table_ID=103 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 103; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_Ref_Table */ public int getAD_Display(); - public I_AD_Column getAD_Disp() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Disp() throws RuntimeException; /** Column name AD_Key */ public static final String COLUMNNAME_AD_Key = "AD_Key"; @@ -77,7 +77,7 @@ public interface I_AD_Ref_Table */ public int getAD_Key(); - public I_AD_Column getAD_() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -105,7 +105,16 @@ public interface I_AD_Ref_Table */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; + + /** Column name AD_Ref_Table_UU */ + public static final String COLUMNNAME_AD_Ref_Table_UU = "AD_Ref_Table_UU"; + + /** Set AD_Ref_Table_UU */ + public void setAD_Ref_Table_UU (String AD_Ref_Table_UU); + + /** Get AD_Ref_Table_UU */ + public String getAD_Ref_Table_UU(); /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -120,7 +129,7 @@ public interface I_AD_Ref_Table */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -135,7 +144,7 @@ public interface I_AD_Ref_Table */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java b/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java index 2940eeaeb0..58ab1757fe 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Reference.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Reference - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Reference { @@ -31,7 +31,7 @@ public interface I_AD_Reference public static final String Table_Name = "AD_Reference"; /** AD_Table_ID=102 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 102; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Reference */ public int getAD_Reference_ID(); + /** Column name AD_Reference_UU */ + public static final String COLUMNNAME_AD_Reference_UU = "AD_Reference_UU"; + + /** Set AD_Reference_UU */ + public void setAD_Reference_UU (String AD_Reference_UU); + + /** Get AD_Reference_UU */ + public String getAD_Reference_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java b/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java index 70ca5faa12..cbb2fd40f5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Registration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Registration - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Registration { @@ -31,7 +31,7 @@ public interface I_AD_Registration public static final String Table_Name = "AD_Registration"; /** AD_Table_ID=625 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 625; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Registration */ public int getAD_Registration_ID(); + /** Column name AD_Registration_UU */ + public static final String COLUMNNAME_AD_Registration_UU = "AD_Registration_UU"; + + /** Set AD_Registration_UU */ + public void setAD_Registration_UU (String AD_Registration_UU); + + /** Get AD_Registration_UU */ + public String getAD_Registration_UU(); + /** Column name AD_System_ID */ public static final String COLUMNNAME_AD_System_ID = "AD_System_ID"; @@ -88,7 +97,7 @@ public interface I_AD_Registration */ public int getAD_System_ID(); - public I_AD_System getAD_System() throws RuntimeException; + public org.compiere.model.I_AD_System getAD_System() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -103,7 +112,7 @@ public interface I_AD_Registration */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java b/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java index 5d76a83f2b..2bd1278fa2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_RelationType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_RelationType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_RelationType { @@ -31,7 +31,7 @@ public interface I_AD_RelationType public static final String Table_Name = "AD_RelationType"; /** AD_Table_ID=53246 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53246; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,7 +71,7 @@ public interface I_AD_RelationType /** Get Source Reference */ public int getAD_Reference_Source_ID(); - public I_AD_Reference getAD_Reference_Source() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference_Source() throws RuntimeException; /** Column name AD_Reference_Target_ID */ public static final String COLUMNNAME_AD_Reference_Target_ID = "AD_Reference_Target_ID"; @@ -82,7 +82,7 @@ public interface I_AD_RelationType /** Get Target Reference */ public int getAD_Reference_Target_ID(); - public I_AD_Reference getAD_Reference_Target() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference_Target() throws RuntimeException; /** Column name AD_RelationType_ID */ public static final String COLUMNNAME_AD_RelationType_ID = "AD_RelationType_ID"; @@ -93,6 +93,15 @@ public interface I_AD_RelationType /** Get Relation Type */ public int getAD_RelationType_ID(); + /** Column name AD_RelationType_UU */ + public static final String COLUMNNAME_AD_RelationType_UU = "AD_RelationType_UU"; + + /** Set AD_RelationType_UU */ + public void setAD_RelationType_UU (String AD_RelationType_UU); + + /** Get AD_RelationType_UU */ + public String getAD_RelationType_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java b/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java index a0600a294b..1a2251cead 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Replication.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Replication - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Replication { @@ -31,7 +31,7 @@ public interface I_AD_Replication public static final String Table_Name = "AD_Replication"; /** AD_Table_ID=605 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 605; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,16 @@ public interface I_AD_Replication */ public int getAD_ReplicationStrategy_ID(); - public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException; + public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException; + + /** Column name AD_Replication_UU */ + public static final String COLUMNNAME_AD_Replication_UU = "AD_Replication_UU"; + + /** Set AD_Replication_UU */ + public void setAD_Replication_UU (String AD_Replication_UU); + + /** Get AD_Replication_UU */ + public String getAD_Replication_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java index 17a069326f..c5fa72a750 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationDocument.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReplicationDocument - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ReplicationDocument { @@ -31,7 +31,7 @@ public interface I_AD_ReplicationDocument public static final String Table_Name = "AD_ReplicationDocument"; /** AD_Table_ID=53071 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53071; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_AD_ReplicationDocument /** Get Replication Document */ public int getAD_ReplicationDocument_ID(); + /** Column name AD_ReplicationDocument_UU */ + public static final String COLUMNNAME_AD_ReplicationDocument_UU = "AD_ReplicationDocument_UU"; + + /** Set AD_ReplicationDocument_UU */ + public void setAD_ReplicationDocument_UU (String AD_ReplicationDocument_UU); + + /** Get AD_ReplicationDocument_UU */ + public String getAD_ReplicationDocument_UU(); + /** Column name AD_ReplicationStrategy_ID */ public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID"; @@ -97,7 +106,7 @@ public interface I_AD_ReplicationDocument */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -112,7 +121,7 @@ public interface I_AD_ReplicationDocument */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java index e90e9e82fc..54388abda5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationStrategy.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReplicationStrategy - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ReplicationStrategy { @@ -31,7 +31,7 @@ public interface I_AD_ReplicationStrategy public static final String Table_Name = "AD_ReplicationStrategy"; /** AD_Table_ID=602 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 602; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_ReplicationStrategy */ public int getAD_ReplicationStrategy_ID(); + /** Column name AD_ReplicationStrategy_UU */ + public static final String COLUMNNAME_AD_ReplicationStrategy_UU = "AD_ReplicationStrategy_UU"; + + /** Set AD_ReplicationStrategy_UU */ + public void setAD_ReplicationStrategy_UU (String AD_ReplicationStrategy_UU); + + /** Get AD_ReplicationStrategy_UU */ + public String getAD_ReplicationStrategy_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java index 1612a7083a..5ae8e4235b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReplicationTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReplicationTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ReplicationTable { @@ -31,7 +31,7 @@ public interface I_AD_ReplicationTable public static final String Table_Name = "AD_ReplicationTable"; /** AD_Table_ID=601 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 601; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_ReplicationTable */ public int getAD_ReplicationStrategy_ID(); - public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException; + public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException; /** Column name AD_ReplicationTable_ID */ public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID"; @@ -90,6 +90,15 @@ public interface I_AD_ReplicationTable */ public int getAD_ReplicationTable_ID(); + /** Column name AD_ReplicationTable_UU */ + public static final String COLUMNNAME_AD_ReplicationTable_UU = "AD_ReplicationTable_UU"; + + /** Set AD_ReplicationTable_UU */ + public void setAD_ReplicationTable_UU (String AD_ReplicationTable_UU); + + /** Get AD_ReplicationTable_UU */ + public String getAD_ReplicationTable_UU(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -103,7 +112,7 @@ public interface I_AD_ReplicationTable */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java index 5ae0e1432d..0932b99252 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Log.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Replication_Log - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Replication_Log { @@ -31,7 +31,7 @@ public interface I_AD_Replication_Log public static final String Table_Name = "AD_Replication_Log"; /** AD_Table_ID=604 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 604; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Replication_Log */ public int getAD_Replication_Log_ID(); + /** Column name AD_Replication_Log_UU */ + public static final String COLUMNNAME_AD_Replication_Log_UU = "AD_Replication_Log_UU"; + + /** Set AD_Replication_Log_UU */ + public void setAD_Replication_Log_UU (String AD_Replication_Log_UU); + + /** Get AD_Replication_Log_UU */ + public String getAD_Replication_Log_UU(); + /** Column name AD_Replication_Run_ID */ public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID"; @@ -88,7 +97,7 @@ public interface I_AD_Replication_Log */ public int getAD_Replication_Run_ID(); - public I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException; + public org.compiere.model.I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException; /** Column name AD_ReplicationTable_ID */ public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID"; @@ -103,7 +112,7 @@ public interface I_AD_Replication_Log */ public int getAD_ReplicationTable_ID(); - public I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException; + public org.compiere.model.I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java index ad8e2d8118..da60d8af3f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Replication_Run.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Replication_Run - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Replication_Run { @@ -31,7 +31,7 @@ public interface I_AD_Replication_Run public static final String Table_Name = "AD_Replication_Run"; /** AD_Table_ID=603 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 603; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_Replication_Run */ public int getAD_Replication_ID(); - public I_AD_Replication getAD_Replication() throws RuntimeException; + public org.compiere.model.I_AD_Replication getAD_Replication() throws RuntimeException; /** Column name AD_Replication_Run_ID */ public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID"; @@ -90,6 +90,15 @@ public interface I_AD_Replication_Run */ public int getAD_Replication_Run_ID(); + /** Column name AD_Replication_Run_UU */ + public static final String COLUMNNAME_AD_Replication_Run_UU = "AD_Replication_Run_UU"; + + /** Set AD_Replication_Run_UU */ + public void setAD_Replication_Run_UU (String AD_Replication_Run_UU); + + /** Get AD_Replication_Run_UU */ + public String getAD_Replication_Run_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java index f09ec0ca77..1c05d329be 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReportView - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ReportView { @@ -31,7 +31,7 @@ public interface I_AD_ReportView public static final String Table_Name = "AD_ReportView"; /** AD_Table_ID=361 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 361; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_ReportView */ public int getAD_ReportView_ID(); + /** Column name AD_ReportView_UU */ + public static final String COLUMNNAME_AD_ReportView_UU = "AD_ReportView_UU"; + + /** Set AD_ReportView_UU */ + public void setAD_ReportView_UU (String AD_ReportView_UU); + + /** Get AD_ReportView_UU */ + public String getAD_ReportView_UU(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -88,7 +97,7 @@ public interface I_AD_ReportView */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java index 12eb6fb284..4a9c91e14d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ReportView_Col.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ReportView_Col - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ReportView_Col { @@ -31,7 +31,7 @@ public interface I_AD_ReportView_Col public static final String Table_Name = "AD_ReportView_Col"; /** AD_Table_ID=428 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 428; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_ReportView_Col */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -86,6 +86,15 @@ public interface I_AD_ReportView_Col /** Get Report view Column */ public int getAD_ReportView_Col_ID(); + /** Column name AD_ReportView_Col_UU */ + public static final String COLUMNNAME_AD_ReportView_Col_UU = "AD_ReportView_Col_UU"; + + /** Set AD_ReportView_Col_UU */ + public void setAD_ReportView_Col_UU (String AD_ReportView_Col_UU); + + /** Get AD_ReportView_Col_UU */ + public String getAD_ReportView_Col_UU(); + /** Column name AD_ReportView_ID */ public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID"; @@ -99,7 +108,7 @@ public interface I_AD_ReportView_Col */ public int getAD_ReportView_ID(); - public I_AD_ReportView getAD_ReportView() throws RuntimeException; + public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Role.java b/org.adempiere.base/src/org/compiere/model/I_AD_Role.java index 36fbd07052..699776a047 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Role.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Role.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Role - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Role { @@ -35,7 +35,7 @@ public interface I_AD_Role KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - System - Client + /** AccessLevel = 6 - System - Client */ BigDecimal accessLevel = BigDecimal.valueOf(6); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java b/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java index 0f723a1f8d..33e6799f6b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Role_Included.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Role_Included - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Role_Included { @@ -31,7 +31,7 @@ public interface I_AD_Role_Included public static final String Table_Name = "AD_Role_Included"; /** AD_Table_ID=53222 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53222; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_Role_Included */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name AD_Role_Included_UU */ + public static final String COLUMNNAME_AD_Role_Included_UU = "AD_Role_Included_UU"; + + /** Set AD_Role_Included_UU */ + public void setAD_Role_Included_UU (String AD_Role_Included_UU); + + /** Get AD_Role_Included_UU */ + public String getAD_Role_Included_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -102,7 +111,7 @@ public interface I_AD_Role_Included /** Get Included Role */ public int getIncluded_Role_ID(); - public I_AD_Role getIncluded_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getIncluded_Role() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java index e42006a461..3681b093ef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Role_OrgAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Role_OrgAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Role_OrgAccess { @@ -31,7 +31,7 @@ public interface I_AD_Role_OrgAccess public static final String Table_Name = "AD_Role_OrgAccess"; /** AD_Table_ID=422 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 422; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_Role_OrgAccess */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name AD_Role_OrgAccess_UU */ + public static final String COLUMNNAME_AD_Role_OrgAccess_UU = "AD_Role_OrgAccess_UU"; + + /** Set AD_Role_OrgAccess_UU */ + public void setAD_Role_OrgAccess_UU (String AD_Role_OrgAccess_UU); + + /** Get AD_Role_OrgAccess_UU */ + public String getAD_Role_OrgAccess_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java b/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java index b6f9e9b359..aa88e72956 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Rule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Rule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Rule { @@ -31,7 +31,7 @@ public interface I_AD_Rule public static final String Table_Name = "AD_Rule"; /** AD_Table_ID=53058 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53058; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -84,6 +84,15 @@ public interface I_AD_Rule /** Get Rule */ public int getAD_Rule_ID(); + /** Column name AD_Rule_UU */ + public static final String COLUMNNAME_AD_Rule_UU = "AD_Rule_UU"; + + /** Set AD_Rule_UU */ + public void setAD_Rule_UU (String AD_Rule_UU); + + /** Get AD_Rule_UU */ + public String getAD_Rule_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java b/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java index a182a4afe1..2014bcdb7d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Schedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Schedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Schedule { @@ -35,7 +35,7 @@ public interface I_AD_Schedule KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - System + /** AccessLevel = 4 - System */ BigDecimal accessLevel = BigDecimal.valueOf(4); @@ -65,10 +65,10 @@ public interface I_AD_Schedule /** Column name AD_Schedule_ID */ public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID"; - /** Set AD_Schedule_ID */ + /** Set Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID); - /** Get AD_Schedule_ID */ + /** Get Schedule */ public int getAD_Schedule_ID(); /** Column name AD_Schedule_UU */ @@ -177,12 +177,12 @@ public interface I_AD_Schedule /** Column name IsSystemSchedule */ public static final String COLUMNNAME_IsSystemSchedule = "IsSystemSchedule"; - /** Set IsSystemSchedule. + /** Set System Schedule. * Schedule Just For System */ public void setIsSystemSchedule (boolean IsSystemSchedule); - /** Get IsSystemSchedule. + /** Get System Schedule. * Schedule Just For System */ public boolean isSystemSchedule(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java index d8205fa442..74394cc99b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Scheduler - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Scheduler { @@ -80,10 +80,10 @@ public interface I_AD_Scheduler /** Column name AD_Schedule_ID */ public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID"; - /** Set AD_Schedule_ID */ + /** Set Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID); - /** Get AD_Schedule_ID */ + /** Get Schedule */ public int getAD_Schedule_ID(); public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java index 55ca8a2b18..e4131a9dc7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SchedulerLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_SchedulerLog { @@ -31,7 +31,7 @@ public interface I_AD_SchedulerLog public static final String Table_Name = "AD_SchedulerLog"; /** AD_Table_ID=687 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 687; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_SchedulerLog */ public int getAD_Scheduler_ID(); - public I_AD_Scheduler getAD_Scheduler() throws RuntimeException; + public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException; /** Column name AD_SchedulerLog_ID */ public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID"; @@ -90,6 +90,15 @@ public interface I_AD_SchedulerLog */ public int getAD_SchedulerLog_ID(); + /** Column name AD_SchedulerLog_UU */ + public static final String COLUMNNAME_AD_SchedulerLog_UU = "AD_SchedulerLog_UU"; + + /** Set AD_SchedulerLog_UU */ + public void setAD_SchedulerLog_UU (String AD_SchedulerLog_UU); + + /** Get AD_SchedulerLog_UU */ + public String getAD_SchedulerLog_UU(); + /** Column name BinaryData */ public static final String COLUMNNAME_BinaryData = "BinaryData"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java index d380578862..778662139d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SchedulerRecipient.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SchedulerRecipient - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_SchedulerRecipient { @@ -31,7 +31,7 @@ public interface I_AD_SchedulerRecipient public static final String Table_Name = "AD_SchedulerRecipient"; /** AD_Table_ID=704 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 704; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_SchedulerRecipient */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Scheduler_ID */ public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID"; @@ -90,7 +90,7 @@ public interface I_AD_SchedulerRecipient */ public int getAD_Scheduler_ID(); - public I_AD_Scheduler getAD_Scheduler() throws RuntimeException; + public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException; /** Column name AD_SchedulerRecipient_ID */ public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID"; @@ -105,6 +105,15 @@ public interface I_AD_SchedulerRecipient */ public int getAD_SchedulerRecipient_ID(); + /** Column name AD_SchedulerRecipient_UU */ + public static final String COLUMNNAME_AD_SchedulerRecipient_UU = "AD_SchedulerRecipient_UU"; + + /** Set AD_SchedulerRecipient_UU */ + public void setAD_SchedulerRecipient_UU (String AD_SchedulerRecipient_UU); + + /** Get AD_SchedulerRecipient_UU */ + public String getAD_SchedulerRecipient_UU(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -118,7 +127,7 @@ public interface I_AD_SchedulerRecipient */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java index cfa0fe7ce4..cdc8167757 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Scheduler_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Scheduler_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Scheduler_Para { @@ -31,7 +31,7 @@ public interface I_AD_Scheduler_Para public static final String Table_Name = "AD_Scheduler_Para"; /** AD_Table_ID=698 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 698; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,7 +71,7 @@ public interface I_AD_Scheduler_Para /** Get Process Parameter */ public int getAD_Process_Para_ID(); - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException; + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException; /** Column name AD_Scheduler_ID */ public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID"; @@ -86,7 +86,16 @@ public interface I_AD_Scheduler_Para */ public int getAD_Scheduler_ID(); - public I_AD_Scheduler getAD_Scheduler() throws RuntimeException; + public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException; + + /** Column name AD_Scheduler_Para_UU */ + public static final String COLUMNNAME_AD_Scheduler_Para_UU = "AD_Scheduler_Para_UU"; + + /** Set AD_Scheduler_Para_UU */ + public void setAD_Scheduler_Para_UU (String AD_Scheduler_Para_UU); + + /** Get AD_Scheduler_Para_UU */ + public String getAD_Scheduler_Para_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java b/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java index d25e53e705..95d1c1a14e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SearchDefinition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SearchDefinition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_SearchDefinition { @@ -31,7 +31,7 @@ public interface I_AD_SearchDefinition public static final String Table_Name = "AD_SearchDefinition"; /** AD_Table_ID=53169 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53169; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_SearchDefinition */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -86,6 +86,15 @@ public interface I_AD_SearchDefinition /** Get Search Definition */ public int getAD_SearchDefinition_ID(); + /** Column name AD_SearchDefinition_UU */ + public static final String COLUMNNAME_AD_SearchDefinition_UU = "AD_SearchDefinition_UU"; + + /** Set AD_SearchDefinition_UU */ + public void setAD_SearchDefinition_UU (String AD_SearchDefinition_UU); + + /** Get AD_SearchDefinition_UU */ + public String getAD_SearchDefinition_UU(); + /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -99,7 +108,7 @@ public interface I_AD_SearchDefinition */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -114,7 +123,7 @@ public interface I_AD_SearchDefinition */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -210,7 +219,7 @@ public interface I_AD_SearchDefinition */ public int getPO_Window_ID(); - public I_AD_Window getPO_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getPO_Window() throws RuntimeException; /** Column name Query */ public static final String COLUMNNAME_Query = "Query"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java index ad3d67a040..dd38535cdd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Sequence - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Sequence { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java index 37305fe8d2..d74bd09acd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_Audit.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Sequence_Audit - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Sequence_Audit { @@ -31,7 +31,7 @@ public interface I_AD_Sequence_Audit public static final String Table_Name = "AD_Sequence_Audit"; /** AD_Table_ID=121 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 121; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_Sequence_Audit */ public int getAD_Org_ID(); + /** Column name AD_Sequence_Audit_UU */ + public static final String COLUMNNAME_AD_Sequence_Audit_UU = "AD_Sequence_Audit_UU"; + + /** Set AD_Sequence_Audit_UU */ + public void setAD_Sequence_Audit_UU (String AD_Sequence_Audit_UU); + + /** Get AD_Sequence_Audit_UU */ + public String getAD_Sequence_Audit_UU(); + /** Column name AD_Sequence_ID */ public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID"; @@ -75,7 +84,7 @@ public interface I_AD_Sequence_Audit */ public int getAD_Sequence_ID(); - public I_AD_Sequence getAD_Sequence() throws RuntimeException; + public org.compiere.model.I_AD_Sequence getAD_Sequence() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Sequence_Audit */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java index 6508ded9c8..2203fbbf06 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Sequence_No.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Sequence_No - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Sequence_No { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Session.java b/org.adempiere.base/src/org/compiere/model/I_AD_Session.java index ef58feb340..321b4807fa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Session.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Session.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Session - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Session { @@ -31,7 +31,7 @@ public interface I_AD_Session public static final String Table_Name = "AD_Session"; /** AD_Table_ID=566 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 566; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_Session */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Session_ID */ public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID"; @@ -90,6 +90,15 @@ public interface I_AD_Session */ public int getAD_Session_ID(); + /** Column name AD_Session_UU */ + public static final String COLUMNNAME_AD_Session_UU = "AD_Session_UU"; + + /** Set AD_Session_UU */ + public void setAD_Session_UU (String AD_Session_UU); + + /** Get AD_Session_UU */ + public String getAD_Session_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -183,10 +192,10 @@ public interface I_AD_Session /** Column name ServerName */ public static final String COLUMNNAME_ServerName = "ServerName"; - /** Set Server name */ + /** Set Server Name */ public void setServerName (String ServerName); - /** Get Server name */ + /** Get Server Name */ public String getServerName(); /** Column name Updated */ diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java b/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java index fd67ceb3d1..a0c16da110 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_SysConfig.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_SysConfig - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_SysConfig { @@ -31,7 +31,7 @@ public interface I_AD_SysConfig public static final String Table_Name = "AD_SysConfig"; /** AD_Table_ID=50009 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 50009; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_AD_SysConfig /** Get System Configurator */ public int getAD_SysConfig_ID(); + /** Column name AD_SysConfig_UU */ + public static final String COLUMNNAME_AD_SysConfig_UU = "AD_SysConfig_UU"; + + /** Set AD_SysConfig_UU */ + public void setAD_SysConfig_UU (String AD_SysConfig_UU); + + /** Get AD_SysConfig_UU */ + public String getAD_SysConfig_UU(); + /** Column name ConfigurationLevel */ public static final String COLUMNNAME_ConfigurationLevel = "ConfigurationLevel"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_System.java b/org.adempiere.base/src/org/compiere/model/I_AD_System.java index 9515f97080..9b7a230ecc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_System.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_System.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_System - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_System { @@ -31,7 +31,7 @@ public interface I_AD_System public static final String Table_Name = "AD_System"; /** AD_Table_ID=531 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 531; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_System */ public int getAD_System_ID(); + /** Column name AD_System_UU */ + public static final String COLUMNNAME_AD_System_UU = "AD_System_UU"; + + /** Set AD_System_UU */ + public void setAD_System_UU (String AD_System_UU); + + /** Get AD_System_UU */ + public String getAD_System_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -274,6 +283,19 @@ public interface I_AD_System /** Get Last Build Info */ public String getLastBuildInfo(); + /** Column name LastMigrationScriptApplied */ + public static final String COLUMNNAME_LastMigrationScriptApplied = "LastMigrationScriptApplied"; + + /** Set Last Migration Script Applied. + * Register of the filename for the last migration script applied on this database + */ + public void setLastMigrationScriptApplied (String LastMigrationScriptApplied); + + /** Get Last Migration Script Applied. + * Register of the filename for the last migration script applied on this database + */ + public String getLastMigrationScriptApplied(); + /** Column name LDAPDomain */ public static final String COLUMNNAME_LDAPDomain = "LDAPDomain"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java index 318b0c2d92..c466b7a989 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tab.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tab - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Tab { @@ -31,7 +31,7 @@ public interface I_AD_Tab public static final String Table_Name = "AD_Tab"; /** AD_Table_ID=106 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 106; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_Tab */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_ColumnSortOrder_ID */ public static final String COLUMNNAME_AD_ColumnSortOrder_ID = "AD_ColumnSortOrder_ID"; @@ -77,7 +77,7 @@ public interface I_AD_Tab */ public int getAD_ColumnSortOrder_ID(); - public I_AD_Column getAD_ColumnSortOrder() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_ColumnSortOrder() throws RuntimeException; /** Column name AD_ColumnSortYesNo_ID */ public static final String COLUMNNAME_AD_ColumnSortYesNo_ID = "AD_ColumnSortYesNo_ID"; @@ -92,7 +92,7 @@ public interface I_AD_Tab */ public int getAD_ColumnSortYesNo_ID(); - public I_AD_Column getAD_ColumnSortYesNo() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_ColumnSortYesNo() throws RuntimeException; /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; @@ -107,7 +107,7 @@ public interface I_AD_Tab */ public int getAD_Image_ID(); - public I_AD_Image getAD_Image() throws RuntimeException; + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -135,7 +135,7 @@ public interface I_AD_Tab */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Tab_ID */ public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID"; @@ -163,7 +163,16 @@ public interface I_AD_Tab */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; + + /** Column name AD_Tab_UU */ + public static final String COLUMNNAME_AD_Tab_UU = "AD_Tab_UU"; + + /** Set AD_Tab_UU */ + public void setAD_Tab_UU (String AD_Tab_UU); + + /** Get AD_Tab_UU */ + public String getAD_Tab_UU(); /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -178,7 +187,7 @@ public interface I_AD_Tab */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name CommitWarning */ public static final String COLUMNNAME_CommitWarning = "CommitWarning"; @@ -302,7 +311,7 @@ public interface I_AD_Tab */ public int getIncluded_Tab_ID(); - public I_AD_Tab getIncluded_Tab() throws RuntimeException; + public org.compiere.model.I_AD_Tab getIncluded_Tab() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -447,7 +456,7 @@ public interface I_AD_Tab */ public int getParent_Column_ID(); - public I_AD_Column getParent_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getParent_Column() throws RuntimeException; /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java index ae7d9c0d90..01538e1372 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tab_Customization.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tab_Customization - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Tab_Customization { @@ -71,6 +71,15 @@ public interface I_AD_Tab_Customization /** Get Tab Customization */ public int getAD_Tab_Customization_ID(); + /** Column name AD_Tab_Customization_UU */ + public static final String COLUMNNAME_AD_Tab_Customization_UU = "AD_Tab_Customization_UU"; + + /** Set AD_Tab_Customization_UU */ + public void setAD_Tab_Customization_UU (String AD_Tab_Customization_UU); + + /** Get AD_Tab_Customization_UU */ + public String getAD_Tab_Customization_UU(); + /** Column name AD_Tab_ID */ public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Table.java b/org.adempiere.base/src/org/compiere/model/I_AD_Table.java index 0194466cbf..2fcecacf5a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Table.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Table.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Table - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Table { @@ -31,7 +31,7 @@ public interface I_AD_Table public static final String Table_Name = "AD_Table"; /** AD_Table_ID=100 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 100; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_AD_Table */ public int getAD_Table_ID(); + /** Column name AD_Table_UU */ + public static final String COLUMNNAME_AD_Table_UU = "AD_Table_UU"; + + /** Set AD_Table_UU */ + public void setAD_Table_UU (String AD_Table_UU); + + /** Get AD_Table_UU */ + public String getAD_Table_UU(); + /** Column name AD_Val_Rule_ID */ public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID"; @@ -101,7 +110,7 @@ public interface I_AD_Table */ public int getAD_Val_Rule_ID(); - public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -116,7 +125,7 @@ public interface I_AD_Table */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name CopyColumnsFromTable */ public static final String COLUMNNAME_CopyColumnsFromTable = "CopyColumnsFromTable"; @@ -323,7 +332,7 @@ public interface I_AD_Table */ public int getPO_Window_ID(); - public I_AD_Window getPO_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getPO_Window() throws RuntimeException; /** Column name ReplicationType */ public static final String COLUMNNAME_ReplicationType = "ReplicationType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java index 59a7f28bfb..6fabf9c609 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Table_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Table_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Table_Access { @@ -31,7 +31,7 @@ public interface I_AD_Table_Access public static final String Table_Name = "AD_Table_Access"; /** AD_Table_ID=565 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 565; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,16 @@ public interface I_AD_Table_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name AD_Table_Access_UU */ + public static final String COLUMNNAME_AD_Table_Access_UU = "AD_Table_Access_UU"; + + /** Set AD_Table_Access_UU */ + public void setAD_Table_Access_UU (String AD_Table_Access_UU); + + /** Get AD_Table_Access_UU */ + public String getAD_Table_Access_UU(); /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -103,7 +112,7 @@ public interface I_AD_Table_Access */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java b/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java index 0b574eb3f4..3f881e9ba6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Table_ScriptValidator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Table_ScriptValidator - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Table_ScriptValidator { @@ -31,7 +31,7 @@ public interface I_AD_Table_ScriptValidator public static final String Table_Name = "AD_Table_ScriptValidator"; /** AD_Table_ID=53059 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53059; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,7 +71,7 @@ public interface I_AD_Table_ScriptValidator /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -86,7 +86,7 @@ public interface I_AD_Table_ScriptValidator */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_Table_ScriptValidator_ID */ public static final String COLUMNNAME_AD_Table_ScriptValidator_ID = "AD_Table_ScriptValidator_ID"; @@ -97,6 +97,15 @@ public interface I_AD_Table_ScriptValidator /** Get Table Script Validator */ public int getAD_Table_ScriptValidator_ID(); + /** Column name AD_Table_ScriptValidator_UU */ + public static final String COLUMNNAME_AD_Table_ScriptValidator_UU = "AD_Table_ScriptValidator_UU"; + + /** Set AD_Table_ScriptValidator_UU */ + public void setAD_Table_ScriptValidator_UU (String AD_Table_ScriptValidator_UU); + + /** Get AD_Table_ScriptValidator_UU */ + public String getAD_Table_ScriptValidator_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Task.java b/org.adempiere.base/src/org/compiere/model/I_AD_Task.java index 0961308a23..4d1ba7f0a6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Task.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Task.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Task - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Task { @@ -31,7 +31,7 @@ public interface I_AD_Task public static final String Table_Name = "AD_Task"; /** AD_Table_ID=118 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 118; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_AD_Task */ public int getAD_Task_ID(); + /** Column name AD_Task_UU */ + public static final String COLUMNNAME_AD_Task_UU = "AD_Task_UU"; + + /** Set AD_Task_UU */ + public void setAD_Task_UU (String AD_Task_UU); + + /** Get AD_Task_UU */ + public String getAD_Task_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java b/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java index b32bd82fad..9ffeffab3a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TaskInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TaskInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TaskInstance { @@ -31,7 +31,7 @@ public interface I_AD_TaskInstance public static final String Table_Name = "AD_TaskInstance"; /** AD_Table_ID=125 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 125; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -84,6 +84,15 @@ public interface I_AD_TaskInstance /** Get Task Instance */ public int getAD_TaskInstance_ID(); + /** Column name AD_TaskInstance_UU */ + public static final String COLUMNNAME_AD_TaskInstance_UU = "AD_TaskInstance_UU"; + + /** Set AD_TaskInstance_UU */ + public void setAD_TaskInstance_UU (String AD_TaskInstance_UU); + + /** Get AD_TaskInstance_UU */ + public String getAD_TaskInstance_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java index d6008ff85c..fdc41ba12f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Task_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Task_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Task_Access { @@ -31,7 +31,7 @@ public interface I_AD_Task_Access public static final String Table_Name = "AD_Task_Access"; /** AD_Table_ID=199 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 199; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_Task_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name AD_Task_Access_UU */ + public static final String COLUMNNAME_AD_Task_Access_UU = "AD_Task_Access_UU"; + + /** Set AD_Task_Access_UU */ + public void setAD_Task_Access_UU (String AD_Task_Access_UU); + + /** Get AD_Task_Access_UU */ + public String getAD_Task_Access_UU(); /** Column name AD_Task_ID */ public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Task_Access */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws RuntimeException; + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java index 8c6adb8de0..fe8f46aca4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButton.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ToolBarButton - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ToolBarButton { @@ -57,13 +57,13 @@ public interface I_AD_ToolBarButton /** Column name ActionClassName */ public static final String COLUMNNAME_ActionClassName = "ActionClassName"; - /** Set Action Class Name. - * The class name that implements the interface for toolbar actions + /** Set Service Component Name. + * The service component name that implements the interface for toolbar actions */ public void setActionClassName (String ActionClassName); - /** Get Action Class Name. - * The class name that implements the interface for toolbar actions + /** Get Service Component Name. + * The service component name that implements the interface for toolbar actions */ public String getActionClassName(); diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java index c57f510745..8f685558de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_ToolBarButtonRestrict.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_ToolBarButtonRestrict - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_ToolBarButtonRestrict { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java b/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java index a8397e3299..35ad11ac66 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Tree.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Tree - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Tree { @@ -31,7 +31,7 @@ public interface I_AD_Tree public static final String Table_Name = "AD_Tree"; /** AD_Table_ID=288 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 288; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Tree */ public int getAD_Tree_ID(); + /** Column name AD_Tree_UU */ + public static final String COLUMNNAME_AD_Tree_UU = "AD_Tree_UU"; + + /** Set AD_Tree_UU */ + public void setAD_Tree_UU (String AD_Tree_UU); + + /** Get AD_Tree_UU */ + public String getAD_Tree_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeBar.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeBar.java index 3db8a747c3..2385ae2b4a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeBar.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeBar.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeBar - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeBar { @@ -31,7 +31,7 @@ public interface I_AD_TreeBar public static final String Table_Name = "AD_TreeBar"; /** AD_Table_ID=456 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 456; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_AD_TreeBar */ public int getAD_Org_ID(); + /** Column name AD_TreeBar_UU */ + public static final String COLUMNNAME_AD_TreeBar_UU = "AD_TreeBar_UU"; + + /** Set AD_TreeBar_UU */ + public void setAD_TreeBar_UU (String AD_TreeBar_UU); + + /** Get AD_TreeBar_UU */ + public String getAD_TreeBar_UU(); + /** Column name AD_Tree_ID */ public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID"; @@ -75,7 +84,7 @@ public interface I_AD_TreeBar */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -90,7 +99,7 @@ public interface I_AD_TreeBar */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java index 00f1bed687..91d5add1ef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNode.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNode - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNode { @@ -31,7 +31,7 @@ public interface I_AD_TreeNode public static final String Table_Name = "AD_TreeNode"; /** AD_Table_ID=289 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 289; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNode */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNode_UU */ + public static final String COLUMNNAME_AD_TreeNode_UU = "AD_TreeNode_UU"; + + /** Set AD_TreeNode_UU */ + public void setAD_TreeNode_UU (String AD_TreeNode_UU); + + /** Get AD_TreeNode_UU */ + public String getAD_TreeNode_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java index a6aeee14a0..58506eaf33 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeBP.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeBP - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeBP { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeBP public static final String Table_Name = "AD_TreeNodeBP"; /** AD_Table_ID=451 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 451; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeBP */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeBP_UU */ + public static final String COLUMNNAME_AD_TreeNodeBP_UU = "AD_TreeNodeBP_UU"; + + /** Set AD_TreeNodeBP_UU */ + public void setAD_TreeNodeBP_UU (String AD_TreeNodeBP_UU); + + /** Get AD_TreeNodeBP_UU */ + public String getAD_TreeNodeBP_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java index 8d88862595..1edb0abd71 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMC.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMC - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeCMC { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeCMC public static final String Table_Name = "AD_TreeNodeCMC"; /** AD_Table_ID=845 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 845; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeCMC */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeCMC_UU */ + public static final String COLUMNNAME_AD_TreeNodeCMC_UU = "AD_TreeNodeCMC_UU"; + + /** Set AD_TreeNodeCMC_UU */ + public void setAD_TreeNodeCMC_UU (String AD_TreeNodeCMC_UU); + + /** Get AD_TreeNodeCMC_UU */ + public String getAD_TreeNodeCMC_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java index c48cbbd226..8b4067fade 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeCMM { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeCMM public static final String Table_Name = "AD_TreeNodeCMM"; /** AD_Table_ID=846 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 846; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeCMM */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeCMM_UU */ + public static final String COLUMNNAME_AD_TreeNodeCMM_UU = "AD_TreeNodeCMM_UU"; + + /** Set AD_TreeNodeCMM_UU */ + public void setAD_TreeNodeCMM_UU (String AD_TreeNodeCMM_UU); + + /** Get AD_TreeNodeCMM_UU */ + public String getAD_TreeNodeCMM_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java index 040dcd58ac..e3cf41ff0b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMS.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMS - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeCMS { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeCMS public static final String Table_Name = "AD_TreeNodeCMS"; /** AD_Table_ID=847 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 847; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeCMS */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeCMS_UU */ + public static final String COLUMNNAME_AD_TreeNodeCMS_UU = "AD_TreeNodeCMS_UU"; + + /** Set AD_TreeNodeCMS_UU */ + public void setAD_TreeNodeCMS_UU (String AD_TreeNodeCMS_UU); + + /** Get AD_TreeNodeCMS_UU */ + public String getAD_TreeNodeCMS_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java index 3357d8754d..2bf164846a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeCMT.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeCMT - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeCMT { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeCMT public static final String Table_Name = "AD_TreeNodeCMT"; /** AD_Table_ID=848 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 848; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeCMT */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeCMT_UU */ + public static final String COLUMNNAME_AD_TreeNodeCMT_UU = "AD_TreeNodeCMT_UU"; + + /** Set AD_TreeNodeCMT_UU */ + public void setAD_TreeNodeCMT_UU (String AD_TreeNodeCMT_UU); + + /** Get AD_TreeNodeCMT_UU */ + public String getAD_TreeNodeCMT_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java index 40cafae4e9..4b7465b51e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeMM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeMM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeMM { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeMM public static final String Table_Name = "AD_TreeNodeMM"; /** AD_Table_ID=452 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 452; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeMM */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeMM_UU */ + public static final String COLUMNNAME_AD_TreeNodeMM_UU = "AD_TreeNodeMM_UU"; + + /** Set AD_TreeNodeMM_UU */ + public void setAD_TreeNodeMM_UU (String AD_TreeNodeMM_UU); + + /** Get AD_TreeNodeMM_UU */ + public String getAD_TreeNodeMM_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java index 14f4424576..12c37115b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodePR.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodePR - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodePR { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodePR public static final String Table_Name = "AD_TreeNodePR"; /** AD_Table_ID=453 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 453; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodePR */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodePR_UU */ + public static final String COLUMNNAME_AD_TreeNodePR_UU = "AD_TreeNodePR_UU"; + + /** Set AD_TreeNodePR_UU */ + public void setAD_TreeNodePR_UU (String AD_TreeNodePR_UU); + + /** Get AD_TreeNodePR_UU */ + public String getAD_TreeNodePR_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java index 30e28241fa..e674d57a94 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU1.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU1 - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeU1 { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeU1 public static final String Table_Name = "AD_TreeNodeU1"; /** AD_Table_ID=852 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 852; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeU1 */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeU1_UU */ + public static final String COLUMNNAME_AD_TreeNodeU1_UU = "AD_TreeNodeU1_UU"; + + /** Set AD_TreeNodeU1_UU */ + public void setAD_TreeNodeU1_UU (String AD_TreeNodeU1_UU); + + /** Get AD_TreeNodeU1_UU */ + public String getAD_TreeNodeU1_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java index 6451fa1572..d4e419ebc7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU2.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU2 - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeU2 { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeU2 public static final String Table_Name = "AD_TreeNodeU2"; /** AD_Table_ID=851 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 851; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeU2 */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeU2_UU */ + public static final String COLUMNNAME_AD_TreeNodeU2_UU = "AD_TreeNodeU2_UU"; + + /** Set AD_TreeNodeU2_UU */ + public void setAD_TreeNodeU2_UU (String AD_TreeNodeU2_UU); + + /** Get AD_TreeNodeU2_UU */ + public String getAD_TreeNodeU2_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java index 4cba9d5375..41654ca64f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU3.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU3 - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeU3 { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeU3 public static final String Table_Name = "AD_TreeNodeU3"; /** AD_Table_ID=850 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 850; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeU3 */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeU3_UU */ + public static final String COLUMNNAME_AD_TreeNodeU3_UU = "AD_TreeNodeU3_UU"; + + /** Set AD_TreeNodeU3_UU */ + public void setAD_TreeNodeU3_UU (String AD_TreeNodeU3_UU); + + /** Get AD_TreeNodeU3_UU */ + public String getAD_TreeNodeU3_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java index 4e12640ec7..0728edde92 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_TreeNodeU4.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_TreeNodeU4 - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_TreeNodeU4 { @@ -31,7 +31,7 @@ public interface I_AD_TreeNodeU4 public static final String Table_Name = "AD_TreeNodeU4"; /** AD_Table_ID=849 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 849; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_TreeNodeU4 */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; + + /** Column name AD_TreeNodeU4_UU */ + public static final String COLUMNNAME_AD_TreeNodeU4_UU = "AD_TreeNodeU4_UU"; + + /** Set AD_TreeNodeU4_UU */ + public void setAD_TreeNodeU4_UU (String AD_TreeNodeU4_UU); + + /** Get AD_TreeNodeU4_UU */ + public String getAD_TreeNodeU4_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User.java b/org.adempiere.base/src/org/compiere/model/I_AD_User.java index 0a8a6525e9..1baffac23b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_User { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java index 8a23c5cb32..11e4d4adb6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserBPAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserBPAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_UserBPAccess { @@ -31,7 +31,7 @@ public interface I_AD_UserBPAccess public static final String Table_Name = "AD_UserBPAccess"; /** AD_Table_ID=813 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 813; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_UserBPAccess */ public int getAD_UserBPAccess_ID(); + /** Column name AD_UserBPAccess_UU */ + public static final String COLUMNNAME_AD_UserBPAccess_UU = "AD_UserBPAccess_UU"; + + /** Set AD_UserBPAccess_UU */ + public void setAD_UserBPAccess_UU (String AD_UserBPAccess_UU); + + /** Get AD_UserBPAccess_UU */ + public String getAD_UserBPAccess_UU(); + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -88,7 +97,7 @@ public interface I_AD_UserBPAccess */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name BPAccessType */ public static final String COLUMNNAME_BPAccessType = "BPAccessType"; @@ -158,7 +167,7 @@ public interface I_AD_UserBPAccess */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java index 019141a21d..57cf8a7fd6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Field.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Field - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_UserDef_Field { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java index b1a493072a..9f019b8fd2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Tab.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Tab - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_UserDef_Tab { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java index db6a4e2edf..9c5c365645 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserDef_Win.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserDef_Win - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_UserDef_Win { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java index fba175ad4d..481f11b3cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserMail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserMail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_UserMail { @@ -31,7 +31,7 @@ public interface I_AD_UserMail public static final String Table_Name = "AD_UserMail"; /** AD_Table_ID=782 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 782; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_UserMail */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_UserMail_ID */ public static final String COLUMNNAME_AD_UserMail_ID = "AD_UserMail_ID"; @@ -90,6 +90,15 @@ public interface I_AD_UserMail */ public int getAD_UserMail_ID(); + /** Column name AD_UserMail_UU */ + public static final String COLUMNNAME_AD_UserMail_UU = "AD_UserMail_UU"; + + /** Set AD_UserMail_UU */ + public void setAD_UserMail_UU (String AD_UserMail_UU); + + /** Get AD_UserMail_UU */ + public String getAD_UserMail_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -180,7 +189,7 @@ public interface I_AD_UserMail */ public int getR_MailText_ID(); - public I_R_MailText getR_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getR_MailText() throws RuntimeException; /** Column name Subject */ public static final String COLUMNNAME_Subject = "Subject"; @@ -224,5 +233,5 @@ public interface I_AD_UserMail */ public int getW_MailMsg_ID(); - public I_W_MailMsg getW_MailMsg() throws RuntimeException; + public org.compiere.model.I_W_MailMsg getW_MailMsg() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java b/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java index d314f5e8c7..cbf2dbbd66 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_UserQuery.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_UserQuery - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_UserQuery { @@ -31,7 +31,7 @@ public interface I_AD_UserQuery public static final String Table_Name = "AD_UserQuery"; /** AD_Table_ID=814 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 814; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_UserQuery */ public int getAD_Tab_ID(); - public I_AD_Tab getAD_Tab() throws RuntimeException; + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -90,7 +90,7 @@ public interface I_AD_UserQuery */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -105,7 +105,7 @@ public interface I_AD_UserQuery */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_UserQuery_ID */ public static final String COLUMNNAME_AD_UserQuery_ID = "AD_UserQuery_ID"; @@ -120,6 +120,15 @@ public interface I_AD_UserQuery */ public int getAD_UserQuery_ID(); + /** Column name AD_UserQuery_UU */ + public static final String COLUMNNAME_AD_UserQuery_UU = "AD_UserQuery_UU"; + + /** Set AD_UserQuery_UU */ + public void setAD_UserQuery_UU (String AD_UserQuery_UU); + + /** Get AD_UserQuery_UU */ + public String getAD_UserQuery_UU(); + /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java index 10953d7231..74aa3b61e9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User_OrgAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User_OrgAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_User_OrgAccess { @@ -31,7 +31,7 @@ public interface I_AD_User_OrgAccess public static final String Table_Name = "AD_User_OrgAccess"; /** AD_Table_ID=769 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 769; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_User_OrgAccess */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; + + /** Column name AD_User_OrgAccess_UU */ + public static final String COLUMNNAME_AD_User_OrgAccess_UU = "AD_User_OrgAccess_UU"; + + /** Set AD_User_OrgAccess_UU */ + public void setAD_User_OrgAccess_UU (String AD_User_OrgAccess_UU); + + /** Get AD_User_OrgAccess_UU */ + public String getAD_User_OrgAccess_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java b/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java index a31d8f6955..eb994a3f74 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User_Roles.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User_Roles - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_User_Roles { @@ -31,7 +31,7 @@ public interface I_AD_User_Roles public static final String Table_Name = "AD_User_Roles"; /** AD_Table_ID=157 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 157; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_User_Roles */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -90,7 +90,16 @@ public interface I_AD_User_Roles */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; + + /** Column name AD_User_Roles_UU */ + public static final String COLUMNNAME_AD_User_Roles_UU = "AD_User_Roles_UU"; + + /** Set AD_User_Roles_UU */ + public void setAD_User_Roles_UU (String AD_User_Roles_UU); + + /** Get AD_User_Roles_UU */ + public String getAD_User_Roles_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java b/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java index 9d1fbd5ef0..13673d87fd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_User_Substitute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_User_Substitute - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_User_Substitute { @@ -31,7 +31,7 @@ public interface I_AD_User_Substitute public static final String Table_Name = "AD_User_Substitute"; /** AD_Table_ID=642 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 642; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_User_Substitute */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_User_Substitute_ID */ public static final String COLUMNNAME_AD_User_Substitute_ID = "AD_User_Substitute_ID"; @@ -90,6 +90,15 @@ public interface I_AD_User_Substitute */ public int getAD_User_Substitute_ID(); + /** Column name AD_User_Substitute_UU */ + public static final String COLUMNNAME_AD_User_Substitute_UU = "AD_User_Substitute_UU"; + + /** Set AD_User_Substitute_UU */ + public void setAD_User_Substitute_UU (String AD_User_Substitute_UU); + + /** Get AD_User_Substitute_UU */ + public String getAD_User_Substitute_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -158,7 +167,7 @@ public interface I_AD_User_Substitute */ public int getSubstitute_ID(); - public I_AD_User getSubstitute() throws RuntimeException; + public org.compiere.model.I_AD_User getSubstitute() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java b/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java index ee6382678a..343f79ed8a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Val_Rule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Val_Rule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Val_Rule { @@ -31,7 +31,7 @@ public interface I_AD_Val_Rule public static final String Table_Name = "AD_Val_Rule"; /** AD_Table_ID=108 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 108; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_Val_Rule */ public int getAD_Val_Rule_ID(); + /** Column name AD_Val_Rule_UU */ + public static final String COLUMNNAME_AD_Val_Rule_UU = "AD_Val_Rule_UU"; + + /** Set AD_Val_Rule_UU */ + public void setAD_Val_Rule_UU (String AD_Val_Rule_UU); + + /** Get AD_Val_Rule_UU */ + public String getAD_Val_Rule_UU(); + /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java index 5b51fa41eb..17cc40c543 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Activity.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Activity - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_Activity { @@ -31,7 +31,7 @@ public interface I_AD_WF_Activity public static final String Table_Name = "AD_WF_Activity"; /** AD_Table_ID=644 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 644; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_WF_Activity */ public int getAD_Message_ID(); - public I_AD_Message getAD_Message() throws RuntimeException; + public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +90,7 @@ public interface I_AD_WF_Activity */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -105,7 +105,7 @@ public interface I_AD_WF_Activity */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_WF_Activity_ID */ public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID"; @@ -120,6 +120,15 @@ public interface I_AD_WF_Activity */ public int getAD_WF_Activity_ID(); + /** Column name AD_WF_Activity_UU */ + public static final String COLUMNNAME_AD_WF_Activity_UU = "AD_WF_Activity_UU"; + + /** Set AD_WF_Activity_UU */ + public void setAD_WF_Activity_UU (String AD_WF_Activity_UU); + + /** Get AD_WF_Activity_UU */ + public String getAD_WF_Activity_UU(); + /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -133,7 +142,7 @@ public interface I_AD_WF_Activity */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Process_ID */ public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID"; @@ -148,7 +157,7 @@ public interface I_AD_WF_Activity */ public int getAD_WF_Process_ID(); - public I_AD_WF_Process getAD_WF_Process() throws RuntimeException; + public org.compiere.model.I_AD_WF_Process getAD_WF_Process() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -163,7 +172,7 @@ public interface I_AD_WF_Activity */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -178,7 +187,7 @@ public interface I_AD_WF_Activity */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java index 73754b488e..2acc5815f0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ActivityResult.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_ActivityResult - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_ActivityResult { @@ -31,7 +31,7 @@ public interface I_AD_WF_ActivityResult public static final String Table_Name = "AD_WF_ActivityResult"; /** AD_Table_ID=650 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 650; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_WF_ActivityResult */ public int getAD_WF_Activity_ID(); - public I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException; + public org.compiere.model.I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException; /** Column name AD_WF_ActivityResult_ID */ public static final String COLUMNNAME_AD_WF_ActivityResult_ID = "AD_WF_ActivityResult_ID"; @@ -90,6 +90,15 @@ public interface I_AD_WF_ActivityResult */ public int getAD_WF_ActivityResult_ID(); + /** Column name AD_WF_ActivityResult_UU */ + public static final String COLUMNNAME_AD_WF_ActivityResult_UU = "AD_WF_ActivityResult_UU"; + + /** Set AD_WF_ActivityResult_UU */ + public void setAD_WF_ActivityResult_UU (String AD_WF_ActivityResult_UU); + + /** Get AD_WF_ActivityResult_UU */ + public String getAD_WF_ActivityResult_UU(); + /** Column name AttributeName */ public static final String COLUMNNAME_AttributeName = "AttributeName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java index 8ea62be041..10b7dca342 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Block.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Block - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_Block { @@ -31,7 +31,7 @@ public interface I_AD_WF_Block public static final String Table_Name = "AD_WF_Block"; /** AD_Table_ID=647 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 647; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_WF_Block */ public int getAD_WF_Block_ID(); + /** Column name AD_WF_Block_UU */ + public static final String COLUMNNAME_AD_WF_Block_UU = "AD_WF_Block_UU"; + + /** Set AD_WF_Block_UU */ + public void setAD_WF_Block_UU (String AD_WF_Block_UU); + + /** Get AD_WF_Block_UU */ + public String getAD_WF_Block_UU(); + /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -88,7 +97,7 @@ public interface I_AD_WF_Block */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java index cdfd7eb06c..fcd076e615 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_EventAudit.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_EventAudit - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_EventAudit { @@ -31,7 +31,7 @@ public interface I_AD_WF_EventAudit public static final String Table_Name = "AD_WF_EventAudit"; /** AD_Table_ID=649 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 649; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_WF_EventAudit */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -90,7 +90,7 @@ public interface I_AD_WF_EventAudit */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_WF_EventAudit_ID */ public static final String COLUMNNAME_AD_WF_EventAudit_ID = "AD_WF_EventAudit_ID"; @@ -105,6 +105,15 @@ public interface I_AD_WF_EventAudit */ public int getAD_WF_EventAudit_ID(); + /** Column name AD_WF_EventAudit_UU */ + public static final String COLUMNNAME_AD_WF_EventAudit_UU = "AD_WF_EventAudit_UU"; + + /** Set AD_WF_EventAudit_UU */ + public void setAD_WF_EventAudit_UU (String AD_WF_EventAudit_UU); + + /** Get AD_WF_EventAudit_UU */ + public String getAD_WF_EventAudit_UU(); + /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -118,7 +127,7 @@ public interface I_AD_WF_EventAudit */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Process_ID */ public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID"; @@ -133,7 +142,7 @@ public interface I_AD_WF_EventAudit */ public int getAD_WF_Process_ID(); - public I_AD_WF_Process getAD_WF_Process() throws RuntimeException; + public org.compiere.model.I_AD_WF_Process getAD_WF_Process() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -148,7 +157,7 @@ public interface I_AD_WF_EventAudit */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AttributeName */ public static final String COLUMNNAME_AttributeName = "AttributeName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java index f43efb11dd..417e65b5af 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NextCondition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_NextCondition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_NextCondition { @@ -31,7 +31,7 @@ public interface I_AD_WF_NextCondition public static final String Table_Name = "AD_WF_NextCondition"; /** AD_Table_ID=706 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 706; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_WF_NextCondition */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,6 +90,15 @@ public interface I_AD_WF_NextCondition */ public int getAD_WF_NextCondition_ID(); + /** Column name AD_WF_NextCondition_UU */ + public static final String COLUMNNAME_AD_WF_NextCondition_UU = "AD_WF_NextCondition_UU"; + + /** Set AD_WF_NextCondition_UU */ + public void setAD_WF_NextCondition_UU (String AD_WF_NextCondition_UU); + + /** Get AD_WF_NextCondition_UU */ + public String getAD_WF_NextCondition_UU(); + /** Column name AD_WF_NodeNext_ID */ public static final String COLUMNNAME_AD_WF_NodeNext_ID = "AD_WF_NodeNext_ID"; @@ -103,7 +112,7 @@ public interface I_AD_WF_NextCondition */ public int getAD_WF_NodeNext_ID(); - public I_AD_WF_NodeNext getAD_WF_NodeNext() throws RuntimeException; + public org.compiere.model.I_AD_WF_NodeNext getAD_WF_NodeNext() throws RuntimeException; /** Column name AndOr */ public static final String COLUMNNAME_AndOr = "AndOr"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java index d3306c62be..70f7815a7c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Node - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_Node { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java index 929911fee3..4d47e7e22b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_NodeNext.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_NodeNext - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_NodeNext { @@ -31,7 +31,7 @@ public interface I_AD_WF_NodeNext public static final String Table_Name = "AD_WF_NodeNext"; /** AD_Table_ID=131 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 131; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_WF_NodeNext */ public int getAD_WF_Next_ID(); - public I_AD_WF_Node getAD_WF_Next() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Next() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -90,7 +90,7 @@ public interface I_AD_WF_NodeNext */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_NodeNext_ID */ public static final String COLUMNNAME_AD_WF_NodeNext_ID = "AD_WF_NodeNext_ID"; @@ -105,6 +105,15 @@ public interface I_AD_WF_NodeNext */ public int getAD_WF_NodeNext_ID(); + /** Column name AD_WF_NodeNext_UU */ + public static final String COLUMNNAME_AD_WF_NodeNext_UU = "AD_WF_NodeNext_UU"; + + /** Set AD_WF_NodeNext_UU */ + public void setAD_WF_NodeNext_UU (String AD_WF_NodeNext_UU); + + /** Get AD_WF_NodeNext_UU */ + public String getAD_WF_NodeNext_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java index e1b99e3e04..d8894d77d8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Node_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Node_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_Node_Para { @@ -31,7 +31,7 @@ public interface I_AD_WF_Node_Para public static final String Table_Name = "AD_WF_Node_Para"; /** AD_Table_ID=643 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 643; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,7 +71,7 @@ public interface I_AD_WF_Node_Para /** Get Process Parameter */ public int getAD_Process_Para_ID(); - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException; + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -86,7 +86,7 @@ public interface I_AD_WF_Node_Para */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Node_Para_ID */ public static final String COLUMNNAME_AD_WF_Node_Para_ID = "AD_WF_Node_Para_ID"; @@ -101,6 +101,15 @@ public interface I_AD_WF_Node_Para */ public int getAD_WF_Node_Para_ID(); + /** Column name AD_WF_Node_Para_UU */ + public static final String COLUMNNAME_AD_WF_Node_Para_UU = "AD_WF_Node_Para_UU"; + + /** Set AD_WF_Node_Para_UU */ + public void setAD_WF_Node_Para_UU (String AD_WF_Node_Para_UU); + + /** Get AD_WF_Node_Para_UU */ + public String getAD_WF_Node_Para_UU(); + /** Column name AttributeName */ public static final String COLUMNNAME_AttributeName = "AttributeName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java index 0ac14fdee9..2def494b58 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_Process { @@ -31,7 +31,7 @@ public interface I_AD_WF_Process public static final String Table_Name = "AD_WF_Process"; /** AD_Table_ID=645 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 645; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_WF_Process */ public int getAD_Message_ID(); - public I_AD_Message getAD_Message() throws RuntimeException; + public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +90,7 @@ public interface I_AD_WF_Process */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -105,7 +105,7 @@ public interface I_AD_WF_Process */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_WF_Process_ID */ public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID"; @@ -120,6 +120,15 @@ public interface I_AD_WF_Process */ public int getAD_WF_Process_ID(); + /** Column name AD_WF_Process_UU */ + public static final String COLUMNNAME_AD_WF_Process_UU = "AD_WF_Process_UU"; + + /** Set AD_WF_Process_UU */ + public void setAD_WF_Process_UU (String AD_WF_Process_UU); + + /** Get AD_WF_Process_UU */ + public String getAD_WF_Process_UU(); + /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -133,7 +142,7 @@ public interface I_AD_WF_Process */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -148,7 +157,7 @@ public interface I_AD_WF_Process */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java index 8b026e627b..e14068b03b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_ProcessData.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_ProcessData - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_ProcessData { @@ -31,7 +31,7 @@ public interface I_AD_WF_ProcessData public static final String Table_Name = "AD_WF_ProcessData"; /** AD_Table_ID=648 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 648; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_AD_WF_ProcessData */ public int getAD_WF_ProcessData_ID(); + /** Column name AD_WF_ProcessData_UU */ + public static final String COLUMNNAME_AD_WF_ProcessData_UU = "AD_WF_ProcessData_UU"; + + /** Set AD_WF_ProcessData_UU */ + public void setAD_WF_ProcessData_UU (String AD_WF_ProcessData_UU); + + /** Get AD_WF_ProcessData_UU */ + public String getAD_WF_ProcessData_UU(); + /** Column name AD_WF_Process_ID */ public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID"; @@ -88,7 +97,7 @@ public interface I_AD_WF_ProcessData */ public int getAD_WF_Process_ID(); - public I_AD_WF_Process getAD_WF_Process() throws RuntimeException; + public org.compiere.model.I_AD_WF_Process getAD_WF_Process() throws RuntimeException; /** Column name AttributeName */ public static final String COLUMNNAME_AttributeName = "AttributeName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java index 3eea95db7b..d0d6bbd767 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WF_Responsible.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WF_Responsible - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WF_Responsible { @@ -31,7 +31,7 @@ public interface I_AD_WF_Responsible public static final String Table_Name = "AD_WF_Responsible"; /** AD_Table_ID=646 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 646; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_WF_Responsible */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -90,7 +90,7 @@ public interface I_AD_WF_Responsible */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -105,6 +105,15 @@ public interface I_AD_WF_Responsible */ public int getAD_WF_Responsible_ID(); + /** Column name AD_WF_Responsible_UU */ + public static final String COLUMNNAME_AD_WF_Responsible_UU = "AD_WF_Responsible_UU"; + + /** Set AD_WF_Responsible_UU */ + public void setAD_WF_Responsible_UU (String AD_WF_Responsible_UU); + + /** Get AD_WF_Responsible_UU */ + public String getAD_WF_Responsible_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Window.java b/org.adempiere.base/src/org/compiere/model/I_AD_Window.java index 4cf23b4ceb..e88cbf444b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Window.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Window.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Window - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Window { @@ -31,7 +31,7 @@ public interface I_AD_Window public static final String Table_Name = "AD_Window"; /** AD_Table_ID=105 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 105; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_Window */ public int getAD_Color_ID(); - public I_AD_Color getAD_Color() throws RuntimeException; + public org.compiere.model.I_AD_Color getAD_Color() throws RuntimeException; /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; @@ -77,7 +77,7 @@ public interface I_AD_Window */ public int getAD_Image_ID(); - public I_AD_Image getAD_Image() throws RuntimeException; + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -105,6 +105,15 @@ public interface I_AD_Window */ public int getAD_Window_ID(); + /** Column name AD_Window_UU */ + public static final String COLUMNNAME_AD_Window_UU = "AD_Window_UU"; + + /** Set AD_Window_UU */ + public void setAD_Window_UU (String AD_Window_UU); + + /** Get AD_Window_UU */ + public String getAD_Window_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java index 0855c33b40..d1f419960e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Window_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Window_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Window_Access { @@ -31,7 +31,7 @@ public interface I_AD_Window_Access public static final String Table_Name = "AD_Window_Access"; /** AD_Table_ID=201 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 201; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_Window_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name AD_Window_Access_UU */ + public static final String COLUMNNAME_AD_Window_Access_UU = "AD_Window_Access_UU"; + + /** Set AD_Window_Access_UU */ + public void setAD_Window_Access_UU (String AD_Window_Access_UU); + + /** Get AD_Window_Access_UU */ + public String getAD_Window_Access_UU(); /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Window_Access */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java b/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java index 740854c2ba..e0e312c452 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WizardProcess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WizardProcess - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WizardProcess { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Workbench.java b/org.adempiere.base/src/org/compiere/model/I_AD_Workbench.java index a57335776d..cf36f702c7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Workbench.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Workbench.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Workbench - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Workbench { @@ -31,7 +31,7 @@ public interface I_AD_Workbench public static final String Table_Name = "AD_Workbench"; /** AD_Table_ID=468 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 468; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_AD_Workbench */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; @@ -116,6 +116,15 @@ public interface I_AD_Workbench */ public int getAD_Workbench_ID(); + /** Column name AD_Workbench_UU */ + public static final String COLUMNNAME_AD_Workbench_UU = "AD_Workbench_UU"; + + /** Set AD_Workbench_UU */ + public void setAD_Workbench_UU (String AD_Workbench_UU); + + /** Get AD_Workbench_UU */ + public String getAD_Workbench_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WorkbenchWindow.java b/org.adempiere.base/src/org/compiere/model/I_AD_WorkbenchWindow.java index 706d76492d..15dedf7189 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WorkbenchWindow.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WorkbenchWindow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WorkbenchWindow - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WorkbenchWindow { @@ -31,7 +31,7 @@ public interface I_AD_WorkbenchWindow public static final String Table_Name = "AD_WorkbenchWindow"; /** AD_Table_ID=469 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 469; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_AD_WorkbenchWindow */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +90,7 @@ public interface I_AD_WorkbenchWindow */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Task_ID */ public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; @@ -105,7 +105,7 @@ public interface I_AD_WorkbenchWindow */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws RuntimeException; + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -120,7 +120,7 @@ public interface I_AD_WorkbenchWindow */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name AD_Workbench_ID */ public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID"; @@ -135,7 +135,7 @@ public interface I_AD_WorkbenchWindow */ public int getAD_Workbench_ID(); - public I_AD_Workbench getAD_Workbench() throws RuntimeException; + public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException; /** Column name AD_WorkbenchWindow_ID */ public static final String COLUMNNAME_AD_WorkbenchWindow_ID = "AD_WorkbenchWindow_ID"; @@ -146,6 +146,15 @@ public interface I_AD_WorkbenchWindow /** Get Workbench Window */ public int getAD_WorkbenchWindow_ID(); + /** Column name AD_WorkbenchWindow_UU */ + public static final String COLUMNNAME_AD_WorkbenchWindow_UU = "AD_WorkbenchWindow_UU"; + + /** Set AD_WorkbenchWindow_UU */ + public void setAD_WorkbenchWindow_UU (String AD_WorkbenchWindow_UU); + + /** Get AD_WorkbenchWindow_UU */ + public String getAD_WorkbenchWindow_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java index bd32d7d2b9..b99abf8f0b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Workflow - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Workflow { diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java index 6843046966..c7010844e8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WorkflowProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WorkflowProcessor { @@ -65,10 +65,10 @@ public interface I_AD_WorkflowProcessor /** Column name AD_Schedule_ID */ public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID"; - /** Set AD_Schedule_ID */ + /** Set Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID); - /** Get AD_Schedule_ID */ + /** Get Schedule */ public int getAD_Schedule_ID(); public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java index 03908d56b2..be1f4cdab9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_WorkflowProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_WorkflowProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_WorkflowProcessorLog { @@ -31,13 +31,13 @@ public interface I_AD_WorkflowProcessorLog public static final String Table_Name = "AD_WorkflowProcessorLog"; /** AD_Table_ID=696 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 696; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = 4 - System + /** AccessLevel = 6 - System - Client */ - BigDecimal accessLevel = BigDecimal.valueOf(4); + BigDecimal accessLevel = BigDecimal.valueOf(6); /** Load Meta Data */ @@ -75,7 +75,7 @@ public interface I_AD_WorkflowProcessorLog */ public int getAD_WorkflowProcessor_ID(); - public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException; + public org.compiere.model.I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException; /** Column name AD_WorkflowProcessorLog_ID */ public static final String COLUMNNAME_AD_WorkflowProcessorLog_ID = "AD_WorkflowProcessorLog_ID"; @@ -90,6 +90,15 @@ public interface I_AD_WorkflowProcessorLog */ public int getAD_WorkflowProcessorLog_ID(); + /** Column name AD_WorkflowProcessorLog_UU */ + public static final String COLUMNNAME_AD_WorkflowProcessorLog_UU = "AD_WorkflowProcessorLog_UU"; + + /** Set AD_WorkflowProcessorLog_UU */ + public void setAD_WorkflowProcessorLog_UU (String AD_WorkflowProcessorLog_UU); + + /** Get AD_WorkflowProcessorLog_UU */ + public String getAD_WorkflowProcessorLog_UU(); + /** Column name BinaryData */ public static final String COLUMNNAME_BinaryData = "BinaryData"; diff --git a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java index 7cb002c2ae..d20af74442 100644 --- a/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java +++ b/org.adempiere.base/src/org/compiere/model/I_AD_Workflow_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for AD_Workflow_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_AD_Workflow_Access { @@ -31,7 +31,7 @@ public interface I_AD_Workflow_Access public static final String Table_Name = "AD_Workflow_Access"; /** AD_Table_ID=202 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 202; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_AD_Workflow_Access */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name AD_Workflow_Access_UU */ + public static final String COLUMNNAME_AD_Workflow_Access_UU = "AD_Workflow_Access_UU"; + + /** Set AD_Workflow_Access_UU */ + public void setAD_Workflow_Access_UU (String AD_Workflow_Access_UU); + + /** Get AD_Workflow_Access_UU */ + public String getAD_Workflow_Access_UU(); /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -90,7 +99,7 @@ public interface I_AD_Workflow_Access */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java index b1f209e5da..7b6e2822a9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientException.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_ClientException - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_ClientException { @@ -31,7 +31,7 @@ public interface I_ASP_ClientException public static final String Table_Name = "ASP_ClientException"; /** AD_Table_ID=53057 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53057; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_ASP_ClientException */ public int getAD_Field_ID(); - public I_AD_Field getAD_Field() throws RuntimeException; + public org.compiere.model.I_AD_Field getAD_Field() throws RuntimeException; /** Column name AD_Form_ID */ public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID"; @@ -77,7 +77,7 @@ public interface I_ASP_ClientException */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -105,7 +105,7 @@ public interface I_ASP_ClientException */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Process_Para_ID */ public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID"; @@ -116,7 +116,7 @@ public interface I_ASP_ClientException /** Get Process Parameter */ public int getAD_Process_Para_ID(); - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException; + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException; /** Column name AD_Tab_ID */ public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID"; @@ -131,7 +131,7 @@ public interface I_ASP_ClientException */ public int getAD_Tab_ID(); - public I_AD_Tab getAD_Tab() throws RuntimeException; + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException; /** Column name AD_Task_ID */ public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; @@ -146,7 +146,7 @@ public interface I_ASP_ClientException */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws RuntimeException; + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -161,7 +161,7 @@ public interface I_ASP_ClientException */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -176,7 +176,7 @@ public interface I_ASP_ClientException */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -191,7 +191,7 @@ public interface I_ASP_ClientException */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name ASP_ClientException_ID */ public static final String COLUMNNAME_ASP_ClientException_ID = "ASP_ClientException_ID"; @@ -202,6 +202,15 @@ public interface I_ASP_ClientException /** Get Client Exception */ public int getASP_ClientException_ID(); + /** Column name ASP_ClientException_UU */ + public static final String COLUMNNAME_ASP_ClientException_UU = "ASP_ClientException_UU"; + + /** Set ASP_ClientException_UU */ + public void setASP_ClientException_UU (String ASP_ClientException_UU); + + /** Get ASP_ClientException_UU */ + public String getASP_ClientException_UU(); + /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java index 0f640a1c44..1aef837804 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_ClientLevel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_ClientLevel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_ClientLevel { @@ -31,7 +31,7 @@ public interface I_ASP_ClientLevel public static final String Table_Name = "ASP_ClientLevel"; /** AD_Table_ID=53056 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53056; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_ASP_ClientLevel /** Get Client Level */ public int getASP_ClientLevel_ID(); + /** Column name ASP_ClientLevel_UU */ + public static final String COLUMNNAME_ASP_ClientLevel_UU = "ASP_ClientLevel_UU"; + + /** Set ASP_ClientLevel_UU */ + public void setASP_ClientLevel_UU (String ASP_ClientLevel_UU); + + /** Get ASP_ClientLevel_UU */ + public String getASP_ClientLevel_UU(); + /** Column name ASP_Level_ID */ public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; @@ -80,7 +89,7 @@ public interface I_ASP_ClientLevel /** Get ASP Level */ public int getASP_Level_ID(); - public I_ASP_Level getASP_Level() throws RuntimeException; + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; /** Column name ASP_Module_ID */ public static final String COLUMNNAME_ASP_Module_ID = "ASP_Module_ID"; @@ -91,7 +100,7 @@ public interface I_ASP_ClientLevel /** Get ASP Module */ public int getASP_Module_ID(); - public I_ASP_Module getASP_Module() throws RuntimeException; + public org.compiere.model.I_ASP_Module getASP_Module() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java index 27225dd811..09e462cdb5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Field.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Field - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Field { @@ -31,7 +31,7 @@ public interface I_ASP_Field public static final String Table_Name = "ASP_Field"; /** AD_Table_ID=53048 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53048; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_ASP_Field */ public int getAD_Field_ID(); - public I_AD_Field getAD_Field() throws RuntimeException; + public org.compiere.model.I_AD_Field getAD_Field() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -86,6 +86,15 @@ public interface I_ASP_Field /** Get ASP Field */ public int getASP_Field_ID(); + /** Column name ASP_Field_UU */ + public static final String COLUMNNAME_ASP_Field_UU = "ASP_Field_UU"; + + /** Set ASP_Field_UU */ + public void setASP_Field_UU (String ASP_Field_UU); + + /** Get ASP_Field_UU */ + public String getASP_Field_UU(); + /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; @@ -104,7 +113,7 @@ public interface I_ASP_Field /** Get ASP Tab */ public int getASP_Tab_ID(); - public I_ASP_Tab getASP_Tab() throws RuntimeException; + public org.compiere.model.I_ASP_Tab getASP_Tab() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java index e46ec61cdb..847bd6453b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Form.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Form - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Form { @@ -31,7 +31,7 @@ public interface I_ASP_Form public static final String Table_Name = "ASP_Form"; /** AD_Table_ID=53051 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53051; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_ASP_Form */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -86,6 +86,15 @@ public interface I_ASP_Form /** Get ASP Form */ public int getASP_Form_ID(); + /** Column name ASP_Form_UU */ + public static final String COLUMNNAME_ASP_Form_UU = "ASP_Form_UU"; + + /** Set ASP_Form_UU */ + public void setASP_Form_UU (String ASP_Form_UU); + + /** Get ASP_Form_UU */ + public String getASP_Form_UU(); + /** Column name ASP_Level_ID */ public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; @@ -95,7 +104,7 @@ public interface I_ASP_Form /** Get ASP Level */ public int getASP_Level_ID(); - public I_ASP_Level getASP_Level() throws RuntimeException; + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java index 00d0301716..159c79362d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Level.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Level - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Level { @@ -31,7 +31,7 @@ public interface I_ASP_Level public static final String Table_Name = "ASP_Level"; /** AD_Table_ID=53055 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53055; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_ASP_Level /** Get ASP Level */ public int getASP_Level_ID(); + /** Column name ASP_Level_UU */ + public static final String COLUMNNAME_ASP_Level_UU = "ASP_Level_UU"; + + /** Set ASP_Level_UU */ + public void setASP_Level_UU (String ASP_Level_UU); + + /** Get ASP_Level_UU */ + public String getASP_Level_UU(); + /** Column name ASP_Module_ID */ public static final String COLUMNNAME_ASP_Module_ID = "ASP_Module_ID"; @@ -80,7 +89,7 @@ public interface I_ASP_Level /** Get ASP Module */ public int getASP_Module_ID(); - public I_ASP_Module getASP_Module() throws RuntimeException; + public org.compiere.model.I_ASP_Module getASP_Module() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java index fd0752653c..be2358c419 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Module.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Module - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Module { @@ -31,7 +31,7 @@ public interface I_ASP_Module public static final String Table_Name = "ASP_Module"; /** AD_Table_ID=53054 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53054; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_ASP_Module /** Get ASP Module */ public int getASP_Module_ID(); + /** Column name ASP_Module_UU */ + public static final String COLUMNNAME_ASP_Module_UU = "ASP_Module_UU"; + + /** Set ASP_Module_UU */ + public void setASP_Module_UU (String ASP_Module_UU); + + /** Get ASP_Module_UU */ + public String getASP_Module_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java index c96350bc63..e1a14cd92e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Process { @@ -31,7 +31,7 @@ public interface I_ASP_Process public static final String Table_Name = "ASP_Process"; /** AD_Table_ID=53049 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53049; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_ASP_Process */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name ASP_Level_ID */ public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; @@ -86,7 +86,7 @@ public interface I_ASP_Process /** Get ASP Level */ public int getASP_Level_ID(); - public I_ASP_Level getASP_Level() throws RuntimeException; + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; /** Column name ASP_Process_ID */ public static final String COLUMNNAME_ASP_Process_ID = "ASP_Process_ID"; @@ -97,6 +97,15 @@ public interface I_ASP_Process /** Get ASP Process */ public int getASP_Process_ID(); + /** Column name ASP_Process_UU */ + public static final String COLUMNNAME_ASP_Process_UU = "ASP_Process_UU"; + + /** Set ASP_Process_UU */ + public void setASP_Process_UU (String ASP_Process_UU); + + /** Get ASP_Process_UU */ + public String getASP_Process_UU(); + /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java index 2950b78e2b..88e5c6c519 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Process_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Process_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Process_Para { @@ -31,7 +31,7 @@ public interface I_ASP_Process_Para public static final String Table_Name = "ASP_Process_Para"; /** AD_Table_ID=53050 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53050; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,7 +71,7 @@ public interface I_ASP_Process_Para /** Get Process Parameter */ public int getAD_Process_Para_ID(); - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException; + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException; /** Column name ASP_Process_ID */ public static final String COLUMNNAME_ASP_Process_ID = "ASP_Process_ID"; @@ -82,7 +82,7 @@ public interface I_ASP_Process_Para /** Get ASP Process */ public int getASP_Process_ID(); - public I_ASP_Process getASP_Process() throws RuntimeException; + public org.compiere.model.I_ASP_Process getASP_Process() throws RuntimeException; /** Column name ASP_Process_Para_ID */ public static final String COLUMNNAME_ASP_Process_Para_ID = "ASP_Process_Para_ID"; @@ -93,6 +93,15 @@ public interface I_ASP_Process_Para /** Get ASP Process Parameter */ public int getASP_Process_Para_ID(); + /** Column name ASP_Process_Para_UU */ + public static final String COLUMNNAME_ASP_Process_Para_UU = "ASP_Process_Para_UU"; + + /** Set ASP_Process_Para_UU */ + public void setASP_Process_Para_UU (String ASP_Process_Para_UU); + + /** Get ASP_Process_Para_UU */ + public String getASP_Process_Para_UU(); + /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java new file mode 100644 index 0000000000..0cbfd8ed8e --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Ref_List.java @@ -0,0 +1,177 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for ASP_Ref_List + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_ASP_Ref_List +{ + + /** TableName=ASP_Ref_List */ + public static final String Table_Name = "ASP_Ref_List"; + + /** AD_Table_ID=200011 */ + public static final int Table_ID = 200011; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 4 - System + */ + BigDecimal accessLevel = BigDecimal.valueOf(4); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name AD_Reference_ID */ + public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; + + /** Set Reference. + * System Reference and Validation + */ + public void setAD_Reference_ID (int AD_Reference_ID); + + /** Get Reference. + * System Reference and Validation + */ + public int getAD_Reference_ID(); + + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; + + /** Column name AD_Ref_List_ID */ + public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID"; + + /** Set Reference List. + * Reference List based on Table + */ + public void setAD_Ref_List_ID (int AD_Ref_List_ID); + + /** Get Reference List. + * Reference List based on Table + */ + public int getAD_Ref_List_ID(); + + public org.compiere.model.I_AD_Ref_List getAD_Ref_List() throws RuntimeException; + + /** Column name ASP_Level_ID */ + public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; + + /** Set ASP Level */ + public void setASP_Level_ID (int ASP_Level_ID); + + /** Get ASP Level */ + public int getASP_Level_ID(); + + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; + + /** Column name ASP_Ref_List_ID */ + public static final String COLUMNNAME_ASP_Ref_List_ID = "ASP_Ref_List_ID"; + + /** Set ASP_Ref_List */ + public void setASP_Ref_List_ID (int ASP_Ref_List_ID); + + /** Get ASP_Ref_List */ + public int getASP_Ref_List_ID(); + + /** Column name ASP_Ref_List_UU */ + public static final String COLUMNNAME_ASP_Ref_List_UU = "ASP_Ref_List_UU"; + + /** Set ASP_Ref_List_UU */ + public void setASP_Ref_List_UU (String ASP_Ref_List_UU); + + /** Get ASP_Ref_List_UU */ + public String getASP_Ref_List_UU(); + + /** Column name ASP_Status */ + public static final String COLUMNNAME_ASP_Status = "ASP_Status"; + + /** Set ASP Status */ + public void setASP_Status (String ASP_Status); + + /** Get ASP Status */ + public String getASP_Status(); + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java index 801505d976..0b5fede0b1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Tab.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Tab - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Tab { @@ -31,7 +31,7 @@ public interface I_ASP_Tab public static final String Table_Name = "ASP_Tab"; /** AD_Table_ID=53047 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53047; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_ASP_Tab */ public int getAD_Tab_ID(); - public I_AD_Tab getAD_Tab() throws RuntimeException; + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException; /** Column name AllFields */ public static final String COLUMNNAME_AllFields = "AllFields"; @@ -104,6 +104,15 @@ public interface I_ASP_Tab /** Get ASP Tab */ public int getASP_Tab_ID(); + /** Column name ASP_Tab_UU */ + public static final String COLUMNNAME_ASP_Tab_UU = "ASP_Tab_UU"; + + /** Set ASP_Tab_UU */ + public void setASP_Tab_UU (String ASP_Tab_UU); + + /** Get ASP_Tab_UU */ + public String getASP_Tab_UU(); + /** Column name ASP_Window_ID */ public static final String COLUMNNAME_ASP_Window_ID = "ASP_Window_ID"; @@ -113,7 +122,7 @@ public interface I_ASP_Tab /** Get ASP Window */ public int getASP_Window_ID(); - public I_ASP_Window getASP_Window() throws RuntimeException; + public org.compiere.model.I_ASP_Window getASP_Window() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java index aebf7d43a5..178ecb3a8e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Task.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Task - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Task { @@ -31,7 +31,7 @@ public interface I_ASP_Task public static final String Table_Name = "ASP_Task"; /** AD_Table_ID=53052 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53052; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_ASP_Task */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws RuntimeException; + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException; /** Column name ASP_Level_ID */ public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; @@ -86,7 +86,7 @@ public interface I_ASP_Task /** Get ASP Level */ public int getASP_Level_ID(); - public I_ASP_Level getASP_Level() throws RuntimeException; + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; @@ -106,6 +106,15 @@ public interface I_ASP_Task /** Get ASP Task */ public int getASP_Task_ID(); + /** Column name ASP_Task_UU */ + public static final String COLUMNNAME_ASP_Task_UU = "ASP_Task_UU"; + + /** Set ASP_Task_UU */ + public void setASP_Task_UU (String ASP_Task_UU); + + /** Get ASP_Task_UU */ + public String getASP_Task_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java index 37edd2b9f1..c6bd092c03 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Window.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Window - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Window { @@ -31,7 +31,7 @@ public interface I_ASP_Window public static final String Table_Name = "ASP_Window"; /** AD_Table_ID=53046 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53046; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_ASP_Window */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name ASP_Level_ID */ public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; @@ -86,7 +86,7 @@ public interface I_ASP_Window /** Get ASP Level */ public int getASP_Level_ID(); - public I_ASP_Level getASP_Level() throws RuntimeException; + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; @@ -106,6 +106,15 @@ public interface I_ASP_Window /** Get ASP Window */ public int getASP_Window_ID(); + /** Column name ASP_Window_UU */ + public static final String COLUMNNAME_ASP_Window_UU = "ASP_Window_UU"; + + /** Set ASP_Window_UU */ + public void setASP_Window_UU (String ASP_Window_UU); + + /** Get ASP_Window_UU */ + public String getASP_Window_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java b/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java index 4bc5720791..86b3b1b5cc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/I_ASP_Workflow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for ASP_Workflow - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_ASP_Workflow { @@ -31,7 +31,7 @@ public interface I_ASP_Workflow public static final String Table_Name = "ASP_Workflow"; /** AD_Table_ID=53053 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53053; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_ASP_Workflow */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name ASP_Level_ID */ public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID"; @@ -86,7 +86,7 @@ public interface I_ASP_Workflow /** Get ASP Level */ public int getASP_Level_ID(); - public I_ASP_Level getASP_Level() throws RuntimeException; + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException; /** Column name ASP_Status */ public static final String COLUMNNAME_ASP_Status = "ASP_Status"; @@ -106,6 +106,15 @@ public interface I_ASP_Workflow /** Get ASP Workflow */ public int getASP_Workflow_ID(); + /** Column name ASP_Workflow_UU */ + public static final String COLUMNNAME_ASP_Workflow_UU = "ASP_Workflow_UU"; + + /** Set ASP_Workflow_UU */ + public void setASP_Workflow_UU (String ASP_Workflow_UU); + + /** Get ASP_Workflow_UU */ + public String getASP_Workflow_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset.java index 8f2d398ed3..2b13e59ba7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java index ab4f341698..cc97671fe7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java index acc8cd9526..4aca569754 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Addition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Addition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Addition { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java index 2a93980a3e..c512c78014 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Change.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Change - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Change { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java index fdfacdb4ab..ef869ddeac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Class.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Class - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Class { @@ -50,6 +50,15 @@ public interface I_A_Asset_Class /** Get Asset class */ public int getA_Asset_Class_ID(); + /** Column name A_Asset_Class_UU */ + public static final String COLUMNNAME_A_Asset_Class_UU = "A_Asset_Class_UU"; + + /** Set A_Asset_Class_UU */ + public void setA_Asset_Class_UU (String A_Asset_Class_UU); + + /** Get A_Asset_Class_UU */ + public String getA_Asset_Class_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java index f0aa41b2e4..805e232fbd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Delivery.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Delivery - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Delivery { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java index bdfa160c8d..e2490aa01a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Disposed.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Disposed - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Disposed { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java index e4b8267c9d..94b4afc6a1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Group - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Group { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java index 101e3040a7..86e8b67d00 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Group_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Group_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Group_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java index 82f35b71db..e9af8083d8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Fin.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Fin - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Info_Fin { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java index 73a4729b2d..d4e082ea81 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Ins.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Ins - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Info_Ins { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java index c81fc01157..aa610e98e3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Lic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Lic - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Info_Lic { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java index f61d298e32..e52d464db0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Oth.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Oth - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Info_Oth { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java index f005f3897c..ee4dd5d07c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Info_Tax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Info_Tax - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Info_Tax { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java index db236c67c3..8797fcf2ae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Product { @@ -65,6 +65,15 @@ public interface I_A_Asset_Product /** Get Asset Product */ public int getA_Asset_Product_ID(); + /** Column name A_Asset_Product_UU */ + public static final String COLUMNNAME_A_Asset_Product_UU = "A_Asset_Product_UU"; + + /** Set A_Asset_Product_UU */ + public void setA_Asset_Product_UU (String A_Asset_Product_UU); + + /** Get A_Asset_Product_UU */ + public String getA_Asset_Product_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java index f5e72daee1..dcf16029be 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Retirement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Retirement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Retirement { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java index 196fbe2b11..4ae67ffbda 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Reval - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Reval { @@ -92,6 +92,15 @@ public interface I_A_Asset_Reval /** Get Asset Revaluation */ public int getA_Asset_Reval_ID(); + /** Column name A_Asset_Reval_UU */ + public static final String COLUMNNAME_A_Asset_Reval_UU = "A_Asset_Reval_UU"; + + /** Set A_Asset_Reval_UU */ + public void setA_Asset_Reval_UU (String A_Asset_Reval_UU); + + /** Get A_Asset_Reval_UU */ + public String getA_Asset_Reval_UU(); + /** Column name A_Change_Acumulated_Depr */ public static final String COLUMNNAME_A_Change_Acumulated_Depr = "A_Change_Acumulated_Depr"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java index 80c7d6b402..b2be6b4584 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Entry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Reval_Entry - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Reval_Entry { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java index e98d910f31..5db7f84e27 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Reval_Index.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Reval_Index - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Reval_Index { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java index e3e10eb426..90b7fb5b88 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Split.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Split - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Split { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Spread.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Spread.java index 29a14e41cb..ab8fba0e35 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Spread.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Spread.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Spread - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Spread { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java index 12b0bfe1df..ec92539d16 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Transfer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Transfer - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Transfer { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java index 9f502c752e..13ab87c8dc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Type { @@ -50,6 +50,15 @@ public interface I_A_Asset_Type /** Get Asset Type */ public int getA_Asset_Type_ID(); + /** Column name A_Asset_Type_UU */ + public static final String COLUMNNAME_A_Asset_Type_UU = "A_Asset_Type_UU"; + + /** Set A_Asset_Type_UU */ + public void setA_Asset_Type_UU (String A_Asset_Type_UU); + + /** Get A_Asset_Type_UU */ + public String getA_Asset_Type_UU(); + /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java index 0592d742ed..6f013824db 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Asset_Use.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Asset_Use - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Asset_Use { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java index e27f72cecf..cf571d4e3b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java index e8e1f0d7c8..e1c8b40ddb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Build.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Build - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Build { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java index d245627f8c..d0a6100df9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Convention.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Convention - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Convention { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java index af8af8bf3f..39ee88dca4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Entry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Entry - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Entry { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java index 6a44289287..69eca2fc3e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Exp.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Exp - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Exp { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java index e8b97aa4c3..944d63304f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Forecast.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Forecast - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Forecast { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java index e72c007f22..222fbed0d6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Method.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Method - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Method { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java index e98a60119f..d17860edb8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Detail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Table_Detail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Table_Detail { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java index 5bef31bcea..b0af2bfb11 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Table_Header.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Table_Header - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Table_Header { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java index 01aa8dd5c3..23c3698db3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Depreciation_Workfile.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Depreciation_Workfile - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Depreciation_Workfile { diff --git a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java index 84c6c7e580..482b5e608b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_FundingMode - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_FundingMode { @@ -71,6 +71,15 @@ public interface I_A_FundingMode /** Get Asset Funding Mode */ public int getA_FundingMode_ID(); + /** Column name A_FundingMode_UU */ + public static final String COLUMNNAME_A_FundingMode_UU = "A_FundingMode_UU"; + + /** Set A_FundingMode_UU */ + public void setA_FundingMode_UU (String A_FundingMode_UU); + + /** Get A_FundingMode_UU */ + public String getA_FundingMode_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java new file mode 100644 index 0000000000..0880b41e7a --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/I_A_FundingMode_Acct.java @@ -0,0 +1,155 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for A_FundingMode_Acct + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_A_FundingMode_Acct +{ + + /** TableName=A_FundingMode_Acct */ + public static final String Table_Name = "A_FundingMode_Acct"; + + /** AD_Table_ID=53274 */ + public static final int Table_ID = 53274; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 3 - Client - Org + */ + BigDecimal accessLevel = BigDecimal.valueOf(3); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name A_FundingMode_Acct */ + public static final String COLUMNNAME_A_FundingMode_Acct = "A_FundingMode_Acct"; + + /** Set Funding Mode Account */ + public void setA_FundingMode_Acct (int A_FundingMode_Acct); + + /** Get Funding Mode Account */ + public int getA_FundingMode_Acct(); + + public I_C_ValidCombination getA_FundingMode_A() throws RuntimeException; + + /** Column name A_FundingMode_Acct_UU */ + public static final String COLUMNNAME_A_FundingMode_Acct_UU = "A_FundingMode_Acct_UU"; + + /** Set A_FundingMode_Acct_UU */ + public void setA_FundingMode_Acct_UU (String A_FundingMode_Acct_UU); + + /** Get A_FundingMode_Acct_UU */ + public String getA_FundingMode_Acct_UU(); + + /** Column name A_FundingMode_ID */ + public static final String COLUMNNAME_A_FundingMode_ID = "A_FundingMode_ID"; + + /** Set Asset Funding Mode */ + public void setA_FundingMode_ID (int A_FundingMode_ID); + + /** Get Asset Funding Mode */ + public int getA_FundingMode_ID(); + + public org.compiere.model.I_A_FundingMode getA_FundingMode() throws RuntimeException; + + /** Column name C_AcctSchema_ID */ + public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; + + /** Set Accounting Schema. + * Rules for accounting + */ + public void setC_AcctSchema_ID (int C_AcctSchema_ID); + + /** Get Accounting Schema. + * Rules for accounting + */ + public int getC_AcctSchema_ID(); + + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_A_Registration.java b/org.adempiere.base/src/org/compiere/model/I_A_Registration.java index 148da7ee5c..d5045469f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_Registration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_Registration - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_Registration { @@ -31,7 +31,7 @@ public interface I_A_Registration public static final String Table_Name = "A_Registration"; /** AD_Table_ID=651 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 651; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_A_Registration */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_A_Registration */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name A_Registration_ID */ public static final String COLUMNNAME_A_Registration_ID = "A_Registration_ID"; @@ -105,6 +105,15 @@ public interface I_A_Registration */ public int getA_Registration_ID(); + /** Column name A_Registration_UU */ + public static final String COLUMNNAME_A_Registration_UU = "A_Registration_UU"; + + /** Set A_Registration_UU */ + public void setA_Registration_UU (String A_Registration_UU); + + /** Get A_Registration_UU */ + public String getA_Registration_UU(); + /** Column name AssetServiceDate */ public static final String COLUMNNAME_AssetServiceDate = "AssetServiceDate"; @@ -131,7 +140,7 @@ public interface I_A_Registration */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -240,7 +249,7 @@ public interface I_A_Registration */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java index 158a8427d7..f5121c3757 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationAttribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_RegistrationAttribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_RegistrationAttribute { @@ -31,7 +31,7 @@ public interface I_A_RegistrationAttribute public static final String Table_Name = "A_RegistrationAttribute"; /** AD_Table_ID=652 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 652; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_A_RegistrationAttribute */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; /** Column name AD_Reference_Value_ID */ public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID"; @@ -90,7 +90,7 @@ public interface I_A_RegistrationAttribute */ public int getAD_Reference_Value_ID(); - public I_AD_Reference getAD_Reference_Value() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference_Value() throws RuntimeException; /** Column name A_RegistrationAttribute_ID */ public static final String COLUMNNAME_A_RegistrationAttribute_ID = "A_RegistrationAttribute_ID"; @@ -105,6 +105,15 @@ public interface I_A_RegistrationAttribute */ public int getA_RegistrationAttribute_ID(); + /** Column name A_RegistrationAttribute_UU */ + public static final String COLUMNNAME_A_RegistrationAttribute_UU = "A_RegistrationAttribute_UU"; + + /** Set A_RegistrationAttribute_UU */ + public void setA_RegistrationAttribute_UU (String A_RegistrationAttribute_UU); + + /** Get A_RegistrationAttribute_UU */ + public String getA_RegistrationAttribute_UU(); + /** Column name ColumnName */ public static final String COLUMNNAME_ColumnName = "ColumnName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java index 973cd0036d..79aadb331b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationProduct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_RegistrationProduct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_RegistrationProduct { @@ -31,7 +31,7 @@ public interface I_A_RegistrationProduct public static final String Table_Name = "A_RegistrationProduct"; /** AD_Table_ID=715 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 715; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_A_RegistrationProduct */ public int getA_RegistrationAttribute_ID(); - public I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException; + public org.compiere.model.I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException; + + /** Column name A_RegistrationProduct_UU */ + public static final String COLUMNNAME_A_RegistrationProduct_UU = "A_RegistrationProduct_UU"; + + /** Set A_RegistrationProduct_UU */ + public void setA_RegistrationProduct_UU (String A_RegistrationProduct_UU); + + /** Get A_RegistrationProduct_UU */ + public String getA_RegistrationProduct_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +141,7 @@ public interface I_A_RegistrationProduct */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java index a9cbe9fb47..7788532571 100644 --- a/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_A_RegistrationValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for A_RegistrationValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_A_RegistrationValue { @@ -31,7 +31,7 @@ public interface I_A_RegistrationValue public static final String Table_Name = "A_RegistrationValue"; /** AD_Table_ID=653 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 653; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_A_RegistrationValue */ public int getA_RegistrationAttribute_ID(); - public I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException; + public org.compiere.model.I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException; /** Column name A_Registration_ID */ public static final String COLUMNNAME_A_Registration_ID = "A_Registration_ID"; @@ -90,7 +90,16 @@ public interface I_A_RegistrationValue */ public int getA_Registration_ID(); - public I_A_Registration getA_Registration() throws RuntimeException; + public org.compiere.model.I_A_Registration getA_Registration() throws RuntimeException; + + /** Column name A_RegistrationValue_UU */ + public static final String COLUMNNAME_A_RegistrationValue_UU = "A_RegistrationValue_UU"; + + /** Set A_RegistrationValue_UU */ + public void setA_RegistrationValue_UU (String A_RegistrationValue_UU); + + /** Get A_RegistrationValue_UU */ + public String getA_RegistrationValue_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Bid.java b/org.adempiere.base/src/org/compiere/model/I_B_Bid.java index 36d327b90c..ca078445d6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Bid.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Bid.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_Bid - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_Bid { @@ -31,7 +31,7 @@ public interface I_B_Bid public static final String Table_Name = "B_Bid"; /** AD_Table_ID=686 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 686; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_B_Bid */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name B_Bid_ID */ public static final String COLUMNNAME_B_Bid_ID = "B_Bid_ID"; @@ -90,6 +90,15 @@ public interface I_B_Bid */ public int getB_Bid_ID(); + /** Column name B_Bid_UU */ + public static final String COLUMNNAME_B_Bid_UU = "B_Bid_UU"; + + /** Set B_Bid_UU */ + public void setB_Bid_UU (String B_Bid_UU); + + /** Get B_Bid_UU */ + public String getB_Bid_UU(); + /** Column name B_BuyerFunds_ID */ public static final String COLUMNNAME_B_BuyerFunds_ID = "B_BuyerFunds_ID"; @@ -103,7 +112,7 @@ public interface I_B_Bid */ public int getB_BuyerFunds_ID(); - public I_B_BuyerFunds getB_BuyerFunds() throws RuntimeException; + public org.compiere.model.I_B_BuyerFunds getB_BuyerFunds() throws RuntimeException; /** Column name B_Topic_ID */ public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID"; @@ -118,7 +127,7 @@ public interface I_B_Bid */ public int getB_Topic_ID(); - public I_B_Topic getB_Topic() throws RuntimeException; + public org.compiere.model.I_B_Topic getB_Topic() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java b/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java index a7c6387437..733d2c8adf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_BidComment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_BidComment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_BidComment { @@ -31,7 +31,7 @@ public interface I_B_BidComment public static final String Table_Name = "B_BidComment"; /** AD_Table_ID=685 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 685; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_B_BidComment */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name B_BidComment_ID */ public static final String COLUMNNAME_B_BidComment_ID = "B_BidComment_ID"; @@ -90,6 +90,15 @@ public interface I_B_BidComment */ public int getB_BidComment_ID(); + /** Column name B_BidComment_UU */ + public static final String COLUMNNAME_B_BidComment_UU = "B_BidComment_UU"; + + /** Set B_BidComment_UU */ + public void setB_BidComment_UU (String B_BidComment_UU); + + /** Get B_BidComment_UU */ + public String getB_BidComment_UU(); + /** Column name B_Topic_ID */ public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID"; @@ -103,7 +112,7 @@ public interface I_B_BidComment */ public int getB_Topic_ID(); - public I_B_Topic getB_Topic() throws RuntimeException; + public org.compiere.model.I_B_Topic getB_Topic() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java b/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java index 65080bed6e..c3451991ff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Buyer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_Buyer - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_Buyer { @@ -31,7 +31,7 @@ public interface I_B_Buyer public static final String Table_Name = "B_Buyer"; /** AD_Table_ID=684 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 684; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_B_Buyer */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; + + /** Column name B_Buyer_UU */ + public static final String COLUMNNAME_B_Buyer_UU = "B_Buyer_UU"; + + /** Set B_Buyer_UU */ + public void setB_Buyer_UU (String B_Buyer_UU); + + /** Get B_Buyer_UU */ + public String getB_Buyer_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java b/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java index d26a9cdd0a..a071640c12 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_BuyerFunds.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_BuyerFunds - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_BuyerFunds { @@ -31,7 +31,7 @@ public interface I_B_BuyerFunds public static final String Table_Name = "B_BuyerFunds"; /** AD_Table_ID=683 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 683; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_B_BuyerFunds */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name B_BuyerFunds_ID */ public static final String COLUMNNAME_B_BuyerFunds_ID = "B_BuyerFunds_ID"; @@ -90,6 +90,15 @@ public interface I_B_BuyerFunds */ public int getB_BuyerFunds_ID(); + /** Column name B_BuyerFunds_UU */ + public static final String COLUMNNAME_B_BuyerFunds_UU = "B_BuyerFunds_UU"; + + /** Set B_BuyerFunds_UU */ + public void setB_BuyerFunds_UU (String B_BuyerFunds_UU); + + /** Get B_BuyerFunds_UU */ + public String getB_BuyerFunds_UU(); + /** Column name CommittedAmt */ public static final String COLUMNNAME_CommittedAmt = "CommittedAmt"; @@ -116,7 +125,7 @@ public interface I_B_BuyerFunds */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -131,7 +140,7 @@ public interface I_B_BuyerFunds */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Offer.java b/org.adempiere.base/src/org/compiere/model/I_B_Offer.java index d3d1730712..c5f251c514 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Offer.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Offer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_Offer - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_Offer { @@ -31,7 +31,7 @@ public interface I_B_Offer public static final String Table_Name = "B_Offer"; /** AD_Table_ID=682 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 682; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_B_Offer */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name B_Offer_ID */ public static final String COLUMNNAME_B_Offer_ID = "B_Offer_ID"; @@ -90,6 +90,15 @@ public interface I_B_Offer */ public int getB_Offer_ID(); + /** Column name B_Offer_UU */ + public static final String COLUMNNAME_B_Offer_UU = "B_Offer_UU"; + + /** Set B_Offer_UU */ + public void setB_Offer_UU (String B_Offer_UU); + + /** Get B_Offer_UU */ + public String getB_Offer_UU(); + /** Column name B_SellerFunds_ID */ public static final String COLUMNNAME_B_SellerFunds_ID = "B_SellerFunds_ID"; @@ -103,7 +112,7 @@ public interface I_B_Offer */ public int getB_SellerFunds_ID(); - public I_B_SellerFunds getB_SellerFunds() throws RuntimeException; + public org.compiere.model.I_B_SellerFunds getB_SellerFunds() throws RuntimeException; /** Column name B_Topic_ID */ public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID"; @@ -118,7 +127,7 @@ public interface I_B_Offer */ public int getB_Topic_ID(); - public I_B_Topic getB_Topic() throws RuntimeException; + public org.compiere.model.I_B_Topic getB_Topic() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Seller.java b/org.adempiere.base/src/org/compiere/model/I_B_Seller.java index a93bdd7970..9d631b3dd5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Seller.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Seller.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_Seller - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_Seller { @@ -31,7 +31,7 @@ public interface I_B_Seller public static final String Table_Name = "B_Seller"; /** AD_Table_ID=681 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 681; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_B_Seller */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; + + /** Column name B_Seller_UU */ + public static final String COLUMNNAME_B_Seller_UU = "B_Seller_UU"; + + /** Set B_Seller_UU */ + public void setB_Seller_UU (String B_Seller_UU); + + /** Get B_Seller_UU */ + public String getB_Seller_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java b/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java index 1f57d5cb67..9714f95cf2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_SellerFunds.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_SellerFunds - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_SellerFunds { @@ -31,7 +31,7 @@ public interface I_B_SellerFunds public static final String Table_Name = "B_SellerFunds"; /** AD_Table_ID=680 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 680; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_B_SellerFunds */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name B_SellerFunds_ID */ public static final String COLUMNNAME_B_SellerFunds_ID = "B_SellerFunds_ID"; @@ -90,6 +90,15 @@ public interface I_B_SellerFunds */ public int getB_SellerFunds_ID(); + /** Column name B_SellerFunds_UU */ + public static final String COLUMNNAME_B_SellerFunds_UU = "B_SellerFunds_UU"; + + /** Set B_SellerFunds_UU */ + public void setB_SellerFunds_UU (String B_SellerFunds_UU); + + /** Get B_SellerFunds_UU */ + public String getB_SellerFunds_UU(); + /** Column name CommittedAmt */ public static final String COLUMNNAME_CommittedAmt = "CommittedAmt"; @@ -116,7 +125,7 @@ public interface I_B_SellerFunds */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -131,7 +140,7 @@ public interface I_B_SellerFunds */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_Topic.java b/org.adempiere.base/src/org/compiere/model/I_B_Topic.java index 4f02dc2007..668d2ba71b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_Topic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_Topic - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_Topic { @@ -31,7 +31,7 @@ public interface I_B_Topic public static final String Table_Name = "B_Topic"; /** AD_Table_ID=679 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 679; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_B_Topic */ public int getB_TopicCategory_ID(); - public I_B_TopicCategory getB_TopicCategory() throws RuntimeException; + public org.compiere.model.I_B_TopicCategory getB_TopicCategory() throws RuntimeException; /** Column name B_Topic_ID */ public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID"; @@ -103,7 +103,16 @@ public interface I_B_Topic */ public int getB_TopicType_ID(); - public I_B_TopicType getB_TopicType() throws RuntimeException; + public org.compiere.model.I_B_TopicType getB_TopicType() throws RuntimeException; + + /** Column name B_Topic_UU */ + public static final String COLUMNNAME_B_Topic_UU = "B_Topic_UU"; + + /** Set B_Topic_UU */ + public void setB_Topic_UU (String B_Topic_UU); + + /** Get B_Topic_UU */ + public String getB_Topic_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java b/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java index 975a0e906a..2a757e0266 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_TopicCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_TopicCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_TopicCategory { @@ -31,7 +31,7 @@ public interface I_B_TopicCategory public static final String Table_Name = "B_TopicCategory"; /** AD_Table_ID=691 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 691; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_B_TopicCategory */ public int getB_TopicCategory_ID(); + /** Column name B_TopicCategory_UU */ + public static final String COLUMNNAME_B_TopicCategory_UU = "B_TopicCategory_UU"; + + /** Set B_TopicCategory_UU */ + public void setB_TopicCategory_UU (String B_TopicCategory_UU); + + /** Get B_TopicCategory_UU */ + public String getB_TopicCategory_UU(); + /** Column name B_TopicType_ID */ public static final String COLUMNNAME_B_TopicType_ID = "B_TopicType_ID"; @@ -88,7 +97,7 @@ public interface I_B_TopicCategory */ public int getB_TopicType_ID(); - public I_B_TopicType getB_TopicType() throws RuntimeException; + public org.compiere.model.I_B_TopicType getB_TopicType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java b/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java index 10bbe9606d..9773b06f43 100644 --- a/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java +++ b/org.adempiere.base/src/org/compiere/model/I_B_TopicType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for B_TopicType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_B_TopicType { @@ -31,7 +31,7 @@ public interface I_B_TopicType public static final String Table_Name = "B_TopicType"; /** AD_Table_ID=690 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 690; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -84,6 +84,15 @@ public interface I_B_TopicType */ public int getB_TopicType_ID(); + /** Column name B_TopicType_UU */ + public static final String COLUMNNAME_B_TopicType_UU = "B_TopicType_UU"; + + /** Set B_TopicType_UU */ + public void setB_TopicType_UU (String B_TopicType_UU); + + /** Get B_TopicType_UU */ + public String getB_TopicType_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -152,7 +161,7 @@ public interface I_B_TopicType */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -167,7 +176,7 @@ public interface I_B_TopicType */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductMember_ID */ public static final String COLUMNNAME_M_ProductMember_ID = "M_ProductMember_ID"; @@ -182,7 +191,7 @@ public interface I_B_TopicType */ public int getM_ProductMember_ID(); - public I_M_Product getM_ProductMember() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductMember() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessContainer.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessContainer.java index 0d3e359354..8b7a47a342 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessContainer.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessContainer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessContainer - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessContainer { @@ -31,7 +31,7 @@ public interface I_CM_AccessContainer public static final String Table_Name = "CM_AccessContainer"; /** AD_Table_ID=888 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 888; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_CM_AccessContainer */ public int getAD_Org_ID(); + /** Column name CM_AccessContainer_UU */ + public static final String COLUMNNAME_CM_AccessContainer_UU = "CM_AccessContainer_UU"; + + /** Set CM_AccessContainer_UU */ + public void setCM_AccessContainer_UU (String CM_AccessContainer_UU); + + /** Get CM_AccessContainer_UU */ + public String getCM_AccessContainer_UU(); + /** Column name CM_AccessProfile_ID */ public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; @@ -75,7 +84,7 @@ public interface I_CM_AccessContainer */ public int getCM_AccessProfile_ID(); - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; /** Column name CM_Container_ID */ public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID"; @@ -90,7 +99,7 @@ public interface I_CM_AccessContainer */ public int getCM_Container_ID(); - public I_CM_Container getCM_Container() throws RuntimeException; + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessListBPGroup.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessListBPGroup.java index 62913d41ef..e7e21f0c08 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessListBPGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessListBPGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessListBPGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessListBPGroup { @@ -31,7 +31,7 @@ public interface I_CM_AccessListBPGroup public static final String Table_Name = "CM_AccessListBPGroup"; /** AD_Table_ID=886 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 886; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_CM_AccessListBPGroup */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; + + /** Column name CM_AccessListBPGroup_UU */ + public static final String COLUMNNAME_CM_AccessListBPGroup_UU = "CM_AccessListBPGroup_UU"; + + /** Set CM_AccessListBPGroup_UU */ + public void setCM_AccessListBPGroup_UU (String CM_AccessListBPGroup_UU); + + /** Get CM_AccessListBPGroup_UU */ + public String getCM_AccessListBPGroup_UU(); /** Column name CM_AccessProfile_ID */ public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; @@ -90,7 +99,7 @@ public interface I_CM_AccessListBPGroup */ public int getCM_AccessProfile_ID(); - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessListRole.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessListRole.java index 31ed48ace2..6aefb52150 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessListRole.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessListRole.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessListRole - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessListRole { @@ -31,7 +31,7 @@ public interface I_CM_AccessListRole public static final String Table_Name = "CM_AccessListRole"; /** AD_Table_ID=887 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 887; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_CM_AccessListRole */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; + + /** Column name CM_AccessListRole_UU */ + public static final String COLUMNNAME_CM_AccessListRole_UU = "CM_AccessListRole_UU"; + + /** Set CM_AccessListRole_UU */ + public void setCM_AccessListRole_UU (String CM_AccessListRole_UU); + + /** Get CM_AccessListRole_UU */ + public String getCM_AccessListRole_UU(); /** Column name CM_AccessProfile_ID */ public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; @@ -90,7 +99,7 @@ public interface I_CM_AccessListRole */ public int getCM_AccessProfile_ID(); - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessMedia.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessMedia.java index 80ba366275..7cac075827 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessMedia.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessMedia.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessMedia - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessMedia { @@ -31,7 +31,7 @@ public interface I_CM_AccessMedia public static final String Table_Name = "CM_AccessMedia"; /** AD_Table_ID=890 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 890; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_CM_AccessMedia */ public int getAD_Org_ID(); + /** Column name CM_AccessMedia_UU */ + public static final String COLUMNNAME_CM_AccessMedia_UU = "CM_AccessMedia_UU"; + + /** Set CM_AccessMedia_UU */ + public void setCM_AccessMedia_UU (String CM_AccessMedia_UU); + + /** Get CM_AccessMedia_UU */ + public String getCM_AccessMedia_UU(); + /** Column name CM_AccessProfile_ID */ public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; @@ -75,7 +84,7 @@ public interface I_CM_AccessMedia */ public int getCM_AccessProfile_ID(); - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; /** Column name CM_Media_ID */ public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; @@ -90,7 +99,7 @@ public interface I_CM_AccessMedia */ public int getCM_Media_ID(); - public I_CM_Media getCM_Media() throws RuntimeException; + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessNewsChannel.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessNewsChannel.java index b047844419..ce434f7c86 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessNewsChannel.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessNewsChannel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessNewsChannel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessNewsChannel { @@ -31,7 +31,7 @@ public interface I_CM_AccessNewsChannel public static final String Table_Name = "CM_AccessNewsChannel"; /** AD_Table_ID=891 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 891; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_CM_AccessNewsChannel */ public int getAD_Org_ID(); + /** Column name CM_AccessNewsChannel_UU */ + public static final String COLUMNNAME_CM_AccessNewsChannel_UU = "CM_AccessNewsChannel_UU"; + + /** Set CM_AccessNewsChannel_UU */ + public void setCM_AccessNewsChannel_UU (String CM_AccessNewsChannel_UU); + + /** Get CM_AccessNewsChannel_UU */ + public String getCM_AccessNewsChannel_UU(); + /** Column name CM_AccessProfile_ID */ public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; @@ -75,7 +84,7 @@ public interface I_CM_AccessNewsChannel */ public int getCM_AccessProfile_ID(); - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; /** Column name CM_NewsChannel_ID */ public static final String COLUMNNAME_CM_NewsChannel_ID = "CM_NewsChannel_ID"; @@ -90,7 +99,7 @@ public interface I_CM_AccessNewsChannel */ public int getCM_NewsChannel_ID(); - public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException; + public org.compiere.model.I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessProfile.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessProfile.java index 8c6608a76c..cdc05ee13d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessProfile.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessProfile.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessProfile - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessProfile { @@ -31,7 +31,7 @@ public interface I_CM_AccessProfile public static final String Table_Name = "CM_AccessProfile"; /** AD_Table_ID=885 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 885; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_AccessProfile */ public int getCM_AccessProfile_ID(); + /** Column name CM_AccessProfile_UU */ + public static final String COLUMNNAME_CM_AccessProfile_UU = "CM_AccessProfile_UU"; + + /** Set CM_AccessProfile_UU */ + public void setCM_AccessProfile_UU (String CM_AccessProfile_UU); + + /** Get CM_AccessProfile_UU */ + public String getCM_AccessProfile_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_AccessStage.java b/org.adempiere.base/src/org/compiere/model/I_CM_AccessStage.java index c2513df784..2329053113 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_AccessStage.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_AccessStage.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_AccessStage - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_AccessStage { @@ -31,7 +31,7 @@ public interface I_CM_AccessStage public static final String Table_Name = "CM_AccessStage"; /** AD_Table_ID=889 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 889; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_CM_AccessStage */ public int getCM_AccessProfile_ID(); - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException; + + /** Column name CM_AccessStage_UU */ + public static final String COLUMNNAME_CM_AccessStage_UU = "CM_AccessStage_UU"; + + /** Set CM_AccessStage_UU */ + public void setCM_AccessStage_UU (String CM_AccessStage_UU); + + /** Get CM_AccessStage_UU */ + public String getCM_AccessStage_UU(); /** Column name CM_CStage_ID */ public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID"; @@ -90,7 +99,7 @@ public interface I_CM_AccessStage */ public int getCM_CStage_ID(); - public I_CM_CStage getCM_CStage() throws RuntimeException; + public org.compiere.model.I_CM_CStage getCM_CStage() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Ad.java b/org.adempiere.base/src/org/compiere/model/I_CM_Ad.java index d4e9762e40..e6522a8017 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Ad.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Ad.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Ad - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Ad { @@ -31,7 +31,7 @@ public interface I_CM_Ad public static final String Table_Name = "CM_Ad"; /** AD_Table_ID=858 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 858; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_CM_Ad */ public int getCM_Ad_Cat_ID(); - public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException; + public org.compiere.model.I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException; /** Column name CM_Ad_ID */ public static final String COLUMNNAME_CM_Ad_ID = "CM_Ad_ID"; @@ -116,6 +116,15 @@ public interface I_CM_Ad */ public int getCM_Ad_ID(); + /** Column name CM_Ad_UU */ + public static final String COLUMNNAME_CM_Ad_UU = "CM_Ad_UU"; + + /** Set CM_Ad_UU */ + public void setCM_Ad_UU (String CM_Ad_UU); + + /** Get CM_Ad_UU */ + public String getCM_Ad_UU(); + /** Column name CM_Media_ID */ public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; @@ -129,7 +138,7 @@ public interface I_CM_Ad */ public int getCM_Media_ID(); - public I_CM_Media getCM_Media() throws RuntimeException; + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException; /** Column name ContentHTML */ public static final String COLUMNNAME_ContentHTML = "ContentHTML"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Ad_Cat.java b/org.adempiere.base/src/org/compiere/model/I_CM_Ad_Cat.java index f2076edf54..0ba9f2f958 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Ad_Cat.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Ad_Cat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Ad_Cat - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Ad_Cat { @@ -31,7 +31,7 @@ public interface I_CM_Ad_Cat public static final String Table_Name = "CM_Ad_Cat"; /** AD_Table_ID=856 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 856; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_Ad_Cat */ public int getCM_Ad_Cat_ID(); + /** Column name CM_Ad_Cat_UU */ + public static final String COLUMNNAME_CM_Ad_Cat_UU = "CM_Ad_Cat_UU"; + + /** Set CM_Ad_Cat_UU */ + public void setCM_Ad_Cat_UU (String CM_Ad_Cat_UU); + + /** Get CM_Ad_Cat_UU */ + public String getCM_Ad_Cat_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -88,7 +97,7 @@ public interface I_CM_Ad_Cat */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_BroadcastServer.java b/org.adempiere.base/src/org/compiere/model/I_CM_BroadcastServer.java index 647e665856..318d4447d8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_BroadcastServer.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_BroadcastServer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_BroadcastServer - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_BroadcastServer { @@ -31,7 +31,7 @@ public interface I_CM_BroadcastServer public static final String Table_Name = "CM_BroadcastServer"; /** AD_Table_ID=893 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 893; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_BroadcastServer */ public int getCM_BroadcastServer_ID(); + /** Column name CM_BroadcastServer_UU */ + public static final String COLUMNNAME_CM_BroadcastServer_UU = "CM_BroadcastServer_UU"; + + /** Set CM_BroadcastServer_UU */ + public void setCM_BroadcastServer_UU (String CM_BroadcastServer_UU); + + /** Get CM_BroadcastServer_UU */ + public String getCM_BroadcastServer_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -88,7 +97,7 @@ public interface I_CM_BroadcastServer */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_CStage.java b/org.adempiere.base/src/org/compiere/model/I_CM_CStage.java index f205d5d099..0174dd7bfd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_CStage.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_CStage.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_CStage - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_CStage { @@ -31,7 +31,7 @@ public interface I_CM_CStage public static final String Table_Name = "CM_CStage"; /** AD_Table_ID=866 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 866; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,16 @@ public interface I_CM_CStage */ public int getCM_CStageLink_ID(); - public I_CM_CStage getCM_CStageLink() throws RuntimeException; + public org.compiere.model.I_CM_CStage getCM_CStageLink() throws RuntimeException; + + /** Column name CM_CStage_UU */ + public static final String COLUMNNAME_CM_CStage_UU = "CM_CStage_UU"; + + /** Set CM_CStage_UU */ + public void setCM_CStage_UU (String CM_CStage_UU); + + /** Get CM_CStage_UU */ + public String getCM_CStage_UU(); /** Column name CM_Template_ID */ public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; @@ -103,7 +112,7 @@ public interface I_CM_CStage */ public int getCM_Template_ID(); - public I_CM_Template getCM_Template() throws RuntimeException; + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -118,7 +127,7 @@ public interface I_CM_CStage */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name ContainerLinkURL */ public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_CStageTTable.java b/org.adempiere.base/src/org/compiere/model/I_CM_CStageTTable.java index b2cb1efd42..ba9185b365 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_CStageTTable.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_CStageTTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_CStageTTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_CStageTTable { @@ -31,7 +31,7 @@ public interface I_CM_CStageTTable public static final String Table_Name = "CM_CStageTTable"; /** AD_Table_ID=881 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 881; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_CStageTTable */ public int getCM_CStage_ID(); - public I_CM_CStage getCM_CStage() throws RuntimeException; + public org.compiere.model.I_CM_CStage getCM_CStage() throws RuntimeException; /** Column name CM_CStageTTable_ID */ public static final String COLUMNNAME_CM_CStageTTable_ID = "CM_CStageTTable_ID"; @@ -90,6 +90,15 @@ public interface I_CM_CStageTTable */ public int getCM_CStageTTable_ID(); + /** Column name CM_CStageTTable_UU */ + public static final String COLUMNNAME_CM_CStageTTable_UU = "CM_CStageTTable_UU"; + + /** Set CM_CStageTTable_UU */ + public void setCM_CStageTTable_UU (String CM_CStageTTable_UU); + + /** Get CM_CStageTTable_UU */ + public String getCM_CStageTTable_UU(); + /** Column name CM_TemplateTable_ID */ public static final String COLUMNNAME_CM_TemplateTable_ID = "CM_TemplateTable_ID"; @@ -103,7 +112,7 @@ public interface I_CM_CStageTTable */ public int getCM_TemplateTable_ID(); - public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException; + public org.compiere.model.I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_CStage_Element.java b/org.adempiere.base/src/org/compiere/model/I_CM_CStage_Element.java index 1c556cb4bc..6a65b74dc8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_CStage_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_CStage_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_CStage_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_CStage_Element { @@ -31,7 +31,7 @@ public interface I_CM_CStage_Element public static final String Table_Name = "CM_CStage_Element"; /** AD_Table_ID=867 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 867; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_CStage_Element */ public int getCM_CStage_Element_ID(); + /** Column name CM_CStage_Element_UU */ + public static final String COLUMNNAME_CM_CStage_Element_UU = "CM_CStage_Element_UU"; + + /** Set CM_CStage_Element_UU */ + public void setCM_CStage_Element_UU (String CM_CStage_Element_UU); + + /** Get CM_CStage_Element_UU */ + public String getCM_CStage_Element_UU(); + /** Column name CM_CStage_ID */ public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID"; @@ -88,7 +97,7 @@ public interface I_CM_CStage_Element */ public int getCM_CStage_ID(); - public I_CM_CStage getCM_CStage() throws RuntimeException; + public org.compiere.model.I_CM_CStage getCM_CStage() throws RuntimeException; /** Column name ContentHTML */ public static final String COLUMNNAME_ContentHTML = "ContentHTML"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java b/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java index 0efae15de6..6b2c5cd627 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Chat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Chat - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Chat { @@ -31,7 +31,7 @@ public interface I_CM_Chat public static final String Table_Name = "CM_Chat"; /** AD_Table_ID=876 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 876; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_Chat */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name CM_Chat_ID */ public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID"; @@ -103,7 +103,16 @@ public interface I_CM_Chat */ public int getCM_ChatType_ID(); - public I_CM_ChatType getCM_ChatType() throws RuntimeException; + public org.compiere.model.I_CM_ChatType getCM_ChatType() throws RuntimeException; + + /** Column name CM_Chat_UU */ + public static final String COLUMNNAME_CM_Chat_UU = "CM_Chat_UU"; + + /** Set CM_Chat_UU */ + public void setCM_Chat_UU (String CM_Chat_UU); + + /** Get CM_Chat_UU */ + public String getCM_Chat_UU(); /** Column name ConfidentialType */ public static final String COLUMNNAME_ConfidentialType = "ConfidentialType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java index 67a0bd29cd..1836029dc3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatEntry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatEntry - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_ChatEntry { @@ -31,7 +31,7 @@ public interface I_CM_ChatEntry public static final String Table_Name = "CM_ChatEntry"; /** AD_Table_ID=877 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 877; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_ChatEntry */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name CharacterData */ public static final String COLUMNNAME_CharacterData = "CharacterData"; @@ -116,7 +116,7 @@ public interface I_CM_ChatEntry */ public int getCM_ChatEntryGrandParent_ID(); - public I_CM_ChatEntry getCM_ChatEntryGrandParent() throws RuntimeException; + public org.compiere.model.I_CM_ChatEntry getCM_ChatEntryGrandParent() throws RuntimeException; /** Column name CM_ChatEntry_ID */ public static final String COLUMNNAME_CM_ChatEntry_ID = "CM_ChatEntry_ID"; @@ -144,7 +144,16 @@ public interface I_CM_ChatEntry */ public int getCM_ChatEntryParent_ID(); - public I_CM_ChatEntry getCM_ChatEntryParent() throws RuntimeException; + public org.compiere.model.I_CM_ChatEntry getCM_ChatEntryParent() throws RuntimeException; + + /** Column name CM_ChatEntry_UU */ + public static final String COLUMNNAME_CM_ChatEntry_UU = "CM_ChatEntry_UU"; + + /** Set CM_ChatEntry_UU */ + public void setCM_ChatEntry_UU (String CM_ChatEntry_UU); + + /** Get CM_ChatEntry_UU */ + public String getCM_ChatEntry_UU(); /** Column name CM_Chat_ID */ public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID"; @@ -159,7 +168,7 @@ public interface I_CM_ChatEntry */ public int getCM_Chat_ID(); - public I_CM_Chat getCM_Chat() throws RuntimeException; + public org.compiere.model.I_CM_Chat getCM_Chat() throws RuntimeException; /** Column name ConfidentialType */ public static final String COLUMNNAME_ConfidentialType = "ConfidentialType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java index 713600cc40..d7fc7946f6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_ChatType { @@ -31,7 +31,7 @@ public interface I_CM_ChatType public static final String Table_Name = "CM_ChatType"; /** AD_Table_ID=874 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 874; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_ChatType */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name CM_ChatType_ID */ public static final String COLUMNNAME_CM_ChatType_ID = "CM_ChatType_ID"; @@ -90,6 +90,15 @@ public interface I_CM_ChatType */ public int getCM_ChatType_ID(); + /** Column name CM_ChatType_UU */ + public static final String COLUMNNAME_CM_ChatType_UU = "CM_ChatType_UU"; + + /** Set CM_ChatType_UU */ + public void setCM_ChatType_UU (String CM_ChatType_UU); + + /** Get CM_ChatType_UU */ + public String getCM_ChatType_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java index 11b3fb1101..843974cd68 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatTypeUpdate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatTypeUpdate - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_ChatTypeUpdate { @@ -31,7 +31,7 @@ public interface I_CM_ChatTypeUpdate public static final String Table_Name = "CM_ChatTypeUpdate"; /** AD_Table_ID=875 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 875; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_ChatTypeUpdate */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name CM_ChatType_ID */ public static final String COLUMNNAME_CM_ChatType_ID = "CM_ChatType_ID"; @@ -90,7 +90,16 @@ public interface I_CM_ChatTypeUpdate */ public int getCM_ChatType_ID(); - public I_CM_ChatType getCM_ChatType() throws RuntimeException; + public org.compiere.model.I_CM_ChatType getCM_ChatType() throws RuntimeException; + + /** Column name CM_ChatTypeUpdate_UU */ + public static final String COLUMNNAME_CM_ChatTypeUpdate_UU = "CM_ChatTypeUpdate_UU"; + + /** Set CM_ChatTypeUpdate_UU */ + public void setCM_ChatTypeUpdate_UU (String CM_ChatTypeUpdate_UU); + + /** Get CM_ChatTypeUpdate_UU */ + public String getCM_ChatTypeUpdate_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java b/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java index b4dedc91d8..20143a74a2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ChatUpdate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ChatUpdate - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_ChatUpdate { @@ -31,7 +31,7 @@ public interface I_CM_ChatUpdate public static final String Table_Name = "CM_ChatUpdate"; /** AD_Table_ID=878 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 878; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_ChatUpdate */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name CM_Chat_ID */ public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID"; @@ -90,7 +90,16 @@ public interface I_CM_ChatUpdate */ public int getCM_Chat_ID(); - public I_CM_Chat getCM_Chat() throws RuntimeException; + public org.compiere.model.I_CM_Chat getCM_Chat() throws RuntimeException; + + /** Column name CM_ChatUpdate_UU */ + public static final String COLUMNNAME_CM_ChatUpdate_UU = "CM_ChatUpdate_UU"; + + /** Set CM_ChatUpdate_UU */ + public void setCM_ChatUpdate_UU (String CM_ChatUpdate_UU); + + /** Get CM_ChatUpdate_UU */ + public String getCM_ChatUpdate_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Container.java b/org.adempiere.base/src/org/compiere/model/I_CM_Container.java index d011901d99..784c4d2857 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Container.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Container.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Container - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Container { @@ -31,7 +31,7 @@ public interface I_CM_Container public static final String Table_Name = "CM_Container"; /** AD_Table_ID=855 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 855; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,16 @@ public interface I_CM_Container */ public int getCM_ContainerLink_ID(); - public I_CM_Container getCM_ContainerLink() throws RuntimeException; + public org.compiere.model.I_CM_Container getCM_ContainerLink() throws RuntimeException; + + /** Column name CM_Container_UU */ + public static final String COLUMNNAME_CM_Container_UU = "CM_Container_UU"; + + /** Set CM_Container_UU */ + public void setCM_Container_UU (String CM_Container_UU); + + /** Get CM_Container_UU */ + public String getCM_Container_UU(); /** Column name CM_Template_ID */ public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; @@ -103,7 +112,7 @@ public interface I_CM_Container */ public int getCM_Template_ID(); - public I_CM_Template getCM_Template() throws RuntimeException; + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -118,7 +127,7 @@ public interface I_CM_Container */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name ContainerLinkURL */ public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_ContainerTTable.java b/org.adempiere.base/src/org/compiere/model/I_CM_ContainerTTable.java index 90aa57fdd3..ffaeeac2ce 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_ContainerTTable.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_ContainerTTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_ContainerTTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_ContainerTTable { @@ -31,7 +31,7 @@ public interface I_CM_ContainerTTable public static final String Table_Name = "CM_ContainerTTable"; /** AD_Table_ID=880 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 880; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_ContainerTTable */ public int getCM_Container_ID(); - public I_CM_Container getCM_Container() throws RuntimeException; + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException; /** Column name CM_ContainerTTable_ID */ public static final String COLUMNNAME_CM_ContainerTTable_ID = "CM_ContainerTTable_ID"; @@ -90,6 +90,15 @@ public interface I_CM_ContainerTTable */ public int getCM_ContainerTTable_ID(); + /** Column name CM_ContainerTTable_UU */ + public static final String COLUMNNAME_CM_ContainerTTable_UU = "CM_ContainerTTable_UU"; + + /** Set CM_ContainerTTable_UU */ + public void setCM_ContainerTTable_UU (String CM_ContainerTTable_UU); + + /** Get CM_ContainerTTable_UU */ + public String getCM_ContainerTTable_UU(); + /** Column name CM_TemplateTable_ID */ public static final String COLUMNNAME_CM_TemplateTable_ID = "CM_TemplateTable_ID"; @@ -103,7 +112,7 @@ public interface I_CM_ContainerTTable */ public int getCM_TemplateTable_ID(); - public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException; + public org.compiere.model.I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Container_Element.java b/org.adempiere.base/src/org/compiere/model/I_CM_Container_Element.java index 9a431648a9..962dc951cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Container_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Container_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Container_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Container_Element { @@ -31,7 +31,7 @@ public interface I_CM_Container_Element public static final String Table_Name = "CM_Container_Element"; /** AD_Table_ID=860 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 860; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_Container_Element */ public int getCM_Container_Element_ID(); + /** Column name CM_Container_Element_UU */ + public static final String COLUMNNAME_CM_Container_Element_UU = "CM_Container_Element_UU"; + + /** Set CM_Container_Element_UU */ + public void setCM_Container_Element_UU (String CM_Container_Element_UU); + + /** Get CM_Container_Element_UU */ + public String getCM_Container_Element_UU(); + /** Column name CM_Container_ID */ public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID"; @@ -88,7 +97,7 @@ public interface I_CM_Container_Element */ public int getCM_Container_ID(); - public I_CM_Container getCM_Container() throws RuntimeException; + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException; /** Column name ContentHTML */ public static final String COLUMNNAME_ContentHTML = "ContentHTML"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Container_URL.java b/org.adempiere.base/src/org/compiere/model/I_CM_Container_URL.java index ff94840c9a..e20c2c569a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Container_URL.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Container_URL.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Container_URL - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Container_URL { @@ -31,7 +31,7 @@ public interface I_CM_Container_URL public static final String Table_Name = "CM_Container_URL"; /** AD_Table_ID=865 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 865; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_CM_Container_URL */ public int getCM_Container_ID(); - public I_CM_Container getCM_Container() throws RuntimeException; + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException; /** Column name CM_Container_URL_ID */ public static final String COLUMNNAME_CM_Container_URL_ID = "CM_Container_URL_ID"; @@ -103,6 +103,15 @@ public interface I_CM_Container_URL */ public int getCM_Container_URL_ID(); + /** Column name CM_Container_URL_UU */ + public static final String COLUMNNAME_CM_Container_URL_UU = "CM_Container_URL_UU"; + + /** Set CM_Container_URL_UU */ + public void setCM_Container_URL_UU (String CM_Container_URL_UU); + + /** Get CM_Container_URL_UU */ + public String getCM_Container_URL_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Media.java b/org.adempiere.base/src/org/compiere/model/I_CM_Media.java index c1922557c8..c7e7a7b3ac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Media.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Media.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Media - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Media { @@ -31,7 +31,7 @@ public interface I_CM_Media public static final String Table_Name = "CM_Media"; /** AD_Table_ID=857 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 857; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_CM_Media */ public int getCM_Media_ID(); + /** Column name CM_Media_UU */ + public static final String COLUMNNAME_CM_Media_UU = "CM_Media_UU"; + + /** Set CM_Media_UU */ + public void setCM_Media_UU (String CM_Media_UU); + + /** Get CM_Media_UU */ + public String getCM_Media_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -101,7 +110,7 @@ public interface I_CM_Media */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name ContentText */ public static final String COLUMNNAME_ContentText = "ContentText"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_MediaDeploy.java b/org.adempiere.base/src/org/compiere/model/I_CM_MediaDeploy.java index 66341b6269..53675c513f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_MediaDeploy.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_MediaDeploy.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_MediaDeploy - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_MediaDeploy { @@ -31,7 +31,7 @@ public interface I_CM_MediaDeploy public static final String Table_Name = "CM_MediaDeploy"; /** AD_Table_ID=892 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 892; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_MediaDeploy */ public int getCM_MediaDeploy_ID(); + /** Column name CM_MediaDeploy_UU */ + public static final String COLUMNNAME_CM_MediaDeploy_UU = "CM_MediaDeploy_UU"; + + /** Set CM_MediaDeploy_UU */ + public void setCM_MediaDeploy_UU (String CM_MediaDeploy_UU); + + /** Get CM_MediaDeploy_UU */ + public String getCM_MediaDeploy_UU(); + /** Column name CM_Media_ID */ public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; @@ -88,7 +97,7 @@ public interface I_CM_MediaDeploy */ public int getCM_Media_ID(); - public I_CM_Media getCM_Media() throws RuntimeException; + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException; /** Column name CM_Media_Server_ID */ public static final String COLUMNNAME_CM_Media_Server_ID = "CM_Media_Server_ID"; @@ -103,7 +112,7 @@ public interface I_CM_MediaDeploy */ public int getCM_Media_Server_ID(); - public I_CM_Media_Server getCM_Media_Server() throws RuntimeException; + public org.compiere.model.I_CM_Media_Server getCM_Media_Server() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Media_Server.java b/org.adempiere.base/src/org/compiere/model/I_CM_Media_Server.java index a107a79405..42e8ccba2e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Media_Server.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Media_Server.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Media_Server - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Media_Server { @@ -31,7 +31,7 @@ public interface I_CM_Media_Server public static final String Table_Name = "CM_Media_Server"; /** AD_Table_ID=859 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 859; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_Media_Server */ public int getCM_Media_Server_ID(); + /** Column name CM_Media_Server_UU */ + public static final String COLUMNNAME_CM_Media_Server_UU = "CM_Media_Server_UU"; + + /** Set CM_Media_Server_UU */ + public void setCM_Media_Server_UU (String CM_Media_Server_UU); + + /** Get CM_Media_Server_UU */ + public String getCM_Media_Server_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -88,7 +97,7 @@ public interface I_CM_Media_Server */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -230,12 +239,12 @@ public interface I_CM_Media_Server public static final String COLUMNNAME_URL = "URL"; /** Set URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL); /** Get URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public String getURL(); diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_NewsChannel.java b/org.adempiere.base/src/org/compiere/model/I_CM_NewsChannel.java index 2962874dc4..8c924be9b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_NewsChannel.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_NewsChannel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_NewsChannel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_NewsChannel { @@ -31,7 +31,7 @@ public interface I_CM_NewsChannel public static final String Table_Name = "CM_NewsChannel"; /** AD_Table_ID=870 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 870; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_CM_NewsChannel */ public int getCM_NewsChannel_ID(); + /** Column name CM_NewsChannel_UU */ + public static final String COLUMNNAME_CM_NewsChannel_UU = "CM_NewsChannel_UU"; + + /** Set CM_NewsChannel_UU */ + public void setCM_NewsChannel_UU (String CM_NewsChannel_UU); + + /** Get CM_NewsChannel_UU */ + public String getCM_NewsChannel_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -101,7 +110,7 @@ public interface I_CM_NewsChannel */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_NewsItem.java b/org.adempiere.base/src/org/compiere/model/I_CM_NewsItem.java index 13d8daec8c..a06c3f2072 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_NewsItem.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_NewsItem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_NewsItem - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_NewsItem { @@ -31,7 +31,7 @@ public interface I_CM_NewsItem public static final String Table_Name = "CM_NewsItem"; /** AD_Table_ID=871 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 871; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_CM_NewsItem */ public int getCM_NewsChannel_ID(); - public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException; + public org.compiere.model.I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException; /** Column name CM_NewsItem_ID */ public static final String COLUMNNAME_CM_NewsItem_ID = "CM_NewsItem_ID"; @@ -103,6 +103,15 @@ public interface I_CM_NewsItem */ public int getCM_NewsItem_ID(); + /** Column name CM_NewsItem_UU */ + public static final String COLUMNNAME_CM_NewsItem_UU = "CM_NewsItem_UU"; + + /** Set CM_NewsItem_UU */ + public void setCM_NewsItem_UU (String CM_NewsItem_UU); + + /** Get CM_NewsItem_UU */ + public String getCM_NewsItem_UU(); + /** Column name ContentHTML */ public static final String COLUMNNAME_ContentHTML = "ContentHTML"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Template.java b/org.adempiere.base/src/org/compiere/model/I_CM_Template.java index 83688533cc..91b14944de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Template.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Template.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Template - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Template { @@ -31,7 +31,7 @@ public interface I_CM_Template public static final String Table_Name = "CM_Template"; /** AD_Table_ID=854 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 854; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_CM_Template */ public int getCM_Template_ID(); + /** Column name CM_Template_UU */ + public static final String COLUMNNAME_CM_Template_UU = "CM_Template_UU"; + + /** Set CM_Template_UU */ + public void setCM_Template_UU (String CM_Template_UU); + + /** Get CM_Template_UU */ + public String getCM_Template_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -88,7 +97,7 @@ public interface I_CM_Template */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_TemplateTable.java b/org.adempiere.base/src/org/compiere/model/I_CM_TemplateTable.java index b4bb4c8c6c..e4f8217acc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_TemplateTable.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_TemplateTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_TemplateTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_TemplateTable { @@ -31,7 +31,7 @@ public interface I_CM_TemplateTable public static final String Table_Name = "CM_TemplateTable"; /** AD_Table_ID=879 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 879; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_TemplateTable */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name CM_Template_ID */ public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; @@ -90,7 +90,7 @@ public interface I_CM_TemplateTable */ public int getCM_Template_ID(); - public I_CM_Template getCM_Template() throws RuntimeException; + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException; /** Column name CM_TemplateTable_ID */ public static final String COLUMNNAME_CM_TemplateTable_ID = "CM_TemplateTable_ID"; @@ -105,6 +105,15 @@ public interface I_CM_TemplateTable */ public int getCM_TemplateTable_ID(); + /** Column name CM_TemplateTable_UU */ + public static final String COLUMNNAME_CM_TemplateTable_UU = "CM_TemplateTable_UU"; + + /** Set CM_TemplateTable_UU */ + public void setCM_TemplateTable_UU (String CM_TemplateTable_UU); + + /** Get CM_TemplateTable_UU */ + public String getCM_TemplateTable_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_Template_Ad_Cat.java b/org.adempiere.base/src/org/compiere/model/I_CM_Template_Ad_Cat.java index 662c96b795..32041db718 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_Template_Ad_Cat.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_Template_Ad_Cat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_Template_Ad_Cat - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_Template_Ad_Cat { @@ -31,7 +31,7 @@ public interface I_CM_Template_Ad_Cat public static final String Table_Name = "CM_Template_Ad_Cat"; /** AD_Table_ID=872 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 872; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_CM_Template_Ad_Cat */ public int getCM_Ad_Cat_ID(); - public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException; + public org.compiere.model.I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException; + + /** Column name CM_Template_Ad_Cat_UU */ + public static final String COLUMNNAME_CM_Template_Ad_Cat_UU = "CM_Template_Ad_Cat_UU"; + + /** Set CM_Template_Ad_Cat_UU */ + public void setCM_Template_Ad_Cat_UU (String CM_Template_Ad_Cat_UU); + + /** Get CM_Template_Ad_Cat_UU */ + public String getCM_Template_Ad_Cat_UU(); /** Column name CM_Template_ID */ public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; @@ -90,7 +99,7 @@ public interface I_CM_Template_Ad_Cat */ public int getCM_Template_ID(); - public I_CM_Template getCM_Template() throws RuntimeException; + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_WebAccessLog.java b/org.adempiere.base/src/org/compiere/model/I_CM_WebAccessLog.java index 9a72a1990f..f7cb6b8b95 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_WebAccessLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_WebAccessLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_WebAccessLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_WebAccessLog { @@ -31,7 +31,7 @@ public interface I_CM_WebAccessLog public static final String Table_Name = "CM_WebAccessLog"; /** AD_Table_ID=894 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 894; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_CM_WebAccessLog */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name CM_BroadcastServer_ID */ public static final String COLUMNNAME_CM_BroadcastServer_ID = "CM_BroadcastServer_ID"; @@ -103,7 +103,7 @@ public interface I_CM_WebAccessLog */ public int getCM_BroadcastServer_ID(); - public I_CM_BroadcastServer getCM_BroadcastServer() throws RuntimeException; + public org.compiere.model.I_CM_BroadcastServer getCM_BroadcastServer() throws RuntimeException; /** Column name CM_Media_ID */ public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; @@ -118,7 +118,7 @@ public interface I_CM_WebAccessLog */ public int getCM_Media_ID(); - public I_CM_Media getCM_Media() throws RuntimeException; + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException; /** Column name CM_WebAccessLog_ID */ public static final String COLUMNNAME_CM_WebAccessLog_ID = "CM_WebAccessLog_ID"; @@ -133,6 +133,15 @@ public interface I_CM_WebAccessLog */ public int getCM_WebAccessLog_ID(); + /** Column name CM_WebAccessLog_UU */ + public static final String COLUMNNAME_CM_WebAccessLog_UU = "CM_WebAccessLog_UU"; + + /** Set CM_WebAccessLog_UU */ + public void setCM_WebAccessLog_UU (String CM_WebAccessLog_UU); + + /** Get CM_WebAccessLog_UU */ + public String getCM_WebAccessLog_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -146,7 +155,7 @@ public interface I_CM_WebAccessLog */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_WebProject.java b/org.adempiere.base/src/org/compiere/model/I_CM_WebProject.java index 8320168c15..a07a42642a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_WebProject.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_WebProject.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_WebProject - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_WebProject { @@ -31,7 +31,7 @@ public interface I_CM_WebProject public static final String Table_Name = "CM_WebProject"; /** AD_Table_ID=853 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 853; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_WebProject */ public int getAD_TreeCMC_ID(); - public I_AD_Tree getAD_TreeCMC() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_TreeCMC() throws RuntimeException; /** Column name AD_TreeCMM_ID */ public static final String COLUMNNAME_AD_TreeCMM_ID = "AD_TreeCMM_ID"; @@ -90,7 +90,7 @@ public interface I_CM_WebProject */ public int getAD_TreeCMM_ID(); - public I_AD_Tree getAD_TreeCMM() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_TreeCMM() throws RuntimeException; /** Column name AD_TreeCMS_ID */ public static final String COLUMNNAME_AD_TreeCMS_ID = "AD_TreeCMS_ID"; @@ -105,7 +105,7 @@ public interface I_CM_WebProject */ public int getAD_TreeCMS_ID(); - public I_AD_Tree getAD_TreeCMS() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_TreeCMS() throws RuntimeException; /** Column name AD_TreeCMT_ID */ public static final String COLUMNNAME_AD_TreeCMT_ID = "AD_TreeCMT_ID"; @@ -120,7 +120,7 @@ public interface I_CM_WebProject */ public int getAD_TreeCMT_ID(); - public I_AD_Tree getAD_TreeCMT() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_TreeCMT() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -135,6 +135,15 @@ public interface I_CM_WebProject */ public int getCM_WebProject_ID(); + /** Column name CM_WebProject_UU */ + public static final String COLUMNNAME_CM_WebProject_UU = "CM_WebProject_UU"; + + /** Set CM_WebProject_UU */ + public void setCM_WebProject_UU (String CM_WebProject_UU); + + /** Get CM_WebProject_UU */ + public String getCM_WebProject_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_WebProject_Domain.java b/org.adempiere.base/src/org/compiere/model/I_CM_WebProject_Domain.java index a0388087e3..66843a76ae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_WebProject_Domain.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_WebProject_Domain.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_WebProject_Domain - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_WebProject_Domain { @@ -31,7 +31,7 @@ public interface I_CM_WebProject_Domain public static final String Table_Name = "CM_WebProject_Domain"; /** AD_Table_ID=873 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 873; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_WebProject_Domain */ public int getCM_Container_ID(); - public I_CM_Container getCM_Container() throws RuntimeException; + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException; /** Column name CM_WebProject_Domain_ID */ public static final String COLUMNNAME_CM_WebProject_Domain_ID = "CM_WebProject_Domain_ID"; @@ -90,6 +90,15 @@ public interface I_CM_WebProject_Domain */ public int getCM_WebProject_Domain_ID(); + /** Column name CM_WebProject_Domain_UU */ + public static final String COLUMNNAME_CM_WebProject_Domain_UU = "CM_WebProject_Domain_UU"; + + /** Set CM_WebProject_Domain_UU */ + public void setCM_WebProject_Domain_UU (String CM_WebProject_Domain_UU); + + /** Get CM_WebProject_Domain_UU */ + public String getCM_WebProject_Domain_UU(); + /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -103,7 +112,7 @@ public interface I_CM_WebProject_Domain */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_CM_WikiToken.java b/org.adempiere.base/src/org/compiere/model/I_CM_WikiToken.java index 9f0a4ddff6..e74dfadb95 100644 --- a/org.adempiere.base/src/org/compiere/model/I_CM_WikiToken.java +++ b/org.adempiere.base/src/org/compiere/model/I_CM_WikiToken.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for CM_WikiToken - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_CM_WikiToken { @@ -31,7 +31,7 @@ public interface I_CM_WikiToken public static final String Table_Name = "CM_WikiToken"; /** AD_Table_ID=905 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 905; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_CM_WikiToken */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name CM_WikiToken_ID */ public static final String COLUMNNAME_CM_WikiToken_ID = "CM_WikiToken_ID"; @@ -90,6 +90,15 @@ public interface I_CM_WikiToken */ public int getCM_WikiToken_ID(); + /** Column name CM_WikiToken_UU */ + public static final String COLUMNNAME_CM_WikiToken_UU = "CM_WikiToken_UU"; + + /** Set CM_WikiToken_UU */ + public void setCM_WikiToken_UU (String CM_WikiToken_UU); + + /** Get CM_WikiToken_UU */ + public String getCM_WikiToken_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java index 5b321cfdbb..422d34f012 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AcctProcessor { @@ -65,10 +65,10 @@ public interface I_C_AcctProcessor /** Column name AD_Schedule_ID */ public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID"; - /** Set AD_Schedule_ID */ + /** Set Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID); - /** Get AD_Schedule_ID */ + /** Get Schedule */ public int getAD_Schedule_ID(); public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java index 3ca8300100..f20fb037c3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AcctProcessorLog { @@ -31,7 +31,7 @@ public interface I_C_AcctProcessorLog public static final String Table_Name = "C_AcctProcessorLog"; /** AD_Table_ID=694 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 694; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_AcctProcessorLog */ public int getC_AcctProcessor_ID(); - public I_C_AcctProcessor getC_AcctProcessor() throws RuntimeException; + public org.compiere.model.I_C_AcctProcessor getC_AcctProcessor() throws RuntimeException; /** Column name C_AcctProcessorLog_ID */ public static final String COLUMNNAME_C_AcctProcessorLog_ID = "C_AcctProcessorLog_ID"; @@ -103,6 +103,15 @@ public interface I_C_AcctProcessorLog */ public int getC_AcctProcessorLog_ID(); + /** Column name C_AcctProcessorLog_UU */ + public static final String COLUMNNAME_C_AcctProcessorLog_UU = "C_AcctProcessorLog_UU"; + + /** Set C_AcctProcessorLog_UU */ + public void setC_AcctProcessorLog_UU (String C_AcctProcessorLog_UU); + + /** Get C_AcctProcessorLog_UU */ + public String getC_AcctProcessorLog_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java index dff733e241..25c27172b1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AcctSchema { @@ -31,7 +31,7 @@ public interface I_C_AcctSchema public static final String Table_Name = "C_AcctSchema"; /** AD_Table_ID=265 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 265; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,6 +101,15 @@ public interface I_C_AcctSchema */ public int getC_AcctSchema_ID(); + /** Column name C_AcctSchema_UU */ + public static final String COLUMNNAME_C_AcctSchema_UU = "C_AcctSchema_UU"; + + /** Set C_AcctSchema_UU */ + public void setC_AcctSchema_UU (String C_AcctSchema_UU); + + /** Get C_AcctSchema_UU */ + public String getC_AcctSchema_UU(); + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -114,7 +123,7 @@ public interface I_C_AcctSchema */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CommitmentType */ public static final String COLUMNNAME_CommitmentType = "CommitmentType"; @@ -168,7 +177,7 @@ public interface I_C_AcctSchema */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -368,7 +377,7 @@ public interface I_C_AcctSchema */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws RuntimeException; + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java index a994519eba..850a9f21dc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Default.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema_Default - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AcctSchema_Default { @@ -35,7 +35,7 @@ public interface I_C_AcctSchema_Default KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client + /** AccessLevel = 2 - Client */ BigDecimal accessLevel = BigDecimal.valueOf(2); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java index 404c4693d5..62d7fa7b28 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AcctSchema_Element { @@ -31,7 +31,7 @@ public interface I_C_AcctSchema_Element public static final String Table_Name = "C_AcctSchema_Element"; /** AD_Table_ID=279 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 279; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_C_AcctSchema_Element */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -86,6 +86,15 @@ public interface I_C_AcctSchema_Element /** Get Acct.Schema Element */ public int getC_AcctSchema_Element_ID(); + /** Column name C_AcctSchema_Element_UU */ + public static final String COLUMNNAME_C_AcctSchema_Element_UU = "C_AcctSchema_Element_UU"; + + /** Set C_AcctSchema_Element_UU */ + public void setC_AcctSchema_Element_UU (String C_AcctSchema_Element_UU); + + /** Get C_AcctSchema_Element_UU */ + public String getC_AcctSchema_Element_UU(); + /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -99,7 +108,7 @@ public interface I_C_AcctSchema_Element */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -114,7 +123,7 @@ public interface I_C_AcctSchema_Element */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -129,7 +138,7 @@ public interface I_C_AcctSchema_Element */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -144,7 +153,7 @@ public interface I_C_AcctSchema_Element */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Element_ID */ public static final String COLUMNNAME_C_Element_ID = "C_Element_ID"; @@ -159,7 +168,7 @@ public interface I_C_AcctSchema_Element */ public int getC_Element_ID(); - public I_C_Element getC_Element() throws RuntimeException; + public org.compiere.model.I_C_Element getC_Element() throws RuntimeException; /** Column name C_ElementValue_ID */ public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; @@ -174,7 +183,7 @@ public interface I_C_AcctSchema_Element */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; @@ -204,7 +213,7 @@ public interface I_C_AcctSchema_Element */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -235,7 +244,7 @@ public interface I_C_AcctSchema_Element */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name ElementType */ public static final String COLUMNNAME_ElementType = "ElementType"; @@ -298,7 +307,7 @@ public interface I_C_AcctSchema_Element */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java index 02b9784dd6..6bc3feab1c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AcctSchema_GL.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AcctSchema_GL - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AcctSchema_GL { @@ -35,7 +35,7 @@ public interface I_C_AcctSchema_GL KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client + /** AccessLevel = 2 - Client */ BigDecimal accessLevel = BigDecimal.valueOf(2); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Activity.java b/org.adempiere.base/src/org/compiere/model/I_C_Activity.java index b0504e385e..d1c16c7877 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Activity.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Activity - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Activity { @@ -31,7 +31,7 @@ public interface I_C_Activity public static final String Table_Name = "C_Activity"; /** AD_Table_ID=316 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 316; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Activity */ public int getC_Activity_ID(); + /** Column name C_Activity_UU */ + public static final String COLUMNNAME_C_Activity_UU = "C_Activity_UU"; + + /** Set C_Activity_UU */ + public void setC_Activity_UU (String C_Activity_UU); + + /** Get C_Activity_UU */ + public String getC_Activity_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java b/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java index 6a076094f7..621a4134e5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AllocationHdr.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AllocationHdr - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AllocationHdr { @@ -31,7 +31,7 @@ public interface I_C_AllocationHdr public static final String Table_Name = "C_AllocationHdr"; /** AD_Table_ID=735 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 735; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_C_AllocationHdr */ public int getC_AllocationHdr_ID(); + /** Column name C_AllocationHdr_UU */ + public static final String COLUMNNAME_C_AllocationHdr_UU = "C_AllocationHdr_UU"; + + /** Set C_AllocationHdr_UU */ + public void setC_AllocationHdr_UU (String C_AllocationHdr_UU); + + /** Get C_AllocationHdr_UU */ + public String getC_AllocationHdr_UU(); + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -101,7 +110,7 @@ public interface I_C_AllocationHdr */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java b/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java index 271cbf904c..dbb4620b03 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_AllocationLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_AllocationLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_AllocationLine { @@ -31,7 +31,7 @@ public interface I_C_AllocationLine public static final String Table_Name = "C_AllocationLine"; /** AD_Table_ID=390 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 390; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_AllocationLine */ public int getC_AllocationHdr_ID(); - public I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException; + public org.compiere.model.I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException; /** Column name C_AllocationLine_ID */ public static final String COLUMNNAME_C_AllocationLine_ID = "C_AllocationLine_ID"; @@ -103,6 +103,15 @@ public interface I_C_AllocationLine */ public int getC_AllocationLine_ID(); + /** Column name C_AllocationLine_UU */ + public static final String COLUMNNAME_C_AllocationLine_UU = "C_AllocationLine_UU"; + + /** Set C_AllocationLine_UU */ + public void setC_AllocationLine_UU (String C_AllocationLine_UU); + + /** Get C_AllocationLine_UU */ + public String getC_AllocationLine_UU(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -116,7 +125,7 @@ public interface I_C_AllocationLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_CashLine_ID */ public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID"; @@ -131,7 +140,22 @@ public interface I_C_AllocationLine */ public int getC_CashLine_ID(); - public I_C_CashLine getC_CashLine() throws RuntimeException; + public org.compiere.model.I_C_CashLine getC_CashLine() throws RuntimeException; + + /** Column name C_Charge_ID */ + public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; + + /** Set Charge. + * Additional document charges + */ + public void setC_Charge_ID (int C_Charge_ID); + + /** Get Charge. + * Additional document charges + */ + public int getC_Charge_ID(); + + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -146,7 +170,7 @@ public interface I_C_AllocationLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -161,7 +185,7 @@ public interface I_C_AllocationLine */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -176,7 +200,7 @@ public interface I_C_AllocationLine */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java index 2babd49e28..d92228a445 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_BankAccount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_BankAccount - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_BankAccount { @@ -41,6 +41,19 @@ public interface I_C_BP_BankAccount /** Load Meta Data */ + /** Column name AccountNo */ + public static final String COLUMNNAME_AccountNo = "AccountNo"; + + /** Set Account No. + * Account Number + */ + public void setAccountNo (String AccountNo); + + /** Get Account No. + * Account Number + */ + public String getAccountNo(); + /** Column name A_City */ public static final String COLUMNNAME_A_City = "A_City"; @@ -67,6 +80,42 @@ public interface I_C_BP_BankAccount */ public String getA_Country(); + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name AD_User_ID */ + public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; + + /** Set User/Contact. + * User within the system - Internal or Business Partner Contact + */ + public void setAD_User_ID (int AD_User_ID); + + /** Get User/Contact. + * User within the system - Internal or Business Partner Contact + */ + public int getAD_User_ID(); + + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; + /** Column name A_EMail */ public static final String COLUMNNAME_A_EMail = "A_EMail"; @@ -158,55 +207,6 @@ public interface I_C_BP_BankAccount */ public String getA_Zip(); - /** Column name AccountNo */ - public static final String COLUMNNAME_AccountNo = "AccountNo"; - - /** Set Account No. - * Account Number - */ - public void setAccountNo (String AccountNo); - - /** Get Account No. - * Account Number - */ - public String getAccountNo(); - - /** Column name AD_Client_ID */ - public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; - - /** Get Client. - * Client/Tenant for this installation. - */ - public int getAD_Client_ID(); - - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organization. - * Organizational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organization. - * Organizational entity within client - */ - public int getAD_Org_ID(); - - /** Column name AD_User_ID */ - public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; - - /** Set User/Contact. - * User within the system - Internal or Business Partner Contact - */ - public void setAD_User_ID (int AD_User_ID); - - /** Get User/Contact. - * User within the system - Internal or Business Partner Contact - */ - public int getAD_User_ID(); - - public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; - /** Column name BankAccountType */ public static final String COLUMNNAME_BankAccountType = "BankAccountType"; @@ -248,6 +248,21 @@ public interface I_C_BP_BankAccount public org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException; + /** Column name C_BPartner_ID */ + public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; + + /** Set Business Partner . + * Identifies a Business Partner + */ + public void setC_BPartner_ID (int C_BPartner_ID); + + /** Get Business Partner . + * Identifies a Business Partner + */ + public int getC_BPartner_ID(); + + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; + /** Column name C_BP_BankAccount_ID */ public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; @@ -270,21 +285,6 @@ public interface I_C_BP_BankAccount /** Get C_BP_BankAccount_UU */ public String getC_BP_BankAccount_UU(); - /** Column name C_BPartner_ID */ - public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; - - /** Set Business Partner . - * Identifies a Business Partner - */ - public void setC_BPartner_ID (int C_BPartner_ID); - - /** Get Business Partner . - * Identifies a Business Partner - */ - public int getC_BPartner_ID(); - - public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; - /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java index 69322a31a5..541de71b7d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Customer_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Customer_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Customer_Acct { @@ -31,7 +31,7 @@ public interface I_C_BP_Customer_Acct public static final String Table_Name = "C_BP_Customer_Acct"; /** AD_Table_ID=183 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 183; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_BP_Customer_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,16 @@ public interface I_C_BP_Customer_Acct */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; + + /** Column name C_BP_Customer_Acct_UU */ + public static final String COLUMNNAME_C_BP_Customer_Acct_UU = "C_BP_Customer_Acct_UU"; + + /** Set C_BP_Customer_Acct_UU */ + public void setC_BP_Customer_Acct_UU (String C_BP_Customer_Acct_UU); + + /** Get C_BP_Customer_Acct_UU */ + public String getC_BP_Customer_Acct_UU(); /** Column name C_Prepayment_Acct */ public static final String COLUMNNAME_C_Prepayment_Acct = "C_Prepayment_Acct"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java index 8f9b5cdfe3..cbc6fee896 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_EDI.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_EDI - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_EDI { @@ -31,7 +31,7 @@ public interface I_C_BP_EDI public static final String Table_Name = "C_BP_EDI"; /** AD_Table_ID=366 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 366; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_BP_EDI */ public int getAD_Sequence_ID(); - public I_AD_Sequence getAD_Sequence() throws RuntimeException; + public org.compiere.model.I_AD_Sequence getAD_Sequence() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_C_BP_EDI */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_EDI_ID */ public static final String COLUMNNAME_C_BP_EDI_ID = "C_BP_EDI_ID"; @@ -105,6 +105,15 @@ public interface I_C_BP_EDI */ public int getC_BP_EDI_ID(); + /** Column name C_BP_EDI_UU */ + public static final String COLUMNNAME_C_BP_EDI_UU = "C_BP_EDI_UU"; + + /** Set C_BP_EDI_UU */ + public void setC_BP_EDI_UU (String C_BP_EDI_UU); + + /** Get C_BP_EDI_UU */ + public String getC_BP_EDI_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -286,7 +295,7 @@ public interface I_C_BP_EDI */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java index ccb98f5fbf..df2c729266 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Employee_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Employee_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Employee_Acct { @@ -35,7 +35,7 @@ public interface I_C_BP_Employee_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java index b4e25e571c..181b7275b4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Group - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Group { @@ -31,7 +31,7 @@ public interface I_C_BP_Group public static final String Table_Name = "C_BP_Group"; /** AD_Table_ID=394 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 394; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_BP_Group */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -90,6 +90,15 @@ public interface I_C_BP_Group */ public int getC_BP_Group_ID(); + /** Column name C_BP_Group_UU */ + public static final String COLUMNNAME_C_BP_Group_UU = "C_BP_Group_UU"; + + /** Set C_BP_Group_UU */ + public void setC_BP_Group_UU (String C_BP_Group_UU); + + /** Get C_BP_Group_UU */ + public String getC_BP_Group_UU(); + /** Column name C_Dunning_ID */ public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID"; @@ -103,7 +112,7 @@ public interface I_C_BP_Group */ public int getC_Dunning_ID(); - public I_C_Dunning getC_Dunning() throws RuntimeException; + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -199,7 +208,7 @@ public interface I_C_BP_Group */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_PriceList_ID */ public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID"; @@ -214,7 +223,7 @@ public interface I_C_BP_Group */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -242,7 +251,7 @@ public interface I_C_BP_Group */ public int getPO_DiscountSchema_ID(); - public I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException; + public org.compiere.model.I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException; /** Column name PO_PriceList_ID */ public static final String COLUMNNAME_PO_PriceList_ID = "PO_PriceList_ID"; @@ -257,7 +266,7 @@ public interface I_C_BP_Group */ public int getPO_PriceList_ID(); - public I_M_PriceList getPO_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getPO_PriceList() throws RuntimeException; /** Column name PriceMatchTolerance */ public static final String COLUMNNAME_PriceMatchTolerance = "PriceMatchTolerance"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java index 929e0a7fd9..a9604288db 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Group_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Group_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Group_Acct { @@ -35,7 +35,7 @@ public interface I_C_BP_Group_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java index f66fd84535..b54a8d12b6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Relation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Relation - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Relation { @@ -31,7 +31,7 @@ public interface I_C_BP_Relation public static final String Table_Name = "C_BP_Relation"; /** AD_Table_ID=678 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 678; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_BP_Relation */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -90,7 +90,7 @@ public interface I_C_BP_Relation */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_BPartnerRelation_ID */ public static final String COLUMNNAME_C_BPartnerRelation_ID = "C_BPartnerRelation_ID"; @@ -105,7 +105,7 @@ public interface I_C_BP_Relation */ public int getC_BPartnerRelation_ID(); - public I_C_BPartner getC_BPartnerRelation() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartnerRelation() throws RuntimeException; /** Column name C_BPartnerRelation_Location_ID */ public static final String COLUMNNAME_C_BPartnerRelation_Location_ID = "C_BPartnerRelation_Location_ID"; @@ -120,7 +120,7 @@ public interface I_C_BP_Relation */ public int getC_BPartnerRelation_Location_ID(); - public I_C_BPartner_Location getC_BPartnerRelation_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartnerRelation_Location() throws RuntimeException; /** Column name C_BP_Relation_ID */ public static final String COLUMNNAME_C_BP_Relation_ID = "C_BP_Relation_ID"; @@ -135,6 +135,15 @@ public interface I_C_BP_Relation */ public int getC_BP_Relation_ID(); + /** Column name C_BP_Relation_UU */ + public static final String COLUMNNAME_C_BP_Relation_UU = "C_BP_Relation_UU"; + + /** Set C_BP_Relation_UU */ + public void setC_BP_Relation_UU (String C_BP_Relation_UU); + + /** Get C_BP_Relation_UU */ + public String getC_BP_Relation_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java index 35b98fd263..f7f91ce9e6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Vendor_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Vendor_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Vendor_Acct { @@ -31,7 +31,7 @@ public interface I_C_BP_Vendor_Acct public static final String Table_Name = "C_BP_Vendor_Acct"; /** AD_Table_ID=185 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 185; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_BP_Vendor_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,16 @@ public interface I_C_BP_Vendor_Acct */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; + + /** Column name C_BP_Vendor_Acct_UU */ + public static final String COLUMNNAME_C_BP_Vendor_Acct_UU = "C_BP_Vendor_Acct_UU"; + + /** Set C_BP_Vendor_Acct_UU */ + public void setC_BP_Vendor_Acct_UU (String C_BP_Vendor_Acct_UU); + + /** Get C_BP_Vendor_Acct_UU */ + public String getC_BP_Vendor_Acct_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java b/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java index 932d076212..81673482f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BP_Withholding.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_Withholding - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BP_Withholding { @@ -31,7 +31,7 @@ public interface I_C_BP_Withholding public static final String Table_Name = "C_BP_Withholding"; /** AD_Table_ID=299 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 299; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_C_BP_Withholding */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; + + /** Column name C_BP_Withholding_UU */ + public static final String COLUMNNAME_C_BP_Withholding_UU = "C_BP_Withholding_UU"; + + /** Set C_BP_Withholding_UU */ + public void setC_BP_Withholding_UU (String C_BP_Withholding_UU); + + /** Get C_BP_Withholding_UU */ + public String getC_BP_Withholding_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,7 +115,7 @@ public interface I_C_BP_Withholding */ public int getC_Withholding_ID(); - public I_C_Withholding getC_Withholding() throws RuntimeException; + public org.compiere.model.I_C_Withholding getC_Withholding() throws RuntimeException; /** Column name ExemptReason */ public static final String COLUMNNAME_ExemptReason = "ExemptReason"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java b/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java index 5b381f00ce..0a50182131 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BPartner.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BPartner - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BPartner { @@ -88,19 +88,6 @@ public interface I_C_BPartner */ public String getAD_Language(); - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organization. - * Organizational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organization. - * Organizational entity within client - */ - public int getAD_Org_ID(); - /** Column name AD_OrgBP_ID */ public static final String COLUMNNAME_AD_OrgBP_ID = "AD_OrgBP_ID"; @@ -114,6 +101,19 @@ public interface I_C_BPartner */ public String getAD_OrgBP_ID(); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + /** Column name BPartner_Parent_ID */ public static final String COLUMNNAME_BPartner_Parent_ID = "BPartner_Parent_ID"; @@ -127,21 +127,6 @@ public interface I_C_BPartner */ public int getBPartner_Parent_ID(); - /** Column name C_BP_Group_ID */ - public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; - - /** Set Business Partner Group. - * Business Partner Group - */ - public void setC_BP_Group_ID (int C_BP_Group_ID); - - /** Get Business Partner Group. - * Business Partner Group - */ - public int getC_BP_Group_ID(); - - public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; - /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -164,6 +149,21 @@ public interface I_C_BPartner /** Get C_BPartner_UU */ public String getC_BPartner_UU(); + /** Column name C_BP_Group_ID */ + public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; + + /** Set Business Partner Group. + * Business Partner Group + */ + public void setC_BP_Group_ID (int C_BP_Group_ID); + + /** Get Business Partner Group. + * Business Partner Group + */ + public int getC_BP_Group_ID(); + + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; + /** Column name C_Dunning_ID */ public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID"; @@ -224,17 +224,6 @@ public interface I_C_BPartner public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; - /** Column name C_TaxGroup_ID */ - public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID"; - - /** Set Tax Group */ - public void setC_TaxGroup_ID (int C_TaxGroup_ID); - - /** Get Tax Group */ - public int getC_TaxGroup_ID(); - - public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException; - /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -251,6 +240,17 @@ public interface I_C_BPartner */ public int getCreatedBy(); + /** Column name C_TaxGroup_ID */ + public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID"; + + /** Set Tax Group */ + public void setC_TaxGroup_ID (int C_TaxGroup_ID); + + /** Get Tax Group */ + public int getC_TaxGroup_ID(); + + public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException; + /** Column name CustomerProfileID */ public static final String COLUMNNAME_CustomerProfileID = "CustomerProfileID"; @@ -847,6 +847,19 @@ public interface I_C_BPartner */ public BigDecimal getSO_CreditLimit(); + /** Column name SOCreditStatus */ + public static final String COLUMNNAME_SOCreditStatus = "SOCreditStatus"; + + /** Set Credit Status. + * Business Partner Credit Status + */ + public void setSOCreditStatus (String SOCreditStatus); + + /** Get Credit Status. + * Business Partner Credit Status + */ + public String getSOCreditStatus(); + /** Column name SO_CreditUsed */ public static final String COLUMNNAME_SO_CreditUsed = "SO_CreditUsed"; @@ -873,19 +886,6 @@ public interface I_C_BPartner */ public String getSO_Description(); - /** Column name SOCreditStatus */ - public static final String COLUMNNAME_SOCreditStatus = "SOCreditStatus"; - - /** Set Credit Status. - * Business Partner Credit Status - */ - public void setSOCreditStatus (String SOCreditStatus); - - /** Get Credit Status. - * Business Partner Credit Status - */ - public String getSOCreditStatus(); - /** Column name TaxID */ public static final String COLUMNNAME_TaxID = "TaxID"; @@ -932,12 +932,12 @@ public interface I_C_BPartner public static final String COLUMNNAME_URL = "URL"; /** Set URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL); /** Get URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public String getURL(); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java index 136c45f900..aff7549570 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Location.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BPartner_Location - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BPartner_Location { @@ -114,21 +114,6 @@ public interface I_C_BPartner_Location public I_C_Location getC_Location() throws RuntimeException; - /** Column name C_SalesRegion_ID */ - public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID"; - - /** Set Sales Region. - * Sales coverage region - */ - public void setC_SalesRegion_ID (int C_SalesRegion_ID); - - /** Get Sales Region. - * Sales coverage region - */ - public int getC_SalesRegion_ID(); - - public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; - /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -145,6 +130,21 @@ public interface I_C_BPartner_Location */ public int getCreatedBy(); + /** Column name C_SalesRegion_ID */ + public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID"; + + /** Set Sales Region. + * Sales coverage region + */ + public void setC_SalesRegion_ID (int C_SalesRegion_ID); + + /** Get Sales Region. + * Sales coverage region + */ + public int getC_SalesRegion_ID(); + + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + /** Column name CustomerAddressID */ public static final String COLUMNNAME_CustomerAddressID = "CustomerAddressID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java index a3f82793a6..8d35481ed7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BPartner_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BPartner_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BPartner_Product { @@ -31,7 +31,7 @@ public interface I_C_BPartner_Product public static final String Table_Name = "C_BPartner_Product"; /** AD_Table_ID=632 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 632; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_C_BPartner_Product */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; + + /** Column name C_BPartner_Product_UU */ + public static final String COLUMNNAME_C_BPartner_Product_UU = "C_BPartner_Product_UU"; + + /** Set C_BPartner_Product_UU */ + public void setC_BPartner_Product_UU (String C_BPartner_Product_UU); + + /** Get C_BPartner_Product_UU */ + public String getC_BPartner_Product_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -158,7 +167,7 @@ public interface I_C_BPartner_Product */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name QualityRating */ public static final String COLUMNNAME_QualityRating = "QualityRating"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Bank.java b/org.adempiere.base/src/org/compiere/model/I_C_Bank.java index 968983afe4..3a40ad0fa2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Bank.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Bank.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Bank - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Bank { @@ -75,6 +75,15 @@ public interface I_C_Bank */ public int getC_Bank_ID(); + /** Column name C_Bank_UU */ + public static final String COLUMNNAME_C_Bank_UU = "C_Bank_UU"; + + /** Set C_Bank_UU */ + public void setC_Bank_UU (String C_Bank_UU); + + /** Get C_Bank_UU */ + public String getC_Bank_UU(); + /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java index 0cab72cac1..60d4923804 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccount - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankAccount { @@ -101,21 +101,6 @@ public interface I_C_BankAccount */ public String getBBAN(); - /** Column name C_Bank_ID */ - public static final String COLUMNNAME_C_Bank_ID = "C_Bank_ID"; - - /** Set Bank. - * Bank - */ - public void setC_Bank_ID (int C_Bank_ID); - - /** Get Bank. - * Bank - */ - public int getC_Bank_ID(); - - public org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException; - /** Column name C_BankAccount_ID */ public static final String COLUMNNAME_C_BankAccount_ID = "C_BankAccount_ID"; @@ -138,6 +123,21 @@ public interface I_C_BankAccount /** Get C_BankAccount_UU */ public String getC_BankAccount_UU(); + /** Column name C_Bank_ID */ + public static final String COLUMNNAME_C_Bank_ID = "C_Bank_ID"; + + /** Set Bank. + * Bank + */ + public void setC_Bank_ID (int C_Bank_ID); + + /** Get Bank. + * Bank + */ + public int getC_Bank_ID(); + + public org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException; + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java index 838e7c5802..be60557ca0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccountDoc.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccountDoc - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankAccountDoc { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java index eac085b167..4dff5a21b9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccount_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankAccount_Acct { @@ -35,7 +35,7 @@ public interface I_C_BankAccount_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java index 47ebc0fbf4..b19aed797f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankAccount_Processor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankAccount_Processor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankAccount_Processor { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java index 95e023f788..8232c304e8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankStatement { @@ -31,7 +31,7 @@ public interface I_C_BankStatement public static final String Table_Name = "C_BankStatement"; /** AD_Table_ID=392 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 392; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_BankStatement */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_BankStatement_ID */ public static final String COLUMNNAME_C_BankStatement_ID = "C_BankStatement_ID"; @@ -103,6 +103,15 @@ public interface I_C_BankStatement */ public int getC_BankStatement_ID(); + /** Column name C_BankStatement_UU */ + public static final String COLUMNNAME_C_BankStatement_UU = "C_BankStatement_UU"; + + /** Set C_BankStatement_UU */ + public void setC_BankStatement_UU (String C_BankStatement_UU); + + /** Get C_BankStatement_UU */ + public String getC_BankStatement_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java index b1d02634e9..5e8ccdf016 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatementLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankStatementLine { @@ -31,7 +31,7 @@ public interface I_C_BankStatementLine public static final String Table_Name = "C_BankStatementLine"; /** AD_Table_ID=393 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 393; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_BankStatementLine */ public int getC_BankStatement_ID(); - public I_C_BankStatement getC_BankStatement() throws RuntimeException; + public org.compiere.model.I_C_BankStatement getC_BankStatement() throws RuntimeException; /** Column name C_BankStatementLine_ID */ public static final String COLUMNNAME_C_BankStatementLine_ID = "C_BankStatementLine_ID"; @@ -90,6 +90,15 @@ public interface I_C_BankStatementLine */ public int getC_BankStatementLine_ID(); + /** Column name C_BankStatementLine_UU */ + public static final String COLUMNNAME_C_BankStatementLine_UU = "C_BankStatementLine_UU"; + + /** Set C_BankStatementLine_UU */ + public void setC_BankStatementLine_UU (String C_BankStatementLine_UU); + + /** Get C_BankStatementLine_UU */ + public String getC_BankStatementLine_UU(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -103,7 +112,7 @@ public interface I_C_BankStatementLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -118,7 +127,7 @@ public interface I_C_BankStatementLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -133,7 +142,7 @@ public interface I_C_BankStatementLine */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -161,7 +170,7 @@ public interface I_C_BankStatementLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -176,7 +185,7 @@ public interface I_C_BankStatementLine */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java index edf405c7a9..9c122aa6d8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementLoader.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatementLoader - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankStatementLoader { @@ -31,7 +31,7 @@ public interface I_C_BankStatementLoader public static final String Table_Name = "C_BankStatementLoader"; /** AD_Table_ID=640 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 640; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_BankStatementLoader */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_BankStatementLoader_ID */ public static final String COLUMNNAME_C_BankStatementLoader_ID = "C_BankStatementLoader_ID"; @@ -116,6 +116,15 @@ public interface I_C_BankStatementLoader */ public int getC_BankStatementLoader_ID(); + /** Column name C_BankStatementLoader_UU */ + public static final String COLUMNNAME_C_BankStatementLoader_UU = "C_BankStatementLoader_UU"; + + /** Set C_BankStatementLoader_UU */ + public void setC_BankStatementLoader_UU (String C_BankStatementLoader_UU); + + /** Get C_BankStatementLoader_UU */ + public String getC_BankStatementLoader_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java index d76322426e..d38db4b88d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_BankStatementMatcher.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BankStatementMatcher - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_BankStatementMatcher { @@ -31,7 +31,7 @@ public interface I_C_BankStatementMatcher public static final String Table_Name = "C_BankStatementMatcher"; /** AD_Table_ID=658 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 658; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_BankStatementMatcher */ public int getC_BankStatementMatcher_ID(); + /** Column name C_BankStatementMatcher_UU */ + public static final String COLUMNNAME_C_BankStatementMatcher_UU = "C_BankStatementMatcher_UU"; + + /** Set C_BankStatementMatcher_UU */ + public void setC_BankStatementMatcher_UU (String C_BankStatementMatcher_UU); + + /** Get C_BankStatementMatcher_UU */ + public String getC_BankStatementMatcher_UU(); + /** Column name Classname */ public static final String COLUMNNAME_Classname = "Classname"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java b/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java index d7ad082b2b..304865d3fd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Calendar.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Calendar - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Calendar { @@ -31,7 +31,7 @@ public interface I_C_Calendar public static final String Table_Name = "C_Calendar"; /** AD_Table_ID=139 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 139; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Calendar */ public int getC_Calendar_ID(); + /** Column name C_Calendar_UU */ + public static final String COLUMNNAME_C_Calendar_UU = "C_Calendar_UU"; + + /** Set C_Calendar_UU */ + public void setC_Calendar_UU (String C_Calendar_UU); + + /** Get C_Calendar_UU */ + public String getC_Calendar_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java b/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java index e8a13361c2..749a755d8f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Campaign.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Campaign - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Campaign { @@ -31,7 +31,7 @@ public interface I_C_Campaign public static final String Table_Name = "C_Campaign"; /** AD_Table_ID=274 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 274; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Campaign */ public int getC_Campaign_ID(); + /** Column name C_Campaign_UU */ + public static final String COLUMNNAME_C_Campaign_UU = "C_Campaign_UU"; + + /** Set C_Campaign_UU */ + public void setC_Campaign_UU (String C_Campaign_UU); + + /** Get C_Campaign_UU */ + public String getC_Campaign_UU(); + /** Column name C_Channel_ID */ public static final String COLUMNNAME_C_Channel_ID = "C_Channel_ID"; @@ -88,7 +97,7 @@ public interface I_C_Campaign */ public int getC_Channel_ID(); - public I_C_Channel getC_Channel() throws RuntimeException; + public org.compiere.model.I_C_Channel getC_Channel() throws RuntimeException; /** Column name Costs */ public static final String COLUMNNAME_Costs = "Costs"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Cash.java b/org.adempiere.base/src/org/compiere/model/I_C_Cash.java index 21380b3060..b9ded09a2d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Cash.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Cash.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Cash - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Cash { @@ -31,7 +31,7 @@ public interface I_C_Cash public static final String Table_Name = "C_Cash"; /** AD_Table_ID=407 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 407; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_Cash */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -116,7 +116,7 @@ public interface I_C_Cash */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_CashBook_ID */ public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID"; @@ -131,7 +131,7 @@ public interface I_C_Cash */ public int getC_CashBook_ID(); - public I_C_CashBook getC_CashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getC_CashBook() throws RuntimeException; /** Column name C_Cash_ID */ public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID"; @@ -146,6 +146,15 @@ public interface I_C_Cash */ public int getC_Cash_ID(); + /** Column name C_Cash_UU */ + public static final String COLUMNNAME_C_Cash_UU = "C_Cash_UU"; + + /** Set C_Cash_UU */ + public void setC_Cash_UU (String C_Cash_UU); + + /** Get C_Cash_UU */ + public String getC_Cash_UU(); + /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -159,7 +168,7 @@ public interface I_C_Cash */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -384,7 +393,7 @@ public interface I_C_Cash */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -399,5 +408,5 @@ public interface I_C_Cash */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java b/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java index 2ce24b5327..bbf752c1b7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashBook.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashBook - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CashBook { @@ -31,7 +31,7 @@ public interface I_C_CashBook public static final String Table_Name = "C_CashBook"; /** AD_Table_ID=408 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 408; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_CashBook */ public int getC_CashBook_ID(); + /** Column name C_CashBook_UU */ + public static final String COLUMNNAME_C_CashBook_UU = "C_CashBook_UU"; + + /** Set C_CashBook_UU */ + public void setC_CashBook_UU (String C_CashBook_UU); + + /** Get C_CashBook_UU */ + public String getC_CashBook_UU(); + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -88,7 +97,7 @@ public interface I_C_CashBook */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java index 49327449e6..9190a80c3b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashBook_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashBook_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CashBook_Acct { @@ -31,7 +31,7 @@ public interface I_C_CashBook_Acct public static final String Table_Name = "C_CashBook_Acct"; /** AD_Table_ID=409 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 409; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_CashBook_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CB_Asset_Acct */ public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct"; @@ -152,6 +152,15 @@ public interface I_C_CashBook_Acct public I_C_ValidCombination getCB_Receipt_A() throws RuntimeException; + /** Column name C_CashBook_Acct_UU */ + public static final String COLUMNNAME_C_CashBook_Acct_UU = "C_CashBook_Acct_UU"; + + /** Set C_CashBook_Acct_UU */ + public void setC_CashBook_Acct_UU (String C_CashBook_Acct_UU); + + /** Get C_CashBook_Acct_UU */ + public String getC_CashBook_Acct_UU(); + /** Column name C_CashBook_ID */ public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID"; @@ -165,7 +174,7 @@ public interface I_C_CashBook_Acct */ public int getC_CashBook_ID(); - public I_C_CashBook getC_CashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getC_CashBook() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java b/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java index a0854f132d..2b06d130f7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CashLine { @@ -31,7 +31,7 @@ public interface I_C_CashLine public static final String Table_Name = "C_CashLine"; /** AD_Table_ID=410 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 410; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_CashLine */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_Cash_ID */ public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID"; @@ -116,7 +116,7 @@ public interface I_C_CashLine */ public int getC_Cash_ID(); - public I_C_Cash getC_Cash() throws RuntimeException; + public org.compiere.model.I_C_Cash getC_Cash() throws RuntimeException; /** Column name C_CashLine_ID */ public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID"; @@ -131,6 +131,15 @@ public interface I_C_CashLine */ public int getC_CashLine_ID(); + /** Column name C_CashLine_UU */ + public static final String COLUMNNAME_C_CashLine_UU = "C_CashLine_UU"; + + /** Set C_CashLine_UU */ + public void setC_CashLine_UU (String C_CashLine_UU); + + /** Get C_CashLine_UU */ + public String getC_CashLine_UU(); + /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -144,7 +153,7 @@ public interface I_C_CashLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -159,7 +168,7 @@ public interface I_C_CashLine */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -174,7 +183,7 @@ public interface I_C_CashLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -189,7 +198,7 @@ public interface I_C_CashLine */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java b/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java index f4bbe465b4..dd4436e490 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashPlan.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashPlan - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CashPlan { @@ -138,6 +138,15 @@ public interface I_C_CashPlan /** Get Cash Plan */ public int getC_CashPlan_ID(); + /** Column name C_CashPlan_UU */ + public static final String COLUMNNAME_C_CashPlan_UU = "C_CashPlan_UU"; + + /** Set C_CashPlan_UU */ + public void setC_CashPlan_UU (String C_CashPlan_UU); + + /** Get C_CashPlan_UU */ + public String getC_CashPlan_UU(); + /** Column name CopyFrom */ public static final String COLUMNNAME_CopyFrom = "CopyFrom"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java b/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java index 2e46707d22..dfaf829395 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CashPlanLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CashPlanLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CashPlanLine { @@ -140,6 +140,15 @@ public interface I_C_CashPlanLine /** Get Cash Plan Line */ public int getC_CashPlanLine_ID(); + /** Column name C_CashPlanLine_UU */ + public static final String COLUMNNAME_C_CashPlanLine_UU = "C_CashPlanLine_UU"; + + /** Set C_CashPlanLine_UU */ + public void setC_CashPlanLine_UU (String C_CashPlanLine_UU); + + /** Get C_CashPlanLine_UU */ + public String getC_CashPlanLine_UU(); + /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Channel.java b/org.adempiere.base/src/org/compiere/model/I_C_Channel.java index d4b7d18aed..87011a7334 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Channel.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Channel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Channel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Channel { @@ -31,7 +31,7 @@ public interface I_C_Channel public static final String Table_Name = "C_Channel"; /** AD_Table_ID=275 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 275; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Channel */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name C_Channel_ID */ public static final String COLUMNNAME_C_Channel_ID = "C_Channel_ID"; @@ -90,6 +90,15 @@ public interface I_C_Channel */ public int getC_Channel_ID(); + /** Column name C_Channel_UU */ + public static final String COLUMNNAME_C_Channel_UU = "C_Channel_UU"; + + /** Set C_Channel_UU */ + public void setC_Channel_UU (String C_Channel_UU); + + /** Get C_Channel_UU */ + public String getC_Channel_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Charge.java b/org.adempiere.base/src/org/compiere/model/I_C_Charge.java index 13b13abbbc..c79ad78eb9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Charge.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Charge.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Charge - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Charge { @@ -31,7 +31,7 @@ public interface I_C_Charge public static final String Table_Name = "C_Charge"; /** AD_Table_ID=313 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 313; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Charge */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -99,7 +99,16 @@ public interface I_C_Charge /** Get Charge Type */ public int getC_ChargeType_ID(); - public I_C_ChargeType getC_ChargeType() throws RuntimeException; + public org.compiere.model.I_C_ChargeType getC_ChargeType() throws RuntimeException; + + /** Column name C_Charge_UU */ + public static final String COLUMNNAME_C_Charge_UU = "C_Charge_UU"; + + /** Set C_Charge_UU */ + public void setC_Charge_UU (String C_Charge_UU); + + /** Get C_Charge_UU */ + public String getC_Charge_UU(); /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -143,7 +152,7 @@ public interface I_C_Charge */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java index 17d3be2e56..31e5906197 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ChargeType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ChargeType { @@ -31,7 +31,7 @@ public interface I_C_ChargeType public static final String Table_Name = "C_ChargeType"; /** AD_Table_ID=53145 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53145; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_C_ChargeType /** Get Charge Type */ public int getC_ChargeType_ID(); + /** Column name C_ChargeType_UU */ + public static final String COLUMNNAME_C_ChargeType_UU = "C_ChargeType_UU"; + + /** Set C_ChargeType_UU */ + public void setC_ChargeType_UU (String C_ChargeType_UU); + + /** Get C_ChargeType_UU */ + public String getC_ChargeType_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java index 753eab3d7e..76496df840 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ChargeType_DocType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ChargeType_DocType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ChargeType_DocType { @@ -31,7 +31,7 @@ public interface I_C_ChargeType_DocType public static final String Table_Name = "C_ChargeType_DocType"; /** AD_Table_ID=53146 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53146; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_C_ChargeType_DocType */ public int getAD_Org_ID(); + /** Column name C_ChargeType_DocType_UU */ + public static final String COLUMNNAME_C_ChargeType_DocType_UU = "C_ChargeType_DocType_UU"; + + /** Set C_ChargeType_DocType_UU */ + public void setC_ChargeType_DocType_UU (String C_ChargeType_DocType_UU); + + /** Get C_ChargeType_DocType_UU */ + public String getC_ChargeType_DocType_UU(); + /** Column name C_ChargeType_ID */ public static final String COLUMNNAME_C_ChargeType_ID = "C_ChargeType_ID"; @@ -71,7 +80,7 @@ public interface I_C_ChargeType_DocType /** Get Charge Type */ public int getC_ChargeType_ID(); - public I_C_ChargeType getC_ChargeType() throws RuntimeException; + public org.compiere.model.I_C_ChargeType getC_ChargeType() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -86,7 +95,7 @@ public interface I_C_ChargeType_DocType */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java index 1c2cce411b..e0e7aa0590 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Charge_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Charge_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Charge_Acct { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_City.java b/org.adempiere.base/src/org/compiere/model/I_C_City.java index 288b17e960..7e8572ebf4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_City.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_City.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_City - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_City { @@ -31,7 +31,7 @@ public interface I_C_City public static final String Table_Name = "C_City"; /** AD_Table_ID=186 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 186; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_C_City */ public int getC_City_ID(); + /** Column name C_City_UU */ + public static final String COLUMNNAME_C_City_UU = "C_City_UU"; + + /** Set C_City_UU */ + public void setC_City_UU (String C_City_UU); + + /** Get C_City_UU */ + public String getC_City_UU(); + /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -101,7 +110,7 @@ public interface I_C_City */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name Coordinates */ public static final String COLUMNNAME_Coordinates = "Coordinates"; @@ -145,7 +154,7 @@ public interface I_C_City */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Commission.java b/org.adempiere.base/src/org/compiere/model/I_C_Commission.java index 4c40eae3d1..218ecf9750 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Commission.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Commission.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Commission - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Commission { @@ -31,7 +31,7 @@ public interface I_C_Commission public static final String Table_Name = "C_Commission"; /** AD_Table_ID=429 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 429; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Commission */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -90,7 +90,7 @@ public interface I_C_Commission */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Commission_ID */ public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID"; @@ -105,6 +105,15 @@ public interface I_C_Commission */ public int getC_Commission_ID(); + /** Column name C_Commission_UU */ + public static final String COLUMNNAME_C_Commission_UU = "C_Commission_UU"; + + /** Set C_Commission_UU */ + public void setC_Commission_UU (String C_Commission_UU); + + /** Get C_Commission_UU */ + public String getC_Commission_UU(); + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -118,7 +127,7 @@ public interface I_C_Commission */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java index 11b0f22b44..91162d55f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionAmt.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionAmt - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CommissionAmt { @@ -31,7 +31,7 @@ public interface I_C_CommissionAmt public static final String Table_Name = "C_CommissionAmt"; /** AD_Table_ID=430 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 430; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_C_CommissionAmt */ public int getC_CommissionAmt_ID(); + /** Column name C_CommissionAmt_UU */ + public static final String COLUMNNAME_C_CommissionAmt_UU = "C_CommissionAmt_UU"; + + /** Set C_CommissionAmt_UU */ + public void setC_CommissionAmt_UU (String C_CommissionAmt_UU); + + /** Get C_CommissionAmt_UU */ + public String getC_CommissionAmt_UU(); + /** Column name C_CommissionLine_ID */ public static final String COLUMNNAME_C_CommissionLine_ID = "C_CommissionLine_ID"; @@ -101,7 +110,7 @@ public interface I_C_CommissionAmt */ public int getC_CommissionLine_ID(); - public I_C_CommissionLine getC_CommissionLine() throws RuntimeException; + public org.compiere.model.I_C_CommissionLine getC_CommissionLine() throws RuntimeException; /** Column name C_CommissionRun_ID */ public static final String COLUMNNAME_C_CommissionRun_ID = "C_CommissionRun_ID"; @@ -116,7 +125,7 @@ public interface I_C_CommissionAmt */ public int getC_CommissionRun_ID(); - public I_C_CommissionRun getC_CommissionRun() throws RuntimeException; + public org.compiere.model.I_C_CommissionRun getC_CommissionRun() throws RuntimeException; /** Column name CommissionAmt */ public static final String COLUMNNAME_CommissionAmt = "CommissionAmt"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java index af90b3f9b9..4ea3599074 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CommissionDetail { @@ -31,7 +31,7 @@ public interface I_C_CommissionDetail public static final String Table_Name = "C_CommissionDetail"; /** AD_Table_ID=437 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 437; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_CommissionDetail */ public int getC_CommissionAmt_ID(); - public I_C_CommissionAmt getC_CommissionAmt() throws RuntimeException; + public org.compiere.model.I_C_CommissionAmt getC_CommissionAmt() throws RuntimeException; /** Column name C_CommissionDetail_ID */ public static final String COLUMNNAME_C_CommissionDetail_ID = "C_CommissionDetail_ID"; @@ -116,6 +116,15 @@ public interface I_C_CommissionDetail */ public int getC_CommissionDetail_ID(); + /** Column name C_CommissionDetail_UU */ + public static final String COLUMNNAME_C_CommissionDetail_UU = "C_CommissionDetail_UU"; + + /** Set C_CommissionDetail_UU */ + public void setC_CommissionDetail_UU (String C_CommissionDetail_UU); + + /** Get C_CommissionDetail_UU */ + public String getC_CommissionDetail_UU(); + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -129,7 +138,7 @@ public interface I_C_CommissionDetail */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -144,7 +153,7 @@ public interface I_C_CommissionDetail */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name ConvertedAmt */ public static final String COLUMNNAME_ConvertedAmt = "ConvertedAmt"; @@ -172,7 +181,7 @@ public interface I_C_CommissionDetail */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java index 4d2c31eada..44b74a75fc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CommissionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java b/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java index b9531780b9..985f117e2c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CommissionRun.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CommissionRun - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CommissionRun { @@ -31,7 +31,7 @@ public interface I_C_CommissionRun public static final String Table_Name = "C_CommissionRun"; /** AD_Table_ID=436 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 436; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_CommissionRun */ public int getC_Commission_ID(); - public I_C_Commission getC_Commission() throws RuntimeException; + public org.compiere.model.I_C_Commission getC_Commission() throws RuntimeException; /** Column name C_CommissionRun_ID */ public static final String COLUMNNAME_C_CommissionRun_ID = "C_CommissionRun_ID"; @@ -90,6 +90,15 @@ public interface I_C_CommissionRun */ public int getC_CommissionRun_ID(); + /** Column name C_CommissionRun_UU */ + public static final String COLUMNNAME_C_CommissionRun_UU = "C_CommissionRun_UU"; + + /** Set C_CommissionRun_UU */ + public void setC_CommissionRun_UU (String C_CommissionRun_UU); + + /** Get C_CommissionRun_UU */ + public String getC_CommissionRun_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java b/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java index 3afe667572..a6c89c3ea8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ConversionType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ConversionType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ConversionType { @@ -31,7 +31,7 @@ public interface I_C_ConversionType public static final String Table_Name = "C_ConversionType"; /** AD_Table_ID=637 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 637; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_ConversionType */ public int getC_ConversionType_ID(); + /** Column name C_ConversionType_UU */ + public static final String COLUMNNAME_C_ConversionType_UU = "C_ConversionType_UU"; + + /** Set C_ConversionType_UU */ + public void setC_ConversionType_UU (String C_ConversionType_UU); + + /** Get C_ConversionType_UU */ + public String getC_ConversionType_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java index 1d2d15e904..1b49e617f8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Conversion_Rate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Conversion_Rate - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Conversion_Rate { @@ -31,7 +31,7 @@ public interface I_C_Conversion_Rate public static final String Table_Name = "C_Conversion_Rate"; /** AD_Table_ID=140 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 140; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Conversion_Rate */ public int getC_Conversion_Rate_ID(); + /** Column name C_Conversion_Rate_UU */ + public static final String COLUMNNAME_C_Conversion_Rate_UU = "C_Conversion_Rate_UU"; + + /** Set C_Conversion_Rate_UU */ + public void setC_Conversion_Rate_UU (String C_Conversion_Rate_UU); + + /** Get C_Conversion_Rate_UU */ + public String getC_Conversion_Rate_UU(); + /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -88,7 +97,7 @@ public interface I_C_Conversion_Rate */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -103,7 +112,7 @@ public interface I_C_Conversion_Rate */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Currency_ID_To */ public static final String COLUMNNAME_C_Currency_ID_To = "C_Currency_ID_To"; @@ -118,7 +127,7 @@ public interface I_C_Conversion_Rate */ public int getC_Currency_ID_To(); - public I_C_Currency getC_Currency_To() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency_To() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Country.java b/org.adempiere.base/src/org/compiere/model/I_C_Country.java index e156b03eed..2c5035628a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Country.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Country.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Country - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Country { @@ -31,7 +31,7 @@ public interface I_C_Country public static final String Table_Name = "C_Country"; /** AD_Table_ID=170 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 170; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -110,6 +110,15 @@ public interface I_C_Country */ public int getC_Country_ID(); + /** Column name C_Country_UU */ + public static final String COLUMNNAME_C_Country_UU = "C_Country_UU"; + + /** Set C_Country_UU */ + public void setC_Country_UU (String C_Country_UU); + + /** Get C_Country_UU */ + public String getC_Country_UU(); + /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -123,7 +132,7 @@ public interface I_C_Country */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CountryCode */ public static final String COLUMNNAME_CountryCode = "CountryCode"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Currency.java b/org.adempiere.base/src/org/compiere/model/I_C_Currency.java index 81472c3712..9ceca4f031 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Currency.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Currency.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Currency - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Currency { @@ -31,7 +31,7 @@ public interface I_C_Currency public static final String Table_Name = "C_Currency"; /** AD_Table_ID=141 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 141; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Currency */ public int getC_Currency_ID(); + /** Column name C_Currency_UU */ + public static final String COLUMNNAME_C_Currency_UU = "C_Currency_UU"; + + /** Set C_Currency_UU */ + public void setC_Currency_UU (String C_Currency_UU); + + /** Get C_Currency_UU */ + public String getC_Currency_UU(); + /** Column name CostingPrecision */ public static final String COLUMNNAME_CostingPrecision = "CostingPrecision"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java index b0b18865a4..12b32d7891 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Currency_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Currency_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Currency_Acct { @@ -35,7 +35,7 @@ public interface I_C_Currency_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java b/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java index 0862e4ec74..c14e38dca8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Cycle.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Cycle - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Cycle { @@ -31,7 +31,7 @@ public interface I_C_Cycle public static final String Table_Name = "C_Cycle"; /** AD_Table_ID=432 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 432; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Cycle */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Cycle_ID */ public static final String COLUMNNAME_C_Cycle_ID = "C_Cycle_ID"; @@ -90,6 +90,15 @@ public interface I_C_Cycle */ public int getC_Cycle_ID(); + /** Column name C_Cycle_UU */ + public static final String COLUMNNAME_C_Cycle_UU = "C_Cycle_UU"; + + /** Set C_Cycle_UU */ + public void setC_Cycle_UU (String C_Cycle_UU); + + /** Get C_Cycle_UU */ + public String getC_Cycle_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java b/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java index e68ad4b9ac..fdb6f51e9a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CyclePhase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CyclePhase - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CyclePhase { @@ -31,7 +31,7 @@ public interface I_C_CyclePhase public static final String Table_Name = "C_CyclePhase"; /** AD_Table_ID=433 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 433; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,6 +62,15 @@ public interface I_C_CyclePhase */ public int getAD_Org_ID(); + /** Column name C_CyclePhase_UU */ + public static final String COLUMNNAME_C_CyclePhase_UU = "C_CyclePhase_UU"; + + /** Set C_CyclePhase_UU */ + public void setC_CyclePhase_UU (String C_CyclePhase_UU); + + /** Get C_CyclePhase_UU */ + public String getC_CyclePhase_UU(); + /** Column name C_CycleStep_ID */ public static final String COLUMNNAME_C_CycleStep_ID = "C_CycleStep_ID"; @@ -75,7 +84,7 @@ public interface I_C_CyclePhase */ public int getC_CycleStep_ID(); - public I_C_CycleStep getC_CycleStep() throws RuntimeException; + public org.compiere.model.I_C_CycleStep getC_CycleStep() throws RuntimeException; /** Column name C_Phase_ID */ public static final String COLUMNNAME_C_Phase_ID = "C_Phase_ID"; @@ -90,7 +99,7 @@ public interface I_C_CyclePhase */ public int getC_Phase_ID(); - public I_C_Phase getC_Phase() throws RuntimeException; + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java b/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java index 76215fbeda..e1999e4daa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_CycleStep.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_CycleStep - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_CycleStep { @@ -31,7 +31,7 @@ public interface I_C_CycleStep public static final String Table_Name = "C_CycleStep"; /** AD_Table_ID=590 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 590; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_CycleStep */ public int getC_Cycle_ID(); - public I_C_Cycle getC_Cycle() throws RuntimeException; + public org.compiere.model.I_C_Cycle getC_Cycle() throws RuntimeException; /** Column name C_CycleStep_ID */ public static final String COLUMNNAME_C_CycleStep_ID = "C_CycleStep_ID"; @@ -90,6 +90,15 @@ public interface I_C_CycleStep */ public int getC_CycleStep_ID(); + /** Column name C_CycleStep_UU */ + public static final String COLUMNNAME_C_CycleStep_UU = "C_CycleStep_UU"; + + /** Set C_CycleStep_UU */ + public void setC_CycleStep_UU (String C_CycleStep_UU); + + /** Get C_CycleStep_UU */ + public String getC_CycleStep_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DocType.java b/org.adempiere.base/src/org/compiere/model/I_C_DocType.java index 1d71dc9028..a2e333743d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DocType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_DocType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_DocType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java b/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java index 408f37b6b1..92231ab96f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DocTypeCounter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_DocTypeCounter - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_DocTypeCounter { @@ -31,7 +31,7 @@ public interface I_C_DocTypeCounter public static final String Table_Name = "C_DocTypeCounter"; /** AD_Table_ID=718 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 718; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_DocTypeCounter */ public int getC_DocTypeCounter_ID(); + /** Column name C_DocTypeCounter_UU */ + public static final String COLUMNNAME_C_DocTypeCounter_UU = "C_DocTypeCounter_UU"; + + /** Set C_DocTypeCounter_UU */ + public void setC_DocTypeCounter_UU (String C_DocTypeCounter_UU); + + /** Get C_DocTypeCounter_UU */ + public String getC_DocTypeCounter_UU(); + /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -88,7 +97,7 @@ public interface I_C_DocTypeCounter */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name Counter_C_DocType_ID */ public static final String COLUMNNAME_Counter_C_DocType_ID = "Counter_C_DocType_ID"; @@ -103,7 +112,7 @@ public interface I_C_DocTypeCounter */ public int getCounter_C_DocType_ID(); - public I_C_DocType getCounter_C_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getCounter_C_DocType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java b/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java index 091ccb8460..fac14aa9a0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Dunning.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Dunning - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Dunning { @@ -31,7 +31,7 @@ public interface I_C_Dunning public static final String Table_Name = "C_Dunning"; /** AD_Table_ID=301 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 301; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Dunning */ public int getC_Dunning_ID(); + /** Column name C_Dunning_UU */ + public static final String COLUMNNAME_C_Dunning_UU = "C_Dunning_UU"; + + /** Set C_Dunning_UU */ + public void setC_Dunning_UU (String C_Dunning_UU); + + /** Get C_Dunning_UU */ + public String getC_Dunning_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java index 85d2676114..cb1c35391b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningLevel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningLevel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_DunningLevel { @@ -31,7 +31,7 @@ public interface I_C_DunningLevel public static final String Table_Name = "C_DunningLevel"; /** AD_Table_ID=331 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 331; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_DunningLevel */ public int getC_Dunning_ID(); - public I_C_Dunning getC_Dunning() throws RuntimeException; + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException; /** Column name C_DunningLevel_ID */ public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID"; @@ -86,6 +86,15 @@ public interface I_C_DunningLevel /** Get Dunning Level */ public int getC_DunningLevel_ID(); + /** Column name C_DunningLevel_UU */ + public static final String COLUMNNAME_C_DunningLevel_UU = "C_DunningLevel_UU"; + + /** Set C_DunningLevel_UU */ + public void setC_DunningLevel_UU (String C_DunningLevel_UU); + + /** Get C_DunningLevel_UU */ + public String getC_DunningLevel_UU(); + /** Column name ChargeFee */ public static final String COLUMNNAME_ChargeFee = "ChargeFee"; @@ -125,7 +134,7 @@ public interface I_C_DunningLevel */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -195,7 +204,7 @@ public interface I_C_DunningLevel */ public int getDunning_PrintFormat_ID(); - public I_AD_PrintFormat getDunning_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getDunning_PrintFormat() throws RuntimeException; /** Column name FeeAmt */ public static final String COLUMNNAME_FeeAmt = "FeeAmt"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java index 3a24578ece..1c4cb71a45 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningRun.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningRun - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_DunningRun { @@ -31,7 +31,7 @@ public interface I_C_DunningRun public static final String Table_Name = "C_DunningRun"; /** AD_Table_ID=526 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 526; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_DunningRun */ public int getC_Dunning_ID(); - public I_C_Dunning getC_Dunning() throws RuntimeException; + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException; /** Column name C_DunningLevel_ID */ public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID"; @@ -86,7 +86,7 @@ public interface I_C_DunningRun /** Get Dunning Level */ public int getC_DunningLevel_ID(); - public I_C_DunningLevel getC_DunningLevel() throws RuntimeException; + public org.compiere.model.I_C_DunningLevel getC_DunningLevel() throws RuntimeException; /** Column name C_DunningRun_ID */ public static final String COLUMNNAME_C_DunningRun_ID = "C_DunningRun_ID"; @@ -101,6 +101,15 @@ public interface I_C_DunningRun */ public int getC_DunningRun_ID(); + /** Column name C_DunningRun_UU */ + public static final String COLUMNNAME_C_DunningRun_UU = "C_DunningRun_UU"; + + /** Set C_DunningRun_UU */ + public void setC_DunningRun_UU (String C_DunningRun_UU); + + /** Get C_DunningRun_UU */ + public String getC_DunningRun_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java index 49431eff06..328c18ba80 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunEntry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningRunEntry - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_DunningRunEntry { @@ -31,7 +31,7 @@ public interface I_C_DunningRunEntry public static final String Table_Name = "C_DunningRunEntry"; /** AD_Table_ID=527 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 527; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_DunningRunEntry */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Amt */ public static final String COLUMNNAME_Amt = "Amt"; @@ -103,7 +103,7 @@ public interface I_C_DunningRunEntry */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -118,7 +118,7 @@ public interface I_C_DunningRunEntry */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -133,7 +133,7 @@ public interface I_C_DunningRunEntry */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DunningLevel_ID */ public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID"; @@ -144,7 +144,7 @@ public interface I_C_DunningRunEntry /** Get Dunning Level */ public int getC_DunningLevel_ID(); - public I_C_DunningLevel getC_DunningLevel() throws RuntimeException; + public org.compiere.model.I_C_DunningLevel getC_DunningLevel() throws RuntimeException; /** Column name C_DunningRunEntry_ID */ public static final String COLUMNNAME_C_DunningRunEntry_ID = "C_DunningRunEntry_ID"; @@ -159,6 +159,15 @@ public interface I_C_DunningRunEntry */ public int getC_DunningRunEntry_ID(); + /** Column name C_DunningRunEntry_UU */ + public static final String COLUMNNAME_C_DunningRunEntry_UU = "C_DunningRunEntry_UU"; + + /** Set C_DunningRunEntry_UU */ + public void setC_DunningRunEntry_UU (String C_DunningRunEntry_UU); + + /** Get C_DunningRunEntry_UU */ + public String getC_DunningRunEntry_UU(); + /** Column name C_DunningRun_ID */ public static final String COLUMNNAME_C_DunningRun_ID = "C_DunningRun_ID"; @@ -172,7 +181,7 @@ public interface I_C_DunningRunEntry */ public int getC_DunningRun_ID(); - public I_C_DunningRun getC_DunningRun() throws RuntimeException; + public org.compiere.model.I_C_DunningRun getC_DunningRun() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -255,7 +264,7 @@ public interface I_C_DunningRunEntry */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java index 7d77ee90b3..8c2bcad129 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_DunningRunLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_DunningRunLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_DunningRunLine { @@ -31,7 +31,7 @@ public interface I_C_DunningRunLine public static final String Table_Name = "C_DunningRunLine"; /** AD_Table_ID=524 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 524; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_DunningRunLine */ public int getC_DunningRunEntry_ID(); - public I_C_DunningRunEntry getC_DunningRunEntry() throws RuntimeException; + public org.compiere.model.I_C_DunningRunEntry getC_DunningRunEntry() throws RuntimeException; /** Column name C_DunningRunLine_ID */ public static final String COLUMNNAME_C_DunningRunLine_ID = "C_DunningRunLine_ID"; @@ -103,6 +103,15 @@ public interface I_C_DunningRunLine */ public int getC_DunningRunLine_ID(); + /** Column name C_DunningRunLine_UU */ + public static final String COLUMNNAME_C_DunningRunLine_UU = "C_DunningRunLine_UU"; + + /** Set C_DunningRunLine_UU */ + public void setC_DunningRunLine_UU (String C_DunningRunLine_UU); + + /** Get C_DunningRunLine_UU */ + public String getC_DunningRunLine_UU(); + /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -116,7 +125,7 @@ public interface I_C_DunningRunLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoicePaySchedule_ID */ public static final String COLUMNNAME_C_InvoicePaySchedule_ID = "C_InvoicePaySchedule_ID"; @@ -131,7 +140,7 @@ public interface I_C_DunningRunLine */ public int getC_InvoicePaySchedule_ID(); - public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException; + public org.compiere.model.I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException; /** Column name ConvertedAmt */ public static final String COLUMNNAME_ConvertedAmt = "ConvertedAmt"; @@ -159,7 +168,7 @@ public interface I_C_DunningRunLine */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Element.java b/org.adempiere.base/src/org/compiere/model/I_C_Element.java index b304eef1a7..4e232930b7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Element.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Element { @@ -31,7 +31,7 @@ public interface I_C_Element public static final String Table_Name = "C_Element"; /** AD_Table_ID=142 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 142; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Element */ public int getAD_Tree_ID(); - public I_AD_Tree getAD_Tree() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException; /** Column name C_Element_ID */ public static final String COLUMNNAME_C_Element_ID = "C_Element_ID"; @@ -90,6 +90,15 @@ public interface I_C_Element */ public int getC_Element_ID(); + /** Column name C_Element_UU */ + public static final String COLUMNNAME_C_Element_UU = "C_Element_UU"; + + /** Set C_Element_UU */ + public void setC_Element_UU (String C_Element_UU); + + /** Get C_Element_UU */ + public String getC_Element_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java b/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java index 9fea60ffc1..91ccc36083 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ElementValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ElementValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ElementValue { @@ -31,7 +31,7 @@ public interface I_C_ElementValue public static final String Table_Name = "C_ElementValue"; /** AD_Table_ID=188 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 188; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_ElementValue */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -116,7 +116,7 @@ public interface I_C_ElementValue */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Element_ID */ public static final String COLUMNNAME_C_Element_ID = "C_Element_ID"; @@ -131,7 +131,7 @@ public interface I_C_ElementValue */ public int getC_Element_ID(); - public I_C_Element getC_Element() throws RuntimeException; + public org.compiere.model.I_C_Element getC_Element() throws RuntimeException; /** Column name C_ElementValue_ID */ public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; @@ -146,6 +146,15 @@ public interface I_C_ElementValue */ public int getC_ElementValue_ID(); + /** Column name C_ElementValue_UU */ + public static final String COLUMNNAME_C_ElementValue_UU = "C_ElementValue_UU"; + + /** Set C_ElementValue_UU */ + public void setC_ElementValue_UU (String C_ElementValue_UU); + + /** Get C_ElementValue_UU */ + public String getC_ElementValue_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java b/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java index 0f51a16984..6e2bc088e6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Greeting.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Greeting - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Greeting { @@ -31,7 +31,7 @@ public interface I_C_Greeting public static final String Table_Name = "C_Greeting"; /** AD_Table_ID=346 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 346; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Greeting */ public int getC_Greeting_ID(); + /** Column name C_Greeting_UU */ + public static final String COLUMNNAME_C_Greeting_UU = "C_Greeting_UU"; + + /** Set C_Greeting_UU */ + public void setC_Greeting_UU (String C_Greeting_UU); + + /** Get C_Greeting_UU */ + public String getC_Greeting_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java index 9b02dc3425..2ad9b63bbc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InterOrg_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InterOrg_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InterOrg_Acct { @@ -31,7 +31,7 @@ public interface I_C_InterOrg_Acct public static final String Table_Name = "C_InterOrg_Acct"; /** AD_Table_ID=397 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 397; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,16 @@ public interface I_C_InterOrg_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + + /** Column name C_InterOrg_Acct_UU */ + public static final String COLUMNNAME_C_InterOrg_Acct_UU = "C_InterOrg_Acct_UU"; + + /** Set C_InterOrg_Acct_UU */ + public void setC_InterOrg_Acct_UU (String C_InterOrg_Acct_UU); + + /** Get C_InterOrg_Acct_UU */ + public String getC_InterOrg_Acct_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java b/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java index b4e4a8f0e9..1b98ff3990 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Invoice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Invoice - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Invoice { @@ -590,6 +590,15 @@ public interface I_C_Invoice */ public boolean isDiscountPrinted(); + /** Column name IsFixedAssetInvoice */ + public static final String COLUMNNAME_IsFixedAssetInvoice = "IsFixedAssetInvoice"; + + /** Set IsFixedAssetInvoice */ + public void setIsFixedAssetInvoice (boolean IsFixedAssetInvoice); + + /** Get IsFixedAssetInvoice */ + public boolean isFixedAssetInvoice(); + /** Column name IsInDispute */ public static final String COLUMNNAME_IsInDispute = "IsInDispute"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java index 3781847385..47ea516b29 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceBatch - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InvoiceBatch { @@ -31,7 +31,7 @@ public interface I_C_InvoiceBatch public static final String Table_Name = "C_InvoiceBatch"; /** AD_Table_ID=767 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 767; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_InvoiceBatch */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -90,7 +90,7 @@ public interface I_C_InvoiceBatch */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_InvoiceBatch_ID */ public static final String COLUMNNAME_C_InvoiceBatch_ID = "C_InvoiceBatch_ID"; @@ -105,6 +105,15 @@ public interface I_C_InvoiceBatch */ public int getC_InvoiceBatch_ID(); + /** Column name C_InvoiceBatch_UU */ + public static final String COLUMNNAME_C_InvoiceBatch_UU = "C_InvoiceBatch_UU"; + + /** Set C_InvoiceBatch_UU */ + public void setC_InvoiceBatch_UU (String C_InvoiceBatch_UU); + + /** Get C_InvoiceBatch_UU */ + public String getC_InvoiceBatch_UU(); + /** Column name ControlAmt */ public static final String COLUMNNAME_ControlAmt = "ControlAmt"; @@ -247,7 +256,7 @@ public interface I_C_InvoiceBatch */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java index 9f399d1cc9..9be26ad9c0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceBatchLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceBatchLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InvoiceBatchLine { @@ -31,7 +31,7 @@ public interface I_C_InvoiceBatchLine public static final String Table_Name = "C_InvoiceBatchLine"; /** AD_Table_ID=768 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 768; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_InvoiceBatchLine */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -103,7 +103,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -118,7 +118,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -133,7 +133,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -148,7 +148,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -163,7 +163,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_InvoiceBatch_ID */ public static final String COLUMNNAME_C_InvoiceBatch_ID = "C_InvoiceBatch_ID"; @@ -178,7 +178,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_InvoiceBatch_ID(); - public I_C_InvoiceBatch getC_InvoiceBatch() throws RuntimeException; + public org.compiere.model.I_C_InvoiceBatch getC_InvoiceBatch() throws RuntimeException; /** Column name C_InvoiceBatchLine_ID */ public static final String COLUMNNAME_C_InvoiceBatchLine_ID = "C_InvoiceBatchLine_ID"; @@ -193,6 +193,15 @@ public interface I_C_InvoiceBatchLine */ public int getC_InvoiceBatchLine_ID(); + /** Column name C_InvoiceBatchLine_UU */ + public static final String COLUMNNAME_C_InvoiceBatchLine_UU = "C_InvoiceBatchLine_UU"; + + /** Set C_InvoiceBatchLine_UU */ + public void setC_InvoiceBatchLine_UU (String C_InvoiceBatchLine_UU); + + /** Get C_InvoiceBatchLine_UU */ + public String getC_InvoiceBatchLine_UU(); + /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -206,7 +215,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -221,7 +230,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -236,7 +245,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -267,7 +276,7 @@ public interface I_C_InvoiceBatchLine */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -467,7 +476,7 @@ public interface I_C_InvoiceBatchLine */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -482,5 +491,5 @@ public interface I_C_InvoiceBatchLine */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java index 9549ef8c12..bb61a58a9c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InvoiceLine { @@ -31,7 +31,7 @@ public interface I_C_InvoiceLine public static final String Table_Name = "C_InvoiceLine"; /** AD_Table_ID=333 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 333; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_C_InvoiceLine */ public int getA_Asset_Group_ID(); - public I_A_Asset_Group getA_Asset_Group() throws RuntimeException; + public org.compiere.model.I_A_Asset_Group getA_Asset_Group() throws RuntimeException; /** Column name A_Asset_ID */ public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID"; @@ -69,24 +69,24 @@ public interface I_C_InvoiceLine */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name A_CapvsExp */ public static final String COLUMNNAME_A_CapvsExp = "A_CapvsExp"; - /** Set Capital vs Expense */ + /** Set Capital/Expense */ public void setA_CapvsExp (String A_CapvsExp); - /** Get Capital vs Expense */ + /** Get Capital/Expense */ public String getA_CapvsExp(); /** Column name A_CreateAsset */ public static final String COLUMNNAME_A_CreateAsset = "A_CreateAsset"; - /** Set Asset Related? */ + /** Set Create Asset */ public void setA_CreateAsset (boolean A_CreateAsset); - /** Get Asset Related? */ + /** Get Create Asset */ public boolean isA_CreateAsset(); /** Column name AD_Client_ID */ @@ -145,7 +145,7 @@ public interface I_C_InvoiceLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -160,7 +160,7 @@ public interface I_C_InvoiceLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -175,7 +175,7 @@ public interface I_C_InvoiceLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -190,7 +190,7 @@ public interface I_C_InvoiceLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -205,6 +205,15 @@ public interface I_C_InvoiceLine */ public int getC_InvoiceLine_ID(); + /** Column name C_InvoiceLine_UU */ + public static final String COLUMNNAME_C_InvoiceLine_UU = "C_InvoiceLine_UU"; + + /** Set C_InvoiceLine_UU */ + public void setC_InvoiceLine_UU (String C_InvoiceLine_UU); + + /** Get C_InvoiceLine_UU */ + public String getC_InvoiceLine_UU(); + /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -218,7 +227,7 @@ public interface I_C_InvoiceLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -233,7 +242,7 @@ public interface I_C_InvoiceLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -248,7 +257,7 @@ public interface I_C_InvoiceLine */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -263,7 +272,7 @@ public interface I_C_InvoiceLine */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -294,7 +303,7 @@ public interface I_C_InvoiceLine */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -309,7 +318,7 @@ public interface I_C_InvoiceLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -350,6 +359,15 @@ public interface I_C_InvoiceLine */ public boolean isDescription(); + /** Column name IsFixedAssetInvoice */ + public static final String COLUMNNAME_IsFixedAssetInvoice = "IsFixedAssetInvoice"; + + /** Set IsFixedAssetInvoice */ + public void setIsFixedAssetInvoice (boolean IsFixedAssetInvoice); + + /** Get IsFixedAssetInvoice */ + public boolean isFixedAssetInvoice(); + /** Column name IsPrinted */ public static final String COLUMNNAME_IsPrinted = "IsPrinted"; @@ -430,7 +448,7 @@ public interface I_C_InvoiceLine */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -445,7 +463,7 @@ public interface I_C_InvoiceLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_RMALine_ID */ public static final String COLUMNNAME_M_RMALine_ID = "M_RMALine_ID"; @@ -460,7 +478,7 @@ public interface I_C_InvoiceLine */ public int getM_RMALine_ID(); - public I_M_RMALine getM_RMALine() throws RuntimeException; + public org.compiere.model.I_M_RMALine getM_RMALine() throws RuntimeException; /** Column name PriceActual */ public static final String COLUMNNAME_PriceActual = "PriceActual"; @@ -643,7 +661,7 @@ public interface I_C_InvoiceLine */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -658,5 +676,5 @@ public interface I_C_InvoiceLine */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java index 2ee94f603b..d78aa17763 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoicePaySchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoicePaySchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InvoicePaySchedule { @@ -31,7 +31,7 @@ public interface I_C_InvoicePaySchedule public static final String Table_Name = "C_InvoicePaySchedule"; /** AD_Table_ID=551 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 551; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_InvoicePaySchedule */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoicePaySchedule_ID */ public static final String COLUMNNAME_C_InvoicePaySchedule_ID = "C_InvoicePaySchedule_ID"; @@ -90,6 +90,15 @@ public interface I_C_InvoicePaySchedule */ public int getC_InvoicePaySchedule_ID(); + /** Column name C_InvoicePaySchedule_UU */ + public static final String COLUMNNAME_C_InvoicePaySchedule_UU = "C_InvoicePaySchedule_UU"; + + /** Set C_InvoicePaySchedule_UU */ + public void setC_InvoicePaySchedule_UU (String C_InvoicePaySchedule_UU); + + /** Get C_InvoicePaySchedule_UU */ + public String getC_InvoicePaySchedule_UU(); + /** Column name C_PaySchedule_ID */ public static final String COLUMNNAME_C_PaySchedule_ID = "C_PaySchedule_ID"; @@ -103,7 +112,7 @@ public interface I_C_InvoicePaySchedule */ public int getC_PaySchedule_ID(); - public I_C_PaySchedule getC_PaySchedule() throws RuntimeException; + public org.compiere.model.I_C_PaySchedule getC_PaySchedule() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java index 4d0b85d134..e529c0bcec 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceSchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceSchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InvoiceSchedule { @@ -31,7 +31,7 @@ public interface I_C_InvoiceSchedule public static final String Table_Name = "C_InvoiceSchedule"; /** AD_Table_ID=257 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 257; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_C_InvoiceSchedule */ public int getC_InvoiceSchedule_ID(); + /** Column name C_InvoiceSchedule_UU */ + public static final String COLUMNNAME_C_InvoiceSchedule_UU = "C_InvoiceSchedule_UU"; + + /** Set C_InvoiceSchedule_UU */ + public void setC_InvoiceSchedule_UU (String C_InvoiceSchedule_UU); + + /** Get C_InvoiceSchedule_UU */ + public String getC_InvoiceSchedule_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java index 56b171aaac..8a9ea2c4b9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_InvoiceTax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_InvoiceTax - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_InvoiceTax { @@ -31,7 +31,7 @@ public interface I_C_InvoiceTax public static final String Table_Name = "C_InvoiceTax"; /** AD_Table_ID=334 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 334; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_C_InvoiceTax */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; + + /** Column name C_InvoiceTax_UU */ + public static final String COLUMNNAME_C_InvoiceTax_UU = "C_InvoiceTax_UU"; + + /** Set C_InvoiceTax_UU */ + public void setC_InvoiceTax_UU (String C_InvoiceTax_UU); + + /** Get C_InvoiceTax_UU */ + public String getC_InvoiceTax_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,7 +115,7 @@ public interface I_C_InvoiceTax */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Job.java b/org.adempiere.base/src/org/compiere/model/I_C_Job.java index 86c03755da..ff0694bb5f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Job.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Job.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Job - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Job { @@ -31,7 +31,7 @@ public interface I_C_Job public static final String Table_Name = "C_Job"; /** AD_Table_ID=789 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 789; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Job */ public int getC_JobCategory_ID(); - public I_C_JobCategory getC_JobCategory() throws RuntimeException; + public org.compiere.model.I_C_JobCategory getC_JobCategory() throws RuntimeException; /** Column name C_Job_ID */ public static final String COLUMNNAME_C_Job_ID = "C_Job_ID"; @@ -90,6 +90,15 @@ public interface I_C_Job */ public int getC_Job_ID(); + /** Column name C_Job_UU */ + public static final String COLUMNNAME_C_Job_UU = "C_Job_UU"; + + /** Set C_Job_UU */ + public void setC_Job_UU (String C_Job_UU); + + /** Get C_Job_UU */ + public String getC_Job_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java b/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java index a782913b1f..77d275ed38 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_JobAssignment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_JobAssignment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_JobAssignment { @@ -31,7 +31,7 @@ public interface I_C_JobAssignment public static final String Table_Name = "C_JobAssignment"; /** AD_Table_ID=791 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 791; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_JobAssignment */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_JobAssignment_ID */ public static final String COLUMNNAME_C_JobAssignment_ID = "C_JobAssignment_ID"; @@ -90,6 +90,15 @@ public interface I_C_JobAssignment */ public int getC_JobAssignment_ID(); + /** Column name C_JobAssignment_UU */ + public static final String COLUMNNAME_C_JobAssignment_UU = "C_JobAssignment_UU"; + + /** Set C_JobAssignment_UU */ + public void setC_JobAssignment_UU (String C_JobAssignment_UU); + + /** Get C_JobAssignment_UU */ + public String getC_JobAssignment_UU(); + /** Column name C_Job_ID */ public static final String COLUMNNAME_C_Job_ID = "C_Job_ID"; @@ -103,7 +112,7 @@ public interface I_C_JobAssignment */ public int getC_Job_ID(); - public I_C_Job getC_Job() throws RuntimeException; + public org.compiere.model.I_C_Job getC_Job() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java b/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java index 088aec6962..54f15f9449 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_JobCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_JobCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_JobCategory { @@ -31,7 +31,7 @@ public interface I_C_JobCategory public static final String Table_Name = "C_JobCategory"; /** AD_Table_ID=790 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 790; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_JobCategory */ public int getC_JobCategory_ID(); + /** Column name C_JobCategory_UU */ + public static final String COLUMNNAME_C_JobCategory_UU = "C_JobCategory_UU"; + + /** Set C_JobCategory_UU */ + public void setC_JobCategory_UU (String C_JobCategory_UU); + + /** Get C_JobCategory_UU */ + public String getC_JobCategory_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java b/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java index 3bf0882010..7416af734c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_JobRemuneration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_JobRemuneration - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_JobRemuneration { @@ -31,7 +31,7 @@ public interface I_C_JobRemuneration public static final String Table_Name = "C_JobRemuneration"; /** AD_Table_ID=793 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 793; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_JobRemuneration */ public int getC_Job_ID(); - public I_C_Job getC_Job() throws RuntimeException; + public org.compiere.model.I_C_Job getC_Job() throws RuntimeException; /** Column name C_JobRemuneration_ID */ public static final String COLUMNNAME_C_JobRemuneration_ID = "C_JobRemuneration_ID"; @@ -90,6 +90,15 @@ public interface I_C_JobRemuneration */ public int getC_JobRemuneration_ID(); + /** Column name C_JobRemuneration_UU */ + public static final String COLUMNNAME_C_JobRemuneration_UU = "C_JobRemuneration_UU"; + + /** Set C_JobRemuneration_UU */ + public void setC_JobRemuneration_UU (String C_JobRemuneration_UU); + + /** Get C_JobRemuneration_UU */ + public String getC_JobRemuneration_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,7 +128,7 @@ public interface I_C_JobRemuneration */ public int getC_Remuneration_ID(); - public I_C_Remuneration getC_Remuneration() throws RuntimeException; + public org.compiere.model.I_C_Remuneration getC_Remuneration() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java b/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java index 59ba0fe477..0f404a9989 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_LandedCost.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_LandedCost - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_LandedCost { @@ -31,7 +31,7 @@ public interface I_C_LandedCost public static final String Table_Name = "C_LandedCost"; /** AD_Table_ID=759 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 759; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_LandedCost */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_LandedCost_ID */ public static final String COLUMNNAME_C_LandedCost_ID = "C_LandedCost_ID"; @@ -90,6 +90,15 @@ public interface I_C_LandedCost */ public int getC_LandedCost_ID(); + /** Column name C_LandedCost_UU */ + public static final String COLUMNNAME_C_LandedCost_UU = "C_LandedCost_UU"; + + /** Set C_LandedCost_UU */ + public void setC_LandedCost_UU (String C_LandedCost_UU); + + /** Get C_LandedCost_UU */ + public String getC_LandedCost_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -145,7 +154,7 @@ public interface I_C_LandedCost */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_InOut_ID */ public static final String COLUMNNAME_M_InOut_ID = "M_InOut_ID"; @@ -160,7 +169,7 @@ public interface I_C_LandedCost */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -175,7 +184,7 @@ public interface I_C_LandedCost */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -190,7 +199,7 @@ public interface I_C_LandedCost */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java index 35602d5c89..0f5ff53946 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_LandedCostAllocation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_LandedCostAllocation - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_LandedCostAllocation { @@ -31,7 +31,7 @@ public interface I_C_LandedCostAllocation public static final String Table_Name = "C_LandedCostAllocation"; /** AD_Table_ID=760 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 760; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_LandedCostAllocation */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_LandedCostAllocation_ID */ public static final String COLUMNNAME_C_LandedCostAllocation_ID = "C_LandedCostAllocation_ID"; @@ -116,6 +116,15 @@ public interface I_C_LandedCostAllocation */ public int getC_LandedCostAllocation_ID(); + /** Column name C_LandedCostAllocation_UU */ + public static final String COLUMNNAME_C_LandedCostAllocation_UU = "C_LandedCostAllocation_UU"; + + /** Set C_LandedCostAllocation_UU */ + public void setC_LandedCostAllocation_UU (String C_LandedCostAllocation_UU); + + /** Get C_LandedCostAllocation_UU */ + public String getC_LandedCostAllocation_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -160,7 +169,7 @@ public interface I_C_LandedCostAllocation */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -175,7 +184,7 @@ public interface I_C_LandedCostAllocation */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Location.java b/org.adempiere.base/src/org/compiere/model/I_C_Location.java index 26117db788..934c8b6aae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Location.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Location.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Location - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Location { @@ -31,7 +31,7 @@ public interface I_C_Location public static final String Table_Name = "C_Location"; /** AD_Table_ID=162 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 162; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -127,7 +127,7 @@ public interface I_C_Location */ public int getC_City_ID(); - public I_C_City getC_City() throws RuntimeException; + public org.compiere.model.I_C_City getC_City() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -142,7 +142,7 @@ public interface I_C_Location */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name City */ public static final String COLUMNNAME_City = "City"; @@ -170,6 +170,15 @@ public interface I_C_Location */ public int getC_Location_ID(); + /** Column name C_Location_UU */ + public static final String COLUMNNAME_C_Location_UU = "C_Location_UU"; + + /** Set C_Location_UU */ + public void setC_Location_UU (String C_Location_UU); + + /** Get C_Location_UU */ + public String getC_Location_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -199,7 +208,7 @@ public interface I_C_Location */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java b/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java index 98de3e4e05..e8025e0a7c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_NonBusinessDay.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_NonBusinessDay - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_NonBusinessDay { @@ -31,7 +31,7 @@ public interface I_C_NonBusinessDay public static final String Table_Name = "C_NonBusinessDay"; /** AD_Table_ID=163 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 163; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_NonBusinessDay */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name C_NonBusinessDay_ID */ public static final String COLUMNNAME_C_NonBusinessDay_ID = "C_NonBusinessDay_ID"; @@ -90,6 +90,15 @@ public interface I_C_NonBusinessDay */ public int getC_NonBusinessDay_ID(); + /** Column name C_NonBusinessDay_UU */ + public static final String COLUMNNAME_C_NonBusinessDay_UU = "C_NonBusinessDay_UU"; + + /** Set C_NonBusinessDay_UU */ + public void setC_NonBusinessDay_UU (String C_NonBusinessDay_UU); + + /** Get C_NonBusinessDay_UU */ + public String getC_NonBusinessDay_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Order.java b/org.adempiere.base/src/org/compiere/model/I_C_Order.java index 445f90f63f..1b51d79e92 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Order.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Order { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java index 25cf34f712..eb2065397a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_OrderLine { @@ -31,7 +31,7 @@ public interface I_C_OrderLine public static final String Table_Name = "C_OrderLine"; /** AD_Table_ID=260 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 260; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_OrderLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -103,7 +103,7 @@ public interface I_C_OrderLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -118,7 +118,7 @@ public interface I_C_OrderLine */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -133,7 +133,7 @@ public interface I_C_OrderLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -148,7 +148,7 @@ public interface I_C_OrderLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -163,7 +163,7 @@ public interface I_C_OrderLine */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -178,7 +178,7 @@ public interface I_C_OrderLine */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -193,6 +193,15 @@ public interface I_C_OrderLine */ public int getC_OrderLine_ID(); + /** Column name C_OrderLine_UU */ + public static final String COLUMNNAME_C_OrderLine_UU = "C_OrderLine_UU"; + + /** Set C_OrderLine_UU */ + public void setC_OrderLine_UU (String C_OrderLine_UU); + + /** Get C_OrderLine_UU */ + public String getC_OrderLine_UU(); + /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -206,7 +215,7 @@ public interface I_C_OrderLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -221,7 +230,7 @@ public interface I_C_OrderLine */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -236,7 +245,7 @@ public interface I_C_OrderLine */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -254,6 +263,24 @@ public interface I_C_OrderLine */ public int getCreatedBy(); + /** Column name CreateProduction */ + public static final String COLUMNNAME_CreateProduction = "CreateProduction"; + + /** Set Create Production */ + public void setCreateProduction (String CreateProduction); + + /** Get Create Production */ + public String getCreateProduction(); + + /** Column name CreateShipment */ + public static final String COLUMNNAME_CreateShipment = "CreateShipment"; + + /** Set Create Shipment */ + public void setCreateShipment (String CreateShipment); + + /** Get Create Shipment */ + public String getCreateShipment(); + /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -267,7 +294,7 @@ public interface I_C_OrderLine */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -282,7 +309,7 @@ public interface I_C_OrderLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; @@ -440,7 +467,7 @@ public interface I_C_OrderLine */ public int getLink_OrderLine_ID(); - public I_C_OrderLine getLink_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getLink_OrderLine() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -470,7 +497,7 @@ public interface I_C_OrderLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Promotion_ID */ public static final String COLUMNNAME_M_Promotion_ID = "M_Promotion_ID"; @@ -481,7 +508,7 @@ public interface I_C_OrderLine /** Get Promotion */ public int getM_Promotion_ID(); - public I_M_Promotion getM_Promotion() throws RuntimeException; + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException; /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -496,7 +523,7 @@ public interface I_C_OrderLine */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -511,7 +538,7 @@ public interface I_C_OrderLine */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PP_Cost_Collector_ID */ public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID"; @@ -693,7 +720,7 @@ public interface I_C_OrderLine */ public int getRef_OrderLine_ID(); - public I_C_OrderLine getRef_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getRef_OrderLine() throws RuntimeException; /** Column name RRAmt */ public static final String COLUMNNAME_RRAmt = "RRAmt"; @@ -763,7 +790,7 @@ public interface I_C_OrderLine */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -778,5 +805,5 @@ public interface I_C_OrderLine */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java index 4db1e4ee3a..fc2d6be09c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderPaySchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderPaySchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_OrderPaySchedule { @@ -86,6 +86,15 @@ public interface I_C_OrderPaySchedule /** Get Order Payment Schedule */ public int getC_OrderPaySchedule_ID(); + /** Column name C_OrderPaySchedule_UU */ + public static final String COLUMNNAME_C_OrderPaySchedule_UU = "C_OrderPaySchedule_UU"; + + /** Set C_OrderPaySchedule_UU */ + public void setC_OrderPaySchedule_UU (String C_OrderPaySchedule_UU); + + /** Get C_OrderPaySchedule_UU */ + public String getC_OrderPaySchedule_UU(); + /** Column name C_PaySchedule_ID */ public static final String COLUMNNAME_C_PaySchedule_ID = "C_PaySchedule_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java index 5a077b4d6d..778e096206 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderSource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderSource - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_OrderSource { @@ -31,7 +31,7 @@ public interface I_C_OrderSource public static final String Table_Name = "C_OrderSource"; /** AD_Table_ID=53244 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53244; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_C_OrderSource /** Get Order Source */ public int getC_OrderSource_ID(); + /** Column name C_OrderSource_UU */ + public static final String COLUMNNAME_C_OrderSource_UU = "C_OrderSource_UU"; + + /** Set C_OrderSource_UU */ + public void setC_OrderSource_UU (String C_OrderSource_UU); + + /** Get C_OrderSource_UU */ + public String getC_OrderSource_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java b/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java index b3c3c64749..85daf51d47 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrderTax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrderTax - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_OrderTax { @@ -31,7 +31,7 @@ public interface I_C_OrderTax public static final String Table_Name = "C_OrderTax"; /** AD_Table_ID=314 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 314; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_C_OrderTax */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; + + /** Column name C_OrderTax_UU */ + public static final String COLUMNNAME_C_OrderTax_UU = "C_OrderTax_UU"; + + /** Set C_OrderTax_UU */ + public void setC_OrderTax_UU (String C_OrderTax_UU); + + /** Get C_OrderTax_UU */ + public String getC_OrderTax_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,7 +115,7 @@ public interface I_C_OrderTax */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java b/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java index 335f38182b..8a0bba9672 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_OrgAssignment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_OrgAssignment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_OrgAssignment { @@ -31,7 +31,7 @@ public interface I_C_OrgAssignment public static final String Table_Name = "C_OrgAssignment"; /** AD_Table_ID=585 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 585; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_OrgAssignment */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_OrgAssignment_ID */ public static final String COLUMNNAME_C_OrgAssignment_ID = "C_OrgAssignment_ID"; @@ -90,6 +90,15 @@ public interface I_C_OrgAssignment */ public int getC_OrgAssignment_ID(); + /** Column name C_OrgAssignment_UU */ + public static final String COLUMNNAME_C_OrgAssignment_UU = "C_OrgAssignment_UU"; + + /** Set C_OrgAssignment_UU */ + public void setC_OrgAssignment_UU (String C_OrgAssignment_UU); + + /** Get C_OrgAssignment_UU */ + public String getC_OrgAssignment_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POS.java b/org.adempiere.base/src/org/compiere/model/I_C_POS.java index c5fba2129a..0aa0a59546 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POS.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POS.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_POS - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_POS { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java b/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java index 91472849d9..c1c9749635 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSKey.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSKey - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_POSKey { @@ -284,10 +284,10 @@ public interface I_C_POSKey /** Column name Text */ public static final String COLUMNNAME_Text = "Text"; - /** Set Text */ + /** Set Description */ public void setText (String Text); - /** Get Text */ + /** Get Description */ public String getText(); /** Column name Updated */ diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java b/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java index 288b15d862..86aee771a0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSKeyLayout.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSKeyLayout - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_POSKeyLayout { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java b/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java index 233cd2c49d..60dfd83410 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSPayment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSPayment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_POSPayment { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java b/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java index ba3070a1e7..730e494b47 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_POSTenderType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_POSTenderType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_POSTenderType { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java index 212c874230..7f38a3daa7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaySchedule { @@ -31,7 +31,7 @@ public interface I_C_PaySchedule public static final String Table_Name = "C_PaySchedule"; /** AD_Table_ID=548 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 548; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_PaySchedule */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_PaySchedule_ID */ public static final String COLUMNNAME_C_PaySchedule_ID = "C_PaySchedule_ID"; @@ -90,6 +90,15 @@ public interface I_C_PaySchedule */ public int getC_PaySchedule_ID(); + /** Column name C_PaySchedule_UU */ + public static final String COLUMNNAME_C_PaySchedule_UU = "C_PaySchedule_UU"; + + /** Set C_PaySchedule_UU */ + public void setC_PaySchedule_UU (String C_PaySchedule_UU); + + /** Get C_PaySchedule_UU */ + public String getC_PaySchedule_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java index 80b2dc69c2..95e43ee314 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySelection.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySelection - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaySelection { @@ -31,7 +31,7 @@ public interface I_C_PaySelection public static final String Table_Name = "C_PaySelection"; /** AD_Table_ID=426 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 426; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_PaySelection */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_PaySelection_ID */ public static final String COLUMNNAME_C_PaySelection_ID = "C_PaySelection_ID"; @@ -90,6 +90,15 @@ public interface I_C_PaySelection */ public int getC_PaySelection_ID(); + /** Column name C_PaySelection_UU */ + public static final String COLUMNNAME_C_PaySelection_UU = "C_PaySelection_UU"; + + /** Set C_PaySelection_UU */ + public void setC_PaySelection_UU (String C_PaySelection_UU); + + /** Get C_PaySelection_UU */ + public String getC_PaySelection_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java index 209d4441ca..cfd017560b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionCheck.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySelectionCheck - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaySelectionCheck { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java index 9fa1140abb..b93505c06e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaySelectionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaySelectionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaySelectionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Payment.java b/org.adempiere.base/src/org/compiere/model/I_C_Payment.java index 92a5b898f9..c4cc7c495a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Payment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Payment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Payment { @@ -41,6 +41,19 @@ public interface I_C_Payment /** Load Meta Data */ + /** Column name AccountNo */ + public static final String COLUMNNAME_AccountNo = "AccountNo"; + + /** Set Account No. + * Account Number + */ + public void setAccountNo (String AccountNo); + + /** Get Account No. + * Account Number + */ + public String getAccountNo(); + /** Column name A_City */ public static final String COLUMNNAME_A_City = "A_City"; @@ -67,6 +80,40 @@ public interface I_C_Payment */ public String getA_Country(); + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name AD_OrgTrx_ID */ + public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; + + /** Set Trx Organization. + * Performing or initiating organization + */ + public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); + + /** Get Trx Organization. + * Performing or initiating organization + */ + public int getAD_OrgTrx_ID(); + /** Column name A_EMail */ public static final String COLUMNNAME_A_EMail = "A_EMail"; @@ -158,53 +205,6 @@ public interface I_C_Payment */ public String getA_Zip(); - /** Column name AccountNo */ - public static final String COLUMNNAME_AccountNo = "AccountNo"; - - /** Set Account No. - * Account Number - */ - public void setAccountNo (String AccountNo); - - /** Get Account No. - * Account Number - */ - public String getAccountNo(); - - /** Column name AD_Client_ID */ - public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; - - /** Get Client. - * Client/Tenant for this installation. - */ - public int getAD_Client_ID(); - - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organization. - * Organizational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organization. - * Organizational entity within client - */ - public int getAD_Org_ID(); - - /** Column name AD_OrgTrx_ID */ - public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; - - /** Set Trx Organization. - * Performing or initiating organization - */ - public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); - - /** Get Trx Organization. - * Performing or initiating organization - */ - public int getAD_OrgTrx_ID(); - /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -235,21 +235,6 @@ public interface I_C_Payment public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; - /** Column name C_BP_BankAccount_ID */ - public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; - - /** Set Partner Bank Account. - * Bank Account of the Business Partner - */ - public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID); - - /** Get Partner Bank Account. - * Bank Account of the Business Partner - */ - public int getC_BP_BankAccount_ID(); - - public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException; - /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -265,6 +250,21 @@ public interface I_C_Payment public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; + /** Column name C_BP_BankAccount_ID */ + public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; + + /** Set Partner Bank Account. + * Bank Account of the Business Partner + */ + public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID); + + /** Get Partner Bank Account. + * Bank Account of the Business Partner + */ + public int getC_BP_BankAccount_ID(); + + public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException; + /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -355,6 +355,32 @@ public interface I_C_Payment public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; + /** Column name ChargeAmt */ + public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; + + /** Set Charge amount. + * Charge Amount + */ + public void setChargeAmt (BigDecimal ChargeAmt); + + /** Get Charge amount. + * Charge Amount + */ + public BigDecimal getChargeAmt(); + + /** Column name CheckNo */ + public static final String COLUMNNAME_CheckNo = "CheckNo"; + + /** Set Check No. + * Check Number + */ + public void setCheckNo (String CheckNo); + + /** Get Check No. + * Check Number + */ + public String getCheckNo(); + /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -385,28 +411,6 @@ public interface I_C_Payment public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; - /** Column name C_Payment_ID */ - public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; - - /** Set Payment. - * Payment identifier - */ - public void setC_Payment_ID (int C_Payment_ID); - - /** Get Payment. - * Payment identifier - */ - public int getC_Payment_ID(); - - /** Column name C_Payment_UU */ - public static final String COLUMNNAME_C_Payment_UU = "C_Payment_UU"; - - /** Set C_Payment_UU */ - public void setC_Payment_UU (String C_Payment_UU); - - /** Get C_Payment_UU */ - public String getC_Payment_UU(); - /** Column name C_PaymentBatch_ID */ public static final String COLUMNNAME_C_PaymentBatch_ID = "C_PaymentBatch_ID"; @@ -422,6 +426,19 @@ public interface I_C_Payment public org.compiere.model.I_C_PaymentBatch getC_PaymentBatch() throws RuntimeException; + /** Column name C_Payment_ID */ + public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; + + /** Set Payment. + * Payment identifier + */ + public void setC_Payment_ID (int C_Payment_ID); + + /** Get Payment. + * Payment identifier + */ + public int getC_Payment_ID(); + /** Column name C_PaymentProcessor_ID */ public static final String COLUMNNAME_C_PaymentProcessor_ID = "C_PaymentProcessor_ID"; @@ -437,6 +454,15 @@ public interface I_C_Payment public org.compiere.model.I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException; + /** Column name C_Payment_UU */ + public static final String COLUMNNAME_C_Payment_UU = "C_Payment_UU"; + + /** Set C_Payment_UU */ + public void setC_Payment_UU (String C_Payment_UU); + + /** Get C_Payment_UU */ + public String getC_Payment_UU(); + /** Column name C_POSTenderType_ID */ public static final String COLUMNNAME_C_POSTenderType_ID = "C_POSTenderType_ID"; @@ -463,32 +489,6 @@ public interface I_C_Payment public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; - /** Column name ChargeAmt */ - public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; - - /** Set Charge amount. - * Charge Amount - */ - public void setChargeAmt (BigDecimal ChargeAmt); - - /** Get Charge amount. - * Charge Amount - */ - public BigDecimal getChargeAmt(); - - /** Column name CheckNo */ - public static final String COLUMNNAME_CheckNo = "CheckNo"; - - /** Set Check No. - * Check Number - */ - public void setCheckNo (String CheckNo); - - /** Get Check No. - * Check Number - */ - public String getCheckNo(); - /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -1018,6 +1018,32 @@ public interface I_C_Payment */ public boolean isR_CVV2Match(); + /** Column name Ref_Payment_ID */ + public static final String COLUMNNAME_Ref_Payment_ID = "Ref_Payment_ID"; + + /** Set Referenced Payment */ + public void setRef_Payment_ID (int Ref_Payment_ID); + + /** Get Referenced Payment */ + public int getRef_Payment_ID(); + + public org.compiere.model.I_C_Payment getRef_Payment() throws RuntimeException; + + /** Column name Reversal_ID */ + public static final String COLUMNNAME_Reversal_ID = "Reversal_ID"; + + /** Set Reversal ID. + * ID of document reversal + */ + public void setReversal_ID (int Reversal_ID); + + /** Get Reversal ID. + * ID of document reversal + */ + public int getReversal_ID(); + + public org.compiere.model.I_C_Payment getReversal() throws RuntimeException; + /** Column name R_Info */ public static final String COLUMNNAME_R_Info = "R_Info"; @@ -1031,6 +1057,19 @@ public interface I_C_Payment */ public String getR_Info(); + /** Column name RoutingNo */ + public static final String COLUMNNAME_RoutingNo = "RoutingNo"; + + /** Set Routing No. + * Bank Routing Number + */ + public void setRoutingNo (String RoutingNo); + + /** Get Routing No. + * Bank Routing Number + */ + public String getRoutingNo(); + /** Column name R_PnRef */ public static final String COLUMNNAME_R_PnRef = "R_PnRef"; @@ -1092,45 +1131,6 @@ public interface I_C_Payment /** Get Void Message */ public String getR_VoidMsg(); - /** Column name Ref_Payment_ID */ - public static final String COLUMNNAME_Ref_Payment_ID = "Ref_Payment_ID"; - - /** Set Referenced Payment */ - public void setRef_Payment_ID (int Ref_Payment_ID); - - /** Get Referenced Payment */ - public int getRef_Payment_ID(); - - public org.compiere.model.I_C_Payment getRef_Payment() throws RuntimeException; - - /** Column name Reversal_ID */ - public static final String COLUMNNAME_Reversal_ID = "Reversal_ID"; - - /** Set Reversal ID. - * ID of document reversal - */ - public void setReversal_ID (int Reversal_ID); - - /** Get Reversal ID. - * ID of document reversal - */ - public int getReversal_ID(); - - public org.compiere.model.I_C_Payment getReversal() throws RuntimeException; - - /** Column name RoutingNo */ - public static final String COLUMNNAME_RoutingNo = "RoutingNo"; - - /** Set Routing No. - * Bank Routing Number - */ - public void setRoutingNo (String RoutingNo); - - /** Get Routing No. - * Bank Routing Number - */ - public String getRoutingNo(); - /** Column name Swipe */ public static final String COLUMNNAME_Swipe = "Swipe"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java index a9d5f758bf..17c5b83d0d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentAllocate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentAllocate - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaymentAllocate { @@ -31,7 +31,7 @@ public interface I_C_PaymentAllocate public static final String Table_Name = "C_PaymentAllocate"; /** AD_Table_ID=812 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 812; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_PaymentAllocate */ public int getC_AllocationLine_ID(); - public I_C_AllocationLine getC_AllocationLine() throws RuntimeException; + public org.compiere.model.I_C_AllocationLine getC_AllocationLine() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -103,7 +103,7 @@ public interface I_C_PaymentAllocate */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_PaymentAllocate_ID */ public static final String COLUMNNAME_C_PaymentAllocate_ID = "C_PaymentAllocate_ID"; @@ -118,6 +118,15 @@ public interface I_C_PaymentAllocate */ public int getC_PaymentAllocate_ID(); + /** Column name C_PaymentAllocate_UU */ + public static final String COLUMNNAME_C_PaymentAllocate_UU = "C_PaymentAllocate_UU"; + + /** Set C_PaymentAllocate_UU */ + public void setC_PaymentAllocate_UU (String C_PaymentAllocate_UU); + + /** Get C_PaymentAllocate_UU */ + public String getC_PaymentAllocate_UU(); + /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -131,7 +140,7 @@ public interface I_C_PaymentAllocate */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java index b987780710..9cd8626195 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentBatch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentBatch - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaymentBatch { @@ -31,7 +31,7 @@ public interface I_C_PaymentBatch public static final String Table_Name = "C_PaymentBatch"; /** AD_Table_ID=411 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 411; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_PaymentBatch */ public int getC_PaymentBatch_ID(); + /** Column name C_PaymentBatch_UU */ + public static final String COLUMNNAME_C_PaymentBatch_UU = "C_PaymentBatch_UU"; + + /** Set C_PaymentBatch_UU */ + public void setC_PaymentBatch_UU (String C_PaymentBatch_UU); + + /** Get C_PaymentBatch_UU */ + public String getC_PaymentBatch_UU(); + /** Column name C_PaymentProcessor_ID */ public static final String COLUMNNAME_C_PaymentProcessor_ID = "C_PaymentProcessor_ID"; @@ -88,7 +97,7 @@ public interface I_C_PaymentBatch */ public int getC_PaymentProcessor_ID(); - public I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException; + public org.compiere.model.I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java index 4fd01f9972..951812dc72 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaymentProcessor { @@ -237,28 +237,6 @@ public interface I_C_PaymentProcessor public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; - /** Column name C_PaymentProcessor_ID */ - public static final String COLUMNNAME_C_PaymentProcessor_ID = "C_PaymentProcessor_ID"; - - /** Set Payment Processor. - * Payment processor for electronic payments - */ - public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID); - - /** Get Payment Processor. - * Payment processor for electronic payments - */ - public int getC_PaymentProcessor_ID(); - - /** Column name C_PaymentProcessor_UU */ - public static final String COLUMNNAME_C_PaymentProcessor_UU = "C_PaymentProcessor_UU"; - - /** Set C_PaymentProcessor_UU */ - public void setC_PaymentProcessor_UU (String C_PaymentProcessor_UU); - - /** Get C_PaymentProcessor_UU */ - public String getC_PaymentProcessor_UU(); - /** Column name Commission */ public static final String COLUMNNAME_Commission = "Commission"; @@ -285,6 +263,28 @@ public interface I_C_PaymentProcessor */ public BigDecimal getCostPerTrx(); + /** Column name C_PaymentProcessor_ID */ + public static final String COLUMNNAME_C_PaymentProcessor_ID = "C_PaymentProcessor_ID"; + + /** Set Payment Processor. + * Payment processor for electronic payments + */ + public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID); + + /** Get Payment Processor. + * Payment processor for electronic payments + */ + public int getC_PaymentProcessor_ID(); + + /** Column name C_PaymentProcessor_UU */ + public static final String COLUMNNAME_C_PaymentProcessor_UU = "C_PaymentProcessor_UU"; + + /** Set C_PaymentProcessor_UU */ + public void setC_PaymentProcessor_UU (String C_PaymentProcessor_UU); + + /** Get C_PaymentProcessor_UU */ + public String getC_PaymentProcessor_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java b/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java index 079970db66..e1dcd7a89f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PaymentTerm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PaymentTerm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PaymentTerm { @@ -88,6 +88,15 @@ public interface I_C_PaymentTerm */ public int getC_PaymentTerm_ID(); + /** Column name C_PaymentTerm_UU */ + public static final String COLUMNNAME_C_PaymentTerm_UU = "C_PaymentTerm_UU"; + + /** Set C_PaymentTerm_UU */ + public void setC_PaymentTerm_UU (String C_PaymentTerm_UU); + + /** Get C_PaymentTerm_UU */ + public String getC_PaymentTerm_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Period.java b/org.adempiere.base/src/org/compiere/model/I_C_Period.java index 477e326acd..2b6d234c35 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Period.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Period.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Period - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Period { @@ -31,7 +31,7 @@ public interface I_C_Period public static final String Table_Name = "C_Period"; /** AD_Table_ID=145 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 145; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Period */ public int getC_Period_ID(); + /** Column name C_Period_UU */ + public static final String COLUMNNAME_C_Period_UU = "C_Period_UU"; + + /** Set C_Period_UU */ + public void setC_Period_UU (String C_Period_UU); + + /** Get C_Period_UU */ + public String getC_Period_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -104,7 +113,7 @@ public interface I_C_Period */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws RuntimeException; + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException; /** Column name EndDate */ public static final String COLUMNNAME_EndDate = "EndDate"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java b/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java index b9cc45f72e..b64c1e3d48 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_PeriodControl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_PeriodControl - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_PeriodControl { @@ -31,7 +31,7 @@ public interface I_C_PeriodControl public static final String Table_Name = "C_PeriodControl"; /** AD_Table_ID=229 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 229; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,6 +71,15 @@ public interface I_C_PeriodControl /** Get Period Control */ public int getC_PeriodControl_ID(); + /** Column name C_PeriodControl_UU */ + public static final String COLUMNNAME_C_PeriodControl_UU = "C_PeriodControl_UU"; + + /** Set C_PeriodControl_UU */ + public void setC_PeriodControl_UU (String C_PeriodControl_UU); + + /** Get C_PeriodControl_UU */ + public String getC_PeriodControl_UU(); + /** Column name C_Period_ID */ public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; @@ -84,7 +93,7 @@ public interface I_C_PeriodControl */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Phase.java b/org.adempiere.base/src/org/compiere/model/I_C_Phase.java index c15c6078a0..e3e4471c4f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Phase.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Phase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Phase - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Phase { @@ -31,7 +31,7 @@ public interface I_C_Phase public static final String Table_Name = "C_Phase"; /** AD_Table_ID=577 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 577; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_Phase */ public int getC_Phase_ID(); + /** Column name C_Phase_UU */ + public static final String COLUMNNAME_C_Phase_UU = "C_Phase_UU"; + + /** Set C_Phase_UU */ + public void setC_Phase_UU (String C_Phase_UU); + + /** Get C_Phase_UU */ + public String getC_Phase_UU(); + /** Column name C_ProjectType_ID */ public static final String COLUMNNAME_C_ProjectType_ID = "C_ProjectType_ID"; @@ -88,7 +97,7 @@ public interface I_C_Phase */ public int getC_ProjectType_ID(); - public I_C_ProjectType getC_ProjectType() throws RuntimeException; + public org.compiere.model.I_C_ProjectType getC_ProjectType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -158,7 +167,7 @@ public interface I_C_Phase */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Project.java b/org.adempiere.base/src/org/compiere/model/I_C_Project.java index 14ae3ea40e..37b77cfe62 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Project.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Project.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Project - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Project { @@ -31,7 +31,7 @@ public interface I_C_Project public static final String Table_Name = "C_Project"; /** AD_Table_ID=203 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 203; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Project */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_C_Project */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -105,7 +105,7 @@ public interface I_C_Project */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_BPartnerSR_ID */ public static final String COLUMNNAME_C_BPartnerSR_ID = "C_BPartnerSR_ID"; @@ -120,7 +120,7 @@ public interface I_C_Project */ public int getC_BPartnerSR_ID(); - public I_C_BPartner getC_BPartnerSR() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartnerSR() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -135,7 +135,7 @@ public interface I_C_Project */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -150,7 +150,7 @@ public interface I_C_Project */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CommittedAmt */ public static final String COLUMNNAME_CommittedAmt = "CommittedAmt"; @@ -204,7 +204,7 @@ public interface I_C_Project */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Phase_ID */ public static final String COLUMNNAME_C_Phase_ID = "C_Phase_ID"; @@ -219,7 +219,7 @@ public interface I_C_Project */ public int getC_Phase_ID(); - public I_C_Phase getC_Phase() throws RuntimeException; + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -247,6 +247,15 @@ public interface I_C_Project */ public String getC_ProjectType_ID(); + /** Column name C_Project_UU */ + public static final String COLUMNNAME_C_Project_UU = "C_Project_UU"; + + /** Set C_Project_UU */ + public void setC_Project_UU (String C_Project_UU); + + /** Get C_Project_UU */ + public String getC_Project_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -406,7 +415,7 @@ public interface I_C_Project */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -421,7 +430,7 @@ public interface I_C_Project */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -588,7 +597,7 @@ public interface I_C_Project */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java index 7d88229c24..0006867192 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectIssue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ProjectIssue { @@ -31,7 +31,7 @@ public interface I_C_ProjectIssue public static final String Table_Name = "C_ProjectIssue"; /** AD_Table_ID=623 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 623; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_ProjectIssue */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -90,6 +90,15 @@ public interface I_C_ProjectIssue */ public int getC_ProjectIssue_ID(); + /** Column name C_ProjectIssue_UU */ + public static final String COLUMNNAME_C_ProjectIssue_UU = "C_ProjectIssue_UU"; + + /** Set C_ProjectIssue_UU */ + public void setC_ProjectIssue_UU (String C_ProjectIssue_UU); + + /** Get C_ProjectIssue_UU */ + public String getC_ProjectIssue_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -173,7 +182,7 @@ public interface I_C_ProjectIssue */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -229,7 +238,7 @@ public interface I_C_ProjectIssue */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; @@ -292,7 +301,7 @@ public interface I_C_ProjectIssue */ public int getS_TimeExpenseLine_ID(); - public I_S_TimeExpenseLine getS_TimeExpenseLine() throws RuntimeException; + public org.compiere.model.I_S_TimeExpenseLine getS_TimeExpenseLine() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java index 5e9a842a14..720e23a69c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectIssueMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectIssueMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ProjectIssueMA { @@ -31,7 +31,7 @@ public interface I_C_ProjectIssueMA public static final String Table_Name = "C_ProjectIssueMA"; /** AD_Table_ID=761 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 761; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_C_ProjectIssueMA */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; + + /** Column name C_ProjectIssueMA_UU */ + public static final String COLUMNNAME_C_ProjectIssueMA_UU = "C_ProjectIssueMA_UU"; + + /** Set C_ProjectIssueMA_UU */ + public void setC_ProjectIssueMA_UU (String C_ProjectIssueMA_UU); + + /** Get C_ProjectIssueMA_UU */ + public String getC_ProjectIssueMA_UU(); /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java index cdcb86b592..0cdd0b5d41 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ProjectLine { @@ -31,7 +31,7 @@ public interface I_C_ProjectLine public static final String Table_Name = "C_ProjectLine"; /** AD_Table_ID=434 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 434; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_C_ProjectLine */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_OrderPO_ID */ public static final String COLUMNNAME_C_OrderPO_ID = "C_OrderPO_ID"; @@ -116,7 +116,7 @@ public interface I_C_ProjectLine */ public int getC_OrderPO_ID(); - public I_C_Order getC_OrderPO() throws RuntimeException; + public org.compiere.model.I_C_Order getC_OrderPO() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -131,7 +131,7 @@ public interface I_C_ProjectLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -146,7 +146,7 @@ public interface I_C_ProjectLine */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name C_ProjectLine_ID */ public static final String COLUMNNAME_C_ProjectLine_ID = "C_ProjectLine_ID"; @@ -161,6 +161,15 @@ public interface I_C_ProjectLine */ public int getC_ProjectLine_ID(); + /** Column name C_ProjectLine_UU */ + public static final String COLUMNNAME_C_ProjectLine_UU = "C_ProjectLine_UU"; + + /** Set C_ProjectLine_UU */ + public void setC_ProjectLine_UU (String C_ProjectLine_UU); + + /** Get C_ProjectLine_UU */ + public String getC_ProjectLine_UU(); + /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -174,7 +183,7 @@ public interface I_C_ProjectLine */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -189,7 +198,7 @@ public interface I_C_ProjectLine */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -307,7 +316,7 @@ public interface I_C_ProjectLine */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -322,7 +331,7 @@ public interface I_C_ProjectLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PlannedAmt */ public static final String COLUMNNAME_PlannedAmt = "PlannedAmt"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java index 117481a013..9b40407728 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectPhase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectPhase - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ProjectPhase { @@ -31,7 +31,7 @@ public interface I_C_ProjectPhase public static final String Table_Name = "C_ProjectPhase"; /** AD_Table_ID=576 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 576; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_ProjectPhase */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Phase_ID */ public static final String COLUMNNAME_C_Phase_ID = "C_Phase_ID"; @@ -103,7 +103,7 @@ public interface I_C_ProjectPhase */ public int getC_Phase_ID(); - public I_C_Phase getC_Phase() throws RuntimeException; + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -118,7 +118,7 @@ public interface I_C_ProjectPhase */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -133,6 +133,15 @@ public interface I_C_ProjectPhase */ public int getC_ProjectPhase_ID(); + /** Column name C_ProjectPhase_UU */ + public static final String COLUMNNAME_C_ProjectPhase_UU = "C_ProjectPhase_UU"; + + /** Set C_ProjectPhase_UU */ + public void setC_ProjectPhase_UU (String C_ProjectPhase_UU); + + /** Get C_ProjectPhase_UU */ + public String getC_ProjectPhase_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -253,7 +262,7 @@ public interface I_C_ProjectPhase */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java index 88849f1c1c..27b1c149eb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectTask.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectTask - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ProjectTask { @@ -31,7 +31,7 @@ public interface I_C_ProjectTask public static final String Table_Name = "C_ProjectTask"; /** AD_Table_ID=584 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 584; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_C_ProjectTask */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -103,6 +103,15 @@ public interface I_C_ProjectTask */ public int getC_ProjectTask_ID(); + /** Column name C_ProjectTask_UU */ + public static final String COLUMNNAME_C_ProjectTask_UU = "C_ProjectTask_UU"; + + /** Set C_ProjectTask_UU */ + public void setC_ProjectTask_UU (String C_ProjectTask_UU); + + /** Get C_ProjectTask_UU */ + public String getC_ProjectTask_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +141,7 @@ public interface I_C_ProjectTask */ public int getC_Task_ID(); - public I_C_Task getC_Task() throws RuntimeException; + public org.compiere.model.I_C_Task getC_Task() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -186,7 +195,7 @@ public interface I_C_ProjectTask */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java b/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java index dcb019f80a..0a9d534de9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ProjectType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ProjectType { @@ -31,7 +31,7 @@ public interface I_C_ProjectType public static final String Table_Name = "C_ProjectType"; /** AD_Table_ID=575 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 575; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,6 +75,15 @@ public interface I_C_ProjectType */ public int getC_ProjectType_ID(); + /** Column name C_ProjectType_UU */ + public static final String COLUMNNAME_C_ProjectType_UU = "C_ProjectType_UU"; + + /** Set C_ProjectType_UU */ + public void setC_ProjectType_UU (String C_ProjectType_UU); + + /** Get C_ProjectType_UU */ + public String getC_ProjectType_UU(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java index 43d86d3cb6..ccf48ab357 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Project_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Project_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Project_Acct { @@ -31,7 +31,7 @@ public interface I_C_Project_Acct public static final String Table_Name = "C_Project_Acct"; /** AD_Table_ID=204 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 204; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,16 @@ public interface I_C_Project_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + + /** Column name C_Project_Acct_UU */ + public static final String COLUMNNAME_C_Project_Acct_UU = "C_Project_Acct_UU"; + + /** Set C_Project_Acct_UU */ + public void setC_Project_Acct_UU (String C_Project_Acct_UU); + + /** Get C_Project_Acct_UU */ + public String getC_Project_Acct_UU(); /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -90,7 +99,7 @@ public interface I_C_Project_Acct */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java b/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java index 100514c098..d160ac908e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Recurring.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Recurring - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Recurring { @@ -31,7 +31,7 @@ public interface I_C_Recurring public static final String Table_Name = "C_Recurring"; /** AD_Table_ID=574 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 574; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Recurring */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -90,7 +90,7 @@ public interface I_C_Recurring */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -105,7 +105,7 @@ public interface I_C_Recurring */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -120,7 +120,7 @@ public interface I_C_Recurring */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -151,6 +151,15 @@ public interface I_C_Recurring */ public int getC_Recurring_ID(); + /** Column name C_Recurring_UU */ + public static final String COLUMNNAME_C_Recurring_UU = "C_Recurring_UU"; + + /** Set C_Recurring_UU */ + public void setC_Recurring_UU (String C_Recurring_UU); + + /** Get C_Recurring_UU */ + public String getC_Recurring_UU(); + /** Column name DateLastRun */ public static final String COLUMNNAME_DateLastRun = "DateLastRun"; @@ -229,7 +238,7 @@ public interface I_C_Recurring */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java b/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java index 965544f73d..657ad5fb0e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Recurring_Run.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Recurring_Run - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Recurring_Run { @@ -31,7 +31,7 @@ public interface I_C_Recurring_Run public static final String Table_Name = "C_Recurring_Run"; /** AD_Table_ID=573 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 573; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Recurring_Run */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -90,7 +90,7 @@ public interface I_C_Recurring_Run */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -105,7 +105,7 @@ public interface I_C_Recurring_Run */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -120,7 +120,7 @@ public interface I_C_Recurring_Run */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -151,7 +151,7 @@ public interface I_C_Recurring_Run */ public int getC_Recurring_ID(); - public I_C_Recurring getC_Recurring() throws RuntimeException; + public org.compiere.model.I_C_Recurring getC_Recurring() throws RuntimeException; /** Column name C_Recurring_Run_ID */ public static final String COLUMNNAME_C_Recurring_Run_ID = "C_Recurring_Run_ID"; @@ -166,6 +166,15 @@ public interface I_C_Recurring_Run */ public int getC_Recurring_Run_ID(); + /** Column name C_Recurring_Run_UU */ + public static final String COLUMNNAME_C_Recurring_Run_UU = "C_Recurring_Run_UU"; + + /** Set C_Recurring_Run_UU */ + public void setC_Recurring_Run_UU (String C_Recurring_Run_UU); + + /** Get C_Recurring_Run_UU */ + public String getC_Recurring_Run_UU(); + /** Column name DateDoc */ public static final String COLUMNNAME_DateDoc = "DateDoc"; @@ -192,7 +201,7 @@ public interface I_C_Recurring_Run */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Region.java b/org.adempiere.base/src/org/compiere/model/I_C_Region.java index 7172b45e71..509c175974 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Region.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Region.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Region - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Region { @@ -31,7 +31,7 @@ public interface I_C_Region public static final String Table_Name = "C_Region"; /** AD_Table_ID=164 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 164; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Region */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,6 +106,15 @@ public interface I_C_Region */ public int getC_Region_ID(); + /** Column name C_Region_UU */ + public static final String COLUMNNAME_C_Region_UU = "C_Region_UU"; + + /** Set C_Region_UU */ + public void setC_Region_UU (String C_Region_UU); + + /** Get C_Region_UU */ + public String getC_Region_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java b/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java index 129007872f..e6e2a59d6b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Remuneration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Remuneration - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Remuneration { @@ -31,7 +31,7 @@ public interface I_C_Remuneration public static final String Table_Name = "C_Remuneration"; /** AD_Table_ID=792 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 792; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_Remuneration */ public int getC_Remuneration_ID(); + /** Column name C_Remuneration_UU */ + public static final String COLUMNNAME_C_Remuneration_UU = "C_Remuneration_UU"; + + /** Set C_Remuneration_UU */ + public void setC_Remuneration_UU (String C_Remuneration_UU); + + /** Get C_Remuneration_UU */ + public String getC_Remuneration_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java index 4e4427c0e6..104cba1643 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecognition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RevenueRecognition { @@ -31,7 +31,7 @@ public interface I_C_RevenueRecognition public static final String Table_Name = "C_RevenueRecognition"; /** AD_Table_ID=336 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 336; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_RevenueRecognition */ public int getC_RevenueRecognition_ID(); + /** Column name C_RevenueRecognition_UU */ + public static final String COLUMNNAME_C_RevenueRecognition_UU = "C_RevenueRecognition_UU"; + + /** Set C_RevenueRecognition_UU */ + public void setC_RevenueRecognition_UU (String C_RevenueRecognition_UU); + + /** Get C_RevenueRecognition_UU */ + public String getC_RevenueRecognition_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java index 997a3fa48c..734c0e0c54 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Plan.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecognition_Plan - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RevenueRecognition_Plan { @@ -31,7 +31,7 @@ public interface I_C_RevenueRecognition_Plan public static final String Table_Name = "C_RevenueRecognition_Plan"; /** AD_Table_ID=443 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 443; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_RevenueRecognition_Plan */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -90,7 +90,7 @@ public interface I_C_RevenueRecognition_Plan */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -105,7 +105,7 @@ public interface I_C_RevenueRecognition_Plan */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -136,7 +136,7 @@ public interface I_C_RevenueRecognition_Plan */ public int getC_RevenueRecognition_ID(); - public I_C_RevenueRecognition getC_RevenueRecognition() throws RuntimeException; + public org.compiere.model.I_C_RevenueRecognition getC_RevenueRecognition() throws RuntimeException; /** Column name C_RevenueRecognition_Plan_ID */ public static final String COLUMNNAME_C_RevenueRecognition_Plan_ID = "C_RevenueRecognition_Plan_ID"; @@ -151,6 +151,15 @@ public interface I_C_RevenueRecognition_Plan */ public int getC_RevenueRecognition_Plan_ID(); + /** Column name C_RevenueRecognition_Plan_UU */ + public static final String COLUMNNAME_C_RevenueRecognition_Plan_UU = "C_RevenueRecognition_Plan_UU"; + + /** Set C_RevenueRecognition_Plan_UU */ + public void setC_RevenueRecognition_Plan_UU (String C_RevenueRecognition_Plan_UU); + + /** Get C_RevenueRecognition_Plan_UU */ + public String getC_RevenueRecognition_Plan_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java index b4428e1137..f96245cd76 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RevenueRecognition_Run.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RevenueRecognition_Run - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RevenueRecognition_Run { @@ -31,7 +31,7 @@ public interface I_C_RevenueRecognition_Run public static final String Table_Name = "C_RevenueRecognition_Run"; /** AD_Table_ID=444 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 444; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_RevenueRecognition_Run */ public int getC_RevenueRecognition_Plan_ID(); - public I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException; + public org.compiere.model.I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException; /** Column name C_RevenueRecognition_Run_ID */ public static final String COLUMNNAME_C_RevenueRecognition_Run_ID = "C_RevenueRecognition_Run_ID"; @@ -106,6 +106,15 @@ public interface I_C_RevenueRecognition_Run */ public int getC_RevenueRecognition_Run_ID(); + /** Column name C_RevenueRecognition_Run_UU */ + public static final String COLUMNNAME_C_RevenueRecognition_Run_UU = "C_RevenueRecognition_Run_UU"; + + /** Set C_RevenueRecognition_Run_UU */ + public void setC_RevenueRecognition_Run_UU (String C_RevenueRecognition_Run_UU); + + /** Get C_RevenueRecognition_Run_UU */ + public String getC_RevenueRecognition_Run_UU(); + /** Column name GL_Journal_ID */ public static final String COLUMNNAME_GL_Journal_ID = "GL_Journal_ID"; @@ -119,7 +128,7 @@ public interface I_C_RevenueRecognition_Run */ public int getGL_Journal_ID(); - public I_GL_Journal getGL_Journal() throws RuntimeException; + public org.compiere.model.I_GL_Journal getGL_Journal() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java index 97ec3d732f..336be8519d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQ { @@ -31,7 +31,7 @@ public interface I_C_RfQ public static final String Table_Name = "C_RfQ"; /** AD_Table_ID=677 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 677; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_RfQ */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_C_RfQ */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -105,7 +105,7 @@ public interface I_C_RfQ */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -120,7 +120,7 @@ public interface I_C_RfQ */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CopyLines */ public static final String COLUMNNAME_CopyLines = "CopyLines"; @@ -144,7 +144,7 @@ public interface I_C_RfQ */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -210,7 +210,16 @@ public interface I_C_RfQ */ public int getC_RfQ_Topic_ID(); - public I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException; + public org.compiere.model.I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException; + + /** Column name C_RfQ_UU */ + public static final String COLUMNNAME_C_RfQ_UU = "C_RfQ_UU"; + + /** Set C_RfQ_UU */ + public void setC_RfQ_UU (String C_RfQ_UU); + + /** Get C_RfQ_UU */ + public String getC_RfQ_UU(); /** Column name DateResponse */ public static final String COLUMNNAME_DateResponse = "DateResponse"; @@ -473,7 +482,7 @@ public interface I_C_RfQ */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java index 28e14b9d54..c5cba8b186 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQLine { @@ -31,7 +31,7 @@ public interface I_C_RfQLine public static final String Table_Name = "C_RfQLine"; /** AD_Table_ID=676 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 676; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_RfQLine */ public int getC_RfQ_ID(); - public I_C_RfQ getC_RfQ() throws RuntimeException; + public org.compiere.model.I_C_RfQ getC_RfQ() throws RuntimeException; /** Column name C_RfQLine_ID */ public static final String COLUMNNAME_C_RfQLine_ID = "C_RfQLine_ID"; @@ -106,6 +106,15 @@ public interface I_C_RfQLine */ public int getC_RfQLine_ID(); + /** Column name C_RfQLine_UU */ + public static final String COLUMNNAME_C_RfQLine_UU = "C_RfQLine_UU"; + + /** Set C_RfQLine_UU */ + public void setC_RfQLine_UU (String C_RfQLine_UU); + + /** Get C_RfQLine_UU */ + public String getC_RfQLine_UU(); + /** Column name DateWorkComplete */ public static final String COLUMNNAME_DateWorkComplete = "DateWorkComplete"; @@ -225,7 +234,7 @@ public interface I_C_RfQLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java index 4f07e8cbce..82d31fea1c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQLineQty.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQLineQty - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQLineQty { @@ -31,7 +31,7 @@ public interface I_C_RfQLineQty public static final String Table_Name = "C_RfQLineQty"; /** AD_Table_ID=675 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 675; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,7 @@ public interface I_C_RfQLineQty */ public int getC_RfQLine_ID(); - public I_C_RfQLine getC_RfQLine() throws RuntimeException; + public org.compiere.model.I_C_RfQLine getC_RfQLine() throws RuntimeException; /** Column name C_RfQLineQty_ID */ public static final String COLUMNNAME_C_RfQLineQty_ID = "C_RfQLineQty_ID"; @@ -132,6 +132,15 @@ public interface I_C_RfQLineQty */ public int getC_RfQLineQty_ID(); + /** Column name C_RfQLineQty_UU */ + public static final String COLUMNNAME_C_RfQLineQty_UU = "C_RfQLineQty_UU"; + + /** Set C_RfQLineQty_UU */ + public void setC_RfQLineQty_UU (String C_RfQLineQty_UU); + + /** Get C_RfQLineQty_UU */ + public String getC_RfQLineQty_UU(); + /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -145,7 +154,7 @@ public interface I_C_RfQLineQty */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java index 04c549988b..e50342c3cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQResponse - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQResponse { @@ -31,7 +31,7 @@ public interface I_C_RfQResponse public static final String Table_Name = "C_RfQResponse"; /** AD_Table_ID=674 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 674; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_RfQResponse */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_C_RfQResponse */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -105,7 +105,7 @@ public interface I_C_RfQResponse */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -120,7 +120,7 @@ public interface I_C_RfQResponse */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CheckComplete */ public static final String COLUMNNAME_CheckComplete = "CheckComplete"; @@ -144,7 +144,7 @@ public interface I_C_RfQResponse */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -175,7 +175,7 @@ public interface I_C_RfQResponse */ public int getC_RfQ_ID(); - public I_C_RfQ getC_RfQ() throws RuntimeException; + public org.compiere.model.I_C_RfQ getC_RfQ() throws RuntimeException; /** Column name C_RfQResponse_ID */ public static final String COLUMNNAME_C_RfQResponse_ID = "C_RfQResponse_ID"; @@ -190,6 +190,15 @@ public interface I_C_RfQResponse */ public int getC_RfQResponse_ID(); + /** Column name C_RfQResponse_UU */ + public static final String COLUMNNAME_C_RfQResponse_UU = "C_RfQResponse_UU"; + + /** Set C_RfQResponse_UU */ + public void setC_RfQResponse_UU (String C_RfQResponse_UU); + + /** Get C_RfQResponse_UU */ + public String getC_RfQResponse_UU(); + /** Column name DateInvited */ public static final String COLUMNNAME_DateInvited = "DateInvited"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java index 4361321266..238118ad33 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQResponseLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQResponseLine { @@ -31,7 +31,7 @@ public interface I_C_RfQResponseLine public static final String Table_Name = "C_RfQResponseLine"; /** AD_Table_ID=673 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 673; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_RfQResponseLine */ public int getC_RfQLine_ID(); - public I_C_RfQLine getC_RfQLine() throws RuntimeException; + public org.compiere.model.I_C_RfQLine getC_RfQLine() throws RuntimeException; /** Column name C_RfQResponse_ID */ public static final String COLUMNNAME_C_RfQResponse_ID = "C_RfQResponse_ID"; @@ -106,7 +106,7 @@ public interface I_C_RfQResponseLine */ public int getC_RfQResponse_ID(); - public I_C_RfQResponse getC_RfQResponse() throws RuntimeException; + public org.compiere.model.I_C_RfQResponse getC_RfQResponse() throws RuntimeException; /** Column name C_RfQResponseLine_ID */ public static final String COLUMNNAME_C_RfQResponseLine_ID = "C_RfQResponseLine_ID"; @@ -121,6 +121,15 @@ public interface I_C_RfQResponseLine */ public int getC_RfQResponseLine_ID(); + /** Column name C_RfQResponseLine_UU */ + public static final String COLUMNNAME_C_RfQResponseLine_UU = "C_RfQResponseLine_UU"; + + /** Set C_RfQResponseLine_UU */ + public void setC_RfQResponseLine_UU (String C_RfQResponseLine_UU); + + /** Get C_RfQResponseLine_UU */ + public String getC_RfQResponseLine_UU(); + /** Column name DateWorkComplete */ public static final String COLUMNNAME_DateWorkComplete = "DateWorkComplete"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java index 7be3c51ac4..359663e7df 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQResponseLineQty.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQResponseLineQty - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQResponseLineQty { @@ -31,7 +31,7 @@ public interface I_C_RfQResponseLineQty public static final String Table_Name = "C_RfQResponseLineQty"; /** AD_Table_ID=672 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 672; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_RfQResponseLineQty */ public int getC_RfQLineQty_ID(); - public I_C_RfQLineQty getC_RfQLineQty() throws RuntimeException; + public org.compiere.model.I_C_RfQLineQty getC_RfQLineQty() throws RuntimeException; /** Column name C_RfQResponseLine_ID */ public static final String COLUMNNAME_C_RfQResponseLine_ID = "C_RfQResponseLine_ID"; @@ -106,7 +106,7 @@ public interface I_C_RfQResponseLineQty */ public int getC_RfQResponseLine_ID(); - public I_C_RfQResponseLine getC_RfQResponseLine() throws RuntimeException; + public org.compiere.model.I_C_RfQResponseLine getC_RfQResponseLine() throws RuntimeException; /** Column name C_RfQResponseLineQty_ID */ public static final String COLUMNNAME_C_RfQResponseLineQty_ID = "C_RfQResponseLineQty_ID"; @@ -121,6 +121,15 @@ public interface I_C_RfQResponseLineQty */ public int getC_RfQResponseLineQty_ID(); + /** Column name C_RfQResponseLineQty_UU */ + public static final String COLUMNNAME_C_RfQResponseLineQty_UU = "C_RfQResponseLineQty_UU"; + + /** Set C_RfQResponseLineQty_UU */ + public void setC_RfQResponseLineQty_UU (String C_RfQResponseLineQty_UU); + + /** Get C_RfQResponseLineQty_UU */ + public String getC_RfQResponseLineQty_UU(); + /** Column name Discount */ public static final String COLUMNNAME_Discount = "Discount"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java index 84cbafcc3f..768ed6c20b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_Topic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ_Topic - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQ_Topic { @@ -31,7 +31,7 @@ public interface I_C_RfQ_Topic public static final String Table_Name = "C_RfQ_Topic"; /** AD_Table_ID=671 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 671; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_RfQ_Topic */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,6 +106,15 @@ public interface I_C_RfQ_Topic */ public int getC_RfQ_Topic_ID(); + /** Column name C_RfQ_Topic_UU */ + public static final String COLUMNNAME_C_RfQ_Topic_UU = "C_RfQ_Topic_UU"; + + /** Set C_RfQ_Topic_UU */ + public void setC_RfQ_Topic_UU (String C_RfQ_Topic_UU); + + /** Get C_RfQ_Topic_UU */ + public String getC_RfQ_Topic_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java index 4086db9c4c..d01e7829cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriber.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ_TopicSubscriber - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQ_TopicSubscriber { @@ -31,7 +31,7 @@ public interface I_C_RfQ_TopicSubscriber public static final String Table_Name = "C_RfQ_TopicSubscriber"; /** AD_Table_ID=670 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 670; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_RfQ_TopicSubscriber */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_C_RfQ_TopicSubscriber */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -105,7 +105,7 @@ public interface I_C_RfQ_TopicSubscriber */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -136,7 +136,7 @@ public interface I_C_RfQ_TopicSubscriber */ public int getC_RfQ_Topic_ID(); - public I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException; + public org.compiere.model.I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException; /** Column name C_RfQ_TopicSubscriber_ID */ public static final String COLUMNNAME_C_RfQ_TopicSubscriber_ID = "C_RfQ_TopicSubscriber_ID"; @@ -151,6 +151,15 @@ public interface I_C_RfQ_TopicSubscriber */ public int getC_RfQ_TopicSubscriber_ID(); + /** Column name C_RfQ_TopicSubscriber_UU */ + public static final String COLUMNNAME_C_RfQ_TopicSubscriber_UU = "C_RfQ_TopicSubscriber_UU"; + + /** Set C_RfQ_TopicSubscriber_UU */ + public void setC_RfQ_TopicSubscriber_UU (String C_RfQ_TopicSubscriber_UU); + + /** Get C_RfQ_TopicSubscriber_UU */ + public String getC_RfQ_TopicSubscriber_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java index 9d367e9a88..9ef37e0625 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_RfQ_TopicSubscriberOnly.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_RfQ_TopicSubscriberOnly - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_RfQ_TopicSubscriberOnly { @@ -31,7 +31,7 @@ public interface I_C_RfQ_TopicSubscriberOnly public static final String Table_Name = "C_RfQ_TopicSubscriberOnly"; /** AD_Table_ID=747 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 747; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_RfQ_TopicSubscriberOnly */ public int getC_RfQ_TopicSubscriber_ID(); - public I_C_RfQ_TopicSubscriber getC_RfQ_TopicSubscriber() throws RuntimeException; + public org.compiere.model.I_C_RfQ_TopicSubscriber getC_RfQ_TopicSubscriber() throws RuntimeException; /** Column name C_RfQ_TopicSubscriberOnly_ID */ public static final String COLUMNNAME_C_RfQ_TopicSubscriberOnly_ID = "C_RfQ_TopicSubscriberOnly_ID"; @@ -106,6 +106,15 @@ public interface I_C_RfQ_TopicSubscriberOnly */ public int getC_RfQ_TopicSubscriberOnly_ID(); + /** Column name C_RfQ_TopicSubscriberOnly_UU */ + public static final String COLUMNNAME_C_RfQ_TopicSubscriberOnly_UU = "C_RfQ_TopicSubscriberOnly_UU"; + + /** Set C_RfQ_TopicSubscriberOnly_UU */ + public void setC_RfQ_TopicSubscriberOnly_UU (String C_RfQ_TopicSubscriberOnly_UU); + + /** Get C_RfQ_TopicSubscriberOnly_UU */ + public String getC_RfQ_TopicSubscriberOnly_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -145,7 +154,7 @@ public interface I_C_RfQ_TopicSubscriberOnly */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -160,7 +169,7 @@ public interface I_C_RfQ_TopicSubscriberOnly */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java b/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java index 5fd6460438..2b85f4d781 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SalesRegion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_SalesRegion - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_SalesRegion { @@ -31,7 +31,7 @@ public interface I_C_SalesRegion public static final String Table_Name = "C_SalesRegion"; /** AD_Table_ID=230 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 230; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_SalesRegion */ public int getC_SalesRegion_ID(); + /** Column name C_SalesRegion_UU */ + public static final String COLUMNNAME_C_SalesRegion_UU = "C_SalesRegion_UU"; + + /** Set C_SalesRegion_UU */ + public void setC_SalesRegion_UU (String C_SalesRegion_UU); + + /** Get C_SalesRegion_UU */ + public String getC_SalesRegion_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -169,7 +178,7 @@ public interface I_C_SalesRegion */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java index 6cd2bf6037..be3dfe2595 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ServiceLevel - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ServiceLevel { @@ -31,7 +31,7 @@ public interface I_C_ServiceLevel public static final String Table_Name = "C_ServiceLevel"; /** AD_Table_ID=337 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 337; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_ServiceLevel */ public int getC_RevenueRecognition_Plan_ID(); - public I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException; + public org.compiere.model.I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException; /** Column name C_ServiceLevel_ID */ public static final String COLUMNNAME_C_ServiceLevel_ID = "C_ServiceLevel_ID"; @@ -106,6 +106,15 @@ public interface I_C_ServiceLevel */ public int getC_ServiceLevel_ID(); + /** Column name C_ServiceLevel_UU */ + public static final String COLUMNNAME_C_ServiceLevel_UU = "C_ServiceLevel_UU"; + + /** Set C_ServiceLevel_UU */ + public void setC_ServiceLevel_UU (String C_ServiceLevel_UU); + + /** Get C_ServiceLevel_UU */ + public String getC_ServiceLevel_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -145,7 +154,7 @@ public interface I_C_ServiceLevel */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java index f340a9f44b..6b7302b899 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ServiceLevelLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ServiceLevelLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ServiceLevelLine { @@ -31,7 +31,7 @@ public interface I_C_ServiceLevelLine public static final String Table_Name = "C_ServiceLevelLine"; /** AD_Table_ID=338 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 338; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_ServiceLevelLine */ public int getC_ServiceLevel_ID(); - public I_C_ServiceLevel getC_ServiceLevel() throws RuntimeException; + public org.compiere.model.I_C_ServiceLevel getC_ServiceLevel() throws RuntimeException; /** Column name C_ServiceLevelLine_ID */ public static final String COLUMNNAME_C_ServiceLevelLine_ID = "C_ServiceLevelLine_ID"; @@ -106,6 +106,15 @@ public interface I_C_ServiceLevelLine */ public int getC_ServiceLevelLine_ID(); + /** Column name C_ServiceLevelLine_UU */ + public static final String COLUMNNAME_C_ServiceLevelLine_UU = "C_ServiceLevelLine_UU"; + + /** Set C_ServiceLevelLine_UU */ + public void setC_ServiceLevelLine_UU (String C_ServiceLevelLine_UU); + + /** Get C_ServiceLevelLine_UU */ + public String getC_ServiceLevelLine_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java b/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java index fa1b163fc2..9bd997dab0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SubAcct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_SubAcct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_SubAcct { @@ -31,7 +31,7 @@ public interface I_C_SubAcct public static final String Table_Name = "C_SubAcct"; /** AD_Table_ID=825 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 825; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_SubAcct */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,6 +106,15 @@ public interface I_C_SubAcct */ public int getC_SubAcct_ID(); + /** Column name C_SubAcct_UU */ + public static final String COLUMNNAME_C_SubAcct_UU = "C_SubAcct_UU"; + + /** Set C_SubAcct_UU */ + public void setC_SubAcct_UU (String C_SubAcct_UU); + + /** Get C_SubAcct_UU */ + public String getC_SubAcct_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java b/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java index abaf7faa30..90e05277a9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Subscription.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Subscription - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Subscription { @@ -31,7 +31,7 @@ public interface I_C_Subscription public static final String Table_Name = "C_Subscription"; /** AD_Table_ID=669 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 669; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Subscription */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,7 +119,16 @@ public interface I_C_Subscription */ public int getC_SubscriptionType_ID(); - public I_C_SubscriptionType getC_SubscriptionType() throws RuntimeException; + public org.compiere.model.I_C_SubscriptionType getC_SubscriptionType() throws RuntimeException; + + /** Column name C_Subscription_UU */ + public static final String COLUMNNAME_C_Subscription_UU = "C_Subscription_UU"; + + /** Set C_Subscription_UU */ + public void setC_Subscription_UU (String C_Subscription_UU); + + /** Get C_Subscription_UU */ + public String getC_Subscription_UU(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -160,7 +169,7 @@ public interface I_C_Subscription */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java b/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java index d183a01379..56900ddeb2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_SubscriptionType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_SubscriptionType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_SubscriptionType { @@ -31,7 +31,7 @@ public interface I_C_SubscriptionType public static final String Table_Name = "C_SubscriptionType"; /** AD_Table_ID=668 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 668; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_SubscriptionType */ public int getC_SubscriptionType_ID(); + /** Column name C_SubscriptionType_UU */ + public static final String COLUMNNAME_C_SubscriptionType_UU = "C_SubscriptionType_UU"; + + /** Set C_SubscriptionType_UU */ + public void setC_SubscriptionType_UU (String C_SubscriptionType_UU); + + /** Get C_SubscriptionType_UU */ + public String getC_SubscriptionType_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java b/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java index 35e2fc177d..0d0d3caef0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Subscription_Delivery.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Subscription_Delivery - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Subscription_Delivery { @@ -31,7 +31,7 @@ public interface I_C_Subscription_Delivery public static final String Table_Name = "C_Subscription_Delivery"; /** AD_Table_ID=667 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 667; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_Subscription_Delivery */ public int getC_Subscription_Delivery_ID(); + /** Column name C_Subscription_Delivery_UU */ + public static final String COLUMNNAME_C_Subscription_Delivery_UU = "C_Subscription_Delivery_UU"; + + /** Set C_Subscription_Delivery_UU */ + public void setC_Subscription_Delivery_UU (String C_Subscription_Delivery_UU); + + /** Get C_Subscription_Delivery_UU */ + public String getC_Subscription_Delivery_UU(); + /** Column name C_Subscription_ID */ public static final String COLUMNNAME_C_Subscription_ID = "C_Subscription_ID"; @@ -104,7 +113,7 @@ public interface I_C_Subscription_Delivery */ public int getC_Subscription_ID(); - public I_C_Subscription getC_Subscription() throws RuntimeException; + public org.compiere.model.I_C_Subscription getC_Subscription() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Task.java b/org.adempiere.base/src/org/compiere/model/I_C_Task.java index 849bc3f0cc..dae59fb3e5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Task.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Task.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Task - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Task { @@ -31,7 +31,7 @@ public interface I_C_Task public static final String Table_Name = "C_Task"; /** AD_Table_ID=583 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 583; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Task */ public int getC_Phase_ID(); - public I_C_Phase getC_Phase() throws RuntimeException; + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,6 +106,15 @@ public interface I_C_Task */ public int getC_Task_ID(); + /** Column name C_Task_UU */ + public static final String COLUMNNAME_C_Task_UU = "C_Task_UU"; + + /** Set C_Task_UU */ + public void setC_Task_UU (String C_Task_UU); + + /** Get C_Task_UU */ + public String getC_Task_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -158,7 +167,7 @@ public interface I_C_Task */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Tax.java b/org.adempiere.base/src/org/compiere/model/I_C_Tax.java index 577446da64..c20b62efc0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Tax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Tax - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Tax { @@ -31,7 +31,7 @@ public interface I_C_Tax public static final String Table_Name = "C_Tax"; /** AD_Table_ID=261 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 261; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -71,7 +71,7 @@ public interface I_C_Tax /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -115,7 +115,7 @@ public interface I_C_Tax */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name C_TaxCategory_ID */ public static final String COLUMNNAME_C_TaxCategory_ID = "C_TaxCategory_ID"; @@ -130,7 +130,7 @@ public interface I_C_Tax */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -145,6 +145,15 @@ public interface I_C_Tax */ public int getC_Tax_ID(); + /** Column name C_Tax_UU */ + public static final String COLUMNNAME_C_Tax_UU = "C_Tax_UU"; + + /** Set C_Tax_UU */ + public void setC_Tax_UU (String C_Tax_UU); + + /** Get C_Tax_UU */ + public String getC_Tax_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -262,7 +271,7 @@ public interface I_C_Tax */ public int getParent_Tax_ID(); - public I_C_Tax getParent_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getParent_Tax() throws RuntimeException; /** Column name Rate */ public static final String COLUMNNAME_Rate = "Rate"; @@ -342,7 +351,7 @@ public interface I_C_Tax */ public int getTo_Region_ID(); - public I_C_Region getTo_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getTo_Region() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java index b0e363dd3e..98a48370a6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxCategory { @@ -31,7 +31,7 @@ public interface I_C_TaxCategory public static final String Table_Name = "C_TaxCategory"; /** AD_Table_ID=252 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 252; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,6 +104,15 @@ public interface I_C_TaxCategory */ public int getC_TaxCategory_ID(); + /** Column name C_TaxCategory_UU */ + public static final String COLUMNNAME_C_TaxCategory_UU = "C_TaxCategory_UU"; + + /** Set C_TaxCategory_UU */ + public void setC_TaxCategory_UU (String C_TaxCategory_UU); + + /** Get C_TaxCategory_UU */ + public String getC_TaxCategory_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java index 10ceea5fb5..842d19207a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclaration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDeclaration - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxDeclaration { @@ -31,7 +31,7 @@ public interface I_C_TaxDeclaration public static final String Table_Name = "C_TaxDeclaration"; /** AD_Table_ID=818 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 818; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_TaxDeclaration */ public int getC_TaxDeclaration_ID(); + /** Column name C_TaxDeclaration_UU */ + public static final String COLUMNNAME_C_TaxDeclaration_UU = "C_TaxDeclaration_UU"; + + /** Set C_TaxDeclaration_UU */ + public void setC_TaxDeclaration_UU (String C_TaxDeclaration_UU); + + /** Get C_TaxDeclaration_UU */ + public String getC_TaxDeclaration_UU(); + /** Column name DateFrom */ public static final String COLUMNNAME_DateFrom = "DateFrom"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java index 1bae616ee9..f01e7b6d67 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationAcct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDeclarationAcct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxDeclarationAcct { @@ -31,7 +31,7 @@ public interface I_C_TaxDeclarationAcct public static final String Table_Name = "C_TaxDeclarationAcct"; /** AD_Table_ID=820 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 820; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_C_TaxDeclarationAcct */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -142,7 +142,7 @@ public interface I_C_TaxDeclarationAcct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -157,7 +157,7 @@ public interface I_C_TaxDeclarationAcct */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -172,7 +172,7 @@ public interface I_C_TaxDeclarationAcct */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -203,6 +203,15 @@ public interface I_C_TaxDeclarationAcct */ public int getC_TaxDeclarationAcct_ID(); + /** Column name C_TaxDeclarationAcct_UU */ + public static final String COLUMNNAME_C_TaxDeclarationAcct_UU = "C_TaxDeclarationAcct_UU"; + + /** Set C_TaxDeclarationAcct_UU */ + public void setC_TaxDeclarationAcct_UU (String C_TaxDeclarationAcct_UU); + + /** Get C_TaxDeclarationAcct_UU */ + public String getC_TaxDeclarationAcct_UU(); + /** Column name C_TaxDeclaration_ID */ public static final String COLUMNNAME_C_TaxDeclaration_ID = "C_TaxDeclaration_ID"; @@ -216,7 +225,7 @@ public interface I_C_TaxDeclarationAcct */ public int getC_TaxDeclaration_ID(); - public I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException; + public org.compiere.model.I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -231,7 +240,7 @@ public interface I_C_TaxDeclarationAcct */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -268,7 +277,7 @@ public interface I_C_TaxDeclarationAcct /** Get Accounting Fact */ public int getFact_Acct_ID(); - public I_Fact_Acct getFact_Acct() throws RuntimeException; + public org.compiere.model.I_Fact_Acct getFact_Acct() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java index b47d8bd98e..e282927ebc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxDeclarationLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDeclarationLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxDeclarationLine { @@ -31,7 +31,7 @@ public interface I_C_TaxDeclarationLine public static final String Table_Name = "C_TaxDeclarationLine"; /** AD_Table_ID=819 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 819; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_AllocationLine_ID(); - public I_C_AllocationLine getC_AllocationLine() throws RuntimeException; + public org.compiere.model.I_C_AllocationLine getC_AllocationLine() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -105,7 +105,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -120,7 +120,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -135,7 +135,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -166,7 +166,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_TaxDeclaration_ID(); - public I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException; + public org.compiere.model.I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException; /** Column name C_TaxDeclarationLine_ID */ public static final String COLUMNNAME_C_TaxDeclarationLine_ID = "C_TaxDeclarationLine_ID"; @@ -181,6 +181,15 @@ public interface I_C_TaxDeclarationLine */ public int getC_TaxDeclarationLine_ID(); + /** Column name C_TaxDeclarationLine_UU */ + public static final String COLUMNNAME_C_TaxDeclarationLine_UU = "C_TaxDeclarationLine_UU"; + + /** Set C_TaxDeclarationLine_UU */ + public void setC_TaxDeclarationLine_UU (String C_TaxDeclarationLine_UU); + + /** Get C_TaxDeclarationLine_UU */ + public String getC_TaxDeclarationLine_UU(); + /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -194,7 +203,7 @@ public interface I_C_TaxDeclarationLine */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java b/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java index 31ff84c8c0..b0d03ff503 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_TaxPostal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxPostal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxPostal { @@ -31,7 +31,7 @@ public interface I_C_TaxPostal public static final String Table_Name = "C_TaxPostal"; /** AD_Table_ID=701 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 701; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_C_TaxPostal */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_TaxPostal_ID */ public static final String COLUMNNAME_C_TaxPostal_ID = "C_TaxPostal_ID"; @@ -106,6 +106,15 @@ public interface I_C_TaxPostal */ public int getC_TaxPostal_ID(); + /** Column name C_TaxPostal_UU */ + public static final String COLUMNNAME_C_TaxPostal_UU = "C_TaxPostal_UU"; + + /** Set C_TaxPostal_UU */ + public void setC_TaxPostal_UU (String C_TaxPostal_UU); + + /** Get C_TaxPostal_UU */ + public String getC_TaxPostal_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java index fe731ac0b7..731194e8c3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Tax_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Tax_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Tax_Acct { @@ -35,7 +35,7 @@ public interface I_C_Tax_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_C_UOM.java b/org.adempiere.base/src/org/compiere/model/I_C_UOM.java index 9537004743..c7b5920141 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_UOM.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_UOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_UOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_UOM { @@ -31,7 +31,7 @@ public interface I_C_UOM public static final String Table_Name = "C_UOM"; /** AD_Table_ID=146 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 146; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,6 +104,15 @@ public interface I_C_UOM */ public int getC_UOM_ID(); + /** Column name C_UOM_UU */ + public static final String COLUMNNAME_C_UOM_UU = "C_UOM_UU"; + + /** Set C_UOM_UU */ + public void setC_UOM_UU (String C_UOM_UU); + + /** Get C_UOM_UU */ + public String getC_UOM_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java b/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java index 001ce77f08..4edcd88f17 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_UOM_Conversion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_UOM_Conversion - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_UOM_Conversion { @@ -31,7 +31,7 @@ public interface I_C_UOM_Conversion public static final String Table_Name = "C_UOM_Conversion"; /** AD_Table_ID=175 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 175; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,6 +91,15 @@ public interface I_C_UOM_Conversion */ public int getC_UOM_Conversion_ID(); + /** Column name C_UOM_Conversion_UU */ + public static final String COLUMNNAME_C_UOM_Conversion_UU = "C_UOM_Conversion_UU"; + + /** Set C_UOM_Conversion_UU */ + public void setC_UOM_Conversion_UU (String C_UOM_Conversion_UU); + + /** Get C_UOM_Conversion_UU */ + public String getC_UOM_Conversion_UU(); + /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -104,7 +113,7 @@ public interface I_C_UOM_Conversion */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name C_UOM_To_ID */ public static final String COLUMNNAME_C_UOM_To_ID = "C_UOM_To_ID"; @@ -119,7 +128,7 @@ public interface I_C_UOM_Conversion */ public int getC_UOM_To_ID(); - public I_C_UOM getC_UOM_To() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM_To() throws RuntimeException; /** Column name DivideRate */ public static final String COLUMNNAME_DivideRate = "DivideRate"; @@ -160,7 +169,7 @@ public interface I_C_UOM_Conversion */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name MultiplyRate */ public static final String COLUMNNAME_MultiplyRate = "MultiplyRate"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java b/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java index ea79b8b289..1fc2a6ef2a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_UserRemuneration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_UserRemuneration - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_UserRemuneration { @@ -31,7 +31,7 @@ public interface I_C_UserRemuneration public static final String Table_Name = "C_UserRemuneration"; /** AD_Table_ID=794 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 794; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_UserRemuneration */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,7 +106,7 @@ public interface I_C_UserRemuneration */ public int getC_Remuneration_ID(); - public I_C_Remuneration getC_Remuneration() throws RuntimeException; + public org.compiere.model.I_C_Remuneration getC_Remuneration() throws RuntimeException; /** Column name C_UserRemuneration_ID */ public static final String COLUMNNAME_C_UserRemuneration_ID = "C_UserRemuneration_ID"; @@ -121,6 +121,15 @@ public interface I_C_UserRemuneration */ public int getC_UserRemuneration_ID(); + /** Column name C_UserRemuneration_UU */ + public static final String COLUMNNAME_C_UserRemuneration_UU = "C_UserRemuneration_UU"; + + /** Set C_UserRemuneration_UU */ + public void setC_UserRemuneration_UU (String C_UserRemuneration_UU); + + /** Get C_UserRemuneration_UU */ + public String getC_UserRemuneration_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java b/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java index 1b1699db06..d093371821 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_ValidCombination.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ValidCombination - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_ValidCombination { @@ -31,7 +31,7 @@ public interface I_C_ValidCombination public static final String Table_Name = "C_ValidCombination"; /** AD_Table_ID=176 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 176; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_C_ValidCombination */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -116,7 +116,7 @@ public interface I_C_ValidCombination */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -131,7 +131,7 @@ public interface I_C_ValidCombination */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -146,7 +146,7 @@ public interface I_C_ValidCombination */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -161,7 +161,7 @@ public interface I_C_ValidCombination */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_LocFrom_ID */ public static final String COLUMNNAME_C_LocFrom_ID = "C_LocFrom_ID"; @@ -176,7 +176,7 @@ public interface I_C_ValidCombination */ public int getC_LocFrom_ID(); - public I_C_Location getC_LocFrom() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException; /** Column name C_LocTo_ID */ public static final String COLUMNNAME_C_LocTo_ID = "C_LocTo_ID"; @@ -191,7 +191,7 @@ public interface I_C_ValidCombination */ public int getC_LocTo_ID(); - public I_C_Location getC_LocTo() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException; /** Column name Combination */ public static final String COLUMNNAME_Combination = "Combination"; @@ -219,7 +219,7 @@ public interface I_C_ValidCombination */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -250,7 +250,7 @@ public interface I_C_ValidCombination */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name C_SubAcct_ID */ public static final String COLUMNNAME_C_SubAcct_ID = "C_SubAcct_ID"; @@ -265,7 +265,7 @@ public interface I_C_ValidCombination */ public int getC_SubAcct_ID(); - public I_C_SubAcct getC_SubAcct() throws RuntimeException; + public org.compiere.model.I_C_SubAcct getC_SubAcct() throws RuntimeException; /** Column name C_ValidCombination_ID */ public static final String COLUMNNAME_C_ValidCombination_ID = "C_ValidCombination_ID"; @@ -280,6 +280,15 @@ public interface I_C_ValidCombination */ public int getC_ValidCombination_ID(); + /** Column name C_ValidCombination_UU */ + public static final String COLUMNNAME_C_ValidCombination_UU = "C_ValidCombination_UU"; + + /** Set C_ValidCombination_UU */ + public void setC_ValidCombination_UU (String C_ValidCombination_UU); + + /** Get C_ValidCombination_UU */ + public String getC_ValidCombination_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -332,7 +341,7 @@ public interface I_C_ValidCombination */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; @@ -363,7 +372,7 @@ public interface I_C_ValidCombination */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -378,7 +387,7 @@ public interface I_C_ValidCombination */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name UserElement1_ID */ public static final String COLUMNNAME_UserElement1_ID = "UserElement1_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java b/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java index a24b060f48..7a44375a4e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Withholding.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Withholding - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Withholding { @@ -31,7 +31,7 @@ public interface I_C_Withholding public static final String Table_Name = "C_Withholding"; /** AD_Table_ID=304 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 304; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Withholding */ public int getBeneficiary(); - public I_C_BPartner getBenefici() throws RuntimeException; + public org.compiere.model.I_C_BPartner getBenefici() throws RuntimeException; /** Column name C_PaymentTerm_ID */ public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID"; @@ -90,7 +90,7 @@ public interface I_C_Withholding */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -121,6 +121,15 @@ public interface I_C_Withholding */ public int getC_Withholding_ID(); + /** Column name C_Withholding_UU */ + public static final String COLUMNNAME_C_Withholding_UU = "C_Withholding_UU"; + + /** Set C_Withholding_UU */ + public void setC_Withholding_UU (String C_Withholding_UU); + + /** Get C_Withholding_UU */ + public String getC_Withholding_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java b/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java index d1e1bfe05b..e1bf20e054 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Withholding_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Withholding_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Withholding_Acct { @@ -31,7 +31,7 @@ public interface I_C_Withholding_Acct public static final String Table_Name = "C_Withholding_Acct"; /** AD_Table_ID=400 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 400; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Withholding_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -93,6 +93,15 @@ public interface I_C_Withholding_Acct */ public int getCreatedBy(); + /** Column name C_Withholding_Acct_UU */ + public static final String COLUMNNAME_C_Withholding_Acct_UU = "C_Withholding_Acct_UU"; + + /** Set C_Withholding_Acct_UU */ + public void setC_Withholding_Acct_UU (String C_Withholding_Acct_UU); + + /** Get C_Withholding_Acct_UU */ + public String getC_Withholding_Acct_UU(); + /** Column name C_Withholding_ID */ public static final String COLUMNNAME_C_Withholding_ID = "C_Withholding_ID"; @@ -106,7 +115,7 @@ public interface I_C_Withholding_Acct */ public int getC_Withholding_ID(); - public I_C_Withholding getC_Withholding() throws RuntimeException; + public org.compiere.model.I_C_Withholding getC_Withholding() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_C_Year.java b/org.adempiere.base/src/org/compiere/model/I_C_Year.java index 0106c896dd..c499186f39 100644 --- a/org.adempiere.base/src/org/compiere/model/I_C_Year.java +++ b/org.adempiere.base/src/org/compiere/model/I_C_Year.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_Year - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_Year { @@ -31,7 +31,7 @@ public interface I_C_Year public static final String Table_Name = "C_Year"; /** AD_Table_ID=177 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 177; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_C_Year */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,6 +106,15 @@ public interface I_C_Year */ public int getC_Year_ID(); + /** Column name C_Year_UU */ + public static final String COLUMNNAME_C_Year_UU = "C_Year_UU"; + + /** Set C_Year_UU */ + public void setC_Year_UU (String C_Year_UU); + + /** Get C_Year_UU */ + public String getC_Year_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java b/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java index 62987a388e..c748b1a635 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_Format.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Format - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_EXP_Format { @@ -31,7 +31,7 @@ public interface I_EXP_Format public static final String Table_Name = "EXP_Format"; /** AD_Table_ID=53072 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53072; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_EXP_Format */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -115,6 +115,15 @@ public interface I_EXP_Format /** Get Export Format */ public int getEXP_Format_ID(); + /** Column name EXP_Format_UU */ + public static final String COLUMNNAME_EXP_Format_UU = "EXP_Format_UU"; + + /** Set EXP_Format_UU */ + public void setEXP_Format_UU (String EXP_Format_UU); + + /** Get EXP_Format_UU */ + public String getEXP_Format_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java b/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java index e2598dcee3..0f97023374 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_FormatLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_FormatLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_EXP_FormatLine { @@ -31,7 +31,7 @@ public interface I_EXP_FormatLine public static final String Table_Name = "EXP_FormatLine"; /** AD_Table_ID=53073 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53073; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -62,7 +62,7 @@ public interface I_EXP_FormatLine */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -90,7 +90,7 @@ public interface I_EXP_FormatLine */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -165,6 +165,15 @@ public interface I_EXP_FormatLine /** Get Format Line */ public int getEXP_FormatLine_ID(); + /** Column name EXP_FormatLine_UU */ + public static final String COLUMNNAME_EXP_FormatLine_UU = "EXP_FormatLine_UU"; + + /** Set EXP_FormatLine_UU */ + public void setEXP_FormatLine_UU (String EXP_FormatLine_UU); + + /** Get EXP_FormatLine_UU */ + public String getEXP_FormatLine_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java index 9c1d848802..bf49c36785 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Processor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_EXP_Processor { @@ -31,7 +31,7 @@ public interface I_EXP_Processor public static final String Table_Name = "EXP_Processor"; /** AD_Table_ID=53074 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53074; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -120,6 +120,15 @@ public interface I_EXP_Processor public org.compiere.model.I_EXP_Processor_Type getEXP_Processor_Type() throws RuntimeException; + /** Column name EXP_Processor_UU */ + public static final String COLUMNNAME_EXP_Processor_UU = "EXP_Processor_UU"; + + /** Set EXP_Processor_UU */ + public void setEXP_Processor_UU (String EXP_Processor_UU); + + /** Get EXP_Processor_UU */ + public String getEXP_Processor_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java index d42eabaea7..eb4f5007a1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_ProcessorParameter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_ProcessorParameter - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_EXP_ProcessorParameter { @@ -31,7 +31,7 @@ public interface I_EXP_ProcessorParameter public static final String Table_Name = "EXP_ProcessorParameter"; /** AD_Table_ID=53075 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53075; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -111,6 +111,15 @@ public interface I_EXP_ProcessorParameter /** Get Processor Parameter */ public int getEXP_ProcessorParameter_ID(); + /** Column name EXP_ProcessorParameter_UU */ + public static final String COLUMNNAME_EXP_ProcessorParameter_UU = "EXP_ProcessorParameter_UU"; + + /** Set EXP_ProcessorParameter_UU */ + public void setEXP_ProcessorParameter_UU (String EXP_ProcessorParameter_UU); + + /** Get EXP_ProcessorParameter_UU */ + public String getEXP_ProcessorParameter_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java index 88dc62b7a2..08d86be662 100644 --- a/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_EXP_Processor_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for EXP_Processor_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_EXP_Processor_Type { @@ -31,7 +31,7 @@ public interface I_EXP_Processor_Type public static final String Table_Name = "EXP_Processor_Type"; /** AD_Table_ID=53076 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53076; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -100,6 +100,15 @@ public interface I_EXP_Processor_Type /** Get Export Processor Type */ public int getEXP_Processor_Type_ID(); + /** Column name EXP_Processor_Type_UU */ + public static final String COLUMNNAME_EXP_Processor_Type_UU = "EXP_Processor_Type_UU"; + + /** Set EXP_Processor_Type_UU */ + public void setEXP_Processor_Type_UU (String EXP_Processor_Type_UU); + + /** Get EXP_Processor_Type_UU */ + public String getEXP_Processor_Type_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java index c8a47ed57e..3521bd5f8d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for Fact_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_Fact_Acct { @@ -31,7 +31,7 @@ public interface I_Fact_Acct public static final String Table_Name = "Fact_Acct"; /** AD_Table_ID=270 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 270; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -114,7 +114,7 @@ public interface I_Fact_Acct */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AmtAcctCr */ public static final String COLUMNNAME_AmtAcctCr = "AmtAcctCr"; @@ -181,7 +181,7 @@ public interface I_Fact_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -196,7 +196,7 @@ public interface I_Fact_Acct */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -211,7 +211,7 @@ public interface I_Fact_Acct */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -226,7 +226,7 @@ public interface I_Fact_Acct */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -241,7 +241,7 @@ public interface I_Fact_Acct */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_LocFrom_ID */ public static final String COLUMNNAME_C_LocFrom_ID = "C_LocFrom_ID"; @@ -256,7 +256,7 @@ public interface I_Fact_Acct */ public int getC_LocFrom_ID(); - public I_C_Location getC_LocFrom() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException; /** Column name C_LocTo_ID */ public static final String COLUMNNAME_C_LocTo_ID = "C_LocTo_ID"; @@ -271,7 +271,7 @@ public interface I_Fact_Acct */ public int getC_LocTo_ID(); - public I_C_Location getC_LocTo() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException; /** Column name C_Period_ID */ public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; @@ -286,7 +286,7 @@ public interface I_Fact_Acct */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -301,7 +301,7 @@ public interface I_Fact_Acct */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -316,7 +316,7 @@ public interface I_Fact_Acct */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -331,7 +331,7 @@ public interface I_Fact_Acct */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -362,7 +362,7 @@ public interface I_Fact_Acct */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name C_SubAcct_ID */ public static final String COLUMNNAME_C_SubAcct_ID = "C_SubAcct_ID"; @@ -377,7 +377,7 @@ public interface I_Fact_Acct */ public int getC_SubAcct_ID(); - public I_C_SubAcct getC_SubAcct() throws RuntimeException; + public org.compiere.model.I_C_SubAcct getC_SubAcct() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -392,7 +392,7 @@ public interface I_Fact_Acct */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -407,7 +407,7 @@ public interface I_Fact_Acct */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -457,6 +457,15 @@ public interface I_Fact_Acct /** Get Accounting Fact */ public int getFact_Acct_ID(); + /** Column name Fact_Acct_UU */ + public static final String COLUMNNAME_Fact_Acct_UU = "Fact_Acct_UU"; + + /** Set Fact_Acct_UU */ + public void setFact_Acct_UU (String Fact_Acct_UU); + + /** Get Fact_Acct_UU */ + public String getFact_Acct_UU(); + /** Column name GL_Budget_ID */ public static final String COLUMNNAME_GL_Budget_ID = "GL_Budget_ID"; @@ -470,7 +479,7 @@ public interface I_Fact_Acct */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name GL_Category_ID */ public static final String COLUMNNAME_GL_Category_ID = "GL_Category_ID"; @@ -485,7 +494,7 @@ public interface I_Fact_Acct */ public int getGL_Category_ID(); - public I_GL_Category getGL_Category() throws RuntimeException; + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -526,7 +535,7 @@ public interface I_Fact_Acct */ public int getM_Locator_ID(); - public I_M_Locator getM_Locator() throws RuntimeException; + public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -541,7 +550,7 @@ public interface I_Fact_Acct */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; @@ -611,7 +620,7 @@ public interface I_Fact_Acct */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -626,7 +635,7 @@ public interface I_Fact_Acct */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name UserElement1_ID */ public static final String COLUMNNAME_UserElement1_ID = "UserElement1_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java index c13121cbf6..ad26bdf608 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java +++ b/org.adempiere.base/src/org/compiere/model/I_Fact_Acct_Summary.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for Fact_Acct_Summary - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_Fact_Acct_Summary { @@ -31,7 +31,7 @@ public interface I_Fact_Acct_Summary public static final String Table_Name = "Fact_Acct_Summary"; /** AD_Table_ID=53203 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53203; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_Fact_Acct_Summary */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_Fact_Acct_Summary */ public int getAD_OrgTrx_ID(); - public I_AD_Org getAD_OrgTrx() throws RuntimeException; + public org.compiere.model.I_AD_Org getAD_OrgTrx() throws RuntimeException; /** Column name AmtAcctCr */ public static final String COLUMNNAME_AmtAcctCr = "AmtAcctCr"; @@ -131,7 +131,7 @@ public interface I_Fact_Acct_Summary */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -146,7 +146,7 @@ public interface I_Fact_Acct_Summary */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -161,7 +161,7 @@ public interface I_Fact_Acct_Summary */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -176,7 +176,7 @@ public interface I_Fact_Acct_Summary */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_LocFrom_ID */ public static final String COLUMNNAME_C_LocFrom_ID = "C_LocFrom_ID"; @@ -191,7 +191,7 @@ public interface I_Fact_Acct_Summary */ public int getC_LocFrom_ID(); - public I_C_Location getC_LocFrom() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException; /** Column name C_LocTo_ID */ public static final String COLUMNNAME_C_LocTo_ID = "C_LocTo_ID"; @@ -206,7 +206,7 @@ public interface I_Fact_Acct_Summary */ public int getC_LocTo_ID(); - public I_C_Location getC_LocTo() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException; /** Column name C_Period_ID */ public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; @@ -221,7 +221,7 @@ public interface I_Fact_Acct_Summary */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -236,7 +236,7 @@ public interface I_Fact_Acct_Summary */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -251,7 +251,7 @@ public interface I_Fact_Acct_Summary */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -266,7 +266,7 @@ public interface I_Fact_Acct_Summary */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -297,7 +297,7 @@ public interface I_Fact_Acct_Summary */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name C_SubAcct_ID */ public static final String COLUMNNAME_C_SubAcct_ID = "C_SubAcct_ID"; @@ -312,7 +312,7 @@ public interface I_Fact_Acct_Summary */ public int getC_SubAcct_ID(); - public I_C_SubAcct getC_SubAcct() throws RuntimeException; + public org.compiere.model.I_C_SubAcct getC_SubAcct() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -327,6 +327,15 @@ public interface I_Fact_Acct_Summary */ public Timestamp getDateAcct(); + /** Column name Fact_Acct_Summary_UU */ + public static final String COLUMNNAME_Fact_Acct_Summary_UU = "Fact_Acct_Summary_UU"; + + /** Set Fact_Acct_Summary_UU */ + public void setFact_Acct_Summary_UU (String Fact_Acct_Summary_UU); + + /** Get Fact_Acct_Summary_UU */ + public String getFact_Acct_Summary_UU(); + /** Column name GL_Budget_ID */ public static final String COLUMNNAME_GL_Budget_ID = "GL_Budget_ID"; @@ -340,7 +349,7 @@ public interface I_Fact_Acct_Summary */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -368,7 +377,7 @@ public interface I_Fact_Acct_Summary */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PA_ReportCube_ID */ public static final String COLUMNNAME_PA_ReportCube_ID = "PA_ReportCube_ID"; @@ -383,7 +392,7 @@ public interface I_Fact_Acct_Summary */ public int getPA_ReportCube_ID(); - public I_PA_ReportCube getPA_ReportCube() throws RuntimeException; + public org.compiere.model.I_PA_ReportCube getPA_ReportCube() throws RuntimeException; /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; @@ -440,7 +449,7 @@ public interface I_Fact_Acct_Summary */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -455,7 +464,7 @@ public interface I_Fact_Acct_Summary */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name UserElement1_ID */ public static final String COLUMNNAME_UserElement1_ID = "UserElement1_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java index 47918c3d7b..74211296ea 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java +++ b/org.adempiere.base/src/org/compiere/model/I_Fact_Reconciliation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for Fact_Reconciliation - * @author Adempiere (generated) - * @version 360LTS.015 + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_Fact_Reconciliation { @@ -31,7 +31,7 @@ public interface I_Fact_Reconciliation public static final String Table_Name = "Fact_Reconciliation"; /** AD_Table_ID=53286 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53286; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_Fact_Reconciliation */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -103,7 +103,7 @@ public interface I_Fact_Reconciliation */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -143,7 +143,7 @@ public interface I_Fact_Reconciliation /** Get Accounting Fact */ public int getFact_Acct_ID(); - public I_Fact_Acct getFact_Acct() throws RuntimeException; + public org.compiere.model.I_Fact_Acct getFact_Acct() throws RuntimeException; /** Column name Fact_Reconciliation_ID */ public static final String COLUMNNAME_Fact_Reconciliation_ID = "Fact_Reconciliation_ID"; @@ -154,6 +154,15 @@ public interface I_Fact_Reconciliation /** Get Accounting Fact Reconciliation */ public int getFact_Reconciliation_ID(); + /** Column name Fact_Reconciliation_UU */ + public static final String COLUMNNAME_Fact_Reconciliation_UU = "Fact_Reconciliation_UU"; + + /** Set Fact_Reconciliation_UU */ + public void setFact_Reconciliation_UU (String Fact_Reconciliation_UU); + + /** Get Fact_Reconciliation_UU */ + public String getFact_Reconciliation_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java b/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java index 60375276a2..33f7ab4639 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Budget.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Budget - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_Budget { @@ -31,7 +31,7 @@ public interface I_GL_Budget public static final String Table_Name = "GL_Budget"; /** AD_Table_ID=271 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 271; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_GL_Budget */ public int getGL_Budget_ID(); + /** Column name GL_Budget_UU */ + public static final String COLUMNNAME_GL_Budget_UU = "GL_Budget_UU"; + + /** Set GL_Budget_UU */ + public void setGL_Budget_UU (String GL_Budget_UU); + + /** Get GL_Budget_UU */ + public String getGL_Budget_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java b/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java index a7058c87a7..2fd3a5fc99 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_BudgetControl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_BudgetControl - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_BudgetControl { @@ -31,7 +31,7 @@ public interface I_GL_BudgetControl public static final String Table_Name = "GL_BudgetControl"; /** AD_Table_ID=822 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 822; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_GL_BudgetControl */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CommitmentType */ public static final String COLUMNNAME_CommitmentType = "CommitmentType"; @@ -145,6 +145,15 @@ public interface I_GL_BudgetControl */ public int getGL_BudgetControl_ID(); + /** Column name GL_BudgetControl_UU */ + public static final String COLUMNNAME_GL_BudgetControl_UU = "GL_BudgetControl_UU"; + + /** Set GL_BudgetControl_UU */ + public void setGL_BudgetControl_UU (String GL_BudgetControl_UU); + + /** Get GL_BudgetControl_UU */ + public String getGL_BudgetControl_UU(); + /** Column name GL_Budget_ID */ public static final String COLUMNNAME_GL_Budget_ID = "GL_Budget_ID"; @@ -158,7 +167,7 @@ public interface I_GL_BudgetControl */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Category.java b/org.adempiere.base/src/org/compiere/model/I_GL_Category.java index b776439740..db698d4c67 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_Category { @@ -31,7 +31,7 @@ public interface I_GL_Category public static final String Table_Name = "GL_Category"; /** AD_Table_ID=218 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 218; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_GL_Category */ public int getGL_Category_ID(); + /** Column name GL_Category_UU */ + public static final String COLUMNNAME_GL_Category_UU = "GL_Category_UU"; + + /** Set GL_Category_UU */ + public void setGL_Category_UU (String GL_Category_UU); + + /** Get GL_Category_UU */ + public String getGL_Category_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java b/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java index fe7130ed6d..a9f4b63b4c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Distribution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Distribution - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_Distribution { @@ -31,7 +31,7 @@ public interface I_GL_Distribution public static final String Table_Name = "GL_Distribution"; /** AD_Table_ID=708 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 708; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_GL_Distribution */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -272,7 +272,7 @@ public interface I_GL_Distribution */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -287,7 +287,7 @@ public interface I_GL_Distribution */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -302,7 +302,7 @@ public interface I_GL_Distribution */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -317,7 +317,7 @@ public interface I_GL_Distribution */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -332,7 +332,7 @@ public interface I_GL_Distribution */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_LocFrom_ID */ public static final String COLUMNNAME_C_LocFrom_ID = "C_LocFrom_ID"; @@ -347,7 +347,7 @@ public interface I_GL_Distribution */ public int getC_LocFrom_ID(); - public I_C_Location getC_LocFrom() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException; /** Column name C_LocTo_ID */ public static final String COLUMNNAME_C_LocTo_ID = "C_LocTo_ID"; @@ -362,7 +362,7 @@ public interface I_GL_Distribution */ public int getC_LocTo_ID(); - public I_C_Location getC_LocTo() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -377,7 +377,7 @@ public interface I_GL_Distribution */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -408,7 +408,7 @@ public interface I_GL_Distribution */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -436,6 +436,15 @@ public interface I_GL_Distribution */ public int getGL_Distribution_ID(); + /** Column name GL_Distribution_UU */ + public static final String COLUMNNAME_GL_Distribution_UU = "GL_Distribution_UU"; + + /** Set GL_Distribution_UU */ + public void setGL_Distribution_UU (String GL_Distribution_UU); + + /** Get GL_Distribution_UU */ + public String getGL_Distribution_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; @@ -501,7 +510,7 @@ public interface I_GL_Distribution */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -593,7 +602,7 @@ public interface I_GL_Distribution */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -608,5 +617,5 @@ public interface I_GL_Distribution */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java b/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java index 13146b88af..f8f79a1ffb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_DistributionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_DistributionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_DistributionLine { @@ -31,7 +31,7 @@ public interface I_GL_DistributionLine public static final String Table_Name = "GL_DistributionLine"; /** AD_Table_ID=707 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 707; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_GL_DistributionLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -116,7 +116,7 @@ public interface I_GL_DistributionLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -131,7 +131,7 @@ public interface I_GL_DistributionLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_LocFrom_ID */ public static final String COLUMNNAME_C_LocFrom_ID = "C_LocFrom_ID"; @@ -146,7 +146,7 @@ public interface I_GL_DistributionLine */ public int getC_LocFrom_ID(); - public I_C_Location getC_LocFrom() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException; /** Column name C_LocTo_ID */ public static final String COLUMNNAME_C_LocTo_ID = "C_LocTo_ID"; @@ -161,7 +161,7 @@ public interface I_GL_DistributionLine */ public int getC_LocTo_ID(); - public I_C_Location getC_LocTo() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -176,7 +176,7 @@ public interface I_GL_DistributionLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -207,7 +207,7 @@ public interface I_GL_DistributionLine */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -235,7 +235,7 @@ public interface I_GL_DistributionLine */ public int getGL_Distribution_ID(); - public I_GL_Distribution getGL_Distribution() throws RuntimeException; + public org.compiere.model.I_GL_Distribution getGL_Distribution() throws RuntimeException; /** Column name GL_DistributionLine_ID */ public static final String COLUMNNAME_GL_DistributionLine_ID = "GL_DistributionLine_ID"; @@ -250,6 +250,15 @@ public interface I_GL_DistributionLine */ public int getGL_DistributionLine_ID(); + /** Column name GL_DistributionLine_UU */ + public static final String COLUMNNAME_GL_DistributionLine_UU = "GL_DistributionLine_UU"; + + /** Set GL_DistributionLine_UU */ + public void setGL_DistributionLine_UU (String GL_DistributionLine_UU); + + /** Get GL_DistributionLine_UU */ + public String getGL_DistributionLine_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -289,7 +298,7 @@ public interface I_GL_DistributionLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Org_ID */ public static final String COLUMNNAME_Org_ID = "Org_ID"; @@ -515,7 +524,7 @@ public interface I_GL_DistributionLine */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -530,5 +539,5 @@ public interface I_GL_DistributionLine */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java b/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java index 39c6600f1f..ae6c531978 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Fund.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Fund - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_Fund { @@ -31,7 +31,7 @@ public interface I_GL_Fund public static final String Table_Name = "GL_Fund"; /** AD_Table_ID=823 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 823; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_GL_Fund */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -158,6 +158,15 @@ public interface I_GL_Fund */ public int getGL_Fund_ID(); + /** Column name GL_Fund_UU */ + public static final String COLUMNNAME_GL_Fund_UU = "GL_Fund_UU"; + + /** Set GL_Fund_UU */ + public void setGL_Fund_UU (String GL_Fund_UU); + + /** Get GL_Fund_UU */ + public String getGL_Fund_UU(); + /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java b/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java index 52de4b2d35..f52f46af93 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_FundRestriction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_FundRestriction - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_FundRestriction { @@ -31,7 +31,7 @@ public interface I_GL_FundRestriction public static final String Table_Name = "GL_FundRestriction"; /** AD_Table_ID=824 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 824; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_GL_FundRestriction */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,7 +119,7 @@ public interface I_GL_FundRestriction */ public int getGL_Fund_ID(); - public I_GL_Fund getGL_Fund() throws RuntimeException; + public org.compiere.model.I_GL_Fund getGL_Fund() throws RuntimeException; /** Column name GL_FundRestriction_ID */ public static final String COLUMNNAME_GL_FundRestriction_ID = "GL_FundRestriction_ID"; @@ -134,6 +134,15 @@ public interface I_GL_FundRestriction */ public int getGL_FundRestriction_ID(); + /** Column name GL_FundRestriction_UU */ + public static final String COLUMNNAME_GL_FundRestriction_UU = "GL_FundRestriction_UU"; + + /** Set GL_FundRestriction_UU */ + public void setGL_FundRestriction_UU (String GL_FundRestriction_UU); + + /** Get GL_FundRestriction_UU */ + public String getGL_FundRestriction_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java b/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java index 52600bcacf..c2f216139d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_Journal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_Journal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_Journal { @@ -31,7 +31,7 @@ public interface I_GL_Journal public static final String Table_Name = "GL_Journal"; /** AD_Table_ID=224 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 224; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_GL_Journal */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -90,7 +90,7 @@ public interface I_GL_Journal */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -105,7 +105,7 @@ public interface I_GL_Journal */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -120,7 +120,7 @@ public interface I_GL_Journal */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ControlAmt */ public static final String COLUMNNAME_ControlAmt = "ControlAmt"; @@ -135,6 +135,19 @@ public interface I_GL_Journal */ public BigDecimal getControlAmt(); + /** Column name CopyFrom */ + public static final String COLUMNNAME_CopyFrom = "CopyFrom"; + + /** Set Copy From. + * Copy From Record + */ + public void setCopyFrom (String CopyFrom); + + /** Get Copy From. + * Copy From Record + */ + public String getCopyFrom(); + /** Column name C_Period_ID */ public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; @@ -148,7 +161,7 @@ public interface I_GL_Journal */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -270,7 +283,7 @@ public interface I_GL_Journal */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name GL_Category_ID */ public static final String COLUMNNAME_GL_Category_ID = "GL_Category_ID"; @@ -285,7 +298,7 @@ public interface I_GL_Journal */ public int getGL_Category_ID(); - public I_GL_Category getGL_Category() throws RuntimeException; + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException; /** Column name GL_JournalBatch_ID */ public static final String COLUMNNAME_GL_JournalBatch_ID = "GL_JournalBatch_ID"; @@ -300,7 +313,7 @@ public interface I_GL_Journal */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name GL_Journal_ID */ public static final String COLUMNNAME_GL_Journal_ID = "GL_Journal_ID"; @@ -315,6 +328,15 @@ public interface I_GL_Journal */ public int getGL_Journal_ID(); + /** Column name GL_Journal_UU */ + public static final String COLUMNNAME_GL_Journal_UU = "GL_Journal_UU"; + + /** Set GL_Journal_UU */ + public void setGL_Journal_UU (String GL_Journal_UU); + + /** Get GL_Journal_UU */ + public String getGL_Journal_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -428,7 +450,7 @@ public interface I_GL_Journal */ public int getReversal_ID(); - public I_GL_Journal getReversal() throws RuntimeException; + public org.compiere.model.I_GL_Journal getReversal() throws RuntimeException; /** Column name TotalCr */ public static final String COLUMNNAME_TotalCr = "TotalCr"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java index 00c9f6ca45..e6f94b33cd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalBatch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalBatch - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_JournalBatch { @@ -31,7 +31,7 @@ public interface I_GL_JournalBatch public static final String Table_Name = "GL_JournalBatch"; /** AD_Table_ID=225 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 225; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_GL_JournalBatch */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -90,7 +90,7 @@ public interface I_GL_JournalBatch */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ControlAmt */ public static final String COLUMNNAME_ControlAmt = "ControlAmt"; @@ -131,7 +131,7 @@ public interface I_GL_JournalBatch */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -240,7 +240,7 @@ public interface I_GL_JournalBatch */ public int getGL_Category_ID(); - public I_GL_Category getGL_Category() throws RuntimeException; + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException; /** Column name GL_JournalBatch_ID */ public static final String COLUMNNAME_GL_JournalBatch_ID = "GL_JournalBatch_ID"; @@ -255,6 +255,15 @@ public interface I_GL_JournalBatch */ public int getGL_JournalBatch_ID(); + /** Column name GL_JournalBatch_UU */ + public static final String COLUMNNAME_GL_JournalBatch_UU = "GL_JournalBatch_UU"; + + /** Set GL_JournalBatch_UU */ + public void setGL_JournalBatch_UU (String GL_JournalBatch_UU); + + /** Get GL_JournalBatch_UU */ + public String getGL_JournalBatch_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -329,7 +338,7 @@ public interface I_GL_JournalBatch */ public int getReversal_ID(); - public I_GL_JournalBatch getReversal() throws RuntimeException; + public org.compiere.model.I_GL_JournalBatch getReversal() throws RuntimeException; /** Column name TotalCr */ public static final String COLUMNNAME_TotalCr = "TotalCr"; diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java index 5821f3623d..d34f8586de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGenerator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalGenerator - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_JournalGenerator { @@ -35,7 +35,7 @@ public interface I_GL_JournalGenerator KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java index 5eed4b775e..85a972a12e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalGeneratorLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_JournalGeneratorLine { @@ -35,7 +35,7 @@ public interface I_GL_JournalGeneratorLine KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java index f71ff03230..944149c144 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalGeneratorSource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalGeneratorSource - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_JournalGeneratorSource { @@ -35,7 +35,7 @@ public interface I_GL_JournalGeneratorSource KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java b/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java index 7b41df595a..087648c21f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_GL_JournalLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for GL_JournalLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_GL_JournalLine { @@ -89,10 +89,10 @@ public interface I_GL_JournalLine /** Column name A_CreateAsset */ public static final String COLUMNNAME_A_CreateAsset = "A_CreateAsset"; - /** Set Asset Related? */ + /** Set Create Asset */ public void setA_CreateAsset (boolean A_CreateAsset); - /** Get Asset Related? */ + /** Get Create Asset */ public boolean isA_CreateAsset(); /** Column name AD_Client_ID */ diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java index 0708dd1198..c3d4999fe9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_Processor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_IMP_Processor { @@ -31,7 +31,7 @@ public interface I_IMP_Processor public static final String Table_Name = "IMP_Processor"; /** AD_Table_ID=53077 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53077; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -194,6 +194,15 @@ public interface I_IMP_Processor public org.compiere.model.I_IMP_Processor_Type getIMP_Processor_Type() throws RuntimeException; + /** Column name IMP_Processor_UU */ + public static final String COLUMNNAME_IMP_Processor_UU = "IMP_Processor_UU"; + + /** Set IMP_Processor_UU */ + public void setIMP_Processor_UU (String IMP_Processor_UU); + + /** Get IMP_Processor_UU */ + public String getIMP_Processor_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java index 985dfc42e8..909af8928e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_ProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_IMP_ProcessorLog { @@ -31,7 +31,7 @@ public interface I_IMP_ProcessorLog public static final String Table_Name = "IMP_ProcessorLog"; /** AD_Table_ID=53079 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53079; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -137,6 +137,15 @@ public interface I_IMP_ProcessorLog /** Get Import Processor Log */ public int getIMP_ProcessorLog_ID(); + /** Column name IMP_ProcessorLog_UU */ + public static final String COLUMNNAME_IMP_ProcessorLog_UU = "IMP_ProcessorLog_UU"; + + /** Set IMP_ProcessorLog_UU */ + public void setIMP_ProcessorLog_UU (String IMP_ProcessorLog_UU); + + /** Get IMP_ProcessorLog_UU */ + public String getIMP_ProcessorLog_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java index 293042a65a..5063d44fd2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_ProcessorParameter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_ProcessorParameter - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_IMP_ProcessorParameter { @@ -31,7 +31,7 @@ public interface I_IMP_ProcessorParameter public static final String Table_Name = "IMP_ProcessorParameter"; /** AD_Table_ID=53078 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53078; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -124,6 +124,15 @@ public interface I_IMP_ProcessorParameter /** Get Import Processor Parameter */ public int getIMP_ProcessorParameter_ID(); + /** Column name IMP_ProcessorParameter_UU */ + public static final String COLUMNNAME_IMP_ProcessorParameter_UU = "IMP_ProcessorParameter_UU"; + + /** Set IMP_ProcessorParameter_UU */ + public void setIMP_ProcessorParameter_UU (String IMP_ProcessorParameter_UU); + + /** Get IMP_ProcessorParameter_UU */ + public String getIMP_ProcessorParameter_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java index 8fb741e76e..3f0b586985 100644 --- a/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_IMP_Processor_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for IMP_Processor_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_IMP_Processor_Type { @@ -31,7 +31,7 @@ public interface I_IMP_Processor_Type public static final String Table_Name = "IMP_Processor_Type"; /** AD_Table_ID=53080 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53080; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -113,6 +113,15 @@ public interface I_IMP_Processor_Type /** Get Import Processor Type */ public int getIMP_Processor_Type_ID(); + /** Column name IMP_Processor_Type_UU */ + public static final String COLUMNNAME_IMP_Processor_Type_UU = "IMP_Processor_Type_UU"; + + /** Set IMP_Processor_Type_UU */ + public void setIMP_Processor_Type_UU (String IMP_Processor_Type_UU); + + /** Get IMP_Processor_Type_UU */ + public String getIMP_Processor_Type_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Asset.java b/org.adempiere.base/src/org/compiere/model/I_I_Asset.java index c32aae9225..d1d511ed52 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Asset { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java b/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java index 45939a0c46..8e81878694 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_BPartner.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_BPartner - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_BPartner { @@ -31,7 +31,7 @@ public interface I_I_BPartner public static final String Table_Name = "I_BPartner"; /** AD_Table_ID=533 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 533; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_I_BPartner */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Birthday */ public static final String COLUMNNAME_Birthday = "Birthday"; @@ -142,7 +142,7 @@ public interface I_I_BPartner */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -157,7 +157,7 @@ public interface I_I_BPartner */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -172,7 +172,7 @@ public interface I_I_BPartner */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -187,7 +187,7 @@ public interface I_I_BPartner */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name C_Greeting_ID */ public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID"; @@ -202,7 +202,7 @@ public interface I_I_BPartner */ public int getC_Greeting_ID(); - public I_C_Greeting getC_Greeting() throws RuntimeException; + public org.compiere.model.I_C_Greeting getC_Greeting() throws RuntimeException; /** Column name City */ public static final String COLUMNNAME_City = "City"; @@ -298,7 +298,7 @@ public interface I_I_BPartner */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -374,6 +374,15 @@ public interface I_I_BPartner /** Get Import Business Partner */ public int getI_BPartner_ID(); + /** Column name I_BPartner_UU */ + public static final String COLUMNNAME_I_BPartner_UU = "I_BPartner_UU"; + + /** Set I_BPartner_UU */ + public void setI_BPartner_UU (String I_BPartner_UU); + + /** Get I_BPartner_UU */ + public String getI_BPartner_UU(); + /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; @@ -617,7 +626,7 @@ public interface I_I_BPartner */ public int getR_InterestArea_ID(); - public I_R_InterestArea getR_InterestArea() throws RuntimeException; + public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException; /** Column name TaxID */ public static final String COLUMNNAME_TaxID = "TaxID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java b/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java index d8bfc0fe1b..4f2947e5ec 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_BankStatement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_BankStatement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_BankStatement { @@ -31,7 +31,7 @@ public interface I_I_BankStatement public static final String Table_Name = "I_BankStatement"; /** AD_Table_ID=600 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 600; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_I_BankStatement */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_BankStatement_ID */ public static final String COLUMNNAME_C_BankStatement_ID = "C_BankStatement_ID"; @@ -116,7 +116,7 @@ public interface I_I_BankStatement */ public int getC_BankStatement_ID(); - public I_C_BankStatement getC_BankStatement() throws RuntimeException; + public org.compiere.model.I_C_BankStatement getC_BankStatement() throws RuntimeException; /** Column name C_BankStatementLine_ID */ public static final String COLUMNNAME_C_BankStatementLine_ID = "C_BankStatementLine_ID"; @@ -131,7 +131,7 @@ public interface I_I_BankStatement */ public int getC_BankStatementLine_ID(); - public I_C_BankStatementLine getC_BankStatementLine() throws RuntimeException; + public org.compiere.model.I_C_BankStatementLine getC_BankStatementLine() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -146,7 +146,7 @@ public interface I_I_BankStatement */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -161,7 +161,7 @@ public interface I_I_BankStatement */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -176,7 +176,7 @@ public interface I_I_BankStatement */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -217,7 +217,7 @@ public interface I_I_BankStatement */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -232,7 +232,7 @@ public interface I_I_BankStatement */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -467,6 +467,15 @@ public interface I_I_BankStatement */ public int getI_BankStatement_ID(); + /** Column name I_BankStatement_UU */ + public static final String COLUMNNAME_I_BankStatement_UU = "I_BankStatement_UU"; + + /** Set I_BankStatement_UU */ + public void setI_BankStatement_UU (String I_BankStatement_UU); + + /** Get I_BankStatement_UU */ + public String getI_BankStatement_UU(); + /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java index 1a2e4839dc..6f3ec65ab1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Conversion_Rate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Conversion_Rate - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Conversion_Rate { @@ -31,7 +31,7 @@ public interface I_I_Conversion_Rate public static final String Table_Name = "I_Conversion_Rate"; /** AD_Table_ID=641 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 641; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_I_Conversion_Rate */ public int getC_Conversion_Rate_ID(); - public I_C_Conversion_Rate getC_Conversion_Rate() throws RuntimeException; + public org.compiere.model.I_C_Conversion_Rate getC_Conversion_Rate() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -90,7 +90,7 @@ public interface I_I_Conversion_Rate */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -105,7 +105,7 @@ public interface I_I_Conversion_Rate */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Currency_ID_To */ public static final String COLUMNNAME_C_Currency_ID_To = "C_Currency_ID_To"; @@ -120,7 +120,7 @@ public interface I_I_Conversion_Rate */ public int getC_Currency_ID_To(); - public I_C_Currency getC_Currency_To() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency_To() throws RuntimeException; /** Column name ConversionTypeValue */ public static final String COLUMNNAME_ConversionTypeValue = "ConversionTypeValue"; @@ -190,6 +190,15 @@ public interface I_I_Conversion_Rate */ public int getI_Conversion_Rate_ID(); + /** Column name I_Conversion_Rate_UU */ + public static final String COLUMNNAME_I_Conversion_Rate_UU = "I_Conversion_Rate_UU"; + + /** Set I_Conversion_Rate_UU */ + public void setI_Conversion_Rate_UU (String I_Conversion_Rate_UU); + + /** Get I_Conversion_Rate_UU */ + public String getI_Conversion_Rate_UU(); + /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java b/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java index 64594ca76f..55c7a232ac 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_ElementValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_ElementValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_ElementValue { @@ -31,7 +31,7 @@ public interface I_I_ElementValue public static final String Table_Name = "I_ElementValue"; /** AD_Table_ID=534 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 534; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_I_ElementValue */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -116,7 +116,7 @@ public interface I_I_ElementValue */ public int getC_Element_ID(); - public I_C_Element getC_Element() throws RuntimeException; + public org.compiere.model.I_C_Element getC_Element() throws RuntimeException; /** Column name C_ElementValue_ID */ public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; @@ -131,7 +131,7 @@ public interface I_I_ElementValue */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -201,6 +201,15 @@ public interface I_I_ElementValue */ public int getI_ElementValue_ID(); + /** Column name I_ElementValue_UU */ + public static final String COLUMNNAME_I_ElementValue_UU = "I_ElementValue_UU"; + + /** Set I_ElementValue_UU */ + public void setI_ElementValue_UU (String I_ElementValue_UU); + + /** Get I_ElementValue_UU */ + public String getI_ElementValue_UU(); + /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; @@ -292,7 +301,7 @@ public interface I_I_ElementValue */ public int getParentElementValue_ID(); - public I_C_ElementValue getParentElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getParentElementValue() throws RuntimeException; /** Column name ParentValue */ public static final String COLUMNNAME_ParentValue = "ParentValue"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java b/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java index 533d7259db..677ed85b5a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_FAJournal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_FAJournal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_FAJournal { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java b/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java index c81c4d4811..d6a158b5f1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_FixedAsset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_FixedAsset - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_FixedAsset { @@ -378,6 +378,15 @@ public interface I_I_FixedAsset /** Get Imported Fixed Asset */ public int getI_FixedAsset_ID(); + /** Column name I_FixedAsset_UU */ + public static final String COLUMNNAME_I_FixedAsset_UU = "I_FixedAsset_UU"; + + /** Set I_FixedAsset_UU */ + public void setI_FixedAsset_UU (String I_FixedAsset_UU); + + /** Get I_FixedAsset_UU */ + public String getI_FixedAsset_UU(); + /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java b/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java index 6e70dea5c2..931455f4d8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_GLJournal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_GLJournal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_GLJournal { @@ -31,7 +31,7 @@ public interface I_I_GLJournal public static final String Table_Name = "I_GLJournal"; /** AD_Table_ID=599 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 599; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_I_GLJournal */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AccountValue */ public static final String COLUMNNAME_AccountValue = "AccountValue"; @@ -233,7 +233,7 @@ public interface I_I_GLJournal */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -248,7 +248,7 @@ public interface I_I_GLJournal */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name CategoryName */ public static final String COLUMNNAME_CategoryName = "CategoryName"; @@ -276,7 +276,7 @@ public interface I_I_GLJournal */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -291,7 +291,7 @@ public interface I_I_GLJournal */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -306,7 +306,7 @@ public interface I_I_GLJournal */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -321,7 +321,7 @@ public interface I_I_GLJournal */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -336,7 +336,7 @@ public interface I_I_GLJournal */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ClientValue */ public static final String COLUMNNAME_ClientValue = "ClientValue"; @@ -364,7 +364,7 @@ public interface I_I_GLJournal */ public int getC_LocFrom_ID(); - public I_C_Location getC_LocFrom() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException; /** Column name C_LocTo_ID */ public static final String COLUMNNAME_C_LocTo_ID = "C_LocTo_ID"; @@ -379,7 +379,7 @@ public interface I_I_GLJournal */ public int getC_LocTo_ID(); - public I_C_Location getC_LocTo() throws RuntimeException; + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException; /** Column name ConversionTypeValue */ public static final String COLUMNNAME_ConversionTypeValue = "ConversionTypeValue"; @@ -407,7 +407,7 @@ public interface I_I_GLJournal */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -422,7 +422,7 @@ public interface I_I_GLJournal */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -453,7 +453,7 @@ public interface I_I_GLJournal */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -468,7 +468,7 @@ public interface I_I_GLJournal */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name CurrencyRate */ public static final String COLUMNNAME_CurrencyRate = "CurrencyRate"; @@ -496,7 +496,7 @@ public interface I_I_GLJournal */ public int getC_ValidCombination_ID(); - public I_C_ValidCombination getC_ValidCombination() throws RuntimeException; + public org.compiere.model.I_C_ValidCombination getC_ValidCombination() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -550,7 +550,7 @@ public interface I_I_GLJournal */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name GL_Category_ID */ public static final String COLUMNNAME_GL_Category_ID = "GL_Category_ID"; @@ -565,7 +565,7 @@ public interface I_I_GLJournal */ public int getGL_Category_ID(); - public I_GL_Category getGL_Category() throws RuntimeException; + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException; /** Column name GL_JournalBatch_ID */ public static final String COLUMNNAME_GL_JournalBatch_ID = "GL_JournalBatch_ID"; @@ -580,7 +580,7 @@ public interface I_I_GLJournal */ public int getGL_JournalBatch_ID(); - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException; /** Column name GL_Journal_ID */ public static final String COLUMNNAME_GL_Journal_ID = "GL_Journal_ID"; @@ -595,7 +595,7 @@ public interface I_I_GLJournal */ public int getGL_Journal_ID(); - public I_GL_Journal getGL_Journal() throws RuntimeException; + public org.compiere.model.I_GL_Journal getGL_Journal() throws RuntimeException; /** Column name GL_JournalLine_ID */ public static final String COLUMNNAME_GL_JournalLine_ID = "GL_JournalLine_ID"; @@ -610,7 +610,7 @@ public interface I_I_GLJournal */ public int getGL_JournalLine_ID(); - public I_GL_JournalLine getGL_JournalLine() throws RuntimeException; + public org.compiere.model.I_GL_JournalLine getGL_JournalLine() throws RuntimeException; /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; @@ -638,6 +638,15 @@ public interface I_I_GLJournal */ public int getI_GLJournal_ID(); + /** Column name I_GLJournal_UU */ + public static final String COLUMNNAME_I_GLJournal_UU = "I_GLJournal_UU"; + + /** Set I_GLJournal_UU */ + public void setI_GLJournal_UU (String I_GLJournal_UU); + + /** Get I_GLJournal_UU */ + public String getI_GLJournal_UU(); + /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; @@ -742,7 +751,7 @@ public interface I_I_GLJournal */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name OrgTrxValue */ public static final String COLUMNNAME_OrgTrxValue = "OrgTrxValue"; @@ -899,7 +908,7 @@ public interface I_I_GLJournal */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -914,5 +923,5 @@ public interface I_I_GLJournal */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java index 9807793f3d..888436143f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_InOutLineConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_InOutLineConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_InOutLineConfirm { @@ -31,7 +31,7 @@ public interface I_I_InOutLineConfirm public static final String Table_Name = "I_InOutLineConfirm"; /** AD_Table_ID=740 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 740; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_I_InOutLineConfirm */ public int getI_InOutLineConfirm_ID(); + /** Column name I_InOutLineConfirm_UU */ + public static final String COLUMNNAME_I_InOutLineConfirm_UU = "I_InOutLineConfirm_UU"; + + /** Set I_InOutLineConfirm_UU */ + public void setI_InOutLineConfirm_UU (String I_InOutLineConfirm_UU); + + /** Get I_InOutLineConfirm_UU */ + public String getI_InOutLineConfirm_UU(); + /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; @@ -195,7 +204,7 @@ public interface I_I_InOutLineConfirm */ public int getM_InOutLineConfirm_ID(); - public I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException; + public org.compiere.model.I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java b/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java index 6ef1d2911f..9bd738c8ec 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Inventory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Inventory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Inventory { diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java b/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java index d196c9ef22..b91375478c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Invoice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Invoice - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Invoice { @@ -31,7 +31,7 @@ public interface I_I_Invoice public static final String Table_Name = "I_Invoice"; /** AD_Table_ID=598 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 598; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -123,7 +123,7 @@ public interface I_I_Invoice */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name BPartnerValue */ public static final String COLUMNNAME_BPartnerValue = "BPartnerValue"; @@ -151,7 +151,7 @@ public interface I_I_Invoice */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -166,7 +166,7 @@ public interface I_I_Invoice */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -181,7 +181,7 @@ public interface I_I_Invoice */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -196,7 +196,7 @@ public interface I_I_Invoice */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -211,7 +211,7 @@ public interface I_I_Invoice */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -226,7 +226,7 @@ public interface I_I_Invoice */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -241,7 +241,7 @@ public interface I_I_Invoice */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -256,7 +256,7 @@ public interface I_I_Invoice */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeName */ public static final String COLUMNNAME_ChargeName = "ChargeName"; @@ -284,7 +284,7 @@ public interface I_I_Invoice */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -299,7 +299,7 @@ public interface I_I_Invoice */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name City */ public static final String COLUMNNAME_City = "City"; @@ -327,7 +327,7 @@ public interface I_I_Invoice */ public int getC_Location_ID(); - public I_C_Location getC_Location() throws RuntimeException; + public org.compiere.model.I_C_Location getC_Location() throws RuntimeException; /** Column name ContactName */ public static final String COLUMNNAME_ContactName = "ContactName"; @@ -368,7 +368,7 @@ public interface I_I_Invoice */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -383,7 +383,7 @@ public interface I_I_Invoice */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -414,7 +414,7 @@ public interface I_I_Invoice */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -429,7 +429,7 @@ public interface I_I_Invoice */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -535,6 +535,15 @@ public interface I_I_Invoice */ public int getI_Invoice_ID(); + /** Column name I_Invoice_UU */ + public static final String COLUMNNAME_I_Invoice_UU = "I_Invoice_UU"; + + /** Set I_Invoice_UU */ + public void setI_Invoice_UU (String I_Invoice_UU); + + /** Get I_Invoice_UU */ + public String getI_Invoice_UU(); + /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; @@ -600,7 +609,7 @@ public interface I_I_Invoice */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -615,7 +624,7 @@ public interface I_I_Invoice */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -769,7 +778,7 @@ public interface I_I_Invoice */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name SKU */ public static final String COLUMNNAME_SKU = "SKU"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Order.java b/org.adempiere.base/src/org/compiere/model/I_I_Order.java index 822b71be3e..3d3e1bf87e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Order.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Order { @@ -31,7 +31,7 @@ public interface I_I_Order public static final String Table_Name = "I_Order"; /** AD_Table_ID=591 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 591; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -114,7 +114,7 @@ public interface I_I_Order */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name BillTo_ID */ public static final String COLUMNNAME_BillTo_ID = "BillTo_ID"; @@ -129,7 +129,7 @@ public interface I_I_Order */ public int getBillTo_ID(); - public I_C_BPartner_Location getBillTo() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getBillTo() throws RuntimeException; /** Column name BPartnerValue */ public static final String COLUMNNAME_BPartnerValue = "BPartnerValue"; @@ -157,7 +157,7 @@ public interface I_I_Order */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -172,7 +172,7 @@ public interface I_I_Order */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -187,7 +187,7 @@ public interface I_I_Order */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -202,7 +202,7 @@ public interface I_I_Order */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -217,7 +217,7 @@ public interface I_I_Order */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Country_ID */ public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; @@ -232,7 +232,7 @@ public interface I_I_Order */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -247,7 +247,7 @@ public interface I_I_Order */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -262,7 +262,7 @@ public interface I_I_Order */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeName */ public static final String COLUMNNAME_ChargeName = "ChargeName"; @@ -303,7 +303,7 @@ public interface I_I_Order */ public int getC_Location_ID(); - public I_C_Location getC_Location() throws RuntimeException; + public org.compiere.model.I_C_Location getC_Location() throws RuntimeException; /** Column name ContactName */ public static final String COLUMNNAME_ContactName = "ContactName"; @@ -331,7 +331,7 @@ public interface I_I_Order */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -346,7 +346,7 @@ public interface I_I_Order */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_OrderSource_ID */ public static final String COLUMNNAME_C_OrderSource_ID = "C_OrderSource_ID"; @@ -357,7 +357,7 @@ public interface I_I_Order /** Get Order Source */ public int getC_OrderSource_ID(); - public I_C_OrderSource getC_OrderSource() throws RuntimeException; + public org.compiere.model.I_C_OrderSource getC_OrderSource() throws RuntimeException; /** Column name C_OrderSourceValue */ public static final String COLUMNNAME_C_OrderSourceValue = "C_OrderSourceValue"; @@ -394,7 +394,7 @@ public interface I_I_Order */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -409,7 +409,7 @@ public interface I_I_Order */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -440,7 +440,7 @@ public interface I_I_Order */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name C_Tax_ID */ public static final String COLUMNNAME_C_Tax_ID = "C_Tax_ID"; @@ -455,7 +455,7 @@ public interface I_I_Order */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -470,7 +470,7 @@ public interface I_I_Order */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -615,6 +615,15 @@ public interface I_I_Order */ public int getI_Order_ID(); + /** Column name I_Order_UU */ + public static final String COLUMNNAME_I_Order_UU = "I_Order_UU"; + + /** Set I_Order_UU */ + public void setI_Order_UU (String I_Order_UU); + + /** Get I_Order_UU */ + public String getI_Order_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -667,7 +676,7 @@ public interface I_I_Order */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -682,7 +691,7 @@ public interface I_I_Order */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -697,7 +706,7 @@ public interface I_I_Order */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -712,7 +721,7 @@ public interface I_I_Order */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -853,7 +862,7 @@ public interface I_I_Order */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name SKU */ public static final String COLUMNNAME_SKU = "SKU"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Payment.java b/org.adempiere.base/src/org/compiere/model/I_I_Payment.java index 9c5ad455a8..847f45643d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Payment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Payment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Payment { @@ -31,7 +31,7 @@ public interface I_I_Payment public static final String Table_Name = "I_Payment"; /** AD_Table_ID=597 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 597; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -231,7 +231,7 @@ public interface I_I_Payment */ public int getC_BankAccount_ID(); - public I_C_BankAccount getC_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -246,7 +246,7 @@ public interface I_I_Payment */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -261,7 +261,7 @@ public interface I_I_Payment */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -276,7 +276,7 @@ public interface I_I_Payment */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -291,7 +291,7 @@ public interface I_I_Payment */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -345,7 +345,7 @@ public interface I_I_Payment */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -360,7 +360,7 @@ public interface I_I_Payment */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -560,6 +560,15 @@ public interface I_I_Payment */ public int getI_Payment_ID(); + /** Column name I_Payment_UU */ + public static final String COLUMNNAME_I_Payment_UU = "I_Payment_UU"; + + /** Set I_Payment_UU */ + public void setI_Payment_UU (String I_Payment_UU); + + /** Get I_Payment_UU */ + public String getI_Payment_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java b/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java index 463ce4ddef..4b0d338a12 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_PriceList.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_PriceList - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_PriceList { @@ -31,7 +31,7 @@ public interface I_I_PriceList public static final String Table_Name = "I_PriceList"; /** AD_Table_ID=53173 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53173; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_I_PriceList */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -116,7 +116,7 @@ public interface I_I_PriceList */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -147,7 +147,7 @@ public interface I_I_PriceList */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -210,6 +210,15 @@ public interface I_I_PriceList /** Get Import Price List */ public int getI_PriceList_ID(); + /** Column name I_PriceList_UU */ + public static final String COLUMNNAME_I_PriceList_UU = "I_PriceList_UU"; + + /** Set I_PriceList_UU */ + public void setI_PriceList_UU (String I_PriceList_UU); + + /** Get I_PriceList_UU */ + public String getI_PriceList_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -275,7 +284,7 @@ public interface I_I_PriceList */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_PriceList_Version_ID */ public static final String COLUMNNAME_M_PriceList_Version_ID = "M_PriceList_Version_ID"; @@ -290,7 +299,7 @@ public interface I_I_PriceList */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -305,7 +314,7 @@ public interface I_I_PriceList */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_Product.java b/org.adempiere.base/src/org/compiere/model/I_I_Product.java index 68c98e4816..6225c38fb1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Product - * @author Adempiere (generated) - * @version 360LTS.015 + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Product { @@ -31,7 +31,7 @@ public interface I_I_Product public static final String Table_Name = "I_Product"; /** AD_Table_ID=532 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 532; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_I_Product */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -103,7 +103,7 @@ public interface I_I_Product */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Classification */ public static final String COLUMNNAME_Classification = "Classification"; @@ -160,7 +160,7 @@ public interface I_I_Product */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DeliveryTime_Promised */ public static final String COLUMNNAME_DeliveryTime_Promised = "DeliveryTime_Promised"; @@ -305,6 +305,15 @@ public interface I_I_Product */ public int getI_Product_ID(); + /** Column name I_Product_UU */ + public static final String COLUMNNAME_I_Product_UU = "I_Product_UU"; + + /** Set I_Product_UU */ + public void setI_Product_UU (String I_Product_UU); + + /** Get I_Product_UU */ + public String getI_Product_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -357,7 +366,7 @@ public interface I_I_Product */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -372,7 +381,7 @@ public interface I_I_Product */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java b/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java index 1f7d5dea0a..3a039c1e98 100644 --- a/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_I_ReportLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_ReportLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_ReportLine { @@ -31,7 +31,7 @@ public interface I_I_ReportLine public static final String Table_Name = "I_ReportLine"; /** AD_Table_ID=535 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 535; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -84,7 +84,7 @@ public interface I_I_ReportLine */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -167,6 +167,15 @@ public interface I_I_ReportLine */ public int getI_ReportLine_ID(); + /** Column name I_ReportLine_UU */ + public static final String COLUMNNAME_I_ReportLine_UU = "I_ReportLine_UU"; + + /** Set I_ReportLine_UU */ + public void setI_ReportLine_UU (String I_ReportLine_UU); + + /** Get I_ReportLine_UU */ + public String getI_ReportLine_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -263,7 +272,7 @@ public interface I_I_ReportLine /** Get Report Line */ public int getPA_ReportLine_ID(); - public I_PA_ReportLine getPA_ReportLine() throws RuntimeException; + public org.compiere.model.I_PA_ReportLine getPA_ReportLine() throws RuntimeException; /** Column name PA_ReportLineSet_ID */ public static final String COLUMNNAME_PA_ReportLineSet_ID = "PA_ReportLineSet_ID"; @@ -274,7 +283,7 @@ public interface I_I_ReportLine /** Get Report Line Set */ public int getPA_ReportLineSet_ID(); - public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; + public org.compiere.model.I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; /** Column name PA_ReportSource_ID */ public static final String COLUMNNAME_PA_ReportSource_ID = "PA_ReportSource_ID"; @@ -289,7 +298,7 @@ public interface I_I_ReportLine */ public int getPA_ReportSource_ID(); - public I_PA_ReportSource getPA_ReportSource() throws RuntimeException; + public org.compiere.model.I_PA_ReportSource getPA_ReportSource() throws RuntimeException; /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Category.java b/org.adempiere.base/src/org/compiere/model/I_K_Category.java index 568bba80e4..65f2dbb9fd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Category { @@ -31,7 +31,7 @@ public interface I_K_Category public static final String Table_Name = "K_Category"; /** AD_Table_ID=615 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 615; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_K_Category */ public int getK_Category_ID(); + /** Column name K_Category_UU */ + public static final String COLUMNNAME_K_Category_UU = "K_Category_UU"; + + /** Set K_Category_UU */ + public void setK_Category_UU (String K_Category_UU); + + /** Get K_Category_UU */ + public String getK_Category_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_CategoryValue.java b/org.adempiere.base/src/org/compiere/model/I_K_CategoryValue.java index d22c051739..cfbcc464d1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_CategoryValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_CategoryValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_CategoryValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_CategoryValue { @@ -31,7 +31,7 @@ public interface I_K_CategoryValue public static final String Table_Name = "K_CategoryValue"; /** AD_Table_ID=614 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 614; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,7 @@ public interface I_K_CategoryValue */ public int getK_Category_ID(); - public I_K_Category getK_Category() throws RuntimeException; + public org.compiere.model.I_K_Category getK_Category() throws RuntimeException; /** Column name K_CategoryValue_ID */ public static final String COLUMNNAME_K_CategoryValue_ID = "K_CategoryValue_ID"; @@ -132,6 +132,15 @@ public interface I_K_CategoryValue */ public int getK_CategoryValue_ID(); + /** Column name K_CategoryValue_UU */ + public static final String COLUMNNAME_K_CategoryValue_UU = "K_CategoryValue_UU"; + + /** Set K_CategoryValue_UU */ + public void setK_CategoryValue_UU (String K_CategoryValue_UU); + + /** Get K_CategoryValue_UU */ + public String getK_CategoryValue_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Comment.java b/org.adempiere.base/src/org/compiere/model/I_K_Comment.java index c75ac50a04..18af5b15d0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Comment.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Comment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Comment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Comment { @@ -31,7 +31,7 @@ public interface I_K_Comment public static final String Table_Name = "K_Comment"; /** AD_Table_ID=613 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 613; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_K_Comment */ public int getAD_Session_ID(); - public I_AD_Session getAD_Session() throws RuntimeException; + public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,6 +132,15 @@ public interface I_K_Comment */ public int getK_Comment_ID(); + /** Column name K_Comment_UU */ + public static final String COLUMNNAME_K_Comment_UU = "K_Comment_UU"; + + /** Set K_Comment_UU */ + public void setK_Comment_UU (String K_Comment_UU); + + /** Get K_Comment_UU */ + public String getK_Comment_UU(); + /** Column name K_Entry_ID */ public static final String COLUMNNAME_K_Entry_ID = "K_Entry_ID"; @@ -145,7 +154,7 @@ public interface I_K_Comment */ public int getK_Entry_ID(); - public I_K_Entry getK_Entry() throws RuntimeException; + public org.compiere.model.I_K_Entry getK_Entry() throws RuntimeException; /** Column name Rating */ public static final String COLUMNNAME_Rating = "Rating"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Entry.java b/org.adempiere.base/src/org/compiere/model/I_K_Entry.java index 0f638dcfcf..ab12accbf6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Entry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Entry - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Entry { @@ -31,7 +31,7 @@ public interface I_K_Entry public static final String Table_Name = "K_Entry"; /** AD_Table_ID=612 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 612; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_K_Entry */ public int getAD_Session_ID(); - public I_AD_Session getAD_Session() throws RuntimeException; + public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -145,6 +145,15 @@ public interface I_K_Entry */ public int getK_Entry_ID(); + /** Column name K_Entry_UU */ + public static final String COLUMNNAME_K_Entry_UU = "K_Entry_UU"; + + /** Set K_Entry_UU */ + public void setK_Entry_UU (String K_Entry_UU); + + /** Get K_Entry_UU */ + public String getK_Entry_UU(); + /** Column name Keywords */ public static final String COLUMNNAME_Keywords = "Keywords"; @@ -171,7 +180,7 @@ public interface I_K_Entry */ public int getK_Source_ID(); - public I_K_Source getK_Source() throws RuntimeException; + public org.compiere.model.I_K_Source getK_Source() throws RuntimeException; /** Column name K_Topic_ID */ public static final String COLUMNNAME_K_Topic_ID = "K_Topic_ID"; @@ -186,7 +195,7 @@ public interface I_K_Entry */ public int getK_Topic_ID(); - public I_K_Topic getK_Topic() throws RuntimeException; + public org.compiere.model.I_K_Topic getK_Topic() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_EntryCategory.java b/org.adempiere.base/src/org/compiere/model/I_K_EntryCategory.java index accffbce9a..7bc193f6fd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_EntryCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_EntryCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_EntryCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_EntryCategory { @@ -31,7 +31,7 @@ public interface I_K_EntryCategory public static final String Table_Name = "K_EntryCategory"; /** AD_Table_ID=611 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 611; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,7 +104,7 @@ public interface I_K_EntryCategory */ public int getK_Category_ID(); - public I_K_Category getK_Category() throws RuntimeException; + public org.compiere.model.I_K_Category getK_Category() throws RuntimeException; /** Column name K_CategoryValue_ID */ public static final String COLUMNNAME_K_CategoryValue_ID = "K_CategoryValue_ID"; @@ -119,7 +119,16 @@ public interface I_K_EntryCategory */ public int getK_CategoryValue_ID(); - public I_K_CategoryValue getK_CategoryValue() throws RuntimeException; + public org.compiere.model.I_K_CategoryValue getK_CategoryValue() throws RuntimeException; + + /** Column name K_EntryCategory_UU */ + public static final String COLUMNNAME_K_EntryCategory_UU = "K_EntryCategory_UU"; + + /** Set K_EntryCategory_UU */ + public void setK_EntryCategory_UU (String K_EntryCategory_UU); + + /** Get K_EntryCategory_UU */ + public String getK_EntryCategory_UU(); /** Column name K_Entry_ID */ public static final String COLUMNNAME_K_Entry_ID = "K_Entry_ID"; @@ -134,7 +143,7 @@ public interface I_K_EntryCategory */ public int getK_Entry_ID(); - public I_K_Entry getK_Entry() throws RuntimeException; + public org.compiere.model.I_K_Entry getK_Entry() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_EntryRelated.java b/org.adempiere.base/src/org/compiere/model/I_K_EntryRelated.java index 9ff452e5e8..ef3aa92906 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_EntryRelated.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_EntryRelated.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_EntryRelated - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_EntryRelated { @@ -31,7 +31,7 @@ public interface I_K_EntryRelated public static final String Table_Name = "K_EntryRelated"; /** AD_Table_ID=610 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 610; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,7 +104,7 @@ public interface I_K_EntryRelated */ public int getK_Entry_ID(); - public I_K_Entry getK_Entry() throws RuntimeException; + public org.compiere.model.I_K_Entry getK_Entry() throws RuntimeException; /** Column name K_EntryRelated_ID */ public static final String COLUMNNAME_K_EntryRelated_ID = "K_EntryRelated_ID"; @@ -119,6 +119,15 @@ public interface I_K_EntryRelated */ public int getK_EntryRelated_ID(); + /** Column name K_EntryRelated_UU */ + public static final String COLUMNNAME_K_EntryRelated_UU = "K_EntryRelated_UU"; + + /** Set K_EntryRelated_UU */ + public void setK_EntryRelated_UU (String K_EntryRelated_UU); + + /** Get K_EntryRelated_UU */ + public String getK_EntryRelated_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Index.java b/org.adempiere.base/src/org/compiere/model/I_K_Index.java index cc0d12dbda..46e9c9cdc5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Index.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Index.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Index - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Index { @@ -31,7 +31,7 @@ public interface I_K_Index public static final String Table_Name = "K_Index"; /** AD_Table_ID=900 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 900; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_K_Index */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -90,7 +90,7 @@ public interface I_K_Index */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -105,7 +105,7 @@ public interface I_K_Index */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -175,6 +175,15 @@ public interface I_K_Index */ public int getK_INDEX_ID(); + /** Column name K_Index_UU */ + public static final String COLUMNNAME_K_Index_UU = "K_Index_UU"; + + /** Set K_Index_UU */ + public void setK_Index_UU (String K_Index_UU); + + /** Get K_Index_UU */ + public String getK_Index_UU(); + /** Column name Record_ID */ public static final String COLUMNNAME_Record_ID = "Record_ID"; @@ -201,7 +210,7 @@ public interface I_K_Index */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name SourceUpdated */ public static final String COLUMNNAME_SourceUpdated = "SourceUpdated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_IndexLog.java b/org.adempiere.base/src/org/compiere/model/I_K_IndexLog.java index f41984b1bc..70726bd688 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_IndexLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_IndexLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_IndexLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_IndexLog { @@ -31,7 +31,7 @@ public interface I_K_IndexLog public static final String Table_Name = "K_IndexLog"; /** AD_Table_ID=899 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 899; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_K_IndexLog */ public int getK_IndexLog_ID(); + /** Column name K_IndexLog_UU */ + public static final String COLUMNNAME_K_IndexLog_UU = "K_IndexLog_UU"; + + /** Set K_IndexLog_UU */ + public void setK_IndexLog_UU (String K_IndexLog_UU); + + /** Get K_IndexLog_UU */ + public String getK_IndexLog_UU(); + /** Column name QuerySource */ public static final String COLUMNNAME_QuerySource = "QuerySource"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_IndexStop.java b/org.adempiere.base/src/org/compiere/model/I_K_IndexStop.java index 9857e071fb..0caa0e4287 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_IndexStop.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_IndexStop.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_IndexStop - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_IndexStop { @@ -31,7 +31,7 @@ public interface I_K_IndexStop public static final String Table_Name = "K_IndexStop"; /** AD_Table_ID=901 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 901; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_K_IndexStop */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name CM_WebProject_ID */ public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; @@ -90,7 +90,7 @@ public interface I_K_IndexStop */ public int getCM_WebProject_ID(); - public I_CM_WebProject getCM_WebProject() throws RuntimeException; + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -160,6 +160,15 @@ public interface I_K_IndexStop */ public int getK_IndexStop_ID(); + /** Column name K_IndexStop_UU */ + public static final String COLUMNNAME_K_IndexStop_UU = "K_IndexStop_UU"; + + /** Set K_IndexStop_UU */ + public void setK_IndexStop_UU (String K_IndexStop_UU); + + /** Get K_IndexStop_UU */ + public String getK_IndexStop_UU(); + /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; @@ -173,7 +182,7 @@ public interface I_K_IndexStop */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Source.java b/org.adempiere.base/src/org/compiere/model/I_K_Source.java index 67bb927c7b..b6bef58384 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Source.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Source.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Source - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Source { @@ -31,7 +31,7 @@ public interface I_K_Source public static final String Table_Name = "K_Source"; /** AD_Table_ID=609 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 609; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_K_Source */ public int getK_Source_ID(); + /** Column name K_Source_UU */ + public static final String COLUMNNAME_K_Source_UU = "K_Source_UU"; + + /** Set K_Source_UU */ + public void setK_Source_UU (String K_Source_UU); + + /** Get K_Source_UU */ + public String getK_Source_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Synonym.java b/org.adempiere.base/src/org/compiere/model/I_K_Synonym.java index 27b85e499d..cd8530ce49 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Synonym.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Synonym.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Synonym - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Synonym { @@ -31,7 +31,7 @@ public interface I_K_Synonym public static final String Table_Name = "K_Synonym"; /** AD_Table_ID=608 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 608; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_K_Synonym */ public int getK_Synonym_ID(); + /** Column name K_Synonym_UU */ + public static final String COLUMNNAME_K_Synonym_UU = "K_Synonym_UU"; + + /** Set K_Synonym_UU */ + public void setK_Synonym_UU (String K_Synonym_UU); + + /** Get K_Synonym_UU */ + public String getK_Synonym_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Topic.java b/org.adempiere.base/src/org/compiere/model/I_K_Topic.java index fe85e781fd..d93cf705d0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Topic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Topic - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Topic { @@ -31,7 +31,7 @@ public interface I_K_Topic public static final String Table_Name = "K_Topic"; /** AD_Table_ID=607 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 607; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_K_Topic */ public int getK_Topic_ID(); + /** Column name K_Topic_UU */ + public static final String COLUMNNAME_K_Topic_UU = "K_Topic_UU"; + + /** Set K_Topic_UU */ + public void setK_Topic_UU (String K_Topic_UU); + + /** Get K_Topic_UU */ + public String getK_Topic_UU(); + /** Column name K_Type_ID */ public static final String COLUMNNAME_K_Type_ID = "K_Type_ID"; @@ -169,7 +178,7 @@ public interface I_K_Topic */ public int getK_Type_ID(); - public I_K_Type getK_Type() throws RuntimeException; + public org.compiere.model.I_K_Type getK_Type() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_K_Type.java b/org.adempiere.base/src/org/compiere/model/I_K_Type.java index a6b342647d..64b2ae5636 100644 --- a/org.adempiere.base/src/org/compiere/model/I_K_Type.java +++ b/org.adempiere.base/src/org/compiere/model/I_K_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for K_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_K_Type { @@ -31,7 +31,7 @@ public interface I_K_Type public static final String Table_Name = "K_Type"; /** AD_Table_ID=606 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 606; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_K_Type */ public int getK_Type_ID(); + /** Column name K_Type_UU */ + public static final String COLUMNNAME_K_Type_UU = "K_Type_UU"; + + /** Set K_Type_UU */ + public void setK_Type_UU (String K_Type_UU); + + /** Get K_Type_UU */ + public String getK_Type_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java b/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java index 2f9225fd07..2e89536bfb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Attribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Attribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Attribute { @@ -31,7 +31,7 @@ public interface I_M_Attribute public static final String Table_Name = "M_Attribute"; /** AD_Table_ID=562 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 562; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -169,7 +169,16 @@ public interface I_M_Attribute */ public int getM_AttributeSearch_ID(); - public I_M_AttributeSearch getM_AttributeSearch() throws RuntimeException; + public org.compiere.model.I_M_AttributeSearch getM_AttributeSearch() throws RuntimeException; + + /** Column name M_Attribute_UU */ + public static final String COLUMNNAME_M_Attribute_UU = "M_Attribute_UU"; + + /** Set M_Attribute_UU */ + public void setM_Attribute_UU (String M_Attribute_UU); + + /** Get M_Attribute_UU */ + public String getM_Attribute_UU(); /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java index b008420872..17f761978a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeInstance { @@ -31,7 +31,7 @@ public interface I_M_AttributeInstance public static final String Table_Name = "M_AttributeInstance"; /** AD_Table_ID=561 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 561; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,7 +104,16 @@ public interface I_M_AttributeInstance */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws RuntimeException; + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException; + + /** Column name M_AttributeInstance_UU */ + public static final String COLUMNNAME_M_AttributeInstance_UU = "M_AttributeInstance_UU"; + + /** Set M_AttributeInstance_UU */ + public void setM_AttributeInstance_UU (String M_AttributeInstance_UU); + + /** Get M_AttributeInstance_UU */ + public String getM_AttributeInstance_UU(); /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -134,7 +143,7 @@ public interface I_M_AttributeInstance */ public int getM_AttributeValue_ID(); - public I_M_AttributeValue getM_AttributeValue() throws RuntimeException; + public org.compiere.model.I_M_AttributeValue getM_AttributeValue() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java index 9e814d7fad..1c79f79de5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSearch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSearch - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeSearch { @@ -31,7 +31,7 @@ public interface I_M_AttributeSearch public static final String Table_Name = "M_AttributeSearch"; /** AD_Table_ID=564 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 564; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_M_AttributeSearch */ public int getM_AttributeSearch_ID(); + /** Column name M_AttributeSearch_UU */ + public static final String COLUMNNAME_M_AttributeSearch_UU = "M_AttributeSearch_UU"; + + /** Set M_AttributeSearch_UU */ + public void setM_AttributeSearch_UU (String M_AttributeSearch_UU); + + /** Get M_AttributeSearch_UU */ + public String getM_AttributeSearch_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java index 82d7a324a9..425775e05c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSet.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSet - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeSet { @@ -31,7 +31,7 @@ public interface I_M_AttributeSet public static final String Table_Name = "M_AttributeSet"; /** AD_Table_ID=560 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 560; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -260,6 +260,15 @@ public interface I_M_AttributeSet */ public int getM_AttributeSet_ID(); + /** Column name M_AttributeSet_UU */ + public static final String COLUMNNAME_M_AttributeSet_UU = "M_AttributeSet_UU"; + + /** Set M_AttributeSet_UU */ + public void setM_AttributeSet_UU (String M_AttributeSet_UU); + + /** Get M_AttributeSet_UU */ + public String getM_AttributeSet_UU(); + /** Column name M_LotCtl_ID */ public static final String COLUMNNAME_M_LotCtl_ID = "M_LotCtl_ID"; @@ -273,7 +282,7 @@ public interface I_M_AttributeSet */ public int getM_LotCtl_ID(); - public I_M_LotCtl getM_LotCtl() throws RuntimeException; + public org.compiere.model.I_M_LotCtl getM_LotCtl() throws RuntimeException; /** Column name M_SerNoCtl_ID */ public static final String COLUMNNAME_M_SerNoCtl_ID = "M_SerNoCtl_ID"; @@ -288,7 +297,7 @@ public interface I_M_AttributeSet */ public int getM_SerNoCtl_ID(); - public I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException; + public org.compiere.model.I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java index 54b50deaed..c8572fff3d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetExclude.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSetExclude - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeSetExclude { @@ -31,7 +31,7 @@ public interface I_M_AttributeSetExclude public static final String Table_Name = "M_AttributeSetExclude"; /** AD_Table_ID=809 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 809; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_AttributeSetExclude */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,6 +132,15 @@ public interface I_M_AttributeSetExclude */ public int getM_AttributeSetExclude_ID(); + /** Column name M_AttributeSetExclude_UU */ + public static final String COLUMNNAME_M_AttributeSetExclude_UU = "M_AttributeSetExclude_UU"; + + /** Set M_AttributeSetExclude_UU */ + public void setM_AttributeSetExclude_UU (String M_AttributeSetExclude_UU); + + /** Get M_AttributeSetExclude_UU */ + public String getM_AttributeSetExclude_UU(); + /** Column name M_AttributeSet_ID */ public static final String COLUMNNAME_M_AttributeSet_ID = "M_AttributeSet_ID"; @@ -145,7 +154,7 @@ public interface I_M_AttributeSetExclude */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java index 27bab6cdcf..f6ac4ceee1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeSetInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeSetInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeSetInstance { @@ -31,7 +31,7 @@ public interface I_M_AttributeSetInstance public static final String Table_Name = "M_AttributeSetInstance"; /** AD_Table_ID=559 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 559; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,7 +143,7 @@ public interface I_M_AttributeSetInstance */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; @@ -158,6 +158,15 @@ public interface I_M_AttributeSetInstance */ public int getM_AttributeSetInstance_ID(); + /** Column name M_AttributeSetInstance_UU */ + public static final String COLUMNNAME_M_AttributeSetInstance_UU = "M_AttributeSetInstance_UU"; + + /** Set M_AttributeSetInstance_UU */ + public void setM_AttributeSetInstance_UU (String M_AttributeSetInstance_UU); + + /** Get M_AttributeSetInstance_UU */ + public String getM_AttributeSetInstance_UU(); + /** Column name M_Lot_ID */ public static final String COLUMNNAME_M_Lot_ID = "M_Lot_ID"; @@ -171,7 +180,7 @@ public interface I_M_AttributeSetInstance */ public int getM_Lot_ID(); - public I_M_Lot getM_Lot() throws RuntimeException; + public org.compiere.model.I_M_Lot getM_Lot() throws RuntimeException; /** Column name SerNo */ public static final String COLUMNNAME_SerNo = "SerNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java index 4dbec4dc78..901dbb8f41 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeUse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeUse - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeUse { @@ -31,7 +31,7 @@ public interface I_M_AttributeUse public static final String Table_Name = "M_AttributeUse"; /** AD_Table_ID=563 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 563; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,7 +104,7 @@ public interface I_M_AttributeUse */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws RuntimeException; + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name M_AttributeSet_ID */ public static final String COLUMNNAME_M_AttributeSet_ID = "M_AttributeSet_ID"; @@ -119,7 +119,16 @@ public interface I_M_AttributeUse */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException; + + /** Column name M_AttributeUse_UU */ + public static final String COLUMNNAME_M_AttributeUse_UU = "M_AttributeUse_UU"; + + /** Set M_AttributeUse_UU */ + public void setM_AttributeUse_UU (String M_AttributeUse_UU); + + /** Get M_AttributeUse_UU */ + public String getM_AttributeUse_UU(); /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java b/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java index e9b6dd9457..df180f4814 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_AttributeValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_AttributeValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_AttributeValue { @@ -31,7 +31,7 @@ public interface I_M_AttributeValue public static final String Table_Name = "M_AttributeValue"; /** AD_Table_ID=558 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 558; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,7 @@ public interface I_M_AttributeValue */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws RuntimeException; + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name M_AttributeValue_ID */ public static final String COLUMNNAME_M_AttributeValue_ID = "M_AttributeValue_ID"; @@ -132,6 +132,15 @@ public interface I_M_AttributeValue */ public int getM_AttributeValue_ID(); + /** Column name M_AttributeValue_UU */ + public static final String COLUMNNAME_M_AttributeValue_UU = "M_AttributeValue_UU"; + + /** Set M_AttributeValue_UU */ + public void setM_AttributeValue_UU (String M_AttributeValue_UU); + + /** Get M_AttributeValue_UU */ + public String getM_AttributeValue_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BOM.java b/org.adempiere.base/src/org/compiere/model/I_M_BOM.java index a2e3f64a04..573b5cf864 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BOM.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_BOM { @@ -31,7 +31,7 @@ public interface I_M_BOM public static final String Table_Name = "M_BOM"; /** AD_Table_ID=798 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 798; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_M_BOM */ public int getM_BOM_ID(); + /** Column name M_BOM_UU */ + public static final String COLUMNNAME_M_BOM_UU = "M_BOM_UU"; + + /** Set M_BOM_UU */ + public void setM_BOM_UU (String M_BOM_UU); + + /** Get M_BOM_UU */ + public String getM_BOM_UU(); + /** Column name M_ChangeNotice_ID */ public static final String COLUMNNAME_M_ChangeNotice_ID = "M_ChangeNotice_ID"; @@ -169,7 +178,7 @@ public interface I_M_BOM */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -184,7 +193,7 @@ public interface I_M_BOM */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java b/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java index 15d8975966..e4b4a0d773 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BOMAlternative.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOMAlternative - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_BOMAlternative { @@ -31,7 +31,7 @@ public interface I_M_BOMAlternative public static final String Table_Name = "M_BOMAlternative"; /** AD_Table_ID=795 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 795; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_M_BOMAlternative */ public int getM_BOMAlternative_ID(); + /** Column name M_BOMAlternative_UU */ + public static final String COLUMNNAME_M_BOMAlternative_UU = "M_BOMAlternative_UU"; + + /** Set M_BOMAlternative_UU */ + public void setM_BOMAlternative_UU (String M_BOMAlternative_UU); + + /** Get M_BOMAlternative_UU */ + public String getM_BOMAlternative_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -130,7 +139,7 @@ public interface I_M_BOMAlternative */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java b/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java index a4149f8e21..f52aa65211 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_BOMProduct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_BOMProduct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_BOMProduct { @@ -31,7 +31,7 @@ public interface I_M_BOMProduct public static final String Table_Name = "M_BOMProduct"; /** AD_Table_ID=801 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 801; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -210,7 +210,7 @@ public interface I_M_BOMProduct */ public int getM_BOMAlternative_ID(); - public I_M_BOMAlternative getM_BOMAlternative() throws RuntimeException; + public org.compiere.model.I_M_BOMAlternative getM_BOMAlternative() throws RuntimeException; /** Column name M_BOM_ID */ public static final String COLUMNNAME_M_BOM_ID = "M_BOM_ID"; @@ -225,7 +225,7 @@ public interface I_M_BOMProduct */ public int getM_BOM_ID(); - public I_M_BOM getM_BOM() throws RuntimeException; + public org.compiere.model.I_M_BOM getM_BOM() throws RuntimeException; /** Column name M_BOMProduct_ID */ public static final String COLUMNNAME_M_BOMProduct_ID = "M_BOMProduct_ID"; @@ -240,6 +240,15 @@ public interface I_M_BOMProduct */ public int getM_BOMProduct_ID(); + /** Column name M_BOMProduct_UU */ + public static final String COLUMNNAME_M_BOMProduct_UU = "M_BOMProduct_UU"; + + /** Set M_BOMProduct_UU */ + public void setM_BOMProduct_UU (String M_BOMProduct_UU); + + /** Get M_BOMProduct_UU */ + public String getM_BOMProduct_UU(); + /** Column name M_ChangeNotice_ID */ public static final String COLUMNNAME_M_ChangeNotice_ID = "M_ChangeNotice_ID"; @@ -253,7 +262,7 @@ public interface I_M_BOMProduct */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_ProductBOM_ID */ public static final String COLUMNNAME_M_ProductBOM_ID = "M_ProductBOM_ID"; @@ -268,7 +277,7 @@ public interface I_M_BOMProduct */ public int getM_ProductBOM_ID(); - public I_M_Product getM_ProductBOM() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductBOM() throws RuntimeException; /** Column name M_ProductOperation_ID */ public static final String COLUMNNAME_M_ProductOperation_ID = "M_ProductOperation_ID"; @@ -283,7 +292,7 @@ public interface I_M_BOMProduct */ public int getM_ProductOperation_ID(); - public I_M_ProductOperation getM_ProductOperation() throws RuntimeException; + public org.compiere.model.I_M_ProductOperation getM_ProductOperation() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java b/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java index 21146beefd..04f5d706b4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ChangeNotice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ChangeNotice - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ChangeNotice { @@ -31,7 +31,7 @@ public interface I_M_ChangeNotice public static final String Table_Name = "M_ChangeNotice"; /** AD_Table_ID=799 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 799; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_M_ChangeNotice */ public int getM_ChangeNotice_ID(); + /** Column name M_ChangeNotice_UU */ + public static final String COLUMNNAME_M_ChangeNotice_UU = "M_ChangeNotice_UU"; + + /** Set M_ChangeNotice_UU */ + public void setM_ChangeNotice_UU (String M_ChangeNotice_UU); + + /** Get M_ChangeNotice_UU */ + public String getM_ChangeNotice_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java b/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java index e5c7856609..3f2ae57418 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ChangeRequest.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ChangeRequest - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ChangeRequest { @@ -31,7 +31,7 @@ public interface I_M_ChangeRequest public static final String Table_Name = "M_ChangeRequest"; /** AD_Table_ID=800 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 800; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -169,7 +169,7 @@ public interface I_M_ChangeRequest */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_ChangeRequest_ID */ public static final String COLUMNNAME_M_ChangeRequest_ID = "M_ChangeRequest_ID"; @@ -184,6 +184,15 @@ public interface I_M_ChangeRequest */ public int getM_ChangeRequest_ID(); + /** Column name M_ChangeRequest_UU */ + public static final String COLUMNNAME_M_ChangeRequest_UU = "M_ChangeRequest_UU"; + + /** Set M_ChangeRequest_UU */ + public void setM_ChangeRequest_UU (String M_ChangeRequest_UU); + + /** Get M_ChangeRequest_UU */ + public String getM_ChangeRequest_UU(); + /** Column name M_FixChangeNotice_ID */ public static final String COLUMNNAME_M_FixChangeNotice_ID = "M_FixChangeNotice_ID"; @@ -197,7 +206,7 @@ public interface I_M_ChangeRequest */ public int getM_FixChangeNotice_ID(); - public I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Cost.java b/org.adempiere.base/src/org/compiere/model/I_M_Cost.java index a7de1b410b..3febf4ade8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Cost.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Cost.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Cost - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Cost { @@ -31,7 +31,7 @@ public interface I_M_Cost public static final String Table_Name = "M_Cost"; /** AD_Table_ID=771 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 771; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Cost */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CostingMethod */ public static final String COLUMNNAME_CostingMethod = "CostingMethod"; @@ -256,7 +256,7 @@ public interface I_M_Cost */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_CostType_ID */ public static final String COLUMNNAME_M_CostType_ID = "M_CostType_ID"; @@ -271,7 +271,16 @@ public interface I_M_Cost */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws RuntimeException; + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException; + + /** Column name M_Cost_UU */ + public static final String COLUMNNAME_M_Cost_UU = "M_Cost_UU"; + + /** Set M_Cost_UU */ + public void setM_Cost_UU (String M_Cost_UU); + + /** Get M_Cost_UU */ + public String getM_Cost_UU(); /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -286,7 +295,7 @@ public interface I_M_Cost */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Percent */ public static final String COLUMNNAME_Percent = "Percent"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java b/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java index c27c1be9ab..9df969aa01 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_CostDetail { @@ -31,7 +31,7 @@ public interface I_M_CostDetail public static final String Table_Name = "M_CostDetail"; /** AD_Table_ID=808 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 808; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_CostDetail */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -103,7 +103,7 @@ public interface I_M_CostDetail */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -118,7 +118,7 @@ public interface I_M_CostDetail */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -133,7 +133,7 @@ public interface I_M_CostDetail */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -296,6 +296,15 @@ public interface I_M_CostDetail */ public int getM_CostDetail_ID(); + /** Column name M_CostDetail_UU */ + public static final String COLUMNNAME_M_CostDetail_UU = "M_CostDetail_UU"; + + /** Set M_CostDetail_UU */ + public void setM_CostDetail_UU (String M_CostDetail_UU); + + /** Get M_CostDetail_UU */ + public String getM_CostDetail_UU(); + /** Column name M_CostElement_ID */ public static final String COLUMNNAME_M_CostElement_ID = "M_CostElement_ID"; @@ -309,7 +318,7 @@ public interface I_M_CostDetail */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -324,7 +333,7 @@ public interface I_M_CostDetail */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -339,7 +348,7 @@ public interface I_M_CostDetail */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; @@ -354,7 +363,7 @@ public interface I_M_CostDetail */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -369,7 +378,7 @@ public interface I_M_CostDetail */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -384,7 +393,7 @@ public interface I_M_CostDetail */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name PP_Cost_Collector_ID */ public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java b/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java index 387e20a624..8aedb7ecff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostElement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostElement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_CostElement { @@ -31,7 +31,7 @@ public interface I_M_CostElement public static final String Table_Name = "M_CostElement"; /** AD_Table_ID=770 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 770; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_M_CostElement */ public int getM_CostElement_ID(); + /** Column name M_CostElement_UU */ + public static final String COLUMNNAME_M_CostElement_UU = "M_CostElement_UU"; + + /** Set M_CostElement_UU */ + public void setM_CostElement_UU (String M_CostElement_UU); + + /** Get M_CostElement_UU */ + public String getM_CostElement_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java b/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java index 5ff875fa73..a1721e40de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostHistory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostHistory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_CostHistory { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java b/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java index 1eea0b0b7e..9f0ecc9bf9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostQueue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostQueue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_CostQueue { @@ -31,7 +31,7 @@ public interface I_M_CostQueue public static final String Table_Name = "M_CostQueue"; /** AD_Table_ID=817 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 817; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_CostQueue */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -160,7 +160,7 @@ public interface I_M_CostQueue */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_CostQueue_ID */ public static final String COLUMNNAME_M_CostQueue_ID = "M_CostQueue_ID"; @@ -175,6 +175,15 @@ public interface I_M_CostQueue */ public int getM_CostQueue_ID(); + /** Column name M_CostQueue_UU */ + public static final String COLUMNNAME_M_CostQueue_UU = "M_CostQueue_UU"; + + /** Set M_CostQueue_UU */ + public void setM_CostQueue_UU (String M_CostQueue_UU); + + /** Get M_CostQueue_UU */ + public String getM_CostQueue_UU(); + /** Column name M_CostType_ID */ public static final String COLUMNNAME_M_CostType_ID = "M_CostType_ID"; @@ -188,7 +197,7 @@ public interface I_M_CostQueue */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws RuntimeException; + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -203,7 +212,7 @@ public interface I_M_CostQueue */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_CostType.java b/org.adempiere.base/src/org/compiere/model/I_M_CostType.java index ee9acfc39c..7bcf3f1157 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_CostType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_CostType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_CostType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_CostType { @@ -31,7 +31,7 @@ public interface I_M_CostType public static final String Table_Name = "M_CostType"; /** AD_Table_ID=586 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 586; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_M_CostType */ public int getM_CostType_ID(); + /** Column name M_CostType_UU */ + public static final String COLUMNNAME_M_CostType_UU = "M_CostType_UU"; + + /** Set M_CostType_UU */ + public void setM_CostType_UU (String M_CostType_UU); + + /** Get M_CostType_UU */ + public String getM_CostType_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Demand.java b/org.adempiere.base/src/org/compiere/model/I_M_Demand.java index c65d710ecd..e733c549c2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Demand.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Demand.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Demand - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Demand { @@ -31,7 +31,7 @@ public interface I_M_Demand public static final String Table_Name = "M_Demand"; /** AD_Table_ID=723 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 723; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Demand */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,7 +106,7 @@ public interface I_M_Demand */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws RuntimeException; + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -173,6 +173,15 @@ public interface I_M_Demand */ public int getM_Demand_ID(); + /** Column name M_Demand_UU */ + public static final String COLUMNNAME_M_Demand_UU = "M_Demand_UU"; + + /** Set M_Demand_UU */ + public void setM_Demand_UU (String M_Demand_UU); + + /** Get M_Demand_UU */ + public String getM_Demand_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java b/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java index 497ab94bb8..af1088e9ff 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DemandDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DemandDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DemandDetail { @@ -31,7 +31,7 @@ public interface I_M_DemandDetail public static final String Table_Name = "M_DemandDetail"; /** AD_Table_ID=721 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 721; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_DemandDetail */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,6 +119,15 @@ public interface I_M_DemandDetail */ public int getM_DemandDetail_ID(); + /** Column name M_DemandDetail_UU */ + public static final String COLUMNNAME_M_DemandDetail_UU = "M_DemandDetail_UU"; + + /** Set M_DemandDetail_UU */ + public void setM_DemandDetail_UU (String M_DemandDetail_UU); + + /** Get M_DemandDetail_UU */ + public String getM_DemandDetail_UU(); + /** Column name M_DemandLine_ID */ public static final String COLUMNNAME_M_DemandLine_ID = "M_DemandLine_ID"; @@ -132,7 +141,7 @@ public interface I_M_DemandDetail */ public int getM_DemandLine_ID(); - public I_M_DemandLine getM_DemandLine() throws RuntimeException; + public org.compiere.model.I_M_DemandLine getM_DemandLine() throws RuntimeException; /** Column name M_ForecastLine_ID */ public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID"; @@ -147,7 +156,7 @@ public interface I_M_DemandDetail */ public int getM_ForecastLine_ID(); - public I_M_ForecastLine getM_ForecastLine() throws RuntimeException; + public org.compiere.model.I_M_ForecastLine getM_ForecastLine() throws RuntimeException; /** Column name M_RequisitionLine_ID */ public static final String COLUMNNAME_M_RequisitionLine_ID = "M_RequisitionLine_ID"; @@ -162,7 +171,7 @@ public interface I_M_DemandDetail */ public int getM_RequisitionLine_ID(); - public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException; + public org.compiere.model.I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java index d67c967579..6d40ca138e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DemandLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DemandLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DemandLine { @@ -31,7 +31,7 @@ public interface I_M_DemandLine public static final String Table_Name = "M_DemandLine"; /** AD_Table_ID=719 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 719; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_DemandLine */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,7 +119,7 @@ public interface I_M_DemandLine */ public int getM_Demand_ID(); - public I_M_Demand getM_Demand() throws RuntimeException; + public org.compiere.model.I_M_Demand getM_Demand() throws RuntimeException; /** Column name M_DemandLine_ID */ public static final String COLUMNNAME_M_DemandLine_ID = "M_DemandLine_ID"; @@ -134,6 +134,15 @@ public interface I_M_DemandLine */ public int getM_DemandLine_ID(); + /** Column name M_DemandLine_UU */ + public static final String COLUMNNAME_M_DemandLine_UU = "M_DemandLine_UU"; + + /** Set M_DemandLine_UU */ + public void setM_DemandLine_UU (String M_DemandLine_UU); + + /** Get M_DemandLine_UU */ + public String getM_DemandLine_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -147,7 +156,7 @@ public interface I_M_DemandLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java index 1ef5f38499..d1e8eaddca 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchema.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchema - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DiscountSchema { @@ -31,7 +31,7 @@ public interface I_M_DiscountSchema public static final String Table_Name = "M_DiscountSchema"; /** AD_Table_ID=475 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 475; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -182,6 +182,15 @@ public interface I_M_DiscountSchema */ public int getM_DiscountSchema_ID(); + /** Column name M_DiscountSchema_UU */ + public static final String COLUMNNAME_M_DiscountSchema_UU = "M_DiscountSchema_UU"; + + /** Set M_DiscountSchema_UU */ + public void setM_DiscountSchema_UU (String M_DiscountSchema_UU); + + /** Get M_DiscountSchema_UU */ + public String getM_DiscountSchema_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java index 5589a712cf..c3be923374 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaBreak.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchemaBreak - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DiscountSchemaBreak { @@ -31,7 +31,7 @@ public interface I_M_DiscountSchemaBreak public static final String Table_Name = "M_DiscountSchemaBreak"; /** AD_Table_ID=476 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 476; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_M_DiscountSchemaBreak */ public int getM_DiscountSchemaBreak_ID(); + /** Column name M_DiscountSchemaBreak_UU */ + public static final String COLUMNNAME_M_DiscountSchemaBreak_UU = "M_DiscountSchemaBreak_UU"; + + /** Set M_DiscountSchemaBreak_UU */ + public void setM_DiscountSchemaBreak_UU (String M_DiscountSchemaBreak_UU); + + /** Get M_DiscountSchemaBreak_UU */ + public String getM_DiscountSchemaBreak_UU(); + /** Column name M_DiscountSchema_ID */ public static final String COLUMNNAME_M_DiscountSchema_ID = "M_DiscountSchema_ID"; @@ -156,7 +165,7 @@ public interface I_M_DiscountSchemaBreak */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; @@ -171,7 +180,7 @@ public interface I_M_DiscountSchemaBreak */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -186,7 +195,7 @@ public interface I_M_DiscountSchemaBreak */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java index a805401b85..4b95249712 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DiscountSchemaLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DiscountSchemaLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DiscountSchemaLine { @@ -31,7 +31,7 @@ public interface I_M_DiscountSchemaLine public static final String Table_Name = "M_DiscountSchemaLine"; /** AD_Table_ID=477 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 477; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_DiscountSchemaLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_ConversionType_ID */ public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; @@ -90,7 +90,7 @@ public interface I_M_DiscountSchemaLine */ public int getC_ConversionType_ID(); - public I_C_ConversionType getC_ConversionType() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException; /** Column name Classification */ public static final String COLUMNNAME_Classification = "Classification"; @@ -364,7 +364,7 @@ public interface I_M_DiscountSchemaLine */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_DiscountSchemaLine_ID */ public static final String COLUMNNAME_M_DiscountSchemaLine_ID = "M_DiscountSchemaLine_ID"; @@ -379,6 +379,15 @@ public interface I_M_DiscountSchemaLine */ public int getM_DiscountSchemaLine_ID(); + /** Column name M_DiscountSchemaLine_UU */ + public static final String COLUMNNAME_M_DiscountSchemaLine_UU = "M_DiscountSchemaLine_UU"; + + /** Set M_DiscountSchemaLine_UU */ + public void setM_DiscountSchemaLine_UU (String M_DiscountSchemaLine_UU); + + /** Get M_DiscountSchemaLine_UU */ + public String getM_DiscountSchemaLine_UU(); + /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; @@ -392,7 +401,7 @@ public interface I_M_DiscountSchemaLine */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -407,7 +416,7 @@ public interface I_M_DiscountSchemaLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java index 084ed04c29..aacd2429de 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionList.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionList - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DistributionList { @@ -31,7 +31,7 @@ public interface I_M_DistributionList public static final String Table_Name = "M_DistributionList"; /** AD_Table_ID=666 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 666; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_M_DistributionList */ public int getM_DistributionList_ID(); + /** Column name M_DistributionList_UU */ + public static final String COLUMNNAME_M_DistributionList_UU = "M_DistributionList_UU"; + + /** Set M_DistributionList_UU */ + public void setM_DistributionList_UU (String M_DistributionList_UU); + + /** Get M_DistributionList_UU */ + public String getM_DistributionList_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java index 95914235cb..10416cb281 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionListLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionListLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DistributionListLine { @@ -31,7 +31,7 @@ public interface I_M_DistributionListLine public static final String Table_Name = "M_DistributionListLine"; /** AD_Table_ID=665 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 665; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_DistributionListLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -90,7 +90,7 @@ public interface I_M_DistributionListLine */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -147,7 +147,7 @@ public interface I_M_DistributionListLine */ public int getM_DistributionList_ID(); - public I_M_DistributionList getM_DistributionList() throws RuntimeException; + public org.compiere.model.I_M_DistributionList getM_DistributionList() throws RuntimeException; /** Column name M_DistributionListLine_ID */ public static final String COLUMNNAME_M_DistributionListLine_ID = "M_DistributionListLine_ID"; @@ -162,6 +162,15 @@ public interface I_M_DistributionListLine */ public int getM_DistributionListLine_ID(); + /** Column name M_DistributionListLine_UU */ + public static final String COLUMNNAME_M_DistributionListLine_UU = "M_DistributionListLine_UU"; + + /** Set M_DistributionListLine_UU */ + public void setM_DistributionListLine_UU (String M_DistributionListLine_UU); + + /** Get M_DistributionListLine_UU */ + public String getM_DistributionListLine_UU(); + /** Column name MinQty */ public static final String COLUMNNAME_MinQty = "MinQty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java index 44cf4e0c58..d58a613516 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRun.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionRun - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DistributionRun { @@ -31,7 +31,7 @@ public interface I_M_DistributionRun public static final String Table_Name = "M_DistributionRun"; /** AD_Table_ID=712 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 712; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_DistributionRun */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -90,7 +90,7 @@ public interface I_M_DistributionRun */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -160,6 +160,15 @@ public interface I_M_DistributionRun */ public int getM_DistributionRun_ID(); + /** Column name M_DistributionRun_UU */ + public static final String COLUMNNAME_M_DistributionRun_UU = "M_DistributionRun_UU"; + + /** Set M_DistributionRun_UU */ + public void setM_DistributionRun_UU (String M_DistributionRun_UU); + + /** Get M_DistributionRun_UU */ + public String getM_DistributionRun_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java index 22983a37cb..96f9e80d85 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_DistributionRunLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_DistributionRunLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_DistributionRunLine { @@ -31,7 +31,7 @@ public interface I_M_DistributionRunLine public static final String Table_Name = "M_DistributionRunLine"; /** AD_Table_ID=713 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 713; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,7 +130,7 @@ public interface I_M_DistributionRunLine */ public int getM_DistributionList_ID(); - public I_M_DistributionList getM_DistributionList() throws RuntimeException; + public org.compiere.model.I_M_DistributionList getM_DistributionList() throws RuntimeException; /** Column name M_DistributionRun_ID */ public static final String COLUMNNAME_M_DistributionRun_ID = "M_DistributionRun_ID"; @@ -145,7 +145,7 @@ public interface I_M_DistributionRunLine */ public int getM_DistributionRun_ID(); - public I_M_DistributionRun getM_DistributionRun() throws RuntimeException; + public org.compiere.model.I_M_DistributionRun getM_DistributionRun() throws RuntimeException; /** Column name M_DistributionRunLine_ID */ public static final String COLUMNNAME_M_DistributionRunLine_ID = "M_DistributionRunLine_ID"; @@ -160,6 +160,15 @@ public interface I_M_DistributionRunLine */ public int getM_DistributionRunLine_ID(); + /** Column name M_DistributionRunLine_UU */ + public static final String COLUMNNAME_M_DistributionRunLine_UU = "M_DistributionRunLine_UU"; + + /** Set M_DistributionRunLine_UU */ + public void setM_DistributionRunLine_UU (String M_DistributionRunLine_UU); + + /** Get M_DistributionRunLine_UU */ + public String getM_DistributionRunLine_UU(); + /** Column name MinQty */ public static final String COLUMNNAME_MinQty = "MinQty"; @@ -186,7 +195,7 @@ public interface I_M_DistributionRunLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name TotalQty */ public static final String COLUMNNAME_TotalQty = "TotalQty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java b/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java index 95590bcc5d..217ddcf871 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Forecast.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Forecast - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Forecast { @@ -31,7 +31,7 @@ public interface I_M_Forecast public static final String Table_Name = "M_Forecast"; /** AD_Table_ID=720 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 720; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Forecast */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -106,7 +106,7 @@ public interface I_M_Forecast */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws RuntimeException; + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -173,6 +173,15 @@ public interface I_M_Forecast */ public int getM_Forecast_ID(); + /** Column name M_Forecast_UU */ + public static final String COLUMNNAME_M_Forecast_UU = "M_Forecast_UU"; + + /** Set M_Forecast_UU */ + public void setM_Forecast_UU (String M_Forecast_UU); + + /** Get M_Forecast_UU */ + public String getM_Forecast_UU(); + /** Column name M_PriceList_ID */ public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID"; @@ -186,7 +195,7 @@ public interface I_M_Forecast */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java b/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java index 646e0c2ae7..6139a5dc56 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ForecastLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ForecastLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ForecastLine { @@ -31,7 +31,7 @@ public interface I_M_ForecastLine public static final String Table_Name = "M_ForecastLine"; /** AD_Table_ID=722 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 722; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_ForecastLine */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +132,7 @@ public interface I_M_ForecastLine */ public int getM_Forecast_ID(); - public I_M_Forecast getM_Forecast() throws RuntimeException; + public org.compiere.model.I_M_Forecast getM_Forecast() throws RuntimeException; /** Column name M_ForecastLine_ID */ public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID"; @@ -147,6 +147,15 @@ public interface I_M_ForecastLine */ public int getM_ForecastLine_ID(); + /** Column name M_ForecastLine_UU */ + public static final String COLUMNNAME_M_ForecastLine_UU = "M_ForecastLine_UU"; + + /** Set M_ForecastLine_UU */ + public void setM_ForecastLine_UU (String M_ForecastLine_UU); + + /** Get M_ForecastLine_UU */ + public String getM_ForecastLine_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -160,7 +169,7 @@ public interface I_M_ForecastLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -175,7 +184,7 @@ public interface I_M_ForecastLine */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Freight.java b/org.adempiere.base/src/org/compiere/model/I_M_Freight.java index 0a83188755..fbe92ed65c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Freight.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Freight.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Freight - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Freight { @@ -31,7 +31,7 @@ public interface I_M_Freight public static final String Table_Name = "M_Freight"; /** AD_Table_ID=596 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 596; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Freight */ public int getC_Country_ID(); - public I_C_Country getC_Country() throws RuntimeException; + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -90,7 +90,7 @@ public interface I_M_Freight */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -121,7 +121,7 @@ public interface I_M_Freight */ public int getC_Region_ID(); - public I_C_Region getC_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException; /** Column name FreightAmt */ public static final String COLUMNNAME_FreightAmt = "FreightAmt"; @@ -162,7 +162,7 @@ public interface I_M_Freight */ public int getM_FreightCategory_ID(); - public I_M_FreightCategory getM_FreightCategory() throws RuntimeException; + public org.compiere.model.I_M_FreightCategory getM_FreightCategory() throws RuntimeException; /** Column name M_Freight_ID */ public static final String COLUMNNAME_M_Freight_ID = "M_Freight_ID"; @@ -177,6 +177,15 @@ public interface I_M_Freight */ public int getM_Freight_ID(); + /** Column name M_Freight_UU */ + public static final String COLUMNNAME_M_Freight_UU = "M_Freight_UU"; + + /** Set M_Freight_UU */ + public void setM_Freight_UU (String M_Freight_UU); + + /** Get M_Freight_UU */ + public String getM_Freight_UU(); + /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -190,7 +199,7 @@ public interface I_M_Freight */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name To_Country_ID */ public static final String COLUMNNAME_To_Country_ID = "To_Country_ID"; @@ -218,7 +227,7 @@ public interface I_M_Freight */ public int getTo_Region_ID(); - public I_C_Region getTo_Region() throws RuntimeException; + public org.compiere.model.I_C_Region getTo_Region() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java b/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java index 558d56e624..aebed4e723 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_FreightCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_FreightCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_FreightCategory { @@ -31,7 +31,7 @@ public interface I_M_FreightCategory public static final String Table_Name = "M_FreightCategory"; /** AD_Table_ID=595 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 595; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_M_FreightCategory */ public int getM_FreightCategory_ID(); + /** Column name M_FreightCategory_UU */ + public static final String COLUMNNAME_M_FreightCategory_UU = "M_FreightCategory_UU"; + + /** Set M_FreightCategory_UU */ + public void setM_FreightCategory_UU (String M_FreightCategory_UU); + + /** Get M_FreightCategory_UU */ + public String getM_FreightCategory_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOut.java b/org.adempiere.base/src/org/compiere/model/I_M_InOut.java index 291575ed50..403658d88d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOut.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOut.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOut - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InOut { @@ -31,7 +31,7 @@ public interface I_M_InOut public static final String Table_Name = "M_InOut"; /** AD_Table_ID=319 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 319; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_InOut */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -103,7 +103,7 @@ public interface I_M_InOut */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -118,7 +118,7 @@ public interface I_M_InOut */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -133,7 +133,7 @@ public interface I_M_InOut */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -148,7 +148,7 @@ public interface I_M_InOut */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -163,7 +163,7 @@ public interface I_M_InOut */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -178,7 +178,7 @@ public interface I_M_InOut */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -206,7 +206,7 @@ public interface I_M_InOut */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -221,7 +221,7 @@ public interface I_M_InOut */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -236,7 +236,7 @@ public interface I_M_InOut */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name CreateConfirm */ public static final String COLUMNNAME_CreateConfirm = "CreateConfirm"; @@ -428,7 +428,7 @@ public interface I_M_InOut */ public int getDropShip_BPartner_ID(); - public I_C_BPartner getDropShip_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getDropShip_BPartner() throws RuntimeException; /** Column name DropShip_Location_ID */ public static final String COLUMNNAME_DropShip_Location_ID = "DropShip_Location_ID"; @@ -443,7 +443,7 @@ public interface I_M_InOut */ public int getDropShip_Location_ID(); - public I_C_BPartner_Location getDropShip_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getDropShip_Location() throws RuntimeException; /** Column name DropShip_User_ID */ public static final String COLUMNNAME_DropShip_User_ID = "DropShip_User_ID"; @@ -458,7 +458,7 @@ public interface I_M_InOut */ public int getDropShip_User_ID(); - public I_AD_User getDropShip_User() throws RuntimeException; + public org.compiere.model.I_AD_User getDropShip_User() throws RuntimeException; /** Column name FreightAmt */ public static final String COLUMNNAME_FreightAmt = "FreightAmt"; @@ -603,6 +603,15 @@ public interface I_M_InOut */ public int getM_InOut_ID(); + /** Column name M_InOut_UU */ + public static final String COLUMNNAME_M_InOut_UU = "M_InOut_UU"; + + /** Set M_InOut_UU */ + public void setM_InOut_UU (String M_InOut_UU); + + /** Get M_InOut_UU */ + public String getM_InOut_UU(); + /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -642,7 +651,7 @@ public interface I_M_InOut */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws RuntimeException; + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException; /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -657,7 +666,7 @@ public interface I_M_InOut */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -672,7 +681,7 @@ public interface I_M_InOut */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name NoPackages */ public static final String COLUMNNAME_NoPackages = "NoPackages"; @@ -796,7 +805,7 @@ public interface I_M_InOut */ public int getReversal_ID(); - public I_M_InOut getReversal() throws RuntimeException; + public org.compiere.model.I_M_InOut getReversal() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; @@ -811,7 +820,7 @@ public interface I_M_InOut */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name SendEMail */ public static final String COLUMNNAME_SendEMail = "SendEMail"; @@ -881,7 +890,7 @@ public interface I_M_InOut */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -896,7 +905,7 @@ public interface I_M_InOut */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name Volume */ public static final String COLUMNNAME_Volume = "Volume"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java index a2c9a2f13a..8b521f47b0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InOutConfirm { @@ -31,7 +31,7 @@ public interface I_M_InOutConfirm public static final String Table_Name = "M_InOutConfirm"; /** AD_Table_ID=727 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 727; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_InOutConfirm */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name ConfirmationNo */ public static final String COLUMNNAME_ConfirmationNo = "ConfirmationNo"; @@ -258,6 +258,15 @@ public interface I_M_InOutConfirm */ public int getM_InOutConfirm_ID(); + /** Column name M_InOutConfirm_UU */ + public static final String COLUMNNAME_M_InOutConfirm_UU = "M_InOutConfirm_UU"; + + /** Set M_InOutConfirm_UU */ + public void setM_InOutConfirm_UU (String M_InOutConfirm_UU); + + /** Get M_InOutConfirm_UU */ + public String getM_InOutConfirm_UU(); + /** Column name M_InOut_ID */ public static final String COLUMNNAME_M_InOut_ID = "M_InOut_ID"; @@ -271,7 +280,7 @@ public interface I_M_InOutConfirm */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Inventory_ID */ public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID"; @@ -286,7 +295,7 @@ public interface I_M_InOutConfirm */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws RuntimeException; + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java index 5a35092ab1..aaf8e1e206 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InOutLine { @@ -31,7 +31,7 @@ public interface I_M_InOutLine public static final String Table_Name = "M_InOutLine"; /** AD_Table_ID=320 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 320; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_InOutLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -103,7 +103,7 @@ public interface I_M_InOutLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -118,7 +118,7 @@ public interface I_M_InOutLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name ConfirmedQty */ public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; @@ -146,7 +146,7 @@ public interface I_M_InOutLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -161,7 +161,7 @@ public interface I_M_InOutLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -176,7 +176,7 @@ public interface I_M_InOutLine */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -191,7 +191,7 @@ public interface I_M_InOutLine */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -222,7 +222,7 @@ public interface I_M_InOutLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -317,7 +317,7 @@ public interface I_M_InOutLine */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -332,6 +332,15 @@ public interface I_M_InOutLine */ public int getM_InOutLine_ID(); + /** Column name M_InOutLine_UU */ + public static final String COLUMNNAME_M_InOutLine_UU = "M_InOutLine_UU"; + + /** Set M_InOutLine_UU */ + public void setM_InOutLine_UU (String M_InOutLine_UU); + + /** Get M_InOutLine_UU */ + public String getM_InOutLine_UU(); + /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -373,7 +382,7 @@ public interface I_M_InOutLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_RMALine_ID */ public static final String COLUMNNAME_M_RMALine_ID = "M_RMALine_ID"; @@ -388,7 +397,7 @@ public interface I_M_InOutLine */ public int getM_RMALine_ID(); - public I_M_RMALine getM_RMALine() throws RuntimeException; + public org.compiere.model.I_M_RMALine getM_RMALine() throws RuntimeException; /** Column name PickedQty */ public static final String COLUMNNAME_PickedQty = "PickedQty"; @@ -447,7 +456,7 @@ public interface I_M_InOutLine */ public int getReversalLine_ID(); - public I_M_InOutLine getReversalLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getReversalLine() throws RuntimeException; /** Column name ScrappedQty */ public static final String COLUMNNAME_ScrappedQty = "ScrappedQty"; @@ -504,7 +513,7 @@ public interface I_M_InOutLine */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -519,5 +528,5 @@ public interface I_M_InOutLine */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java index 9eadda703b..f1e0c378ab 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLineConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InOutLineConfirm { @@ -31,7 +31,7 @@ public interface I_M_InOutLineConfirm public static final String Table_Name = "M_InOutLineConfirm"; /** AD_Table_ID=728 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 728; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_InOutLineConfirm */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name ConfirmationNo */ public static final String COLUMNNAME_ConfirmationNo = "ConfirmationNo"; @@ -171,7 +171,7 @@ public interface I_M_InOutLineConfirm */ public int getM_InOutConfirm_ID(); - public I_M_InOutConfirm getM_InOutConfirm() throws RuntimeException; + public org.compiere.model.I_M_InOutConfirm getM_InOutConfirm() throws RuntimeException; /** Column name M_InOutLineConfirm_ID */ public static final String COLUMNNAME_M_InOutLineConfirm_ID = "M_InOutLineConfirm_ID"; @@ -186,6 +186,15 @@ public interface I_M_InOutLineConfirm */ public int getM_InOutLineConfirm_ID(); + /** Column name M_InOutLineConfirm_UU */ + public static final String COLUMNNAME_M_InOutLineConfirm_UU = "M_InOutLineConfirm_UU"; + + /** Set M_InOutLineConfirm_UU */ + public void setM_InOutLineConfirm_UU (String M_InOutLineConfirm_UU); + + /** Get M_InOutLineConfirm_UU */ + public String getM_InOutLineConfirm_UU(); + /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -199,7 +208,7 @@ public interface I_M_InOutLineConfirm */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -214,7 +223,7 @@ public interface I_M_InOutLineConfirm */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java index ddaab26992..7c88a1fa33 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InOutLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InOutLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InOutLineMA { @@ -31,7 +31,7 @@ public interface I_M_InOutLineMA public static final String Table_Name = "M_InOutLineMA"; /** AD_Table_ID=762 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 762; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -119,7 +119,16 @@ public interface I_M_InOutLineMA */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; + + /** Column name M_InOutLineMA_UU */ + public static final String COLUMNNAME_M_InOutLineMA_UU = "M_InOutLineMA_UU"; + + /** Set M_InOutLineMA_UU */ + public void setM_InOutLineMA_UU (String M_InOutLineMA_UU); + + /** Get M_InOutLineMA_UU */ + public String getM_InOutLineMA_UU(); /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java b/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java index 335eebcb75..2cd05640a1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Inventory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Inventory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Inventory { @@ -31,7 +31,7 @@ public interface I_M_Inventory public static final String Table_Name = "M_Inventory"; /** AD_Table_ID=321 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 321; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,7 +101,7 @@ public interface I_M_Inventory */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -116,7 +116,7 @@ public interface I_M_Inventory */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -131,7 +131,7 @@ public interface I_M_Inventory */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -146,7 +146,7 @@ public interface I_M_Inventory */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -268,6 +268,15 @@ public interface I_M_Inventory */ public int getM_Inventory_ID(); + /** Column name M_Inventory_UU */ + public static final String COLUMNNAME_M_Inventory_UU = "M_Inventory_UU"; + + /** Set M_Inventory_UU */ + public void setM_Inventory_UU (String M_Inventory_UU); + + /** Get M_Inventory_UU */ + public String getM_Inventory_UU(); + /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -294,7 +303,7 @@ public interface I_M_Inventory */ public int getM_PerpetualInv_ID(); - public I_M_PerpetualInv getM_PerpetualInv() throws RuntimeException; + public org.compiere.model.I_M_PerpetualInv getM_PerpetualInv() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -309,7 +318,7 @@ public interface I_M_Inventory */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; @@ -372,7 +381,7 @@ public interface I_M_Inventory */ public int getReversal_ID(); - public I_M_Inventory getReversal() throws RuntimeException; + public org.compiere.model.I_M_Inventory getReversal() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; @@ -412,7 +421,7 @@ public interface I_M_Inventory */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -427,5 +436,5 @@ public interface I_M_Inventory */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java index d12f10d10c..cdea080632 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InventoryLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InventoryLine { @@ -31,7 +31,7 @@ public interface I_M_InventoryLine public static final String Table_Name = "M_InventoryLine"; /** AD_Table_ID=322 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 322; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_InventoryLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -173,7 +173,7 @@ public interface I_M_InventoryLine */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws RuntimeException; + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -188,6 +188,15 @@ public interface I_M_InventoryLine */ public int getM_InventoryLine_ID(); + /** Column name M_InventoryLine_UU */ + public static final String COLUMNNAME_M_InventoryLine_UU = "M_InventoryLine_UU"; + + /** Set M_InventoryLine_UU */ + public void setM_InventoryLine_UU (String M_InventoryLine_UU); + + /** Get M_InventoryLine_UU */ + public String getM_InventoryLine_UU(); + /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -216,7 +225,7 @@ public interface I_M_InventoryLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; @@ -292,7 +301,7 @@ public interface I_M_InventoryLine */ public int getReversalLine_ID(); - public I_M_InventoryLine getReversalLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getReversalLine() throws RuntimeException; /** Column name UPC */ public static final String COLUMNNAME_UPC = "UPC"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java index e994a68c39..12f20789df 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_InventoryLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_InventoryLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_InventoryLineMA { @@ -31,7 +31,7 @@ public interface I_M_InventoryLineMA public static final String Table_Name = "M_InventoryLineMA"; /** AD_Table_ID=763 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 763; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -119,7 +119,16 @@ public interface I_M_InventoryLineMA */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + + /** Column name M_InventoryLineMA_UU */ + public static final String COLUMNNAME_M_InventoryLineMA_UU = "M_InventoryLineMA_UU"; + + /** Set M_InventoryLineMA_UU */ + public void setM_InventoryLineMA_UU (String M_InventoryLineMA_UU); + + /** Get M_InventoryLineMA_UU */ + public String getM_InventoryLineMA_UU(); /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Locator.java b/org.adempiere.base/src/org/compiere/model/I_M_Locator.java index d5915729c2..bf9f74c6d9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Locator.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Locator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Locator - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Locator { @@ -31,7 +31,7 @@ public interface I_M_Locator public static final String Table_Name = "M_Locator"; /** AD_Table_ID=207 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 207; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_M_Locator */ public int getM_Locator_ID(); + /** Column name M_Locator_UU */ + public static final String COLUMNNAME_M_Locator_UU = "M_Locator_UU"; + + /** Set M_Locator_UU */ + public void setM_Locator_UU (String M_Locator_UU); + + /** Get M_Locator_UU */ + public String getM_Locator_UU(); + /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -130,7 +139,7 @@ public interface I_M_Locator */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PriorityNo */ public static final String COLUMNNAME_PriorityNo = "PriorityNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Lot.java b/org.adempiere.base/src/org/compiere/model/I_M_Lot.java index 39044674d6..2804b2aab6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Lot.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Lot.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Lot - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Lot { @@ -31,7 +31,7 @@ public interface I_M_Lot public static final String Table_Name = "M_Lot"; /** AD_Table_ID=557 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 557; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,7 +156,7 @@ public interface I_M_Lot */ public int getM_LotCtl_ID(); - public I_M_LotCtl getM_LotCtl() throws RuntimeException; + public org.compiere.model.I_M_LotCtl getM_LotCtl() throws RuntimeException; /** Column name M_Lot_ID */ public static final String COLUMNNAME_M_Lot_ID = "M_Lot_ID"; @@ -171,6 +171,15 @@ public interface I_M_Lot */ public int getM_Lot_ID(); + /** Column name M_Lot_UU */ + public static final String COLUMNNAME_M_Lot_UU = "M_Lot_UU"; + + /** Set M_Lot_UU */ + public void setM_Lot_UU (String M_Lot_UU); + + /** Get M_Lot_UU */ + public String getM_Lot_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -184,7 +193,7 @@ public interface I_M_Lot */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java b/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java index e85c32ce3e..589107650b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_LotCtl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_LotCtl - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_LotCtl { @@ -31,7 +31,7 @@ public interface I_M_LotCtl public static final String Table_Name = "M_LotCtl"; /** AD_Table_ID=556 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 556; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_M_LotCtl */ public int getM_LotCtl_ID(); + /** Column name M_LotCtl_UU */ + public static final String COLUMNNAME_M_LotCtl_UU = "M_LotCtl_UU"; + + /** Set M_LotCtl_UU */ + public void setM_LotCtl_UU (String M_LotCtl_UU); + + /** Get M_LotCtl_UU */ + public String getM_LotCtl_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java b/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java index 7d0a5433c8..95f2475962 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_LotCtlExclude.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_LotCtlExclude - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_LotCtlExclude { @@ -31,7 +31,7 @@ public interface I_M_LotCtlExclude public static final String Table_Name = "M_LotCtlExclude"; /** AD_Table_ID=810 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 810; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_LotCtlExclude */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,6 +132,15 @@ public interface I_M_LotCtlExclude */ public int getM_LotCtlExclude_ID(); + /** Column name M_LotCtlExclude_UU */ + public static final String COLUMNNAME_M_LotCtlExclude_UU = "M_LotCtlExclude_UU"; + + /** Set M_LotCtlExclude_UU */ + public void setM_LotCtlExclude_UU (String M_LotCtlExclude_UU); + + /** Get M_LotCtlExclude_UU */ + public String getM_LotCtlExclude_UU(); + /** Column name M_LotCtl_ID */ public static final String COLUMNNAME_M_LotCtl_ID = "M_LotCtl_ID"; @@ -145,7 +154,7 @@ public interface I_M_LotCtlExclude */ public int getM_LotCtl_ID(); - public I_M_LotCtl getM_LotCtl() throws RuntimeException; + public org.compiere.model.I_M_LotCtl getM_LotCtl() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java b/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java index 8779c4634d..36d98bb433 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MatchInv.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_MatchInv - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_MatchInv { @@ -31,7 +31,7 @@ public interface I_M_MatchInv public static final String Table_Name = "M_MatchInv"; /** AD_Table_ID=472 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 472; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_MatchInv */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -186,7 +186,7 @@ public interface I_M_MatchInv */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_MatchInv_ID */ public static final String COLUMNNAME_M_MatchInv_ID = "M_MatchInv_ID"; @@ -201,6 +201,15 @@ public interface I_M_MatchInv */ public int getM_MatchInv_ID(); + /** Column name M_MatchInv_UU */ + public static final String COLUMNNAME_M_MatchInv_UU = "M_MatchInv_UU"; + + /** Set M_MatchInv_UU */ + public void setM_MatchInv_UU (String M_MatchInv_UU); + + /** Get M_MatchInv_UU */ + public String getM_MatchInv_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -214,7 +223,7 @@ public interface I_M_MatchInv */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java b/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java index 223d742865..08d47e32cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MatchPO.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_MatchPO - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_MatchPO { @@ -31,7 +31,7 @@ public interface I_M_MatchPO public static final String Table_Name = "M_MatchPO"; /** AD_Table_ID=473 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 473; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_MatchPO */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -90,7 +90,7 @@ public interface I_M_MatchPO */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -214,7 +214,7 @@ public interface I_M_MatchPO */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_MatchPO_ID */ public static final String COLUMNNAME_M_MatchPO_ID = "M_MatchPO_ID"; @@ -229,6 +229,15 @@ public interface I_M_MatchPO */ public int getM_MatchPO_ID(); + /** Column name M_MatchPO_UU */ + public static final String COLUMNNAME_M_MatchPO_UU = "M_MatchPO_UU"; + + /** Set M_MatchPO_UU */ + public void setM_MatchPO_UU (String M_MatchPO_UU); + + /** Get M_MatchPO_UU */ + public String getM_MatchPO_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -242,7 +251,7 @@ public interface I_M_MatchPO */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Movement.java b/org.adempiere.base/src/org/compiere/model/I_M_Movement.java index 4dcdc0477a..ff0c15a0f4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Movement.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Movement { @@ -31,7 +31,7 @@ public interface I_M_Movement public static final String Table_Name = "M_Movement"; /** AD_Table_ID=323 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 323; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_Movement */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name ApprovalAmt */ public static final String COLUMNNAME_ApprovalAmt = "ApprovalAmt"; @@ -116,7 +116,7 @@ public interface I_M_Movement */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -131,7 +131,7 @@ public interface I_M_Movement */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -161,7 +161,7 @@ public interface I_M_Movement */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -176,7 +176,7 @@ public interface I_M_Movement */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -191,7 +191,7 @@ public interface I_M_Movement */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -219,7 +219,7 @@ public interface I_M_Movement */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -430,6 +430,15 @@ public interface I_M_Movement */ public int getM_Movement_ID(); + /** Column name M_Movement_UU */ + public static final String COLUMNNAME_M_Movement_UU = "M_Movement_UU"; + + /** Set M_Movement_UU */ + public void setM_Movement_UU (String M_Movement_UU); + + /** Get M_Movement_UU */ + public String getM_Movement_UU(); + /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -456,7 +465,7 @@ public interface I_M_Movement */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name POReference */ public static final String COLUMNNAME_POReference = "POReference"; @@ -545,7 +554,7 @@ public interface I_M_Movement */ public int getReversal_ID(); - public I_M_Movement getReversal() throws RuntimeException; + public org.compiere.model.I_M_Movement getReversal() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; @@ -560,7 +569,7 @@ public interface I_M_Movement */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; @@ -591,7 +600,7 @@ public interface I_M_Movement */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -606,5 +615,5 @@ public interface I_M_Movement */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java index 065d11ab63..cbd25150d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_MovementConfirm { @@ -31,7 +31,7 @@ public interface I_M_MovementConfirm public static final String Table_Name = "M_MovementConfirm"; /** AD_Table_ID=738 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 738; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -182,7 +182,7 @@ public interface I_M_MovementConfirm */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws RuntimeException; + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_MovementConfirm_ID */ public static final String COLUMNNAME_M_MovementConfirm_ID = "M_MovementConfirm_ID"; @@ -197,6 +197,15 @@ public interface I_M_MovementConfirm */ public int getM_MovementConfirm_ID(); + /** Column name M_MovementConfirm_UU */ + public static final String COLUMNNAME_M_MovementConfirm_UU = "M_MovementConfirm_UU"; + + /** Set M_MovementConfirm_UU */ + public void setM_MovementConfirm_UU (String M_MovementConfirm_UU); + + /** Get M_MovementConfirm_UU */ + public String getM_MovementConfirm_UU(); + /** Column name M_Movement_ID */ public static final String COLUMNNAME_M_Movement_ID = "M_Movement_ID"; @@ -210,7 +219,7 @@ public interface I_M_MovementConfirm */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws RuntimeException; + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java index 654df674d2..3cb7bacba1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_MovementLine { @@ -31,7 +31,7 @@ public interface I_M_MovementLine public static final String Table_Name = "M_MovementLine"; /** AD_Table_ID=324 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 324; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -214,7 +214,7 @@ public interface I_M_MovementLine */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws RuntimeException; + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException; /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; @@ -229,6 +229,15 @@ public interface I_M_MovementLine */ public int getM_MovementLine_ID(); + /** Column name M_MovementLine_UU */ + public static final String COLUMNNAME_M_MovementLine_UU = "M_MovementLine_UU"; + + /** Set M_MovementLine_UU */ + public void setM_MovementLine_UU (String M_MovementLine_UU); + + /** Get M_MovementLine_UU */ + public String getM_MovementLine_UU(); + /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; @@ -255,7 +264,7 @@ public interface I_M_MovementLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; @@ -283,7 +292,7 @@ public interface I_M_MovementLine */ public int getReversalLine_ID(); - public I_M_MovementLine getReversalLine() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getReversalLine() throws RuntimeException; /** Column name ScrappedQty */ public static final String COLUMNNAME_ScrappedQty = "ScrappedQty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java index bcb3b66416..6fba8ab0dd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLineConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_MovementLineConfirm { @@ -31,7 +31,7 @@ public interface I_M_MovementLineConfirm public static final String Table_Name = "M_MovementLineConfirm"; /** AD_Table_ID=737 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 737; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,7 +143,7 @@ public interface I_M_MovementLineConfirm */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_MovementConfirm_ID */ public static final String COLUMNNAME_M_MovementConfirm_ID = "M_MovementConfirm_ID"; @@ -158,7 +158,7 @@ public interface I_M_MovementLineConfirm */ public int getM_MovementConfirm_ID(); - public I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException; + public org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException; /** Column name M_MovementLineConfirm_ID */ public static final String COLUMNNAME_M_MovementLineConfirm_ID = "M_MovementLineConfirm_ID"; @@ -173,6 +173,15 @@ public interface I_M_MovementLineConfirm */ public int getM_MovementLineConfirm_ID(); + /** Column name M_MovementLineConfirm_UU */ + public static final String COLUMNNAME_M_MovementLineConfirm_UU = "M_MovementLineConfirm_UU"; + + /** Set M_MovementLineConfirm_UU */ + public void setM_MovementLineConfirm_UU (String M_MovementLineConfirm_UU); + + /** Get M_MovementLineConfirm_UU */ + public String getM_MovementLineConfirm_UU(); + /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; @@ -186,7 +195,7 @@ public interface I_M_MovementLineConfirm */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java index 669e49b77c..d80ef7148c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_MovementLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_MovementLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_MovementLineMA { @@ -31,7 +31,7 @@ public interface I_M_MovementLineMA public static final String Table_Name = "M_MovementLineMA"; /** AD_Table_ID=764 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 764; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -119,7 +119,16 @@ public interface I_M_MovementLineMA */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; + + /** Column name M_MovementLineMA_UU */ + public static final String COLUMNNAME_M_MovementLineMA_UU = "M_MovementLineMA_UU"; + + /** Set M_MovementLineMA_UU */ + public void setM_MovementLineMA_UU (String M_MovementLineMA_UU); + + /** Get M_MovementLineMA_UU */ + public String getM_MovementLineMA_UU(); /** Column name MovementQty */ public static final String COLUMNNAME_MovementQty = "MovementQty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java b/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java index 64b775d72e..af4b519c0b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_OperationResource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_OperationResource - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_OperationResource { @@ -31,7 +31,7 @@ public interface I_M_OperationResource public static final String Table_Name = "M_OperationResource"; /** AD_Table_ID=797 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 797; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_M_OperationResource */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_M_OperationResource */ public int getC_Job_ID(); - public I_C_Job getC_Job() throws RuntimeException; + public org.compiere.model.I_C_Job getC_Job() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -160,6 +160,15 @@ public interface I_M_OperationResource */ public int getM_OperationResource_ID(); + /** Column name M_OperationResource_UU */ + public static final String COLUMNNAME_M_OperationResource_UU = "M_OperationResource_UU"; + + /** Set M_OperationResource_UU */ + public void setM_OperationResource_UU (String M_OperationResource_UU); + + /** Get M_OperationResource_UU */ + public String getM_OperationResource_UU(); + /** Column name M_ProductOperation_ID */ public static final String COLUMNNAME_M_ProductOperation_ID = "M_ProductOperation_ID"; @@ -173,7 +182,7 @@ public interface I_M_OperationResource */ public int getM_ProductOperation_ID(); - public I_M_ProductOperation getM_ProductOperation() throws RuntimeException; + public org.compiere.model.I_M_ProductOperation getM_ProductOperation() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Package.java b/org.adempiere.base/src/org/compiere/model/I_M_Package.java index 14afe3cc6b..db5202156c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Package.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Package.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Package - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Package { @@ -31,7 +31,7 @@ public interface I_M_Package public static final String Table_Name = "M_Package"; /** AD_Table_ID=664 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 664; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,7 +143,7 @@ public interface I_M_Package */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Package_ID */ public static final String COLUMNNAME_M_Package_ID = "M_Package_ID"; @@ -158,6 +158,15 @@ public interface I_M_Package */ public int getM_Package_ID(); + /** Column name M_Package_UU */ + public static final String COLUMNNAME_M_Package_UU = "M_Package_UU"; + + /** Set M_Package_UU */ + public void setM_Package_UU (String M_Package_UU); + + /** Get M_Package_UU */ + public String getM_Package_UU(); + /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -171,7 +180,7 @@ public interface I_M_Package */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name ReceivedInfo */ public static final String COLUMNNAME_ReceivedInfo = "ReceivedInfo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java b/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java index b8d34f46dd..df01cf461f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PackageLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PackageLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PackageLine { @@ -31,7 +31,7 @@ public interface I_M_PackageLine public static final String Table_Name = "M_PackageLine"; /** AD_Table_ID=663 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 663; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,7 @@ public interface I_M_PackageLine */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Package_ID */ public static final String COLUMNNAME_M_Package_ID = "M_Package_ID"; @@ -132,7 +132,7 @@ public interface I_M_PackageLine */ public int getM_Package_ID(); - public I_M_Package getM_Package() throws RuntimeException; + public org.compiere.model.I_M_Package getM_Package() throws RuntimeException; /** Column name M_PackageLine_ID */ public static final String COLUMNNAME_M_PackageLine_ID = "M_PackageLine_ID"; @@ -147,6 +147,15 @@ public interface I_M_PackageLine */ public int getM_PackageLine_ID(); + /** Column name M_PackageLine_UU */ + public static final String COLUMNNAME_M_PackageLine_UU = "M_PackageLine_UU"; + + /** Set M_PackageLine_UU */ + public void setM_PackageLine_UU (String M_PackageLine_UU); + + /** Get M_PackageLine_UU */ + public String getM_PackageLine_UU(); + /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PartType.java b/org.adempiere.base/src/org/compiere/model/I_M_PartType.java index 9ef6406627..659a126477 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PartType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PartType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PartType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PartType { @@ -113,6 +113,15 @@ public interface I_M_PartType /** Get Part Type */ public int getM_PartType_ID(); + /** Column name M_PartType_UU */ + public static final String COLUMNNAME_M_PartType_UU = "M_PartType_UU"; + + /** Set M_PartType_UU */ + public void setM_PartType_UU (String M_PartType_UU); + + /** Get M_PartType_UU */ + public String getM_PartType_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java b/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java index 7c6d2d1535..7278522d8a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PerpetualInv.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PerpetualInv - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PerpetualInv { @@ -31,7 +31,7 @@ public interface I_M_PerpetualInv public static final String Table_Name = "M_PerpetualInv"; /** AD_Table_ID=342 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 342; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_M_PerpetualInv */ public int getM_PerpetualInv_ID(); + /** Column name M_PerpetualInv_UU */ + public static final String COLUMNNAME_M_PerpetualInv_UU = "M_PerpetualInv_UU"; + + /** Set M_PerpetualInv_UU */ + public void setM_PerpetualInv_UU (String M_PerpetualInv_UU); + + /** Get M_PerpetualInv_UU */ + public String getM_PerpetualInv_UU(); + /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; @@ -169,7 +178,7 @@ public interface I_M_PerpetualInv */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -184,7 +193,7 @@ public interface I_M_PerpetualInv */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java b/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java index 362181ea35..edc2a259a1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PriceList.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PriceList - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PriceList { @@ -31,7 +31,7 @@ public interface I_M_PriceList public static final String Table_Name = "M_PriceList"; /** AD_Table_ID=255 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 255; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_PriceList */ public int getBasePriceList_ID(); - public I_M_PriceList getBasePriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getBasePriceList() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -90,7 +90,7 @@ public interface I_M_PriceList */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -221,6 +221,15 @@ public interface I_M_PriceList */ public int getM_PriceList_ID(); + /** Column name M_PriceList_UU */ + public static final String COLUMNNAME_M_PriceList_UU = "M_PriceList_UU"; + + /** Set M_PriceList_UU */ + public void setM_PriceList_UU (String M_PriceList_UU); + + /** Get M_PriceList_UU */ + public String getM_PriceList_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java b/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java index 9b1a80a846..48c37f6850 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PriceList_Version.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PriceList_Version - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PriceList_Version { @@ -31,7 +31,7 @@ public interface I_M_PriceList_Version public static final String Table_Name = "M_PriceList_Version"; /** AD_Table_ID=295 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 295; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,7 @@ public interface I_M_PriceList_Version */ public int getM_DiscountSchema_ID(); - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException; /** Column name M_PriceList_ID */ public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID"; @@ -132,7 +132,7 @@ public interface I_M_PriceList_Version */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Pricelist_Version_Base_ID */ public static final String COLUMNNAME_M_Pricelist_Version_Base_ID = "M_Pricelist_Version_Base_ID"; @@ -147,7 +147,7 @@ public interface I_M_PriceList_Version */ public int getM_Pricelist_Version_Base_ID(); - public I_M_PriceList_Version getM_Pricelist_Version_Base() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_Pricelist_Version_Base() throws RuntimeException; /** Column name M_PriceList_Version_ID */ public static final String COLUMNNAME_M_PriceList_Version_ID = "M_PriceList_Version_ID"; @@ -162,6 +162,15 @@ public interface I_M_PriceList_Version */ public int getM_PriceList_Version_ID(); + /** Column name M_PriceList_Version_UU */ + public static final String COLUMNNAME_M_PriceList_Version_UU = "M_PriceList_Version_UU"; + + /** Set M_PriceList_Version_UU */ + public void setM_PriceList_Version_UU (String M_PriceList_Version_UU); + + /** Get M_PriceList_Version_UU */ + public String getM_PriceList_Version_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product.java b/org.adempiere.base/src/org/compiere/model/I_M_Product.java index 42f146445b..48cd0b6292 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Product { @@ -602,7 +602,7 @@ public interface I_M_Product /** Get Part Type */ public int getM_PartType_ID(); - public I_M_PartType getM_PartType() throws RuntimeException; + public org.compiere.model.I_M_PartType getM_PartType() throws RuntimeException; /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java index bce0b84131..1d87d0ee2d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductDownload.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductDownload - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductDownload { @@ -31,7 +31,7 @@ public interface I_M_ProductDownload public static final String Table_Name = "M_ProductDownload"; /** AD_Table_ID=777 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 777; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,6 +117,15 @@ public interface I_M_ProductDownload */ public int getM_ProductDownload_ID(); + /** Column name M_ProductDownload_UU */ + public static final String COLUMNNAME_M_ProductDownload_UU = "M_ProductDownload_UU"; + + /** Set M_ProductDownload_UU */ + public void setM_ProductDownload_UU (String M_ProductDownload_UU); + + /** Get M_ProductDownload_UU */ + public String getM_ProductDownload_UU(); + /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -130,7 +139,7 @@ public interface I_M_ProductDownload */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java index 0ec476eded..e2d7799238 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductOperation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductOperation - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductOperation { @@ -31,7 +31,7 @@ public interface I_M_ProductOperation public static final String Table_Name = "M_ProductOperation"; /** AD_Table_ID=796 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 796; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,7 +130,7 @@ public interface I_M_ProductOperation */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductOperation_ID */ public static final String COLUMNNAME_M_ProductOperation_ID = "M_ProductOperation_ID"; @@ -145,6 +145,15 @@ public interface I_M_ProductOperation */ public int getM_ProductOperation_ID(); + /** Column name M_ProductOperation_UU */ + public static final String COLUMNNAME_M_ProductOperation_UU = "M_ProductOperation_UU"; + + /** Set M_ProductOperation_UU */ + public void setM_ProductOperation_UU (String M_ProductOperation_UU); + + /** Get M_ProductOperation_UU */ + public String getM_ProductOperation_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java index b7e13f7348..91a617954e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductPrice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductPrice - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductPrice { @@ -31,7 +31,7 @@ public interface I_M_ProductPrice public static final String Table_Name = "M_ProductPrice"; /** AD_Table_ID=251 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 251; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,7 +104,7 @@ public interface I_M_ProductPrice */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -119,7 +119,16 @@ public interface I_M_ProductPrice */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_ProductPrice_UU */ + public static final String COLUMNNAME_M_ProductPrice_UU = "M_ProductPrice_UU"; + + /** Set M_ProductPrice_UU */ + public void setM_ProductPrice_UU (String M_ProductPrice_UU); + + /** Get M_ProductPrice_UU */ + public String getM_ProductPrice_UU(); /** Column name PriceLimit */ public static final String COLUMNNAME_PriceLimit = "PriceLimit"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java index f167b67c3a..5336517857 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductPriceVendorBreak.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductPriceVendorBreak - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductPriceVendorBreak { @@ -31,7 +31,7 @@ public interface I_M_ProductPriceVendorBreak public static final String Table_Name = "M_ProductPriceVendorBreak"; /** AD_Table_ID=53172 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53172; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_ProductPriceVendorBreak */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +132,7 @@ public interface I_M_ProductPriceVendorBreak */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -147,17 +147,26 @@ public interface I_M_ProductPriceVendorBreak */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductPriceVendorBreak_ID */ public static final String COLUMNNAME_M_ProductPriceVendorBreak_ID = "M_ProductPriceVendorBreak_ID"; - /** Set Product Price Vendor Break */ + /** Set Product Price Break */ public void setM_ProductPriceVendorBreak_ID (int M_ProductPriceVendorBreak_ID); - /** Get Product Price Vendor Break */ + /** Get Product Price Break */ public int getM_ProductPriceVendorBreak_ID(); + /** Column name M_ProductPriceVendorBreak_UU */ + public static final String COLUMNNAME_M_ProductPriceVendorBreak_UU = "M_ProductPriceVendorBreak_UU"; + + /** Set M_ProductPriceVendorBreak_UU */ + public void setM_ProductPriceVendorBreak_UU (String M_ProductPriceVendorBreak_UU); + + /** Get M_ProductPriceVendorBreak_UU */ + public String getM_ProductPriceVendorBreak_UU(); + /** Column name PriceLimit */ public static final String COLUMNNAME_PriceLimit = "PriceLimit"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java index affb5e75e1..13db63d637 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Product_Acct { @@ -35,7 +35,7 @@ public interface I_M_Product_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_BOM.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_BOM.java index 0c0262bc9d..e87b18836d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_BOM.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Product_BOM { @@ -31,7 +31,7 @@ public interface I_M_Product_BOM public static final String Table_Name = "M_Product_BOM"; /** AD_Table_ID=383 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 383; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,32 @@ public interface I_M_Product_BOM */ public String getBOMType(); + /** Column name CostStandard */ + public static final String COLUMNNAME_CostStandard = "CostStandard"; + + /** Set Standard Cost. + * Standard Costs + */ + public void setCostStandard (BigDecimal CostStandard); + + /** Get Standard Cost. + * Standard Costs + */ + public BigDecimal getCostStandard(); + + /** Column name CostStandardCumAmt */ + public static final String COLUMNNAME_CostStandardCumAmt = "CostStandardCumAmt"; + + /** Set Std Cost Amount Sum. + * Standard Cost Invoice Amount Sum (internal) + */ + public void setCostStandardCumAmt (BigDecimal CostStandardCumAmt); + + /** Get Std Cost Amount Sum. + * Standard Cost Invoice Amount Sum (internal) + */ + public BigDecimal getCostStandardCumAmt(); + /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -130,6 +156,19 @@ public interface I_M_Product_BOM */ public boolean isActive(); + /** Column name IsBillOfMaterial */ + public static final String COLUMNNAME_IsBillOfMaterial = "IsBillOfMaterial"; + + /** Set Bill of Materials. + * Bill of Materials + */ + public void setIsBillOfMaterial (boolean IsBillOfMaterial); + + /** Get Bill of Materials. + * Bill of Materials + */ + public boolean isBillOfMaterial(); + /** Column name Line */ public static final String COLUMNNAME_Line = "Line"; @@ -143,6 +182,17 @@ public interface I_M_Product_BOM */ public int getLine(); + /** Column name M_PartType_ID */ + public static final String COLUMNNAME_M_PartType_ID = "M_PartType_ID"; + + /** Set Part Type */ + public void setM_PartType_ID (int M_PartType_ID); + + /** Get Part Type */ + public int getM_PartType_ID(); + + public org.compiere.model.I_M_PartType getM_PartType() throws RuntimeException; + /** Column name M_Product_BOM_ID */ public static final String COLUMNNAME_M_Product_BOM_ID = "M_Product_BOM_ID"; @@ -165,7 +215,16 @@ public interface I_M_Product_BOM */ public int getM_ProductBOM_ID(); - public I_M_Product getM_ProductBOM() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductBOM() throws RuntimeException; + + /** Column name M_Product_BOM_UU */ + public static final String COLUMNNAME_M_Product_BOM_UU = "M_Product_BOM_UU"; + + /** Set M_Product_BOM_UU */ + public void setM_Product_BOM_UU (String M_Product_BOM_UU); + + /** Get M_Product_BOM_UU */ + public String getM_Product_BOM_UU(); /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -180,7 +239,7 @@ public interface I_M_Product_BOM */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; @@ -197,4 +256,17 @@ public interface I_M_Product_BOM * User who updated this records */ public int getUpdatedBy(); + + /** Column name Value */ + public static final String COLUMNNAME_Value = "Value"; + + /** Set Search Key. + * Search key for the record in the format required - must be unique + */ + public void setValue (String Value); + + /** Get Search Key. + * Search key for the record in the format required - must be unique + */ + public String getValue(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java index e894fe80c8..b4cc5e722b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Product_Category { @@ -31,7 +31,7 @@ public interface I_M_Product_Category public static final String Table_Name = "M_Product_Category"; /** AD_Table_ID=209 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 209; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_M_Product_Category */ public int getA_Asset_Group_ID(); - public I_A_Asset_Group getA_Asset_Group() throws RuntimeException; + public org.compiere.model.I_A_Asset_Group getA_Asset_Group() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_M_Product_Category */ public int getAD_PrintColor_ID(); - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -195,7 +195,16 @@ public interface I_M_Product_Category /** Get Parent Product Category */ public int getM_Product_Category_Parent_ID(); - public I_M_Product_Category getM_Product_Category_Parent() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category_Parent() throws RuntimeException; + + /** Column name M_Product_Category_UU */ + public static final String COLUMNNAME_M_Product_Category_UU = "M_Product_Category_UU"; + + /** Set M_Product_Category_UU */ + public void setM_Product_Category_UU (String M_Product_Category_UU); + + /** Get M_Product_Category_UU */ + public String getM_Product_Category_UU(); /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java index 37bf89c489..a0682d1ca5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_Category_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_Category_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Product_Category_Acct { @@ -35,7 +35,7 @@ public interface I_M_Product_Category_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java index 1f880e02d6..9b99728cdb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_PO.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Product_PO - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Product_PO { @@ -31,7 +31,7 @@ public interface I_M_Product_PO public static final String Table_Name = "M_Product_PO"; /** AD_Table_ID=210 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 210; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Product_PO */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -90,7 +90,7 @@ public interface I_M_Product_PO */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CostPerOrder */ public static final String COLUMNNAME_CostPerOrder = "CostPerOrder"; @@ -134,7 +134,7 @@ public interface I_M_Product_PO */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DeliveryTime_Actual */ public static final String COLUMNNAME_DeliveryTime_Actual = "DeliveryTime_Actual"; @@ -240,7 +240,16 @@ public interface I_M_Product_PO */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_Product_PO_UU */ + public static final String COLUMNNAME_M_Product_PO_UU = "M_Product_PO_UU"; + + /** Set M_Product_PO_UU */ + public void setM_Product_PO_UU (String M_Product_PO_UU); + + /** Get M_Product_PO_UU */ + public String getM_Product_PO_UU(); /** Column name Order_Min */ public static final String COLUMNNAME_Order_Min = "Order_Min"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java b/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java new file mode 100644 index 0000000000..e4c7ab197a --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/I_M_Product_QualityTest.java @@ -0,0 +1,162 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for M_Product_QualityTest + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_M_Product_QualityTest +{ + + /** TableName=M_Product_QualityTest */ + public static final String Table_Name = "M_Product_QualityTest"; + + /** AD_Table_ID=53333 */ + public static final int Table_ID = 53333; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 3 - Client - Org + */ + BigDecimal accessLevel = BigDecimal.valueOf(3); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name ExpectedResult */ + public static final String COLUMNNAME_ExpectedResult = "ExpectedResult"; + + /** Set Expected Result */ + public void setExpectedResult (String ExpectedResult); + + /** Get Expected Result */ + public String getExpectedResult(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name M_Product_ID */ + public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; + + /** Set Product. + * Product, Service, Item + */ + public void setM_Product_ID (int M_Product_ID); + + /** Get Product. + * Product, Service, Item + */ + public int getM_Product_ID(); + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_Product_QualityTest_ID */ + public static final String COLUMNNAME_M_Product_QualityTest_ID = "M_Product_QualityTest_ID"; + + /** Set Product Quality Test */ + public void setM_Product_QualityTest_ID (int M_Product_QualityTest_ID); + + /** Get Product Quality Test */ + public int getM_Product_QualityTest_ID(); + + /** Column name M_Product_QualityTest_UU */ + public static final String COLUMNNAME_M_Product_QualityTest_UU = "M_Product_QualityTest_UU"; + + /** Set M_Product_QualityTest_UU */ + public void setM_Product_QualityTest_UU (String M_Product_QualityTest_UU); + + /** Get M_Product_QualityTest_UU */ + public String getM_Product_QualityTest_UU(); + + /** Column name M_QualityTest_ID */ + public static final String COLUMNNAME_M_QualityTest_ID = "M_QualityTest_ID"; + + /** Set Quality Test */ + public void setM_QualityTest_ID (int M_QualityTest_ID); + + /** Get Quality Test */ + public int getM_QualityTest_ID(); + + public org.compiere.model.I_M_QualityTest getM_QualityTest() throws RuntimeException; + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Production.java b/org.adempiere.base/src/org/compiere/model/I_M_Production.java index ffeab15838..86cc80e5f9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Production.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Production.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Production - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Production { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java index 5badad40a6..211464bcc9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductionLine { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java index 55fe6194c7..e10f5d20fb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductionLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductionLineMA { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java b/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java index e12fcd9bd4..75d26d67a7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_ProductionPlan.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_ProductionPlan - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_ProductionPlan { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java b/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java index 8986f6ff6b..e43a416c3c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Promotion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Promotion - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Promotion { @@ -31,7 +31,7 @@ public interface I_M_Promotion public static final String Table_Name = "M_Promotion"; /** AD_Table_ID=53178 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53178; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Promotion */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -128,6 +128,15 @@ public interface I_M_Promotion /** Get Promotion */ public int getM_Promotion_ID(); + /** Column name M_Promotion_UU */ + public static final String COLUMNNAME_M_Promotion_UU = "M_Promotion_UU"; + + /** Set M_Promotion_UU */ + public void setM_Promotion_UU (String M_Promotion_UU); + + /** Get M_Promotion_UU */ + public String getM_Promotion_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java index db71f41cfd..b23d44f9ef 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionDistribution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionDistribution - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PromotionDistribution { @@ -31,7 +31,7 @@ public interface I_M_PromotionDistribution public static final String Table_Name = "M_PromotionDistribution"; /** AD_Table_ID=53181 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53181; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -126,6 +126,15 @@ public interface I_M_PromotionDistribution /** Get Promotion Distribution */ public int getM_PromotionDistribution_ID(); + /** Column name M_PromotionDistribution_UU */ + public static final String COLUMNNAME_M_PromotionDistribution_UU = "M_PromotionDistribution_UU"; + + /** Set M_PromotionDistribution_UU */ + public void setM_PromotionDistribution_UU (String M_PromotionDistribution_UU); + + /** Get M_PromotionDistribution_UU */ + public String getM_PromotionDistribution_UU(); + /** Column name M_Promotion_ID */ public static final String COLUMNNAME_M_Promotion_ID = "M_Promotion_ID"; @@ -135,7 +144,7 @@ public interface I_M_PromotionDistribution /** Get Promotion */ public int getM_Promotion_ID(); - public I_M_Promotion getM_Promotion() throws RuntimeException; + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException; /** Column name M_PromotionLine_ID */ public static final String COLUMNNAME_M_PromotionLine_ID = "M_PromotionLine_ID"; @@ -146,7 +155,7 @@ public interface I_M_PromotionDistribution /** Get Promotion Line */ public int getM_PromotionLine_ID(); - public I_M_PromotionLine getM_PromotionLine() throws RuntimeException; + public org.compiere.model.I_M_PromotionLine getM_PromotionLine() throws RuntimeException; /** Column name Operation */ public static final String COLUMNNAME_Operation = "Operation"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java index 021e633d80..488d03c245 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PromotionGroup { @@ -31,7 +31,7 @@ public interface I_M_PromotionGroup public static final String Table_Name = "M_PromotionGroup"; /** AD_Table_ID=53176 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53176; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -113,6 +113,15 @@ public interface I_M_PromotionGroup /** Get Promotion Group */ public int getM_PromotionGroup_ID(); + /** Column name M_PromotionGroup_UU */ + public static final String COLUMNNAME_M_PromotionGroup_UU = "M_PromotionGroup_UU"; + + /** Set M_PromotionGroup_UU */ + public void setM_PromotionGroup_UU (String M_PromotionGroup_UU); + + /** Get M_PromotionGroup_UU */ + public String getM_PromotionGroup_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java index 0481e7addc..dcead17180 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionGroupLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionGroupLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PromotionGroupLine { @@ -31,7 +31,7 @@ public interface I_M_PromotionGroupLine public static final String Table_Name = "M_PromotionGroupLine"; /** AD_Table_ID=53177 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53177; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -104,7 +104,7 @@ public interface I_M_PromotionGroupLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_PromotionGroup_ID */ public static final String COLUMNNAME_M_PromotionGroup_ID = "M_PromotionGroup_ID"; @@ -115,7 +115,7 @@ public interface I_M_PromotionGroupLine /** Get Promotion Group */ public int getM_PromotionGroup_ID(); - public I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException; + public org.compiere.model.I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException; /** Column name M_PromotionGroupLine_ID */ public static final String COLUMNNAME_M_PromotionGroupLine_ID = "M_PromotionGroupLine_ID"; @@ -126,6 +126,15 @@ public interface I_M_PromotionGroupLine /** Get Promotion Group Line */ public int getM_PromotionGroupLine_ID(); + /** Column name M_PromotionGroupLine_UU */ + public static final String COLUMNNAME_M_PromotionGroupLine_UU = "M_PromotionGroupLine_UU"; + + /** Set M_PromotionGroupLine_UU */ + public void setM_PromotionGroupLine_UU (String M_PromotionGroupLine_UU); + + /** Get M_PromotionGroupLine_UU */ + public String getM_PromotionGroupLine_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java index ab14e0b3d4..1d7369c999 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PromotionLine { @@ -31,7 +31,7 @@ public interface I_M_PromotionLine public static final String Table_Name = "M_PromotionLine"; /** AD_Table_ID=53179 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53179; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -126,7 +126,7 @@ public interface I_M_PromotionLine /** Get Promotion Group */ public int getM_PromotionGroup_ID(); - public I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException; + public org.compiere.model.I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException; /** Column name M_Promotion_ID */ public static final String COLUMNNAME_M_Promotion_ID = "M_Promotion_ID"; @@ -137,7 +137,7 @@ public interface I_M_PromotionLine /** Get Promotion */ public int getM_Promotion_ID(); - public I_M_Promotion getM_Promotion() throws RuntimeException; + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException; /** Column name M_PromotionLine_ID */ public static final String COLUMNNAME_M_PromotionLine_ID = "M_PromotionLine_ID"; @@ -148,6 +148,15 @@ public interface I_M_PromotionLine /** Get Promotion Line */ public int getM_PromotionLine_ID(); + /** Column name M_PromotionLine_UU */ + public static final String COLUMNNAME_M_PromotionLine_UU = "M_PromotionLine_UU"; + + /** Set M_PromotionLine_UU */ + public void setM_PromotionLine_UU (String M_PromotionLine_UU); + + /** Get M_PromotionLine_UU */ + public String getM_PromotionLine_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java index a374e38814..4bb949dfa0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionPreCondition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionPreCondition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PromotionPreCondition { @@ -31,7 +31,7 @@ public interface I_M_PromotionPreCondition public static final String Table_Name = "M_PromotionPreCondition"; /** AD_Table_ID=53180 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53180; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_PromotionPreCondition */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_M_PromotionPreCondition */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -105,7 +105,7 @@ public interface I_M_PromotionPreCondition */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -162,7 +162,7 @@ public interface I_M_PromotionPreCondition */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Promotion_ID */ public static final String COLUMNNAME_M_Promotion_ID = "M_Promotion_ID"; @@ -173,7 +173,7 @@ public interface I_M_PromotionPreCondition /** Get Promotion */ public int getM_Promotion_ID(); - public I_M_Promotion getM_Promotion() throws RuntimeException; + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException; /** Column name M_PromotionPreCondition_ID */ public static final String COLUMNNAME_M_PromotionPreCondition_ID = "M_PromotionPreCondition_ID"; @@ -184,6 +184,15 @@ public interface I_M_PromotionPreCondition /** Get Promotion Pre Condition */ public int getM_PromotionPreCondition_ID(); + /** Column name M_PromotionPreCondition_UU */ + public static final String COLUMNNAME_M_PromotionPreCondition_UU = "M_PromotionPreCondition_UU"; + + /** Set M_PromotionPreCondition_UU */ + public void setM_PromotionPreCondition_UU (String M_PromotionPreCondition_UU); + + /** Get M_PromotionPreCondition_UU */ + public String getM_PromotionPreCondition_UU(); + /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -197,7 +206,7 @@ public interface I_M_PromotionPreCondition */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PromotionCode */ public static final String COLUMNNAME_PromotionCode = "PromotionCode"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java b/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java index ce9b45d890..a0273387db 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_PromotionReward.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_PromotionReward - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_PromotionReward { @@ -31,7 +31,7 @@ public interface I_M_PromotionReward public static final String Table_Name = "M_PromotionReward"; /** AD_Table_ID=53182 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53182; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_PromotionReward */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -167,7 +167,7 @@ public interface I_M_PromotionReward /** Get Promotion Distribution */ public int getM_PromotionDistribution_ID(); - public I_M_PromotionDistribution getM_PromotionDistribution() throws RuntimeException; + public org.compiere.model.I_M_PromotionDistribution getM_PromotionDistribution() throws RuntimeException; /** Column name M_Promotion_ID */ public static final String COLUMNNAME_M_Promotion_ID = "M_Promotion_ID"; @@ -178,7 +178,7 @@ public interface I_M_PromotionReward /** Get Promotion */ public int getM_Promotion_ID(); - public I_M_Promotion getM_Promotion() throws RuntimeException; + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException; /** Column name M_PromotionReward_ID */ public static final String COLUMNNAME_M_PromotionReward_ID = "M_PromotionReward_ID"; @@ -189,6 +189,15 @@ public interface I_M_PromotionReward /** Get Promotion Reward */ public int getM_PromotionReward_ID(); + /** Column name M_PromotionReward_UU */ + public static final String COLUMNNAME_M_PromotionReward_UU = "M_PromotionReward_UU"; + + /** Set M_PromotionReward_UU */ + public void setM_PromotionReward_UU (String M_PromotionReward_UU); + + /** Get M_PromotionReward_UU */ + public String getM_PromotionReward_UU(); + /** Column name M_TargetDistribution_ID */ public static final String COLUMNNAME_M_TargetDistribution_ID = "M_TargetDistribution_ID"; @@ -202,7 +211,7 @@ public interface I_M_PromotionReward */ public int getM_TargetDistribution_ID(); - public I_M_PromotionDistribution getM_TargetDistribution() throws RuntimeException; + public org.compiere.model.I_M_PromotionDistribution getM_TargetDistribution() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java b/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java index d46b2300aa..aab87405b0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_QualityTest.java @@ -1,157 +1,166 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * - * This program is free software, you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program, if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -package org.compiere.model; - -import java.math.BigDecimal; -import java.sql.Timestamp; -import org.compiere.util.KeyNamePair; - -/** Generated Interface for M_QualityTest - * @author Adempiere (generated) - * @version Release 3.6.0LTS - */ -public interface I_M_QualityTest -{ - - /** TableName=M_QualityTest */ - public static final String Table_Name = "M_QualityTest"; - - /** AD_Table_ID=1000004 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); - - KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - - /** AccessLevel = 3 - Client - Org - */ - BigDecimal accessLevel = BigDecimal.valueOf(3); - - /** Load Meta Data */ - - /** Column name AD_Client_ID */ - public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; - - /** Get Client. - * Client/Tenant for this installation. - */ - public int getAD_Client_ID(); - - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organisation. - * Organisational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organisation. - * Organisational entity within client - */ - public int getAD_Org_ID(); - - /** Column name Created */ - public static final String COLUMNNAME_Created = "Created"; - - /** Get Created. - * Date this record was created - */ - public Timestamp getCreated(); - - /** Column name CreatedBy */ - public static final String COLUMNNAME_CreatedBy = "CreatedBy"; - - /** Get Created By. - * User who created this records - */ - public int getCreatedBy(); - - /** Column name Description */ - public static final String COLUMNNAME_Description = "Description"; - - /** Set Description. - * Optional short description of the record - */ - public void setDescription (String Description); - - /** Get Description. - * Optional short description of the record - */ - public String getDescription(); - - /** Column name Help */ - public static final String COLUMNNAME_Help = "Help"; - - /** Set Comment/Help. - * Comment or Hint - */ - public void setHelp (String Help); - - /** Get Comment/Help. - * Comment or Hint - */ - public String getHelp(); - - /** Column name IsActive */ - public static final String COLUMNNAME_IsActive = "IsActive"; - - /** Set Active. - * The record is active in the system - */ - public void setIsActive (boolean IsActive); - - /** Get Active. - * The record is active in the system - */ - public boolean isActive(); - - /** Column name M_QualityTest_ID */ - public static final String COLUMNNAME_M_QualityTest_ID = "M_QualityTest_ID"; - - /** Set Quality Test */ - public void setM_QualityTest_ID (int M_QualityTest_ID); - - /** Get Quality Test */ - public int getM_QualityTest_ID(); - - /** Column name Name */ - public static final String COLUMNNAME_Name = "Name"; - - /** Set Name. - * Alphanumeric identifier of the entity - */ - public void setName (String Name); - - /** Get Name. - * Alphanumeric identifier of the entity - */ - public String getName(); - - /** Column name Updated */ - public static final String COLUMNNAME_Updated = "Updated"; - - /** Get Updated. - * Date this record was updated - */ - public Timestamp getUpdated(); - - /** Column name UpdatedBy */ - public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; - - /** Get Updated By. - * User who updated this records - */ - public int getUpdatedBy(); -} +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for M_QualityTest + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_M_QualityTest +{ + + /** TableName=M_QualityTest */ + public static final String Table_Name = "M_QualityTest"; + + /** AD_Table_ID=53332 */ + public static final int Table_ID = 53332; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 3 - Client - Org + */ + BigDecimal accessLevel = BigDecimal.valueOf(3); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name Description */ + public static final String COLUMNNAME_Description = "Description"; + + /** Set Description. + * Optional short description of the record + */ + public void setDescription (String Description); + + /** Get Description. + * Optional short description of the record + */ + public String getDescription(); + + /** Column name Help */ + public static final String COLUMNNAME_Help = "Help"; + + /** Set Comment/Help. + * Comment or Hint + */ + public void setHelp (String Help); + + /** Get Comment/Help. + * Comment or Hint + */ + public String getHelp(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name M_QualityTest_ID */ + public static final String COLUMNNAME_M_QualityTest_ID = "M_QualityTest_ID"; + + /** Set Quality Test */ + public void setM_QualityTest_ID (int M_QualityTest_ID); + + /** Get Quality Test */ + public int getM_QualityTest_ID(); + + /** Column name M_QualityTest_UU */ + public static final String COLUMNNAME_M_QualityTest_UU = "M_QualityTest_UU"; + + /** Set M_QualityTest_UU */ + public void setM_QualityTest_UU (String M_QualityTest_UU); + + /** Get M_QualityTest_UU */ + public String getM_QualityTest_UU(); + + /** Column name Name */ + public static final String COLUMNNAME_Name = "Name"; + + /** Set Name. + * Alphanumeric identifier of the entity + */ + public void setName (String Name); + + /** Get Name. + * Alphanumeric identifier of the entity + */ + public String getName(); + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java b/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java index 6c4beab99f..586bce9cf6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_QualityTestResult.java @@ -1,201 +1,210 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * - * This program is free software, you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program, if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -package org.compiere.model; - -import java.math.BigDecimal; -import java.sql.Timestamp; -import org.compiere.util.KeyNamePair; - -/** Generated Interface for M_QualityTestResult - * @author Adempiere (generated) - * @version Release 3.6.0LTS - */ -public interface I_M_QualityTestResult -{ - - /** TableName=M_QualityTestResult */ - public static final String Table_Name = "M_QualityTestResult"; - - /** AD_Table_ID=1000006 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); - - KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - - /** AccessLevel = 3 - Client - Org - */ - BigDecimal accessLevel = BigDecimal.valueOf(3); - - /** Load Meta Data */ - - /** Column name AD_Client_ID */ - public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; - - /** Get Client. - * Client/Tenant for this installation. - */ - public int getAD_Client_ID(); - - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organisation. - * Organisational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organisation. - * Organisational entity within client - */ - public int getAD_Org_ID(); - - /** Column name Created */ - public static final String COLUMNNAME_Created = "Created"; - - /** Get Created. - * Date this record was created - */ - public Timestamp getCreated(); - - /** Column name CreatedBy */ - public static final String COLUMNNAME_CreatedBy = "CreatedBy"; - - /** Get Created By. - * User who created this records - */ - public int getCreatedBy(); - - /** Column name Description */ - public static final String COLUMNNAME_Description = "Description"; - - /** Set Description. - * Optional short description of the record - */ - public void setDescription (String Description); - - /** Get Description. - * Optional short description of the record - */ - public String getDescription(); - - /** Column name ExpectedResult */ - public static final String COLUMNNAME_ExpectedResult = "ExpectedResult"; - - /** Set Expected Result */ - public void setExpectedResult (String ExpectedResult); - - /** Get Expected Result */ - public String getExpectedResult(); - - /** Column name IsActive */ - public static final String COLUMNNAME_IsActive = "IsActive"; - - /** Set Active. - * The record is active in the system - */ - public void setIsActive (boolean IsActive); - - /** Get Active. - * The record is active in the system - */ - public boolean isActive(); - - /** Column name IsQCPass */ - public static final String COLUMNNAME_IsQCPass = "IsQCPass"; - - /** Set QC Pass */ - public void setIsQCPass (boolean IsQCPass); - - /** Get QC Pass */ - public boolean isQCPass(); - - /** Column name M_AttributeSetInstance_ID */ - public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; - - /** Set Attribute Set Instance. - * Product Attribute Set Instance - */ - public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID); - - /** Get Attribute Set Instance. - * Product Attribute Set Instance - */ - public int getM_AttributeSetInstance_ID(); - - public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException; - - /** Column name M_QualityTest_ID */ - public static final String COLUMNNAME_M_QualityTest_ID = "M_QualityTest_ID"; - - /** Set Quality Test */ - public void setM_QualityTest_ID (int M_QualityTest_ID); - - /** Get Quality Test */ - public int getM_QualityTest_ID(); - - public I_M_QualityTest getM_QualityTest() throws RuntimeException; - - /** Column name M_QualityTestResult_ID */ - public static final String COLUMNNAME_M_QualityTestResult_ID = "M_QualityTestResult_ID"; - - /** Set Quality Test Result */ - public void setM_QualityTestResult_ID (int M_QualityTestResult_ID); - - /** Get Quality Test Result */ - public int getM_QualityTestResult_ID(); - - /** Column name Processed */ - public static final String COLUMNNAME_Processed = "Processed"; - - /** Set Processed. - * The document has been processed - */ - public void setProcessed (boolean Processed); - - /** Get Processed. - * The document has been processed - */ - public boolean isProcessed(); - - /** Column name Result */ - public static final String COLUMNNAME_Result = "Result"; - - /** Set Result. - * Result of the action taken - */ - public void setResult (String Result); - - /** Get Result. - * Result of the action taken - */ - public String getResult(); - - /** Column name Updated */ - public static final String COLUMNNAME_Updated = "Updated"; - - /** Get Updated. - * Date this record was updated - */ - public Timestamp getUpdated(); - - /** Column name UpdatedBy */ - public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; - - /** Get Updated By. - * User who updated this records - */ - public int getUpdatedBy(); -} +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for M_QualityTestResult + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_M_QualityTestResult +{ + + /** TableName=M_QualityTestResult */ + public static final String Table_Name = "M_QualityTestResult"; + + /** AD_Table_ID=53331 */ + public static final int Table_ID = 53331; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 3 - Client - Org + */ + BigDecimal accessLevel = BigDecimal.valueOf(3); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name Description */ + public static final String COLUMNNAME_Description = "Description"; + + /** Set Description. + * Optional short description of the record + */ + public void setDescription (String Description); + + /** Get Description. + * Optional short description of the record + */ + public String getDescription(); + + /** Column name ExpectedResult */ + public static final String COLUMNNAME_ExpectedResult = "ExpectedResult"; + + /** Set Expected Result */ + public void setExpectedResult (String ExpectedResult); + + /** Get Expected Result */ + public String getExpectedResult(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name IsQCPass */ + public static final String COLUMNNAME_IsQCPass = "IsQCPass"; + + /** Set QC Pass */ + public void setIsQCPass (boolean IsQCPass); + + /** Get QC Pass */ + public boolean isQCPass(); + + /** Column name M_AttributeSetInstance_ID */ + public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; + + /** Set Attribute Set Instance. + * Product Attribute Set Instance + */ + public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID); + + /** Get Attribute Set Instance. + * Product Attribute Set Instance + */ + public int getM_AttributeSetInstance_ID(); + + public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException; + + /** Column name M_QualityTest_ID */ + public static final String COLUMNNAME_M_QualityTest_ID = "M_QualityTest_ID"; + + /** Set Quality Test */ + public void setM_QualityTest_ID (int M_QualityTest_ID); + + /** Get Quality Test */ + public int getM_QualityTest_ID(); + + public org.compiere.model.I_M_QualityTest getM_QualityTest() throws RuntimeException; + + /** Column name M_QualityTestResult_ID */ + public static final String COLUMNNAME_M_QualityTestResult_ID = "M_QualityTestResult_ID"; + + /** Set Quality Test Result */ + public void setM_QualityTestResult_ID (int M_QualityTestResult_ID); + + /** Get Quality Test Result */ + public int getM_QualityTestResult_ID(); + + /** Column name M_QualityTestResult_UU */ + public static final String COLUMNNAME_M_QualityTestResult_UU = "M_QualityTestResult_UU"; + + /** Set M_QualityTestResult_UU */ + public void setM_QualityTestResult_UU (String M_QualityTestResult_UU); + + /** Get M_QualityTestResult_UU */ + public String getM_QualityTestResult_UU(); + + /** Column name Processed */ + public static final String COLUMNNAME_Processed = "Processed"; + + /** Set Processed. + * The document has been processed + */ + public void setProcessed (boolean Processed); + + /** Get Processed. + * The document has been processed + */ + public boolean isProcessed(); + + /** Column name Result */ + public static final String COLUMNNAME_Result = "Result"; + + /** Set Result. + * Result of the action taken + */ + public void setResult (String Result); + + /** Get Result. + * Result of the action taken + */ + public String getResult(); + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMA.java b/org.adempiere.base/src/org/compiere/model/I_M_RMA.java index 5c75e49cab..baa8ddcbf8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMA.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_RMA { @@ -31,7 +31,7 @@ public interface I_M_RMA public static final String Table_Name = "M_RMA"; /** AD_Table_ID=661 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 661; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_RMA */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -103,7 +103,7 @@ public interface I_M_RMA */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -118,7 +118,7 @@ public interface I_M_RMA */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -133,7 +133,7 @@ public interface I_M_RMA */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -242,7 +242,7 @@ public interface I_M_RMA */ public int getInOut_ID(); - public I_M_InOut getInOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getInOut() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -309,7 +309,16 @@ public interface I_M_RMA */ public int getM_RMAType_ID(); - public I_M_RMAType getM_RMAType() throws RuntimeException; + public org.compiere.model.I_M_RMAType getM_RMAType() throws RuntimeException; + + /** Column name M_RMA_UU */ + public static final String COLUMNNAME_M_RMA_UU = "M_RMA_UU"; + + /** Set M_RMA_UU */ + public void setM_RMA_UU (String M_RMA_UU); + + /** Get M_RMA_UU */ + public String getM_RMA_UU(); /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -355,7 +364,7 @@ public interface I_M_RMA /** Get Referenced RMA */ public int getRef_RMA_ID(); - public I_M_RMA getRef_RMA() throws RuntimeException; + public org.compiere.model.I_M_RMA getRef_RMA() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; @@ -370,7 +379,7 @@ public interface I_M_RMA */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java b/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java index f05fccb716..596d1014b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMALine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMALine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_RMALine { @@ -31,7 +31,7 @@ public interface I_M_RMALine public static final String Table_Name = "M_RMALine"; /** AD_Table_ID=660 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 660; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_M_RMALine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -171,7 +171,7 @@ public interface I_M_RMALine */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_RMA_ID */ public static final String COLUMNNAME_M_RMA_ID = "M_RMA_ID"; @@ -186,7 +186,7 @@ public interface I_M_RMALine */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws RuntimeException; + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException; /** Column name M_RMALine_ID */ public static final String COLUMNNAME_M_RMALine_ID = "M_RMALine_ID"; @@ -201,6 +201,15 @@ public interface I_M_RMALine */ public int getM_RMALine_ID(); + /** Column name M_RMALine_UU */ + public static final String COLUMNNAME_M_RMALine_UU = "M_RMALine_UU"; + + /** Set M_RMALine_UU */ + public void setM_RMALine_UU (String M_RMALine_UU); + + /** Get M_RMALine_UU */ + public String getM_RMALine_UU(); + /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; @@ -262,7 +271,7 @@ public interface I_M_RMALine /** Get Referenced RMA Line */ public int getRef_RMALine_ID(); - public I_M_RMALine getRef_RMALine() throws RuntimeException; + public org.compiere.model.I_M_RMALine getRef_RMALine() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java b/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java index 382b138e23..b33783da6c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RMAType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_RMAType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_RMAType { @@ -31,7 +31,7 @@ public interface I_M_RMAType public static final String Table_Name = "M_RMAType"; /** AD_Table_ID=729 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 729; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_M_RMAType */ public int getM_RMAType_ID(); + /** Column name M_RMAType_UU */ + public static final String COLUMNNAME_M_RMAType_UU = "M_RMAType_UU"; + + /** Set M_RMAType_UU */ + public void setM_RMAType_UU (String M_RMAType_UU); + + /** Get M_RMAType_UU */ + public String getM_RMAType_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java b/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java index b2c270b0e3..da86e9aaab 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RelatedProduct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_RelatedProduct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_RelatedProduct { @@ -31,7 +31,7 @@ public interface I_M_RelatedProduct public static final String Table_Name = "M_RelatedProduct"; /** AD_Table_ID=662 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 662; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,16 @@ public interface I_M_RelatedProduct */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_RelatedProduct_UU */ + public static final String COLUMNNAME_M_RelatedProduct_UU = "M_RelatedProduct_UU"; + + /** Set M_RelatedProduct_UU */ + public void setM_RelatedProduct_UU (String M_RelatedProduct_UU); + + /** Get M_RelatedProduct_UU */ + public String getM_RelatedProduct_UU(); /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -145,7 +154,7 @@ public interface I_M_RelatedProduct */ public int getRelatedProduct_ID(); - public I_M_Product getRelatedProduct() throws RuntimeException; + public org.compiere.model.I_M_Product getRelatedProduct() throws RuntimeException; /** Column name RelatedProductType */ public static final String COLUMNNAME_RelatedProductType = "RelatedProductType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java b/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java index 4e3e25d953..200ce578ae 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Replenish.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Replenish - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Replenish { diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java b/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java index aa5bb4a363..a9d4a1b92f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Requisition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Requisition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Requisition { @@ -31,7 +31,7 @@ public interface I_M_Requisition public static final String Table_Name = "M_Requisition"; /** AD_Table_ID=702 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 702; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Requisition */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -90,7 +90,7 @@ public interface I_M_Requisition */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -238,7 +238,7 @@ public interface I_M_Requisition */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Requisition_ID */ public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID"; @@ -253,6 +253,15 @@ public interface I_M_Requisition */ public int getM_Requisition_ID(); + /** Column name M_Requisition_UU */ + public static final String COLUMNNAME_M_Requisition_UU = "M_Requisition_UU"; + + /** Set M_Requisition_UU */ + public void setM_Requisition_UU (String M_Requisition_UU); + + /** Get M_Requisition_UU */ + public String getM_Requisition_UU(); + /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -266,7 +275,7 @@ public interface I_M_Requisition */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java b/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java index 3938a5ad92..44260fa325 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_RequisitionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_RequisitionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_RequisitionLine { @@ -31,7 +31,7 @@ public interface I_M_RequisitionLine public static final String Table_Name = "M_RequisitionLine"; /** AD_Table_ID=703 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 703; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_RequisitionLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -90,7 +90,7 @@ public interface I_M_RequisitionLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -105,7 +105,7 @@ public interface I_M_RequisitionLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -136,7 +136,7 @@ public interface I_M_RequisitionLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -218,7 +218,7 @@ public interface I_M_RequisitionLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Requisition_ID */ public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID"; @@ -233,7 +233,7 @@ public interface I_M_RequisitionLine */ public int getM_Requisition_ID(); - public I_M_Requisition getM_Requisition() throws RuntimeException; + public org.compiere.model.I_M_Requisition getM_Requisition() throws RuntimeException; /** Column name M_RequisitionLine_ID */ public static final String COLUMNNAME_M_RequisitionLine_ID = "M_RequisitionLine_ID"; @@ -248,6 +248,15 @@ public interface I_M_RequisitionLine */ public int getM_RequisitionLine_ID(); + /** Column name M_RequisitionLine_UU */ + public static final String COLUMNNAME_M_RequisitionLine_UU = "M_RequisitionLine_UU"; + + /** Set M_RequisitionLine_UU */ + public void setM_RequisitionLine_UU (String M_RequisitionLine_UU); + + /** Get M_RequisitionLine_UU */ + public String getM_RequisitionLine_UU(); + /** Column name PriceActual */ public static final String COLUMNNAME_PriceActual = "PriceActual"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java index 859fd42097..625628dc03 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_SerNoCtl - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_SerNoCtl { @@ -31,7 +31,7 @@ public interface I_M_SerNoCtl public static final String Table_Name = "M_SerNoCtl"; /** AD_Table_ID=555 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 555; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_M_SerNoCtl */ public int getM_SerNoCtl_ID(); + /** Column name M_SerNoCtl_UU */ + public static final String COLUMNNAME_M_SerNoCtl_UU = "M_SerNoCtl_UU"; + + /** Set M_SerNoCtl_UU */ + public void setM_SerNoCtl_UU (String M_SerNoCtl_UU); + + /** Get M_SerNoCtl_UU */ + public String getM_SerNoCtl_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java index 4e998b4667..768927ec10 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_SerNoCtlExclude.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_SerNoCtlExclude - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_SerNoCtlExclude { @@ -31,7 +31,7 @@ public interface I_M_SerNoCtlExclude public static final String Table_Name = "M_SerNoCtlExclude"; /** AD_Table_ID=811 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 811; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_SerNoCtlExclude */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,6 +132,15 @@ public interface I_M_SerNoCtlExclude */ public int getM_SerNoCtlExclude_ID(); + /** Column name M_SerNoCtlExclude_UU */ + public static final String COLUMNNAME_M_SerNoCtlExclude_UU = "M_SerNoCtlExclude_UU"; + + /** Set M_SerNoCtlExclude_UU */ + public void setM_SerNoCtlExclude_UU (String M_SerNoCtlExclude_UU); + + /** Get M_SerNoCtlExclude_UU */ + public String getM_SerNoCtlExclude_UU(); + /** Column name M_SerNoCtl_ID */ public static final String COLUMNNAME_M_SerNoCtl_ID = "M_SerNoCtl_ID"; @@ -145,7 +154,7 @@ public interface I_M_SerNoCtlExclude */ public int getM_SerNoCtl_ID(); - public I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException; + public org.compiere.model.I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java b/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java index e9a711afbe..fa32ad6328 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Shipper.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Shipper - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Shipper { @@ -31,7 +31,7 @@ public interface I_M_Shipper public static final String Table_Name = "M_Shipper"; /** AD_Table_ID=253 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 253; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Shipper */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,6 +132,15 @@ public interface I_M_Shipper */ public int getM_Shipper_ID(); + /** Column name M_Shipper_UU */ + public static final String COLUMNNAME_M_Shipper_UU = "M_Shipper_UU"; + + /** Set M_Shipper_UU */ + public void setM_Shipper_UU (String M_Shipper_UU); + + /** Get M_Shipper_UU */ + public String getM_Shipper_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Storage.java b/org.adempiere.base/src/org/compiere/model/I_M_Storage.java index 414c41c2fb..157518fd01 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Storage.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Storage.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Storage - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Storage { @@ -31,7 +31,7 @@ public interface I_M_Storage public static final String Table_Name = "M_Storage"; /** AD_Table_ID=250 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 250; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -147,7 +147,16 @@ public interface I_M_Storage */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_Storage_UU */ + public static final String COLUMNNAME_M_Storage_UU = "M_Storage_UU"; + + /** Set M_Storage_UU */ + public void setM_Storage_UU (String M_Storage_UU); + + /** Get M_Storage_UU */ + public String getM_Storage_UU(); /** Column name QtyOnHand */ public static final String COLUMNNAME_QtyOnHand = "QtyOnHand"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java b/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java index 8923bb12e7..7e74e97966 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Substitute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Substitute - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Substitute { @@ -31,7 +31,7 @@ public interface I_M_Substitute public static final String Table_Name = "M_Substitute"; /** AD_Table_ID=213 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 213; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,16 @@ public interface I_M_Substitute */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_Substitute_UU */ + public static final String COLUMNNAME_M_Substitute_UU = "M_Substitute_UU"; + + /** Set M_Substitute_UU */ + public void setM_Substitute_UU (String M_Substitute_UU); + + /** Get M_Substitute_UU */ + public String getM_Substitute_UU(); /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -145,7 +154,7 @@ public interface I_M_Substitute */ public int getSubstitute_ID(); - public I_M_Product getSubstitute() throws RuntimeException; + public org.compiere.model.I_M_Product getSubstitute() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java b/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java index 658ba911e9..7a5c257db6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Transaction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Transaction - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Transaction { @@ -31,7 +31,7 @@ public interface I_M_Transaction public static final String Table_Name = "M_Transaction"; /** AD_Table_ID=329 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 329; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_M_Transaction */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -134,7 +134,7 @@ public interface I_M_Transaction */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -149,7 +149,7 @@ public interface I_M_Transaction */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -179,7 +179,7 @@ public interface I_M_Transaction */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -233,7 +233,7 @@ public interface I_M_Transaction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -248,7 +248,7 @@ public interface I_M_Transaction */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name M_Transaction_ID */ public static final String COLUMNNAME_M_Transaction_ID = "M_Transaction_ID"; @@ -259,6 +259,15 @@ public interface I_M_Transaction /** Get Inventory Transaction */ public int getM_Transaction_ID(); + /** Column name M_Transaction_UU */ + public static final String COLUMNNAME_M_Transaction_UU = "M_Transaction_UU"; + + /** Set M_Transaction_UU */ + public void setM_Transaction_UU (String M_Transaction_UU); + + /** Get M_Transaction_UU */ + public String getM_Transaction_UU(); + /** Column name PP_Cost_Collector_ID */ public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java b/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java index 83a256963a..7ac580ad57 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_TransactionAllocation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_TransactionAllocation - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_TransactionAllocation { @@ -31,7 +31,7 @@ public interface I_M_TransactionAllocation public static final String Table_Name = "M_TransactionAllocation"; /** AD_Table_ID=636 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 636; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -158,7 +158,7 @@ public interface I_M_TransactionAllocation */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -173,7 +173,7 @@ public interface I_M_TransactionAllocation */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -188,7 +188,7 @@ public interface I_M_TransactionAllocation */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -203,7 +203,16 @@ public interface I_M_TransactionAllocation */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException; + + /** Column name M_TransactionAllocation_UU */ + public static final String COLUMNNAME_M_TransactionAllocation_UU = "M_TransactionAllocation_UU"; + + /** Set M_TransactionAllocation_UU */ + public void setM_TransactionAllocation_UU (String M_TransactionAllocation_UU); + + /** Get M_TransactionAllocation_UU */ + public String getM_TransactionAllocation_UU(); /** Column name M_Transaction_ID */ public static final String COLUMNNAME_M_Transaction_ID = "M_Transaction_ID"; @@ -214,7 +223,7 @@ public interface I_M_TransactionAllocation /** Get Inventory Transaction */ public int getM_Transaction_ID(); - public I_M_Transaction getM_Transaction() throws RuntimeException; + public org.compiere.model.I_M_Transaction getM_Transaction() throws RuntimeException; /** Column name Out_M_InOutLine_ID */ public static final String COLUMNNAME_Out_M_InOutLine_ID = "Out_M_InOutLine_ID"; @@ -229,7 +238,7 @@ public interface I_M_TransactionAllocation */ public int getOut_M_InOutLine_ID(); - public I_M_InOutLine getOut_M_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getOut_M_InOutLine() throws RuntimeException; /** Column name Out_M_InventoryLine_ID */ public static final String COLUMNNAME_Out_M_InventoryLine_ID = "Out_M_InventoryLine_ID"; @@ -244,7 +253,7 @@ public interface I_M_TransactionAllocation */ public int getOut_M_InventoryLine_ID(); - public I_M_InventoryLine getOut_M_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getOut_M_InventoryLine() throws RuntimeException; /** Column name Out_M_ProductionLine_ID */ public static final String COLUMNNAME_Out_M_ProductionLine_ID = "Out_M_ProductionLine_ID"; @@ -259,7 +268,7 @@ public interface I_M_TransactionAllocation */ public int getOut_M_ProductionLine_ID(); - public I_M_ProductionLine getOut_M_ProductionLine() throws RuntimeException; + public org.compiere.model.I_M_ProductionLine getOut_M_ProductionLine() throws RuntimeException; /** Column name Out_M_Transaction_ID */ public static final String COLUMNNAME_Out_M_Transaction_ID = "Out_M_Transaction_ID"; @@ -274,7 +283,7 @@ public interface I_M_TransactionAllocation */ public int getOut_M_Transaction_ID(); - public I_M_Transaction getOut_M_Transaction() throws RuntimeException; + public org.compiere.model.I_M_Transaction getOut_M_Transaction() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java index 7d5f3d80b0..fa175a2df9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Warehouse - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Warehouse { @@ -173,6 +173,15 @@ public interface I_M_Warehouse public org.compiere.model.I_M_Warehouse getM_WarehouseSource() throws RuntimeException; + /** Column name M_Warehouse_UU */ + public static final String COLUMNNAME_M_Warehouse_UU = "M_Warehouse_UU"; + + /** Set M_Warehouse_UU */ + public void setM_Warehouse_UU (String M_Warehouse_UU); + + /** Get M_Warehouse_UU */ + public String getM_Warehouse_UU(); + /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java index 8e1daa9631..dde84ca2b3 100644 --- a/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/I_M_Warehouse_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for M_Warehouse_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_M_Warehouse_Acct { @@ -35,7 +35,7 @@ public interface I_M_Warehouse_Acct KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - /** AccessLevel = - Client - Org + /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java b/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java index 4fd36fd983..ef3644db74 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Achievement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Achievement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Achievement { @@ -31,7 +31,7 @@ public interface I_PA_Achievement public static final String Table_Name = "PA_Achievement"; /** AD_Table_ID=438 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 438; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -182,6 +182,15 @@ public interface I_PA_Achievement */ public int getPA_Achievement_ID(); + /** Column name PA_Achievement_UU */ + public static final String COLUMNNAME_PA_Achievement_UU = "PA_Achievement_UU"; + + /** Set PA_Achievement_UU */ + public void setPA_Achievement_UU (String PA_Achievement_UU); + + /** Get PA_Achievement_UU */ + public String getPA_Achievement_UU(); + /** Column name PA_Measure_ID */ public static final String COLUMNNAME_PA_Measure_ID = "PA_Measure_ID"; @@ -195,7 +204,7 @@ public interface I_PA_Achievement */ public int getPA_Measure_ID(); - public I_PA_Measure getPA_Measure() throws RuntimeException; + public org.compiere.model.I_PA_Measure getPA_Measure() throws RuntimeException; /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java b/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java index 1b7c18380b..bb8534f29a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Benchmark.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Benchmark - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Benchmark { @@ -31,7 +31,7 @@ public interface I_PA_Benchmark public static final String Table_Name = "PA_Benchmark"; /** AD_Table_ID=833 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 833; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_PA_Benchmark */ public int getPA_Benchmark_ID(); + /** Column name PA_Benchmark_UU */ + public static final String COLUMNNAME_PA_Benchmark_UU = "PA_Benchmark_UU"; + + /** Set PA_Benchmark_UU */ + public void setPA_Benchmark_UU (String PA_Benchmark_UU); + + /** Get PA_Benchmark_UU */ + public String getPA_Benchmark_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java b/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java index d068c6170d..7f6f2d18cf 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_BenchmarkData.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_BenchmarkData - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_BenchmarkData { @@ -31,7 +31,7 @@ public interface I_PA_BenchmarkData public static final String Table_Name = "PA_BenchmarkData"; /** AD_Table_ID=834 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 834; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_PA_BenchmarkData */ public int getPA_BenchmarkData_ID(); + /** Column name PA_BenchmarkData_UU */ + public static final String COLUMNNAME_PA_BenchmarkData_UU = "PA_BenchmarkData_UU"; + + /** Set PA_BenchmarkData_UU */ + public void setPA_BenchmarkData_UU (String PA_BenchmarkData_UU); + + /** Get PA_BenchmarkData_UU */ + public String getPA_BenchmarkData_UU(); + /** Column name PA_Benchmark_ID */ public static final String COLUMNNAME_PA_Benchmark_ID = "PA_Benchmark_ID"; @@ -169,7 +178,7 @@ public interface I_PA_BenchmarkData */ public int getPA_Benchmark_ID(); - public I_PA_Benchmark getPA_Benchmark() throws RuntimeException; + public org.compiere.model.I_PA_Benchmark getPA_Benchmark() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java b/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java index 551bb5b5db..0ca8651060 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ColorSchema.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ColorSchema - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ColorSchema { @@ -31,7 +31,7 @@ public interface I_PA_ColorSchema public static final String Table_Name = "PA_ColorSchema"; /** AD_Table_ID=831 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 831; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_ColorSchema */ public int getAD_PrintColor1_ID(); - public I_AD_PrintColor getAD_PrintColor1() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor1() throws RuntimeException; /** Column name AD_PrintColor2_ID */ public static final String COLUMNNAME_AD_PrintColor2_ID = "AD_PrintColor2_ID"; @@ -90,7 +90,7 @@ public interface I_PA_ColorSchema */ public int getAD_PrintColor2_ID(); - public I_AD_PrintColor getAD_PrintColor2() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor2() throws RuntimeException; /** Column name AD_PrintColor3_ID */ public static final String COLUMNNAME_AD_PrintColor3_ID = "AD_PrintColor3_ID"; @@ -105,7 +105,7 @@ public interface I_PA_ColorSchema */ public int getAD_PrintColor3_ID(); - public I_AD_PrintColor getAD_PrintColor3() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor3() throws RuntimeException; /** Column name AD_PrintColor4_ID */ public static final String COLUMNNAME_AD_PrintColor4_ID = "AD_PrintColor4_ID"; @@ -120,7 +120,7 @@ public interface I_PA_ColorSchema */ public int getAD_PrintColor4_ID(); - public I_AD_PrintColor getAD_PrintColor4() throws RuntimeException; + public org.compiere.model.I_AD_PrintColor getAD_PrintColor4() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -257,6 +257,15 @@ public interface I_PA_ColorSchema */ public int getPA_ColorSchema_ID(); + /** Column name PA_ColorSchema_UU */ + public static final String COLUMNNAME_PA_ColorSchema_UU = "PA_ColorSchema_UU"; + + /** Set PA_ColorSchema_UU */ + public void setPA_ColorSchema_UU (String PA_ColorSchema_UU); + + /** Get PA_ColorSchema_UU */ + public String getPA_ColorSchema_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java index 7990ec66b1..fb35657552 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardContent.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DashboardContent - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_DashboardContent { @@ -31,7 +31,7 @@ public interface I_PA_DashboardContent public static final String Table_Name = "PA_DashboardContent"; /** AD_Table_ID=50010 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 50010; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java index 499179a5cc..0f8feed321 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_DashboardPreference.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_DashboardPreference - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_DashboardPreference { @@ -193,6 +193,15 @@ public interface I_PA_DashboardPreference /** Get Dashboard Preference */ public int getPA_DashboardPreference_ID(); + /** Column name PA_DashboardPreference_UU */ + public static final String COLUMNNAME_PA_DashboardPreference_UU = "PA_DashboardPreference_UU"; + + /** Set PA_DashboardPreference_UU */ + public void setPA_DashboardPreference_UU (String PA_DashboardPreference_UU); + + /** Get PA_DashboardPreference_UU */ + public String getPA_DashboardPreference_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java b/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java index e5da1fba3a..c8112e6a5b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Goal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Goal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Goal { @@ -31,7 +31,7 @@ public interface I_PA_Goal public static final String Table_Name = "PA_Goal"; /** AD_Table_ID=440 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 440; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_Goal */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -90,7 +90,7 @@ public interface I_PA_Goal */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name ChartType */ public static final String COLUMNNAME_ChartType = "ChartType"; @@ -303,7 +303,7 @@ public interface I_PA_Goal */ public int getPA_ColorSchema_ID(); - public I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException; + public org.compiere.model.I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException; /** Column name PA_Goal_ID */ public static final String COLUMNNAME_PA_Goal_ID = "PA_Goal_ID"; @@ -331,7 +331,16 @@ public interface I_PA_Goal */ public int getPA_GoalParent_ID(); - public I_PA_Goal getPA_GoalParent() throws RuntimeException; + public org.compiere.model.I_PA_Goal getPA_GoalParent() throws RuntimeException; + + /** Column name PA_Goal_UU */ + public static final String COLUMNNAME_PA_Goal_UU = "PA_Goal_UU"; + + /** Set PA_Goal_UU */ + public void setPA_Goal_UU (String PA_Goal_UU); + + /** Get PA_Goal_UU */ + public String getPA_Goal_UU(); /** Column name PA_Measure_ID */ public static final String COLUMNNAME_PA_Measure_ID = "PA_Measure_ID"; @@ -346,7 +355,7 @@ public interface I_PA_Goal */ public int getPA_Measure_ID(); - public I_PA_Measure getPA_Measure() throws RuntimeException; + public org.compiere.model.I_PA_Measure getPA_Measure() throws RuntimeException; /** Column name RelativeWeight */ public static final String COLUMNNAME_RelativeWeight = "RelativeWeight"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java b/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java index 2432f6006f..eb1bc59e93 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_GoalRestriction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_GoalRestriction - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_GoalRestriction { @@ -31,7 +31,7 @@ public interface I_PA_GoalRestriction public static final String Table_Name = "PA_GoalRestriction"; /** AD_Table_ID=832 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 832; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_GoalRestriction */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -90,7 +90,7 @@ public interface I_PA_GoalRestriction */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -147,7 +147,7 @@ public interface I_PA_GoalRestriction */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -162,7 +162,7 @@ public interface I_PA_GoalRestriction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -203,7 +203,7 @@ public interface I_PA_GoalRestriction */ public int getPA_Goal_ID(); - public I_PA_Goal getPA_Goal() throws RuntimeException; + public org.compiere.model.I_PA_Goal getPA_Goal() throws RuntimeException; /** Column name PA_GoalRestriction_ID */ public static final String COLUMNNAME_PA_GoalRestriction_ID = "PA_GoalRestriction_ID"; @@ -218,6 +218,15 @@ public interface I_PA_GoalRestriction */ public int getPA_GoalRestriction_ID(); + /** Column name PA_GoalRestriction_UU */ + public static final String COLUMNNAME_PA_GoalRestriction_UU = "PA_GoalRestriction_UU"; + + /** Set PA_GoalRestriction_UU */ + public void setPA_GoalRestriction_UU (String PA_GoalRestriction_UU); + + /** Get PA_GoalRestriction_UU */ + public String getPA_GoalRestriction_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java b/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java index f0fa280b49..60d1a800f6 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Hierarchy.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Hierarchy - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Hierarchy { @@ -31,7 +31,7 @@ public interface I_PA_Hierarchy public static final String Table_Name = "PA_Hierarchy"; /** AD_Table_ID=821 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 821; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_Account_ID(); - public I_AD_Tree getAD_Tree_Account() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Account() throws RuntimeException; /** Column name AD_Tree_Activity_ID */ public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID"; @@ -90,7 +90,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_Activity_ID(); - public I_AD_Tree getAD_Tree_Activity() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Activity() throws RuntimeException; /** Column name AD_Tree_BPartner_ID */ public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID"; @@ -105,7 +105,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_BPartner_ID(); - public I_AD_Tree getAD_Tree_BPartner() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_BPartner() throws RuntimeException; /** Column name AD_Tree_Campaign_ID */ public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID"; @@ -120,7 +120,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_Campaign_ID(); - public I_AD_Tree getAD_Tree_Campaign() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Campaign() throws RuntimeException; /** Column name AD_Tree_Org_ID */ public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID"; @@ -135,7 +135,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_Org_ID(); - public I_AD_Tree getAD_Tree_Org() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Org() throws RuntimeException; /** Column name AD_Tree_Product_ID */ public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID"; @@ -150,7 +150,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_Product_ID(); - public I_AD_Tree getAD_Tree_Product() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Product() throws RuntimeException; /** Column name AD_Tree_Project_ID */ public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID"; @@ -165,7 +165,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_Project_ID(); - public I_AD_Tree getAD_Tree_Project() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_Project() throws RuntimeException; /** Column name AD_Tree_SalesRegion_ID */ public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID"; @@ -180,7 +180,7 @@ public interface I_PA_Hierarchy */ public int getAD_Tree_SalesRegion_ID(); - public I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException; + public org.compiere.model.I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -263,6 +263,15 @@ public interface I_PA_Hierarchy */ public int getPA_Hierarchy_ID(); + /** Column name PA_Hierarchy_UU */ + public static final String COLUMNNAME_PA_Hierarchy_UU = "PA_Hierarchy_UU"; + + /** Set PA_Hierarchy_UU */ + public void setPA_Hierarchy_UU (String PA_Hierarchy_UU); + + /** Get PA_Hierarchy_UU */ + public String getPA_Hierarchy_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java b/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java index 850897a8c1..8bca9e1632 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Measure.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Measure - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Measure { @@ -31,7 +31,7 @@ public interface I_PA_Measure public static final String Table_Name = "PA_Measure"; /** AD_Table_ID=441 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 441; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_PA_Measure */ public int getC_ProjectType_ID(); - public I_C_ProjectType getC_ProjectType() throws RuntimeException; + public org.compiere.model.I_C_ProjectType getC_ProjectType() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -210,7 +210,7 @@ public interface I_PA_Measure */ public int getPA_Benchmark_ID(); - public I_PA_Benchmark getPA_Benchmark() throws RuntimeException; + public org.compiere.model.I_PA_Benchmark getPA_Benchmark() throws RuntimeException; /** Column name PA_Hierarchy_ID */ public static final String COLUMNNAME_PA_Hierarchy_ID = "PA_Hierarchy_ID"; @@ -225,7 +225,7 @@ public interface I_PA_Measure */ public int getPA_Hierarchy_ID(); - public I_PA_Hierarchy getPA_Hierarchy() throws RuntimeException; + public org.compiere.model.I_PA_Hierarchy getPA_Hierarchy() throws RuntimeException; /** Column name PA_MeasureCalc_ID */ public static final String COLUMNNAME_PA_MeasureCalc_ID = "PA_MeasureCalc_ID"; @@ -240,7 +240,7 @@ public interface I_PA_Measure */ public int getPA_MeasureCalc_ID(); - public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException; + public org.compiere.model.I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException; /** Column name PA_Measure_ID */ public static final String COLUMNNAME_PA_Measure_ID = "PA_Measure_ID"; @@ -255,6 +255,15 @@ public interface I_PA_Measure */ public int getPA_Measure_ID(); + /** Column name PA_Measure_UU */ + public static final String COLUMNNAME_PA_Measure_UU = "PA_Measure_UU"; + + /** Set PA_Measure_UU */ + public void setPA_Measure_UU (String PA_Measure_UU); + + /** Get PA_Measure_UU */ + public String getPA_Measure_UU(); + /** Column name PA_Ratio_ID */ public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID"; @@ -268,7 +277,7 @@ public interface I_PA_Measure */ public int getPA_Ratio_ID(); - public I_PA_Ratio getPA_Ratio() throws RuntimeException; + public org.compiere.model.I_PA_Ratio getPA_Ratio() throws RuntimeException; /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; @@ -283,7 +292,7 @@ public interface I_PA_Measure */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java b/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java index afdc12d296..55b894ba0e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_MeasureCalc.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_MeasureCalc - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_MeasureCalc { @@ -31,7 +31,7 @@ public interface I_PA_MeasureCalc public static final String Table_Name = "PA_MeasureCalc"; /** AD_Table_ID=442 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 442; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_MeasureCalc */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name BPartnerColumn */ public static final String COLUMNNAME_BPartnerColumn = "BPartnerColumn"; @@ -212,6 +212,15 @@ public interface I_PA_MeasureCalc */ public int getPA_MeasureCalc_ID(); + /** Column name PA_MeasureCalc_UU */ + public static final String COLUMNNAME_PA_MeasureCalc_UU = "PA_MeasureCalc_UU"; + + /** Set PA_MeasureCalc_UU */ + public void setPA_MeasureCalc_UU (String PA_MeasureCalc_UU); + + /** Get PA_MeasureCalc_UU */ + public String getPA_MeasureCalc_UU(); + /** Column name ProductColumn */ public static final String COLUMNNAME_ProductColumn = "ProductColumn"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java b/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java index 563a0e87b9..09cae6faf7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Ratio.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Ratio - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Ratio { @@ -31,7 +31,7 @@ public interface I_PA_Ratio public static final String Table_Name = "PA_Ratio"; /** AD_Table_ID=835 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 835; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_Ratio */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -158,6 +158,15 @@ public interface I_PA_Ratio */ public int getPA_Ratio_ID(); + /** Column name PA_Ratio_UU */ + public static final String COLUMNNAME_PA_Ratio_UU = "PA_Ratio_UU"; + + /** Set PA_Ratio_UU */ + public void setPA_Ratio_UU (String PA_Ratio_UU); + + /** Get PA_Ratio_UU */ + public String getPA_Ratio_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java b/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java index 7aaa204735..20a22052cc 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_RatioElement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_RatioElement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_RatioElement { @@ -31,7 +31,7 @@ public interface I_PA_RatioElement public static final String Table_Name = "PA_RatioElement"; /** AD_Table_ID=836 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 836; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_PA_RatioElement */ public int getAccount_ID(); - public I_C_ElementValue getAccount() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -158,7 +158,7 @@ public interface I_PA_RatioElement */ public int getPA_MeasureCalc_ID(); - public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException; + public org.compiere.model.I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException; /** Column name PA_RatioElement_ID */ public static final String COLUMNNAME_PA_RatioElement_ID = "PA_RatioElement_ID"; @@ -173,6 +173,15 @@ public interface I_PA_RatioElement */ public int getPA_RatioElement_ID(); + /** Column name PA_RatioElement_UU */ + public static final String COLUMNNAME_PA_RatioElement_UU = "PA_RatioElement_UU"; + + /** Set PA_RatioElement_UU */ + public void setPA_RatioElement_UU (String PA_RatioElement_UU); + + /** Get PA_RatioElement_UU */ + public String getPA_RatioElement_UU(); + /** Column name PA_Ratio_ID */ public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID"; @@ -186,7 +195,7 @@ public interface I_PA_RatioElement */ public int getPA_Ratio_ID(); - public I_PA_Ratio getPA_Ratio() throws RuntimeException; + public org.compiere.model.I_PA_Ratio getPA_Ratio() throws RuntimeException; /** Column name PA_RatioUsed_ID */ public static final String COLUMNNAME_PA_RatioUsed_ID = "PA_RatioUsed_ID"; @@ -201,7 +210,7 @@ public interface I_PA_RatioElement */ public int getPA_RatioUsed_ID(); - public I_PA_Ratio getPA_RatioUsed() throws RuntimeException; + public org.compiere.model.I_PA_Ratio getPA_RatioUsed() throws RuntimeException; /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_Report.java b/org.adempiere.base/src/org/compiere/model/I_PA_Report.java index c78c4e860b..5e85c34d42 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_Report.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_Report.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_Report - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_Report { @@ -31,7 +31,7 @@ public interface I_PA_Report public static final String Table_Name = "PA_Report"; /** AD_Table_ID=445 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 445; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_Report */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -90,7 +90,7 @@ public interface I_PA_Report */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_Calendar_ID */ public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; @@ -105,7 +105,7 @@ public interface I_PA_Report */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -162,7 +162,7 @@ public interface I_PA_Report */ public int getJasperProcess_ID(); - public I_AD_Process getJasperProcess() throws RuntimeException; + public org.compiere.model.I_AD_Process getJasperProcess() throws RuntimeException; /** Column name JasperProcessing */ public static final String COLUMNNAME_JasperProcessing = "JasperProcessing"; @@ -225,7 +225,7 @@ public interface I_PA_Report */ public int getPA_ReportColumnSet_ID(); - public I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException; + public org.compiere.model.I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException; /** Column name PA_ReportCube_ID */ public static final String COLUMNNAME_PA_ReportCube_ID = "PA_ReportCube_ID"; @@ -240,7 +240,7 @@ public interface I_PA_Report */ public int getPA_ReportCube_ID(); - public I_PA_ReportCube getPA_ReportCube() throws RuntimeException; + public org.compiere.model.I_PA_ReportCube getPA_ReportCube() throws RuntimeException; /** Column name PA_Report_ID */ public static final String COLUMNNAME_PA_Report_ID = "PA_Report_ID"; @@ -264,7 +264,16 @@ public interface I_PA_Report /** Get Report Line Set */ public int getPA_ReportLineSet_ID(); - public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; + public org.compiere.model.I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; + + /** Column name PA_Report_UU */ + public static final String COLUMNNAME_PA_Report_UU = "PA_Report_UU"; + + /** Set PA_Report_UU */ + public void setPA_Report_UU (String PA_Report_UU); + + /** Get PA_Report_UU */ + public String getPA_Report_UU(); /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java index df13313a41..fc3d9de795 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumn.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportColumn - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ReportColumn { @@ -31,7 +31,7 @@ public interface I_PA_ReportColumn public static final String Table_Name = "PA_ReportColumn"; /** AD_Table_ID=446 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 446; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_PA_ReportColumn */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name CalculationType */ public static final String COLUMNNAME_CalculationType = "CalculationType"; @@ -112,7 +112,7 @@ public interface I_PA_ReportColumn */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -127,7 +127,7 @@ public interface I_PA_ReportColumn */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -142,7 +142,7 @@ public interface I_PA_ReportColumn */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_ElementValue_ID */ public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; @@ -157,7 +157,7 @@ public interface I_PA_ReportColumn */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; @@ -196,7 +196,7 @@ public interface I_PA_ReportColumn */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -227,7 +227,7 @@ public interface I_PA_ReportColumn */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name CurrencyType */ public static final String COLUMNNAME_CurrencyType = "CurrencyType"; @@ -303,7 +303,7 @@ public interface I_PA_ReportColumn */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -513,7 +513,7 @@ public interface I_PA_ReportColumn */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -541,7 +541,7 @@ public interface I_PA_ReportColumn */ public int getOper_1_ID(); - public I_PA_ReportColumn getOper_1() throws RuntimeException; + public org.compiere.model.I_PA_ReportColumn getOper_1() throws RuntimeException; /** Column name Oper_2_ID */ public static final String COLUMNNAME_Oper_2_ID = "Oper_2_ID"; @@ -556,7 +556,7 @@ public interface I_PA_ReportColumn */ public int getOper_2_ID(); - public I_PA_ReportColumn getOper_2() throws RuntimeException; + public org.compiere.model.I_PA_ReportColumn getOper_2() throws RuntimeException; /** Column name Org_ID */ public static final String COLUMNNAME_Org_ID = "Org_ID"; @@ -623,7 +623,16 @@ public interface I_PA_ReportColumn */ public int getPA_ReportColumnSet_ID(); - public I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException; + public org.compiere.model.I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException; + + /** Column name PA_ReportColumn_UU */ + public static final String COLUMNNAME_PA_ReportColumn_UU = "PA_ReportColumn_UU"; + + /** Set PA_ReportColumn_UU */ + public void setPA_ReportColumn_UU (String PA_ReportColumn_UU); + + /** Get PA_ReportColumn_UU */ + public String getPA_ReportColumn_UU(); /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java index cdefa313aa..8e58cb7e26 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportColumnSet.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportColumnSet - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ReportColumnSet { @@ -31,7 +31,7 @@ public interface I_PA_ReportColumnSet public static final String Table_Name = "PA_ReportColumnSet"; /** AD_Table_ID=447 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 447; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_PA_ReportColumnSet */ public int getPA_ReportColumnSet_ID(); + /** Column name PA_ReportColumnSet_UU */ + public static final String COLUMNNAME_PA_ReportColumnSet_UU = "PA_ReportColumnSet_UU"; + + /** Set PA_ReportColumnSet_UU */ + public void setPA_ReportColumnSet_UU (String PA_ReportColumnSet_UU); + + /** Get PA_ReportColumnSet_UU */ + public String getPA_ReportColumnSet_UU(); + /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java index 4527d38615..0987000175 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportCube.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportCube - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ReportCube { @@ -31,7 +31,7 @@ public interface I_PA_ReportCube public static final String Table_Name = "PA_ReportCube"; /** AD_Table_ID=53202 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53202; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_ReportCube */ public int getC_Calendar_ID(); - public I_C_Calendar getC_Calendar() throws RuntimeException; + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -379,6 +379,15 @@ public interface I_PA_ReportCube */ public int getPA_ReportCube_ID(); + /** Column name PA_ReportCube_UU */ + public static final String COLUMNNAME_PA_ReportCube_UU = "PA_ReportCube_UU"; + + /** Set PA_ReportCube_UU */ + public void setPA_ReportCube_UU (String PA_ReportCube_UU); + + /** Get PA_ReportCube_UU */ + public String getPA_ReportCube_UU(); + /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java index 26a87ee430..44e0cf41a0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ReportLine { @@ -31,7 +31,7 @@ public interface I_PA_ReportLine public static final String Table_Name = "PA_ReportLine"; /** AD_Table_ID=448 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 448; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -113,7 +113,7 @@ public interface I_PA_ReportLine */ public int getGL_Budget_ID(); - public I_GL_Budget getGL_Budget() throws RuntimeException; + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -176,7 +176,7 @@ public interface I_PA_ReportLine */ public int getOper_1_ID(); - public I_PA_ReportLine getOper_1() throws RuntimeException; + public org.compiere.model.I_PA_ReportLine getOper_1() throws RuntimeException; /** Column name Oper_2_ID */ public static final String COLUMNNAME_Oper_2_ID = "Oper_2_ID"; @@ -191,7 +191,7 @@ public interface I_PA_ReportLine */ public int getOper_2_ID(); - public I_PA_ReportLine getOper_2() throws RuntimeException; + public org.compiere.model.I_PA_ReportLine getOper_2() throws RuntimeException; /** Column name PAAmountType */ public static final String COLUMNNAME_PAAmountType = "PAAmountType"; @@ -237,7 +237,16 @@ public interface I_PA_ReportLine /** Get Report Line Set */ public int getPA_ReportLineSet_ID(); - public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; + public org.compiere.model.I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException; + + /** Column name PA_ReportLine_UU */ + public static final String COLUMNNAME_PA_ReportLine_UU = "PA_ReportLine_UU"; + + /** Set PA_ReportLine_UU */ + public void setPA_ReportLine_UU (String PA_ReportLine_UU); + + /** Get PA_ReportLine_UU */ + public String getPA_ReportLine_UU(); /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java index f137105e3e..1ce2c1c154 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportLineSet.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportLineSet - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ReportLineSet { @@ -31,7 +31,7 @@ public interface I_PA_ReportLineSet public static final String Table_Name = "PA_ReportLineSet"; /** AD_Table_ID=449 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 449; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -126,6 +126,15 @@ public interface I_PA_ReportLineSet /** Get Report Line Set */ public int getPA_ReportLineSet_ID(); + /** Column name PA_ReportLineSet_UU */ + public static final String COLUMNNAME_PA_ReportLineSet_UU = "PA_ReportLineSet_UU"; + + /** Set PA_ReportLineSet_UU */ + public void setPA_ReportLineSet_UU (String PA_ReportLineSet_UU); + + /** Get PA_ReportLineSet_UU */ + public String getPA_ReportLineSet_UU(); + /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java b/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java index f15c3257aa..cf707f0ae1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_ReportSource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_ReportSource - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_ReportSource { @@ -31,7 +31,7 @@ public interface I_PA_ReportSource public static final String Table_Name = "PA_ReportSource"; /** AD_Table_ID=450 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 450; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_PA_ReportSource */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -103,7 +103,7 @@ public interface I_PA_ReportSource */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -118,7 +118,7 @@ public interface I_PA_ReportSource */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_ElementValue_ID */ public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; @@ -133,7 +133,7 @@ public interface I_PA_ReportSource */ public int getC_ElementValue_ID(); - public I_C_ElementValue getC_ElementValue() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; @@ -163,7 +163,7 @@ public interface I_PA_ReportSource */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -194,7 +194,7 @@ public interface I_PA_ReportSource */ public int getC_SalesRegion_ID(); - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException; + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -404,7 +404,7 @@ public interface I_PA_ReportSource */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Org_ID */ public static final String COLUMNNAME_Org_ID = "Org_ID"; @@ -428,7 +428,7 @@ public interface I_PA_ReportSource /** Get Report Line */ public int getPA_ReportLine_ID(); - public I_PA_ReportLine getPA_ReportLine() throws RuntimeException; + public org.compiere.model.I_PA_ReportLine getPA_ReportLine() throws RuntimeException; /** Column name PA_ReportSource_ID */ public static final String COLUMNNAME_PA_ReportSource_ID = "PA_ReportSource_ID"; @@ -443,6 +443,15 @@ public interface I_PA_ReportSource */ public int getPA_ReportSource_ID(); + /** Column name PA_ReportSource_UU */ + public static final String COLUMNNAME_PA_ReportSource_UU = "PA_ReportSource_UU"; + + /** Set PA_ReportSource_UU */ + public void setPA_ReportSource_UU (String PA_ReportSource_UU); + + /** Get PA_ReportSource_UU */ + public String getPA_ReportSource_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java index 878b0fab17..d727702470 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Criteria.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Criteria - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_SLA_Criteria { @@ -31,7 +31,7 @@ public interface I_PA_SLA_Criteria public static final String Table_Name = "PA_SLA_Criteria"; /** AD_Table_ID=744 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 744; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -169,6 +169,15 @@ public interface I_PA_SLA_Criteria */ public int getPA_SLA_Criteria_ID(); + /** Column name PA_SLA_Criteria_UU */ + public static final String COLUMNNAME_PA_SLA_Criteria_UU = "PA_SLA_Criteria_UU"; + + /** Set PA_SLA_Criteria_UU */ + public void setPA_SLA_Criteria_UU (String PA_SLA_Criteria_UU); + + /** Get PA_SLA_Criteria_UU */ + public String getPA_SLA_Criteria_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java index b49b8c0aaf..87117cc9cd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Goal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Goal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_SLA_Goal { @@ -31,7 +31,7 @@ public interface I_PA_SLA_Goal public static final String Table_Name = "PA_SLA_Goal"; /** AD_Table_ID=745 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 745; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_SLA_Goal */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -197,7 +197,7 @@ public interface I_PA_SLA_Goal */ public int getPA_SLA_Criteria_ID(); - public I_PA_SLA_Criteria getPA_SLA_Criteria() throws RuntimeException; + public org.compiere.model.I_PA_SLA_Criteria getPA_SLA_Criteria() throws RuntimeException; /** Column name PA_SLA_Goal_ID */ public static final String COLUMNNAME_PA_SLA_Goal_ID = "PA_SLA_Goal_ID"; @@ -212,6 +212,15 @@ public interface I_PA_SLA_Goal */ public int getPA_SLA_Goal_ID(); + /** Column name PA_SLA_Goal_UU */ + public static final String COLUMNNAME_PA_SLA_Goal_UU = "PA_SLA_Goal_UU"; + + /** Set PA_SLA_Goal_UU */ + public void setPA_SLA_Goal_UU (String PA_SLA_Goal_UU); + + /** Get PA_SLA_Goal_UU */ + public String getPA_SLA_Goal_UU(); + /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java index 923a7bdbb9..1c33ae733f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/I_PA_SLA_Measure.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for PA_SLA_Measure - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PA_SLA_Measure { @@ -31,7 +31,7 @@ public interface I_PA_SLA_Measure public static final String Table_Name = "PA_SLA_Measure"; /** AD_Table_ID=743 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 743; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_PA_SLA_Measure */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -158,7 +158,7 @@ public interface I_PA_SLA_Measure */ public int getPA_SLA_Goal_ID(); - public I_PA_SLA_Goal getPA_SLA_Goal() throws RuntimeException; + public org.compiere.model.I_PA_SLA_Goal getPA_SLA_Goal() throws RuntimeException; /** Column name PA_SLA_Measure_ID */ public static final String COLUMNNAME_PA_SLA_Measure_ID = "PA_SLA_Measure_ID"; @@ -173,6 +173,15 @@ public interface I_PA_SLA_Measure */ public int getPA_SLA_Measure_ID(); + /** Column name PA_SLA_Measure_UU */ + public static final String COLUMNNAME_PA_SLA_Measure_UU = "PA_SLA_Measure_UU"; + + /** Set PA_SLA_Measure_UU */ + public void setPA_SLA_Measure_UU (String PA_SLA_Measure_UU); + + /** Get PA_SLA_Measure_UU */ + public String getPA_SLA_Measure_UU(); + /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; diff --git a/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java b/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java index ea13b2d9cd..9114f84d44 100644 --- a/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/I_RV_BPartner.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for RV_BPartner - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_RV_BPartner { @@ -1276,12 +1276,12 @@ public interface I_RV_BPartner public static final String COLUMNNAME_URL = "URL"; /** Set URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL); /** Get URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public String getURL(); diff --git a/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java b/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java index 27f989cc83..f426e6d57f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java +++ b/org.adempiere.base/src/org/compiere/model/I_RV_WarehousePrice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for RV_WarehousePrice - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_RV_WarehousePrice { @@ -31,7 +31,7 @@ public interface I_RV_WarehousePrice public static final String Table_Name = "RV_WarehousePrice"; /** AD_Table_ID=639 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 639; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_RV_WarehousePrice */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -145,7 +145,7 @@ public interface I_RV_WarehousePrice */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -160,7 +160,7 @@ public interface I_RV_WarehousePrice */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -175,7 +175,7 @@ public interface I_RV_WarehousePrice */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Category.java b/org.adempiere.base/src/org/compiere/model/I_R_Category.java index d17135795f..904999deaa 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Category.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_Category { @@ -31,7 +31,7 @@ public interface I_R_Category public static final String Table_Name = "R_Category"; /** AD_Table_ID=772 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 772; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,7 +130,7 @@ public interface I_R_Category */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -158,6 +158,15 @@ public interface I_R_Category */ public int getR_Category_ID(); + /** Column name R_Category_UU */ + public static final String COLUMNNAME_R_Category_UU = "R_Category_UU"; + + /** Set R_Category_UU */ + public void setR_Category_UU (String R_Category_UU); + + /** Get R_Category_UU */ + public String getR_Category_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java index 608a9d7715..75cac51276 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_CategoryUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_CategoryUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_CategoryUpdates { @@ -31,7 +31,7 @@ public interface I_R_CategoryUpdates public static final String Table_Name = "R_CategoryUpdates"; /** AD_Table_ID=785 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 785; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_R_CategoryUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +132,16 @@ public interface I_R_CategoryUpdates */ public int getR_Category_ID(); - public I_R_Category getR_Category() throws RuntimeException; + public org.compiere.model.I_R_Category getR_Category() throws RuntimeException; + + /** Column name R_CategoryUpdates_UU */ + public static final String COLUMNNAME_R_CategoryUpdates_UU = "R_CategoryUpdates_UU"; + + /** Set R_CategoryUpdates_UU */ + public void setR_CategoryUpdates_UU (String R_CategoryUpdates_UU); + + /** Get R_CategoryUpdates_UU */ + public String getR_CategoryUpdates_UU(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java b/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java index 9659ec5afb..e9fb7b8086 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_ContactInterest.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_ContactInterest - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_ContactInterest { @@ -31,7 +31,7 @@ public interface I_R_ContactInterest public static final String Table_Name = "R_ContactInterest"; /** AD_Table_ID=528 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 528; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_R_ContactInterest */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -119,6 +119,15 @@ public interface I_R_ContactInterest */ public Timestamp getOptOutDate(); + /** Column name R_ContactInterest_UU */ + public static final String COLUMNNAME_R_ContactInterest_UU = "R_ContactInterest_UU"; + + /** Set R_ContactInterest_UU */ + public void setR_ContactInterest_UU (String R_ContactInterest_UU); + + /** Get R_ContactInterest_UU */ + public String getR_ContactInterest_UU(); + /** Column name R_InterestArea_ID */ public static final String COLUMNNAME_R_InterestArea_ID = "R_InterestArea_ID"; @@ -132,7 +141,7 @@ public interface I_R_ContactInterest */ public int getR_InterestArea_ID(); - public I_R_InterestArea getR_InterestArea() throws RuntimeException; + public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException; /** Column name SubscribeDate */ public static final String COLUMNNAME_SubscribeDate = "SubscribeDate"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Group.java b/org.adempiere.base/src/org/compiere/model/I_R_Group.java index fb9fbc6a3e..c9666d62dd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Group.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Group.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_Group - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_Group { @@ -31,7 +31,7 @@ public interface I_R_Group public static final String Table_Name = "R_Group"; /** AD_Table_ID=773 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 773; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,7 +130,7 @@ public interface I_R_Group */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -173,6 +173,15 @@ public interface I_R_Group */ public int getR_Group_ID(); + /** Column name R_Group_UU */ + public static final String COLUMNNAME_R_Group_UU = "R_Group_UU"; + + /** Set R_Group_UU */ + public void setR_Group_UU (String R_Group_UU); + + /** Get R_Group_UU */ + public String getR_Group_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java index e723f27247..4f72513134 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_GroupUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_GroupUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_GroupUpdates { @@ -31,7 +31,7 @@ public interface I_R_GroupUpdates public static final String Table_Name = "R_GroupUpdates"; /** AD_Table_ID=786 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 786; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_R_GroupUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +132,16 @@ public interface I_R_GroupUpdates */ public int getR_Group_ID(); - public I_R_Group getR_Group() throws RuntimeException; + public org.compiere.model.I_R_Group getR_Group() throws RuntimeException; + + /** Column name R_GroupUpdates_UU */ + public static final String COLUMNNAME_R_GroupUpdates_UU = "R_GroupUpdates_UU"; + + /** Set R_GroupUpdates_UU */ + public void setR_GroupUpdates_UU (String R_GroupUpdates_UU); + + /** Get R_GroupUpdates_UU */ + public String getR_GroupUpdates_UU(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java b/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java index 127b200df0..4f6b5df00e 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_InterestArea.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_InterestArea - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_InterestArea { @@ -31,7 +31,7 @@ public interface I_R_InterestArea public static final String Table_Name = "R_InterestArea"; /** AD_Table_ID=530 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 530; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_R_InterestArea */ public int getR_InterestArea_ID(); + /** Column name R_InterestArea_UU */ + public static final String COLUMNNAME_R_InterestArea_UU = "R_InterestArea_UU"; + + /** Set R_InterestArea_UU */ + public void setR_InterestArea_UU (String R_InterestArea_UU); + + /** Get R_InterestArea_UU */ + public String getR_InterestArea_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java index a126bc3fdf..5d9d2c6281 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueKnown.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueKnown - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_IssueKnown { @@ -31,7 +31,7 @@ public interface I_R_IssueKnown public static final String Table_Name = "R_IssueKnown"; /** AD_Table_ID=839 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 839; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -191,6 +191,15 @@ public interface I_R_IssueKnown */ public int getR_IssueKnown_ID(); + /** Column name R_IssueKnown_UU */ + public static final String COLUMNNAME_R_IssueKnown_UU = "R_IssueKnown_UU"; + + /** Set R_IssueKnown_UU */ + public void setR_IssueKnown_UU (String R_IssueKnown_UU); + + /** Get R_IssueKnown_UU */ + public String getR_IssueKnown_UU(); + /** Column name R_IssueRecommendation_ID */ public static final String COLUMNNAME_R_IssueRecommendation_ID = "R_IssueRecommendation_ID"; @@ -204,7 +213,7 @@ public interface I_R_IssueKnown */ public int getR_IssueRecommendation_ID(); - public I_R_IssueRecommendation getR_IssueRecommendation() throws RuntimeException; + public org.compiere.model.I_R_IssueRecommendation getR_IssueRecommendation() throws RuntimeException; /** Column name R_IssueStatus_ID */ public static final String COLUMNNAME_R_IssueStatus_ID = "R_IssueStatus_ID"; @@ -219,7 +228,7 @@ public interface I_R_IssueKnown */ public int getR_IssueStatus_ID(); - public I_R_IssueStatus getR_IssueStatus() throws RuntimeException; + public org.compiere.model.I_R_IssueStatus getR_IssueStatus() throws RuntimeException; /** Column name R_Request_ID */ public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; @@ -234,7 +243,7 @@ public interface I_R_IssueKnown */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws RuntimeException; + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException; /** Column name SourceClassName */ public static final String COLUMNNAME_SourceClassName = "SourceClassName"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java index ce341305b3..fef25dc019 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueProject.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueProject - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_IssueProject { @@ -31,7 +31,7 @@ public interface I_R_IssueProject public static final String Table_Name = "R_IssueProject"; /** AD_Table_ID=842 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 842; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_R_IssueProject */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_R_IssueProject */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -173,6 +173,15 @@ public interface I_R_IssueProject */ public int getR_IssueProject_ID(); + /** Column name R_IssueProject_UU */ + public static final String COLUMNNAME_R_IssueProject_UU = "R_IssueProject_UU"; + + /** Set R_IssueProject_UU */ + public void setR_IssueProject_UU (String R_IssueProject_UU); + + /** Get R_IssueProject_UU */ + public String getR_IssueProject_UU(); + /** Column name StatisticsInfo */ public static final String COLUMNNAME_StatisticsInfo = "StatisticsInfo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java index 72742287d6..c38c46e1c4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueRecommendation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueRecommendation - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_IssueRecommendation { @@ -31,7 +31,7 @@ public interface I_R_IssueRecommendation public static final String Table_Name = "R_IssueRecommendation"; /** AD_Table_ID=837 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 837; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_R_IssueRecommendation */ public int getR_IssueRecommendation_ID(); + /** Column name R_IssueRecommendation_UU */ + public static final String COLUMNNAME_R_IssueRecommendation_UU = "R_IssueRecommendation_UU"; + + /** Set R_IssueRecommendation_UU */ + public void setR_IssueRecommendation_UU (String R_IssueRecommendation_UU); + + /** Get R_IssueRecommendation_UU */ + public String getR_IssueRecommendation_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java index a13d606332..c295293a22 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueStatus.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueStatus - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_IssueStatus { @@ -31,7 +31,7 @@ public interface I_R_IssueStatus public static final String Table_Name = "R_IssueStatus"; /** AD_Table_ID=838 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 838; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_R_IssueStatus */ public int getR_IssueStatus_ID(); + /** Column name R_IssueStatus_UU */ + public static final String COLUMNNAME_R_IssueStatus_UU = "R_IssueStatus_UU"; + + /** Set R_IssueStatus_UU */ + public void setR_IssueStatus_UU (String R_IssueStatus_UU); + + /** Get R_IssueStatus_UU */ + public String getR_IssueStatus_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java index d2117dbe20..d09d5e0554 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueSystem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueSystem - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_IssueSystem { @@ -31,7 +31,7 @@ public interface I_R_IssueSystem public static final String Table_Name = "R_IssueSystem"; /** AD_Table_ID=843 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 843; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_R_IssueSystem */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -145,6 +145,15 @@ public interface I_R_IssueSystem */ public int getR_IssueSystem_ID(); + /** Column name R_IssueSystem_UU */ + public static final String COLUMNNAME_R_IssueSystem_UU = "R_IssueSystem_UU"; + + /** Set R_IssueSystem_UU */ + public void setR_IssueSystem_UU (String R_IssueSystem_UU); + + /** Get R_IssueSystem_UU */ + public String getR_IssueSystem_UU(); + /** Column name StatisticsInfo */ public static final String COLUMNNAME_StatisticsInfo = "StatisticsInfo"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java b/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java index 3de5835ee7..08127928d2 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_IssueUser.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_IssueUser - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_IssueUser { @@ -31,7 +31,7 @@ public interface I_R_IssueUser public static final String Table_Name = "R_IssueUser"; /** AD_Table_ID=841 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 841; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_R_IssueUser */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,6 +132,15 @@ public interface I_R_IssueUser */ public int getR_IssueUser_ID(); + /** Column name R_IssueUser_UU */ + public static final String COLUMNNAME_R_IssueUser_UU = "R_IssueUser_UU"; + + /** Set R_IssueUser_UU */ + public void setR_IssueUser_UU (String R_IssueUser_UU); + + /** Get R_IssueUser_UU */ + public String getR_IssueUser_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_MailText.java b/org.adempiere.base/src/org/compiere/model/I_R_MailText.java index 5b6cc739a0..57373d1fb5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_MailText.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_MailText.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_MailText - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_MailText { @@ -31,7 +31,7 @@ public interface I_R_MailText public static final String Table_Name = "R_MailText"; /** AD_Table_ID=416 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 416; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -182,6 +182,15 @@ public interface I_R_MailText */ public int getR_MailText_ID(); + /** Column name R_MailText_UU */ + public static final String COLUMNNAME_R_MailText_UU = "R_MailText_UU"; + + /** Set R_MailText_UU */ + public void setR_MailText_UU (String R_MailText_UU); + + /** Get R_MailText_UU */ + public String getR_MailText_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Request.java b/org.adempiere.base/src/org/compiere/model/I_R_Request.java index cd2f58f8dd..3382efc9dd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Request.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Request.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_Request - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_Request { @@ -31,7 +31,7 @@ public interface I_R_Request public static final String Table_Name = "R_Request"; /** AD_Table_ID=417 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 417; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_R_Request */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_R_Request */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_Table_ID */ public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; @@ -105,7 +105,7 @@ public interface I_R_Request */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -120,7 +120,7 @@ public interface I_R_Request */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -135,7 +135,7 @@ public interface I_R_Request */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -150,7 +150,7 @@ public interface I_R_Request */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -165,7 +165,7 @@ public interface I_R_Request */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -180,7 +180,7 @@ public interface I_R_Request */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoiceRequest_ID */ public static final String COLUMNNAME_C_InvoiceRequest_ID = "C_InvoiceRequest_ID"; @@ -195,7 +195,7 @@ public interface I_R_Request */ public int getC_InvoiceRequest_ID(); - public I_C_Invoice getC_InvoiceRequest() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_InvoiceRequest() throws RuntimeException; /** Column name CloseDate */ public static final String COLUMNNAME_CloseDate = "CloseDate"; @@ -249,7 +249,7 @@ public interface I_R_Request */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -264,7 +264,7 @@ public interface I_R_Request */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -279,7 +279,7 @@ public interface I_R_Request */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -479,7 +479,7 @@ public interface I_R_Request */ public int getM_ChangeRequest_ID(); - public I_M_ChangeRequest getM_ChangeRequest() throws RuntimeException; + public org.compiere.model.I_M_ChangeRequest getM_ChangeRequest() throws RuntimeException; /** Column name M_FixChangeNotice_ID */ public static final String COLUMNNAME_M_FixChangeNotice_ID = "M_FixChangeNotice_ID"; @@ -494,7 +494,7 @@ public interface I_R_Request */ public int getM_FixChangeNotice_ID(); - public I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException; /** Column name M_InOut_ID */ public static final String COLUMNNAME_M_InOut_ID = "M_InOut_ID"; @@ -509,7 +509,7 @@ public interface I_R_Request */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -524,7 +524,7 @@ public interface I_R_Request */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductSpent_ID */ public static final String COLUMNNAME_M_ProductSpent_ID = "M_ProductSpent_ID"; @@ -539,7 +539,7 @@ public interface I_R_Request */ public int getM_ProductSpent_ID(); - public I_M_Product getM_ProductSpent() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductSpent() throws RuntimeException; /** Column name M_RMA_ID */ public static final String COLUMNNAME_M_RMA_ID = "M_RMA_ID"; @@ -554,7 +554,7 @@ public interface I_R_Request */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws RuntimeException; + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException; /** Column name NextAction */ public static final String COLUMNNAME_NextAction = "NextAction"; @@ -660,7 +660,7 @@ public interface I_R_Request */ public int getR_Category_ID(); - public I_R_Category getR_Category() throws RuntimeException; + public org.compiere.model.I_R_Category getR_Category() throws RuntimeException; /** Column name Record_ID */ public static final String COLUMNNAME_Record_ID = "Record_ID"; @@ -714,7 +714,7 @@ public interface I_R_Request */ public int getR_Group_ID(); - public I_R_Group getR_Group() throws RuntimeException; + public org.compiere.model.I_R_Group getR_Group() throws RuntimeException; /** Column name R_MailText_ID */ public static final String COLUMNNAME_R_MailText_ID = "R_MailText_ID"; @@ -729,7 +729,7 @@ public interface I_R_Request */ public int getR_MailText_ID(); - public I_R_MailText getR_MailText() throws RuntimeException; + public org.compiere.model.I_R_MailText getR_MailText() throws RuntimeException; /** Column name R_Request_ID */ public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; @@ -757,7 +757,7 @@ public interface I_R_Request */ public int getR_RequestRelated_ID(); - public I_R_Request getR_RequestRelated() throws RuntimeException; + public org.compiere.model.I_R_Request getR_RequestRelated() throws RuntimeException; /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; @@ -772,7 +772,16 @@ public interface I_R_Request */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; + + /** Column name R_Request_UU */ + public static final String COLUMNNAME_R_Request_UU = "R_Request_UU"; + + /** Set R_Request_UU */ + public void setR_Request_UU (String R_Request_UU); + + /** Get R_Request_UU */ + public String getR_Request_UU(); /** Column name R_Resolution_ID */ public static final String COLUMNNAME_R_Resolution_ID = "R_Resolution_ID"; @@ -787,7 +796,7 @@ public interface I_R_Request */ public int getR_Resolution_ID(); - public I_R_Resolution getR_Resolution() throws RuntimeException; + public org.compiere.model.I_R_Resolution getR_Resolution() throws RuntimeException; /** Column name R_StandardResponse_ID */ public static final String COLUMNNAME_R_StandardResponse_ID = "R_StandardResponse_ID"; @@ -802,7 +811,7 @@ public interface I_R_Request */ public int getR_StandardResponse_ID(); - public I_R_StandardResponse getR_StandardResponse() throws RuntimeException; + public org.compiere.model.I_R_StandardResponse getR_StandardResponse() throws RuntimeException; /** Column name R_Status_ID */ public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; @@ -817,7 +826,7 @@ public interface I_R_Request */ public int getR_Status_ID(); - public I_R_Status getR_Status() throws RuntimeException; + public org.compiere.model.I_R_Status getR_Status() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; @@ -832,7 +841,7 @@ public interface I_R_Request */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name StartDate */ public static final String COLUMNNAME_StartDate = "StartDate"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java index 9d33424ee4..7edaf6eb27 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestAction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestAction - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestAction { @@ -31,7 +31,7 @@ public interface I_R_RequestAction public static final String Table_Name = "R_RequestAction"; /** AD_Table_ID=418 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 418; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_R_RequestAction */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -90,7 +90,7 @@ public interface I_R_RequestAction */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; @@ -105,7 +105,7 @@ public interface I_R_RequestAction */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -120,7 +120,7 @@ public interface I_R_RequestAction */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -135,7 +135,7 @@ public interface I_R_RequestAction */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -150,7 +150,7 @@ public interface I_R_RequestAction */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name ConfidentialType */ public static final String COLUMNNAME_ConfidentialType = "ConfidentialType"; @@ -178,7 +178,7 @@ public interface I_R_RequestAction */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Payment_ID */ public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; @@ -193,7 +193,7 @@ public interface I_R_RequestAction */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -208,7 +208,7 @@ public interface I_R_RequestAction */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -343,7 +343,7 @@ public interface I_R_RequestAction */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -358,7 +358,7 @@ public interface I_R_RequestAction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_ProductSpent_ID */ public static final String COLUMNNAME_M_ProductSpent_ID = "M_ProductSpent_ID"; @@ -373,7 +373,7 @@ public interface I_R_RequestAction */ public int getM_ProductSpent_ID(); - public I_M_Product getM_ProductSpent() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductSpent() throws RuntimeException; /** Column name M_RMA_ID */ public static final String COLUMNNAME_M_RMA_ID = "M_RMA_ID"; @@ -388,7 +388,7 @@ public interface I_R_RequestAction */ public int getM_RMA_ID(); - public I_M_RMA getM_RMA() throws RuntimeException; + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException; /** Column name NullColumns */ public static final String COLUMNNAME_NullColumns = "NullColumns"; @@ -481,7 +481,7 @@ public interface I_R_RequestAction */ public int getR_Category_ID(); - public I_R_Category getR_Category() throws RuntimeException; + public org.compiere.model.I_R_Category getR_Category() throws RuntimeException; /** Column name R_Group_ID */ public static final String COLUMNNAME_R_Group_ID = "R_Group_ID"; @@ -496,7 +496,7 @@ public interface I_R_RequestAction */ public int getR_Group_ID(); - public I_R_Group getR_Group() throws RuntimeException; + public org.compiere.model.I_R_Group getR_Group() throws RuntimeException; /** Column name R_RequestAction_ID */ public static final String COLUMNNAME_R_RequestAction_ID = "R_RequestAction_ID"; @@ -511,6 +511,15 @@ public interface I_R_RequestAction */ public int getR_RequestAction_ID(); + /** Column name R_RequestAction_UU */ + public static final String COLUMNNAME_R_RequestAction_UU = "R_RequestAction_UU"; + + /** Set R_RequestAction_UU */ + public void setR_RequestAction_UU (String R_RequestAction_UU); + + /** Get R_RequestAction_UU */ + public String getR_RequestAction_UU(); + /** Column name R_Request_ID */ public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; @@ -524,7 +533,7 @@ public interface I_R_RequestAction */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws RuntimeException; + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException; /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; @@ -539,7 +548,7 @@ public interface I_R_RequestAction */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; /** Column name R_Resolution_ID */ public static final String COLUMNNAME_R_Resolution_ID = "R_Resolution_ID"; @@ -554,7 +563,7 @@ public interface I_R_RequestAction */ public int getR_Resolution_ID(); - public I_R_Resolution getR_Resolution() throws RuntimeException; + public org.compiere.model.I_R_Resolution getR_Resolution() throws RuntimeException; /** Column name R_Status_ID */ public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; @@ -569,7 +578,7 @@ public interface I_R_RequestAction */ public int getR_Status_ID(); - public I_R_Status getR_Status() throws RuntimeException; + public org.compiere.model.I_R_Status getR_Status() throws RuntimeException; /** Column name SalesRep_ID */ public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID"; @@ -584,7 +593,7 @@ public interface I_R_RequestAction */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name StartDate */ public static final String COLUMNNAME_StartDate = "StartDate"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java index d621441c23..44f3eef75b 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestProcessor { @@ -65,10 +65,10 @@ public interface I_R_RequestProcessor /** Column name AD_Schedule_ID */ public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID"; - /** Set AD_Schedule_ID */ + /** Set Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID); - /** Get AD_Schedule_ID */ + /** Get Schedule */ public int getAD_Schedule_ID(); public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java index 177891f388..f08b3b6a4d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestProcessorLog { @@ -31,7 +31,7 @@ public interface I_R_RequestProcessorLog public static final String Table_Name = "R_RequestProcessorLog"; /** AD_Table_ID=659 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 659; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -171,6 +171,15 @@ public interface I_R_RequestProcessorLog */ public int getR_RequestProcessorLog_ID(); + /** Column name R_RequestProcessorLog_UU */ + public static final String COLUMNNAME_R_RequestProcessorLog_UU = "R_RequestProcessorLog_UU"; + + /** Set R_RequestProcessorLog_UU */ + public void setR_RequestProcessorLog_UU (String R_RequestProcessorLog_UU); + + /** Get R_RequestProcessorLog_UU */ + public String getR_RequestProcessorLog_UU(); + /** Column name Summary */ public static final String COLUMNNAME_Summary = "Summary"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java index 9658dc64e2..e9887c7552 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestProcessor_Route.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestProcessor_Route - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestProcessor_Route { @@ -31,7 +31,7 @@ public interface I_R_RequestProcessor_Route public static final String Table_Name = "R_RequestProcessor_Route"; /** AD_Table_ID=474 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 474; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -147,6 +147,15 @@ public interface I_R_RequestProcessor_Route */ public int getR_RequestProcessor_Route_ID(); + /** Column name R_RequestProcessor_Route_UU */ + public static final String COLUMNNAME_R_RequestProcessor_Route_UU = "R_RequestProcessor_Route_UU"; + + /** Set R_RequestProcessor_Route_UU */ + public void setR_RequestProcessor_Route_UU (String R_RequestProcessor_Route_UU); + + /** Get R_RequestProcessor_Route_UU */ + public String getR_RequestProcessor_Route_UU(); + /** Column name R_RequestType_ID */ public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java index 013d137317..5364296951 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestType { @@ -31,7 +31,7 @@ public interface I_R_RequestType public static final String Table_Name = "R_RequestType"; /** AD_Table_ID=529 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 529; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java index d5c5726040..d795564062 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestTypeUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestTypeUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestTypeUpdates { @@ -31,7 +31,7 @@ public interface I_R_RequestTypeUpdates public static final String Table_Name = "R_RequestTypeUpdates"; /** AD_Table_ID=784 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 784; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_R_RequestTypeUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +132,16 @@ public interface I_R_RequestTypeUpdates */ public int getR_RequestType_ID(); - public I_R_RequestType getR_RequestType() throws RuntimeException; + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException; + + /** Column name R_RequestTypeUpdates_UU */ + public static final String COLUMNNAME_R_RequestTypeUpdates_UU = "R_RequestTypeUpdates_UU"; + + /** Set R_RequestTypeUpdates_UU */ + public void setR_RequestTypeUpdates_UU (String R_RequestTypeUpdates_UU); + + /** Get R_RequestTypeUpdates_UU */ + public String getR_RequestTypeUpdates_UU(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java index 6e660dcd21..b6c1c6895d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestUpdate - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestUpdate { @@ -31,7 +31,7 @@ public interface I_R_RequestUpdate public static final String Table_Name = "R_RequestUpdate"; /** AD_Table_ID=802 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 802; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,7 +130,7 @@ public interface I_R_RequestUpdate */ public int getM_ProductSpent_ID(); - public I_M_Product getM_ProductSpent() throws RuntimeException; + public org.compiere.model.I_M_Product getM_ProductSpent() throws RuntimeException; /** Column name QtyInvoiced */ public static final String COLUMNNAME_QtyInvoiced = "QtyInvoiced"; @@ -184,7 +184,7 @@ public interface I_R_RequestUpdate */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws RuntimeException; + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException; /** Column name R_RequestUpdate_ID */ public static final String COLUMNNAME_R_RequestUpdate_ID = "R_RequestUpdate_ID"; @@ -199,6 +199,15 @@ public interface I_R_RequestUpdate */ public int getR_RequestUpdate_ID(); + /** Column name R_RequestUpdate_UU */ + public static final String COLUMNNAME_R_RequestUpdate_UU = "R_RequestUpdate_UU"; + + /** Set R_RequestUpdate_UU */ + public void setR_RequestUpdate_UU (String R_RequestUpdate_UU); + + /** Get R_RequestUpdate_UU */ + public String getR_RequestUpdate_UU(); + /** Column name StartTime */ public static final String COLUMNNAME_StartTime = "StartTime"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java index ca09bb8e15..4111ee67e1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_RequestUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_RequestUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_RequestUpdates { @@ -31,7 +31,7 @@ public interface I_R_RequestUpdates public static final String Table_Name = "R_RequestUpdates"; /** AD_Table_ID=783 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 783; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_R_RequestUpdates */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -132,7 +132,16 @@ public interface I_R_RequestUpdates */ public int getR_Request_ID(); - public I_R_Request getR_Request() throws RuntimeException; + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException; + + /** Column name R_RequestUpdates_UU */ + public static final String COLUMNNAME_R_RequestUpdates_UU = "R_RequestUpdates_UU"; + + /** Set R_RequestUpdates_UU */ + public void setR_RequestUpdates_UU (String R_RequestUpdates_UU); + + /** Get R_RequestUpdates_UU */ + public String getR_RequestUpdates_UU(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java b/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java index ee6df46652..abc4a6dbb7 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Resolution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_Resolution - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_Resolution { @@ -31,7 +31,7 @@ public interface I_R_Resolution public static final String Table_Name = "R_Resolution"; /** AD_Table_ID=774 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 774; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_R_Resolution */ public int getR_Resolution_ID(); + /** Column name R_Resolution_UU */ + public static final String COLUMNNAME_R_Resolution_UU = "R_Resolution_UU"; + + /** Set R_Resolution_UU */ + public void setR_Resolution_UU (String R_Resolution_UU); + + /** Get R_Resolution_UU */ + public String getR_Resolution_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java b/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java index 5cc36366de..bac285d6a9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_StandardResponse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_StandardResponse - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_StandardResponse { @@ -31,7 +31,7 @@ public interface I_R_StandardResponse public static final String Table_Name = "R_StandardResponse"; /** AD_Table_ID=775 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 775; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,6 +130,15 @@ public interface I_R_StandardResponse */ public int getR_StandardResponse_ID(); + /** Column name R_StandardResponse_UU */ + public static final String COLUMNNAME_R_StandardResponse_UU = "R_StandardResponse_UU"; + + /** Set R_StandardResponse_UU */ + public void setR_StandardResponse_UU (String R_StandardResponse_UU); + + /** Get R_StandardResponse_UU */ + public String getR_StandardResponse_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_Status.java b/org.adempiere.base/src/org/compiere/model/I_R_Status.java index fbb94aa049..c55a59edd1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_Status.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_Status.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_Status - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_Status { @@ -31,7 +31,7 @@ public interface I_R_Status public static final String Table_Name = "R_Status"; /** AD_Table_ID=776 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 776; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -208,7 +208,7 @@ public interface I_R_Status */ public int getNext_Status_ID(); - public I_R_Status getNext_Status() throws RuntimeException; + public org.compiere.model.I_R_Status getNext_Status() throws RuntimeException; /** Column name R_StatusCategory_ID */ public static final String COLUMNNAME_R_StatusCategory_ID = "R_StatusCategory_ID"; @@ -223,7 +223,7 @@ public interface I_R_Status */ public int getR_StatusCategory_ID(); - public I_R_StatusCategory getR_StatusCategory() throws RuntimeException; + public org.compiere.model.I_R_StatusCategory getR_StatusCategory() throws RuntimeException; /** Column name R_Status_ID */ public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; @@ -238,6 +238,15 @@ public interface I_R_Status */ public int getR_Status_ID(); + /** Column name R_Status_UU */ + public static final String COLUMNNAME_R_Status_UU = "R_Status_UU"; + + /** Set R_Status_UU */ + public void setR_Status_UU (String R_Status_UU); + + /** Get R_Status_UU */ + public String getR_Status_UU(); + /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; @@ -295,7 +304,7 @@ public interface I_R_Status */ public int getUpdate_Status_ID(); - public I_R_Status getUpdate_Status() throws RuntimeException; + public org.compiere.model.I_R_Status getUpdate_Status() throws RuntimeException; /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; diff --git a/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java b/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java index 6a6c9ba1f6..9fa222b7b0 100644 --- a/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java +++ b/org.adempiere.base/src/org/compiere/model/I_R_StatusCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for R_StatusCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_R_StatusCategory { @@ -31,7 +31,7 @@ public interface I_R_StatusCategory public static final String Table_Name = "R_StatusCategory"; /** AD_Table_ID=844 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 844; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -156,6 +156,15 @@ public interface I_R_StatusCategory */ public int getR_StatusCategory_ID(); + /** Column name R_StatusCategory_UU */ + public static final String COLUMNNAME_R_StatusCategory_UU = "R_StatusCategory_UU"; + + /** Set R_StatusCategory_UU */ + public void setR_StatusCategory_UU (String R_StatusCategory_UU); + + /** Get R_StatusCategory_UU */ + public String getR_StatusCategory_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java b/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java index 752aa3e479..d2b9e5d141 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ExpenseType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_ExpenseType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_ExpenseType { @@ -31,7 +31,7 @@ public interface I_S_ExpenseType public static final String Table_Name = "S_ExpenseType"; /** AD_Table_ID=481 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 481; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_S_ExpenseType */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -106,7 +106,7 @@ public interface I_S_ExpenseType */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -160,7 +160,7 @@ public interface I_S_ExpenseType */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -188,6 +188,15 @@ public interface I_S_ExpenseType */ public int getS_ExpenseType_ID(); + /** Column name S_ExpenseType_UU */ + public static final String COLUMNNAME_S_ExpenseType_UU = "S_ExpenseType_UU"; + + /** Set S_ExpenseType_UU */ + public void setS_ExpenseType_UU (String S_ExpenseType_UU); + + /** Get S_ExpenseType_UU */ + public String getS_ExpenseType_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_Resource.java b/org.adempiere.base/src/org/compiere/model/I_S_Resource.java index 0b668f2a5f..8ab4b24f06 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_Resource.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_Resource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_Resource - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_Resource { @@ -31,7 +31,7 @@ public interface I_S_Resource public static final String Table_Name = "S_Resource"; /** AD_Table_ID=487 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 487; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_S_Resource */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name ChargeableQty */ public static final String COLUMNNAME_ChargeableQty = "ChargeableQty"; @@ -181,7 +181,7 @@ public interface I_S_Resource */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -253,7 +253,16 @@ public interface I_S_Resource /** Get Resource Type */ public int getS_ResourceType_ID(); - public I_S_ResourceType getS_ResourceType() throws RuntimeException; + public org.compiere.model.I_S_ResourceType getS_ResourceType() throws RuntimeException; + + /** Column name S_Resource_UU */ + public static final String COLUMNNAME_S_Resource_UU = "S_Resource_UU"; + + /** Set S_Resource_UU */ + public void setS_Resource_UU (String S_Resource_UU); + + /** Get S_Resource_UU */ + public String getS_Resource_UU(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java b/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java index b9e7fbd382..06cc1b0e33 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ResourceAssignment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceAssignment - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_ResourceAssignment { @@ -31,7 +31,7 @@ public interface I_S_ResourceAssignment public static final String Table_Name = "S_ResourceAssignment"; /** AD_Table_ID=485 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 485; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -182,6 +182,15 @@ public interface I_S_ResourceAssignment */ public int getS_ResourceAssignment_ID(); + /** Column name S_ResourceAssignment_UU */ + public static final String COLUMNNAME_S_ResourceAssignment_UU = "S_ResourceAssignment_UU"; + + /** Set S_ResourceAssignment_UU */ + public void setS_ResourceAssignment_UU (String S_ResourceAssignment_UU); + + /** Get S_ResourceAssignment_UU */ + public String getS_ResourceAssignment_UU(); + /** Column name S_Resource_ID */ public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; @@ -195,7 +204,7 @@ public interface I_S_ResourceAssignment */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java b/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java index 9aaab1e767..3454ec5d75 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ResourceType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_ResourceType { @@ -31,7 +31,7 @@ public interface I_S_ResourceType public static final String Table_Name = "S_ResourceType"; /** AD_Table_ID=480 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 480; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -113,7 +113,7 @@ public interface I_S_ResourceType */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -128,7 +128,7 @@ public interface I_S_ResourceType */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -208,7 +208,7 @@ public interface I_S_ResourceType */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -323,6 +323,15 @@ public interface I_S_ResourceType /** Get Resource Type */ public int getS_ResourceType_ID(); + /** Column name S_ResourceType_UU */ + public static final String COLUMNNAME_S_ResourceType_UU = "S_ResourceType_UU"; + + /** Set S_ResourceType_UU */ + public void setS_ResourceType_UU (String S_ResourceType_UU); + + /** Get S_ResourceType_UU */ + public String getS_ResourceType_UU(); + /** Column name TimeSlotEnd */ public static final String COLUMNNAME_TimeSlotEnd = "TimeSlotEnd"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java b/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java index df6e8b67b8..346bf1c51f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_ResourceUnAvailable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_ResourceUnAvailable - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_ResourceUnAvailable { @@ -31,7 +31,7 @@ public interface I_S_ResourceUnAvailable public static final String Table_Name = "S_ResourceUnAvailable"; /** AD_Table_ID=482 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 482; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,7 +143,7 @@ public interface I_S_ResourceUnAvailable */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name S_ResourceUnAvailable_ID */ public static final String COLUMNNAME_S_ResourceUnAvailable_ID = "S_ResourceUnAvailable_ID"; @@ -154,6 +154,15 @@ public interface I_S_ResourceUnAvailable /** Get Resource Unavailability */ public int getS_ResourceUnAvailable_ID(); + /** Column name S_ResourceUnAvailable_UU */ + public static final String COLUMNNAME_S_ResourceUnAvailable_UU = "S_ResourceUnAvailable_UU"; + + /** Set S_ResourceUnAvailable_UU */ + public void setS_ResourceUnAvailable_UU (String S_ResourceUnAvailable_UU); + + /** Get S_ResourceUnAvailable_UU */ + public String getS_ResourceUnAvailable_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java index 8923ead346..ac57ceb144 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpense.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeExpense - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_TimeExpense { @@ -31,7 +31,7 @@ public interface I_S_TimeExpense public static final String Table_Name = "S_TimeExpense"; /** AD_Table_ID=486 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 486; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_S_TimeExpense */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -210,7 +210,7 @@ public interface I_S_TimeExpense */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -225,7 +225,7 @@ public interface I_S_TimeExpense */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; @@ -262,6 +262,15 @@ public interface I_S_TimeExpense */ public int getS_TimeExpense_ID(); + /** Column name S_TimeExpense_UU */ + public static final String COLUMNNAME_S_TimeExpense_UU = "S_TimeExpense_UU"; + + /** Set S_TimeExpense_UU */ + public void setS_TimeExpense_UU (String S_TimeExpense_UU); + + /** Get S_TimeExpense_UU */ + public String getS_TimeExpense_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java index e1426a4917..8c642f6ad5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_TimeExpenseLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeExpenseLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_TimeExpenseLine { @@ -31,7 +31,7 @@ public interface I_S_TimeExpenseLine public static final String Table_Name = "S_TimeExpenseLine"; /** AD_Table_ID=488 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 488; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_S_TimeExpenseLine */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -105,7 +105,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -120,7 +120,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_InvoiceLine_ID */ public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; @@ -135,7 +135,7 @@ public interface I_S_TimeExpenseLine */ public int getC_InvoiceLine_ID(); - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException; /** Column name ConvertedAmt */ public static final String COLUMNNAME_ConvertedAmt = "ConvertedAmt"; @@ -163,7 +163,7 @@ public interface I_S_TimeExpenseLine */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -178,7 +178,7 @@ public interface I_S_TimeExpenseLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -193,7 +193,7 @@ public interface I_S_TimeExpenseLine */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -208,7 +208,7 @@ public interface I_S_TimeExpenseLine */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -239,7 +239,7 @@ public interface I_S_TimeExpenseLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateExpense */ public static final String COLUMNNAME_DateExpense = "DateExpense"; @@ -358,7 +358,7 @@ public interface I_S_TimeExpenseLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Note */ public static final String COLUMNNAME_Note = "Note"; @@ -477,7 +477,7 @@ public interface I_S_TimeExpenseLine */ public int getS_TimeExpense_ID(); - public I_S_TimeExpense getS_TimeExpense() throws RuntimeException; + public org.compiere.model.I_S_TimeExpense getS_TimeExpense() throws RuntimeException; /** Column name S_TimeExpenseLine_ID */ public static final String COLUMNNAME_S_TimeExpenseLine_ID = "S_TimeExpenseLine_ID"; @@ -492,6 +492,15 @@ public interface I_S_TimeExpenseLine */ public int getS_TimeExpenseLine_ID(); + /** Column name S_TimeExpenseLine_UU */ + public static final String COLUMNNAME_S_TimeExpenseLine_UU = "S_TimeExpenseLine_UU"; + + /** Set S_TimeExpenseLine_UU */ + public void setS_TimeExpenseLine_UU (String S_TimeExpenseLine_UU); + + /** Get S_TimeExpenseLine_UU */ + public String getS_TimeExpenseLine_UU(); + /** Column name S_TimeType_ID */ public static final String COLUMNNAME_S_TimeType_ID = "S_TimeType_ID"; @@ -505,7 +514,7 @@ public interface I_S_TimeExpenseLine */ public int getS_TimeType_ID(); - public I_S_TimeType getS_TimeType() throws RuntimeException; + public org.compiere.model.I_S_TimeType getS_TimeType() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java b/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java index 8da379feeb..4ca96f4632 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_TimeType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_TimeType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_TimeType { @@ -31,7 +31,7 @@ public interface I_S_TimeType public static final String Table_Name = "S_TimeType"; /** AD_Table_ID=581 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 581; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -143,6 +143,15 @@ public interface I_S_TimeType */ public int getS_TimeType_ID(); + /** Column name S_TimeType_UU */ + public static final String COLUMNNAME_S_TimeType_UU = "S_TimeType_UU"; + + /** Set S_TimeType_UU */ + public void setS_TimeType_UU (String S_TimeType_UU); + + /** Get S_TimeType_UU */ + public String getS_TimeType_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_Training.java b/org.adempiere.base/src/org/compiere/model/I_S_Training.java index f04694a41e..1c6fec00f9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_Training.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_Training.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_Training - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_Training { @@ -31,7 +31,7 @@ public interface I_S_Training public static final String Table_Name = "S_Training"; /** AD_Table_ID=538 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 538; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -91,7 +91,7 @@ public interface I_S_Training */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; @@ -106,7 +106,7 @@ public interface I_S_Training */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -199,7 +199,7 @@ public interface I_S_Training */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -236,6 +236,15 @@ public interface I_S_Training */ public int getS_Training_ID(); + /** Column name S_Training_UU */ + public static final String COLUMNNAME_S_Training_UU = "S_Training_UU"; + + /** Set S_Training_UU */ + public void setS_Training_UU (String S_Training_UU); + + /** Get S_Training_UU */ + public String getS_Training_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java b/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java index cbb362dfc5..02e81def94 100644 --- a/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java +++ b/org.adempiere.base/src/org/compiere/model/I_S_Training_Class.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for S_Training_Class - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_S_Training_Class { @@ -31,7 +31,7 @@ public interface I_S_Training_Class public static final String Table_Name = "S_Training_Class"; /** AD_Table_ID=537 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 537; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -117,7 +117,7 @@ public interface I_S_Training_Class */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name StartDate */ public static final String COLUMNNAME_StartDate = "StartDate"; @@ -145,6 +145,15 @@ public interface I_S_Training_Class */ public int getS_Training_Class_ID(); + /** Column name S_Training_Class_UU */ + public static final String COLUMNNAME_S_Training_Class_UU = "S_Training_Class_UU"; + + /** Set S_Training_Class_UU */ + public void setS_Training_Class_UU (String S_Training_Class_UU); + + /** Get S_Training_Class_UU */ + public String getS_Training_Class_UU(); + /** Column name S_Training_ID */ public static final String COLUMNNAME_S_Training_ID = "S_Training_ID"; @@ -158,7 +167,7 @@ public interface I_S_Training_Class */ public int getS_Training_ID(); - public I_S_Training getS_Training() throws RuntimeException; + public org.compiere.model.I_S_Training getS_Training() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Aging.java b/org.adempiere.base/src/org/compiere/model/I_T_Aging.java index dc6eea6340..e1e3f7645d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Aging.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Aging.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_Aging - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_Aging { @@ -31,7 +31,7 @@ public interface I_T_Aging public static final String Table_Name = "T_Aging"; /** AD_Table_ID=631 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 631; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_T_Aging */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -90,7 +90,7 @@ public interface I_T_Aging */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -105,7 +105,7 @@ public interface I_T_Aging */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -120,7 +120,7 @@ public interface I_T_Aging */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -135,7 +135,7 @@ public interface I_T_Aging */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -150,7 +150,7 @@ public interface I_T_Aging */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -165,7 +165,7 @@ public interface I_T_Aging */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_InvoicePaySchedule_ID */ public static final String COLUMNNAME_C_InvoicePaySchedule_ID = "C_InvoicePaySchedule_ID"; @@ -180,7 +180,7 @@ public interface I_T_Aging */ public int getC_InvoicePaySchedule_ID(); - public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException; + public org.compiere.model.I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -195,7 +195,7 @@ public interface I_T_Aging */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -514,6 +514,15 @@ public interface I_T_Aging */ public Timestamp getStatementDate(); + /** Column name T_Aging_UU */ + public static final String COLUMNNAME_T_Aging_UU = "T_Aging_UU"; + + /** Set T_Aging_UU */ + public void setT_Aging_UU (String T_Aging_UU); + + /** Get T_Aging_UU */ + public String getT_Aging_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java b/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java index 1a23e21a92..0af52c4dce 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_BOM_Indented.java @@ -1,318 +1,327 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * - * This program is free software, you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program, if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -package org.compiere.model; - -import java.math.BigDecimal; -import java.sql.Timestamp; -import org.compiere.util.KeyNamePair; - -/** Generated Interface for T_BOM_Indented - * @author Adempiere (generated) - * @version Release 3.6.0LTS - */ -public interface I_T_BOM_Indented -{ - - /** TableName=T_BOM_Indented */ - public static final String Table_Name = "T_BOM_Indented"; - - /** AD_Table_ID=1000008 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); - - KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); - - /** AccessLevel = 3 - Client - Org - */ - BigDecimal accessLevel = BigDecimal.valueOf(3); - - /** Load Meta Data */ - - /** Column name AD_Client_ID */ - public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; - - /** Get Client. - * Client/Tenant for this installation. - */ - public int getAD_Client_ID(); - - /** Column name AD_Org_ID */ - public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; - - /** Set Organisation. - * Organisational entity within client - */ - public void setAD_Org_ID (int AD_Org_ID); - - /** Get Organisation. - * Organisational entity within client - */ - public int getAD_Org_ID(); - - /** Column name AD_PInstance_ID */ - public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; - - /** Set Process Instance. - * Instance of the process - */ - public void setAD_PInstance_ID (int AD_PInstance_ID); - - /** Get Process Instance. - * Instance of the process - */ - public int getAD_PInstance_ID(); - - public I_AD_PInstance getAD_PInstance() throws RuntimeException; - - /** Column name C_AcctSchema_ID */ - public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; - - /** Set Accounting Schema. - * Rules for accounting - */ - public void setC_AcctSchema_ID (int C_AcctSchema_ID); - - /** Get Accounting Schema. - * Rules for accounting - */ - public int getC_AcctSchema_ID(); - - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; - - /** Column name Cost */ - public static final String COLUMNNAME_Cost = "Cost"; - - /** Set Cost. - * Cost information - */ - public void setCost (BigDecimal Cost); - - /** Get Cost. - * Cost information - */ - public BigDecimal getCost(); - - /** Column name CostFuture */ - public static final String COLUMNNAME_CostFuture = "CostFuture"; - - /** Set Future Cost. - * Cost information - */ - public void setCostFuture (BigDecimal CostFuture); - - /** Get Future Cost. - * Cost information - */ - public BigDecimal getCostFuture(); - - /** Column name Created */ - public static final String COLUMNNAME_Created = "Created"; - - /** Get Created. - * Date this record was created - */ - public Timestamp getCreated(); - - /** Column name CreatedBy */ - public static final String COLUMNNAME_CreatedBy = "CreatedBy"; - - /** Get Created By. - * User who created this records - */ - public int getCreatedBy(); - - /** Column name CurrentCostPrice */ - public static final String COLUMNNAME_CurrentCostPrice = "CurrentCostPrice"; - - /** Set Current Cost Price. - * The currently used cost price - */ - public void setCurrentCostPrice (BigDecimal CurrentCostPrice); - - /** Get Current Cost Price. - * The currently used cost price - */ - public BigDecimal getCurrentCostPrice(); - - /** Column name CurrentCostPriceLL */ - public static final String COLUMNNAME_CurrentCostPriceLL = "CurrentCostPriceLL"; - - /** Set Current Cost Price Lower Level. - * Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ - public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL); - - /** Get Current Cost Price Lower Level. - * Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ - public BigDecimal getCurrentCostPriceLL(); - - /** Column name FutureCostPrice */ - public static final String COLUMNNAME_FutureCostPrice = "FutureCostPrice"; - - /** Set Future Cost Price */ - public void setFutureCostPrice (BigDecimal FutureCostPrice); - - /** Get Future Cost Price */ - public BigDecimal getFutureCostPrice(); - - /** Column name FutureCostPriceLL */ - public static final String COLUMNNAME_FutureCostPriceLL = "FutureCostPriceLL"; - - /** Set Future Cost Price Lower Level */ - public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL); - - /** Get Future Cost Price Lower Level */ - public BigDecimal getFutureCostPriceLL(); - - /** Column name IsActive */ - public static final String COLUMNNAME_IsActive = "IsActive"; - - /** Set Active. - * The record is active in the system - */ - public void setIsActive (boolean IsActive); - - /** Get Active. - * The record is active in the system - */ - public boolean isActive(); - - /** Column name LevelNo */ - public static final String COLUMNNAME_LevelNo = "LevelNo"; - - /** Set Level no */ - public void setLevelNo (int LevelNo); - - /** Get Level no */ - public int getLevelNo(); - - /** Column name Levels */ - public static final String COLUMNNAME_Levels = "Levels"; - - /** Set Levels */ - public void setLevels (String Levels); - - /** Get Levels */ - public String getLevels(); - - /** Column name M_CostElement_ID */ - public static final String COLUMNNAME_M_CostElement_ID = "M_CostElement_ID"; - - /** Set Cost Element. - * Product Cost Element - */ - public void setM_CostElement_ID (int M_CostElement_ID); - - /** Get Cost Element. - * Product Cost Element - */ - public int getM_CostElement_ID(); - - public I_M_CostElement getM_CostElement() throws RuntimeException; - - /** Column name M_Product_ID */ - public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; - - /** Set Product. - * Product, Service, Item - */ - public void setM_Product_ID (int M_Product_ID); - - /** Get Product. - * Product, Service, Item - */ - public int getM_Product_ID(); - - public I_M_Product getM_Product() throws RuntimeException; - - /** Column name Qty */ - public static final String COLUMNNAME_Qty = "Qty"; - - /** Set Quantity. - * Quantity - */ - public void setQty (BigDecimal Qty); - - /** Get Quantity. - * Quantity - */ - public BigDecimal getQty(); - - /** Column name QtyBOM */ - public static final String COLUMNNAME_QtyBOM = "QtyBOM"; - - /** Set Quantity. - * Indicate the Quantity use in this BOM - */ - public void setQtyBOM (BigDecimal QtyBOM); - - /** Get Quantity. - * Indicate the Quantity use in this BOM - */ - public BigDecimal getQtyBOM(); - - /** Column name Sel_Product_ID */ - public static final String COLUMNNAME_Sel_Product_ID = "Sel_Product_ID"; - - /** Set Selected Product */ - public void setSel_Product_ID (int Sel_Product_ID); - - /** Get Selected Product */ - public int getSel_Product_ID(); - - public I_M_Product getSel_Product() throws RuntimeException; - - /** Column name SeqNo */ - public static final String COLUMNNAME_SeqNo = "SeqNo"; - - /** Set Sequence. - * Method of ordering records; - lowest number comes first - */ - public void setSeqNo (int SeqNo); - - /** Get Sequence. - * Method of ordering records; - lowest number comes first - */ - public int getSeqNo(); - - /** Column name T_BOM_Indented_ID */ - public static final String COLUMNNAME_T_BOM_Indented_ID = "T_BOM_Indented_ID"; - - /** Set Indented BOM Report */ - public void setT_BOM_Indented_ID (int T_BOM_Indented_ID); - - /** Get Indented BOM Report */ - public int getT_BOM_Indented_ID(); - - /** Column name Updated */ - public static final String COLUMNNAME_Updated = "Updated"; - - /** Get Updated. - * Date this record was updated - */ - public Timestamp getUpdated(); - - /** Column name UpdatedBy */ - public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; - - /** Get Updated By. - * User who updated this records - */ - public int getUpdatedBy(); -} +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for T_BOM_Indented + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_T_BOM_Indented +{ + + /** TableName=T_BOM_Indented */ + public static final String Table_Name = "T_BOM_Indented"; + + /** AD_Table_ID=53335 */ + public static final int Table_ID = 53335; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 3 - Client - Org + */ + BigDecimal accessLevel = BigDecimal.valueOf(3); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name AD_PInstance_ID */ + public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; + + /** Set Process Instance. + * Instance of the process + */ + public void setAD_PInstance_ID (int AD_PInstance_ID); + + /** Get Process Instance. + * Instance of the process + */ + public int getAD_PInstance_ID(); + + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; + + /** Column name C_AcctSchema_ID */ + public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; + + /** Set Accounting Schema. + * Rules for accounting + */ + public void setC_AcctSchema_ID (int C_AcctSchema_ID); + + /** Get Accounting Schema. + * Rules for accounting + */ + public int getC_AcctSchema_ID(); + + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + + /** Column name Cost */ + public static final String COLUMNNAME_Cost = "Cost"; + + /** Set Cost. + * Cost information + */ + public void setCost (BigDecimal Cost); + + /** Get Cost. + * Cost information + */ + public BigDecimal getCost(); + + /** Column name CostFuture */ + public static final String COLUMNNAME_CostFuture = "CostFuture"; + + /** Set Future Cost. + * Cost information + */ + public void setCostFuture (BigDecimal CostFuture); + + /** Get Future Cost. + * Cost information + */ + public BigDecimal getCostFuture(); + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name CurrentCostPrice */ + public static final String COLUMNNAME_CurrentCostPrice = "CurrentCostPrice"; + + /** Set Current Cost Price. + * The currently used cost price + */ + public void setCurrentCostPrice (BigDecimal CurrentCostPrice); + + /** Get Current Cost Price. + * The currently used cost price + */ + public BigDecimal getCurrentCostPrice(); + + /** Column name CurrentCostPriceLL */ + public static final String COLUMNNAME_CurrentCostPriceLL = "CurrentCostPriceLL"; + + /** Set Current Cost Price Lower Level. + * Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ + public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL); + + /** Get Current Cost Price Lower Level. + * Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ + public BigDecimal getCurrentCostPriceLL(); + + /** Column name FutureCostPrice */ + public static final String COLUMNNAME_FutureCostPrice = "FutureCostPrice"; + + /** Set Future Cost Price */ + public void setFutureCostPrice (BigDecimal FutureCostPrice); + + /** Get Future Cost Price */ + public BigDecimal getFutureCostPrice(); + + /** Column name FutureCostPriceLL */ + public static final String COLUMNNAME_FutureCostPriceLL = "FutureCostPriceLL"; + + /** Set Future Cost Price Lower Level */ + public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL); + + /** Get Future Cost Price Lower Level */ + public BigDecimal getFutureCostPriceLL(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name LevelNo */ + public static final String COLUMNNAME_LevelNo = "LevelNo"; + + /** Set Level no */ + public void setLevelNo (int LevelNo); + + /** Get Level no */ + public int getLevelNo(); + + /** Column name Levels */ + public static final String COLUMNNAME_Levels = "Levels"; + + /** Set Levels */ + public void setLevels (String Levels); + + /** Get Levels */ + public String getLevels(); + + /** Column name M_CostElement_ID */ + public static final String COLUMNNAME_M_CostElement_ID = "M_CostElement_ID"; + + /** Set Cost Element. + * Product Cost Element + */ + public void setM_CostElement_ID (int M_CostElement_ID); + + /** Get Cost Element. + * Product Cost Element + */ + public int getM_CostElement_ID(); + + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; + + /** Column name M_Product_ID */ + public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; + + /** Set Product. + * Product, Service, Item + */ + public void setM_Product_ID (int M_Product_ID); + + /** Get Product. + * Product, Service, Item + */ + public int getM_Product_ID(); + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name Qty */ + public static final String COLUMNNAME_Qty = "Qty"; + + /** Set Quantity. + * Quantity + */ + public void setQty (BigDecimal Qty); + + /** Get Quantity. + * Quantity + */ + public BigDecimal getQty(); + + /** Column name QtyBOM */ + public static final String COLUMNNAME_QtyBOM = "QtyBOM"; + + /** Set Quantity. + * Indicate the Quantity use in this BOM + */ + public void setQtyBOM (BigDecimal QtyBOM); + + /** Get Quantity. + * Indicate the Quantity use in this BOM + */ + public BigDecimal getQtyBOM(); + + /** Column name Sel_Product_ID */ + public static final String COLUMNNAME_Sel_Product_ID = "Sel_Product_ID"; + + /** Set Selected Product */ + public void setSel_Product_ID (int Sel_Product_ID); + + /** Get Selected Product */ + public int getSel_Product_ID(); + + public org.compiere.model.I_M_Product getSel_Product() throws RuntimeException; + + /** Column name SeqNo */ + public static final String COLUMNNAME_SeqNo = "SeqNo"; + + /** Set Sequence. + * Method of ordering records; + lowest number comes first + */ + public void setSeqNo (int SeqNo); + + /** Get Sequence. + * Method of ordering records; + lowest number comes first + */ + public int getSeqNo(); + + /** Column name T_BOM_Indented_ID */ + public static final String COLUMNNAME_T_BOM_Indented_ID = "T_BOM_Indented_ID"; + + /** Set Indented BOM Report */ + public void setT_BOM_Indented_ID (int T_BOM_Indented_ID); + + /** Get Indented BOM Report */ + public int getT_BOM_Indented_ID(); + + /** Column name T_BOM_Indented_UU */ + public static final String COLUMNNAME_T_BOM_Indented_UU = "T_BOM_Indented_UU"; + + /** Set T_BOM_Indented_UU */ + public void setT_BOM_Indented_UU (String T_BOM_Indented_UU); + + /** Get T_BOM_Indented_UU */ + public String getT_BOM_Indented_UU(); + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java b/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java index d7406f5e58..449a58e7d4 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_CashFlow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_CashFlow - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_CashFlow { @@ -381,6 +381,15 @@ public interface I_T_CashFlow /** Get T_CashFlow_ID */ public int getT_CashFlow_ID(); + /** Column name T_CashFlow_UU */ + public static final String COLUMNNAME_T_CashFlow_UU = "T_CashFlow_UU"; + + /** Set T_CashFlow_UU */ + public void setT_CashFlow_UU (String T_CashFlow_UU); + + /** Get T_CashFlow_UU */ + public String getT_CashFlow_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java b/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java index 5fb817c4ac..00ef86accb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_DistributionRunDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_DistributionRunDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_DistributionRunDetail { @@ -31,7 +31,7 @@ public interface I_T_DistributionRunDetail public static final String Table_Name = "T_DistributionRunDetail"; /** AD_Table_ID=714 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 714; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_T_DistributionRunDetail */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -90,7 +90,7 @@ public interface I_T_DistributionRunDetail */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -134,7 +134,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionList_ID(); - public I_M_DistributionList getM_DistributionList() throws RuntimeException; + public org.compiere.model.I_M_DistributionList getM_DistributionList() throws RuntimeException; /** Column name M_DistributionListLine_ID */ public static final String COLUMNNAME_M_DistributionListLine_ID = "M_DistributionListLine_ID"; @@ -149,7 +149,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionListLine_ID(); - public I_M_DistributionListLine getM_DistributionListLine() throws RuntimeException; + public org.compiere.model.I_M_DistributionListLine getM_DistributionListLine() throws RuntimeException; /** Column name M_DistributionRun_ID */ public static final String COLUMNNAME_M_DistributionRun_ID = "M_DistributionRun_ID"; @@ -164,7 +164,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionRun_ID(); - public I_M_DistributionRun getM_DistributionRun() throws RuntimeException; + public org.compiere.model.I_M_DistributionRun getM_DistributionRun() throws RuntimeException; /** Column name M_DistributionRunLine_ID */ public static final String COLUMNNAME_M_DistributionRunLine_ID = "M_DistributionRunLine_ID"; @@ -179,7 +179,7 @@ public interface I_T_DistributionRunDetail */ public int getM_DistributionRunLine_ID(); - public I_M_DistributionRunLine getM_DistributionRunLine() throws RuntimeException; + public org.compiere.model.I_M_DistributionRunLine getM_DistributionRunLine() throws RuntimeException; /** Column name MinQty */ public static final String COLUMNNAME_MinQty = "MinQty"; @@ -207,7 +207,7 @@ public interface I_T_DistributionRunDetail */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; @@ -235,6 +235,15 @@ public interface I_T_DistributionRunDetail */ public BigDecimal getRatio(); + /** Column name T_DistributionRunDetail_UU */ + public static final String COLUMNNAME_T_DistributionRunDetail_UU = "T_DistributionRunDetail_UU"; + + /** Set T_DistributionRunDetail_UU */ + public void setT_DistributionRunDetail_UU (String T_DistributionRunDetail_UU); + + /** Get T_DistributionRunDetail_UU */ + public String getT_DistributionRunDetail_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java b/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java index 0a3e564ee3..2231d37185 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_InventoryValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_InventoryValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_InventoryValue { @@ -31,7 +31,7 @@ public interface I_T_InventoryValue public static final String Table_Name = "T_InventoryValue"; /** AD_Table_ID=478 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 478; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_T_InventoryValue */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -90,7 +90,7 @@ public interface I_T_InventoryValue */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name Cost */ public static final String COLUMNNAME_Cost = "Cost"; @@ -185,7 +185,7 @@ public interface I_T_InventoryValue */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_PriceList_Version_ID */ public static final String COLUMNNAME_M_PriceList_Version_ID = "M_PriceList_Version_ID"; @@ -200,7 +200,7 @@ public interface I_T_InventoryValue */ public int getM_PriceList_Version_ID(); - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -215,7 +215,7 @@ public interface I_T_InventoryValue */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -230,7 +230,7 @@ public interface I_T_InventoryValue */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PriceLimit */ public static final String COLUMNNAME_PriceLimit = "PriceLimit"; @@ -348,4 +348,13 @@ public interface I_T_InventoryValue * On Hand Quantity */ public BigDecimal getQtyOnHand(); + + /** Column name T_InventoryValue_UU */ + public static final String COLUMNNAME_T_InventoryValue_UU = "T_InventoryValue_UU"; + + /** Set T_InventoryValue_UU */ + public void setT_InventoryValue_UU (String T_InventoryValue_UU); + + /** Get T_InventoryValue_UU */ + public String getT_InventoryValue_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java b/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java index 6463519b09..3ba6c94d14 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_InvoiceGL.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_InvoiceGL - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_InvoiceGL { @@ -31,7 +31,7 @@ public interface I_T_InvoiceGL public static final String Table_Name = "T_InvoiceGL"; /** AD_Table_ID=803 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 803; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_T_InvoiceGL */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name AmtAcctBalance */ public static final String COLUMNNAME_AmtAcctBalance = "AmtAcctBalance"; @@ -181,7 +181,7 @@ public interface I_T_InvoiceGL */ public int getC_ConversionTypeReval_ID(); - public I_C_ConversionType getC_ConversionTypeReval() throws RuntimeException; + public org.compiere.model.I_C_ConversionType getC_ConversionTypeReval() throws RuntimeException; /** Column name C_DocTypeReval_ID */ public static final String COLUMNNAME_C_DocTypeReval_ID = "C_DocTypeReval_ID"; @@ -196,7 +196,7 @@ public interface I_T_InvoiceGL */ public int getC_DocTypeReval_ID(); - public I_C_DocType getC_DocTypeReval() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocTypeReval() throws RuntimeException; /** Column name C_Invoice_ID */ public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; @@ -211,7 +211,7 @@ public interface I_T_InvoiceGL */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -316,6 +316,15 @@ public interface I_T_InvoiceGL */ public BigDecimal getPercent(); + /** Column name T_InvoiceGL_UU */ + public static final String COLUMNNAME_T_InvoiceGL_UU = "T_InvoiceGL_UU"; + + /** Set T_InvoiceGL_UU */ + public void setT_InvoiceGL_UU (String T_InvoiceGL_UU); + + /** Get T_InvoiceGL_UU */ + public String getT_InvoiceGL_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java new file mode 100644 index 0000000000..cb6fff6d18 --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/I_T_Reconciliation.java @@ -0,0 +1,155 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.Timestamp; +import org.compiere.util.KeyNamePair; + +/** Generated Interface for T_Reconciliation + * @author iDempiere (generated) + * @version Release 1.0a + */ +public interface I_T_Reconciliation +{ + + /** TableName=T_Reconciliation */ + public static final String Table_Name = "T_Reconciliation"; + + /** AD_Table_ID=53287 */ + public static final int Table_ID = 53287; + + KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 3 - Client - Org + */ + BigDecimal accessLevel = BigDecimal.valueOf(3); + + /** Load Meta Data */ + + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** Get Client. + * Client/Tenant for this installation. + */ + public int getAD_Client_ID(); + + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** Set Organization. + * Organizational entity within client + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** Get Organization. + * Organizational entity within client + */ + public int getAD_Org_ID(); + + /** Column name AD_PInstance_ID */ + public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; + + /** Set Process Instance. + * Instance of the process + */ + public void setAD_PInstance_ID (int AD_PInstance_ID); + + /** Get Process Instance. + * Instance of the process + */ + public int getAD_PInstance_ID(); + + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; + + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** Get Created. + * Date this record was created + */ + public Timestamp getCreated(); + + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** Get Created By. + * User who created this records + */ + public int getCreatedBy(); + + /** Column name Fact_Acct_ID */ + public static final String COLUMNNAME_Fact_Acct_ID = "Fact_Acct_ID"; + + /** Set Accounting Fact */ + public void setFact_Acct_ID (int Fact_Acct_ID); + + /** Get Accounting Fact */ + public int getFact_Acct_ID(); + + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** Set Active. + * The record is active in the system + */ + public void setIsActive (boolean IsActive); + + /** Get Active. + * The record is active in the system + */ + public boolean isActive(); + + /** Column name MatchCode */ + public static final String COLUMNNAME_MatchCode = "MatchCode"; + + /** Set Match Code. + * String identifying related accounting facts + */ + public void setMatchCode (String MatchCode); + + /** Get Match Code. + * String identifying related accounting facts + */ + public String getMatchCode(); + + /** Column name T_Reconciliation_UU */ + public static final String COLUMNNAME_T_Reconciliation_UU = "T_Reconciliation_UU"; + + /** Set T_Reconciliation_UU */ + public void setT_Reconciliation_UU (String T_Reconciliation_UU); + + /** Get T_Reconciliation_UU */ + public String getT_Reconciliation_UU(); + + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** Get Updated. + * Date this record was updated + */ + public Timestamp getUpdated(); + + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** Get Updated By. + * User who updated this records + */ + public int getUpdatedBy(); +} diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java b/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java index 1a135f2e27..2ec36739ea 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Replenish.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_Replenish - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_Replenish { @@ -31,7 +31,7 @@ public interface I_T_Replenish public static final String Table_Name = "T_Replenish"; /** AD_Table_ID=364 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 364; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_T_Replenish */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_T_Replenish */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -105,7 +105,7 @@ public interface I_T_Replenish */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name Level_Max */ public static final String COLUMNNAME_Level_Max = "Level_Max"; @@ -146,7 +146,7 @@ public interface I_T_Replenish */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -161,7 +161,7 @@ public interface I_T_Replenish */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name M_WarehouseSource_ID */ public static final String COLUMNNAME_M_WarehouseSource_ID = "M_WarehouseSource_ID"; @@ -176,7 +176,7 @@ public interface I_T_Replenish */ public int getM_WarehouseSource_ID(); - public I_M_Warehouse getM_WarehouseSource() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_WarehouseSource() throws RuntimeException; /** Column name Order_Min */ public static final String COLUMNNAME_Order_Min = "Order_Min"; @@ -278,6 +278,15 @@ public interface I_T_Replenish */ public String getReplenishType(); + /** Column name T_Replenish_UU */ + public static final String COLUMNNAME_T_Replenish_UU = "T_Replenish_UU"; + + /** Set T_Replenish_UU */ + public void setT_Replenish_UU (String T_Replenish_UU); + + /** Get T_Replenish_UU */ + public String getT_Replenish_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Report.java b/org.adempiere.base/src/org/compiere/model/I_T_Report.java index 57883560d1..8564410d15 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Report.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Report.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -20,8 +20,8 @@ import java.math.BigDecimal; import org.compiere.util.KeyNamePair; /** Generated Interface for T_Report - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_Report { @@ -30,7 +30,7 @@ public interface I_T_Report public static final String Table_Name = "T_Report"; /** AD_Table_ID=544 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 544; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -53,7 +53,7 @@ public interface I_T_Report */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name Col_0 */ public static final String COLUMNNAME_Col_0 = "Col_0"; @@ -297,7 +297,7 @@ public interface I_T_Report /** Get Report Line */ public int getPA_ReportLine_ID(); - public I_PA_ReportLine getPA_ReportLine() throws RuntimeException; + public org.compiere.model.I_PA_ReportLine getPA_ReportLine() throws RuntimeException; /** Column name Record_ID */ public static final String COLUMNNAME_Record_ID = "Record_ID"; @@ -326,4 +326,13 @@ public interface I_T_Report lowest number comes first */ public int getSeqNo(); + + /** Column name T_Report_UU */ + public static final String COLUMNNAME_T_Report_UU = "T_Report_UU"; + + /** Set T_Report_UU */ + public void setT_Report_UU (String T_Report_UU); + + /** Get T_Report_UU */ + public String getT_Report_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java b/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java index dd1abae16f..f7e24164d5 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_ReportStatement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_ReportStatement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_ReportStatement { @@ -31,7 +31,7 @@ public interface I_T_ReportStatement public static final String Table_Name = "T_ReportStatement"; /** AD_Table_ID=545 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 545; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -54,7 +54,7 @@ public interface I_T_ReportStatement */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name AmtAcctCr */ public static final String COLUMNNAME_AmtAcctCr = "AmtAcctCr"; @@ -126,7 +126,7 @@ public interface I_T_ReportStatement /** Get Accounting Fact */ public int getFact_Acct_ID(); - public I_Fact_Acct getFact_Acct() throws RuntimeException; + public org.compiere.model.I_Fact_Acct getFact_Acct() throws RuntimeException; /** Column name LevelNo */ public static final String COLUMNNAME_LevelNo = "LevelNo"; @@ -162,4 +162,13 @@ public interface I_T_ReportStatement * Quantity */ public BigDecimal getQty(); + + /** Column name T_ReportStatement_UU */ + public static final String COLUMNNAME_T_ReportStatement_UU = "T_ReportStatement_UU"; + + /** Set T_ReportStatement_UU */ + public void setT_ReportStatement_UU (String T_ReportStatement_UU); + + /** Get T_ReportStatement_UU */ + public String getT_ReportStatement_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java b/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java index 97c3f8f0db..931b6a8d1a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/I_T_Transaction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for T_Transaction - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_Transaction { @@ -31,7 +31,7 @@ public interface I_T_Transaction public static final String Table_Name = "T_Transaction"; /** AD_Table_ID=758 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 758; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_T_Transaction */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -90,7 +90,7 @@ public interface I_T_Transaction */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; @@ -105,7 +105,7 @@ public interface I_T_Transaction */ public int getC_ProjectIssue_ID(); - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -164,7 +164,7 @@ public interface I_T_Transaction */ public int getM_InOut_ID(); - public I_M_InOut getM_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException; /** Column name M_InOutLine_ID */ public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID"; @@ -179,7 +179,7 @@ public interface I_T_Transaction */ public int getM_InOutLine_ID(); - public I_M_InOutLine getM_InOutLine() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException; /** Column name M_Inventory_ID */ public static final String COLUMNNAME_M_Inventory_ID = "M_Inventory_ID"; @@ -194,7 +194,7 @@ public interface I_T_Transaction */ public int getM_Inventory_ID(); - public I_M_Inventory getM_Inventory() throws RuntimeException; + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException; /** Column name M_InventoryLine_ID */ public static final String COLUMNNAME_M_InventoryLine_ID = "M_InventoryLine_ID"; @@ -209,7 +209,7 @@ public interface I_T_Transaction */ public int getM_InventoryLine_ID(); - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException; + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -239,7 +239,7 @@ public interface I_T_Transaction */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws RuntimeException; + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException; /** Column name M_MovementLine_ID */ public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; @@ -254,7 +254,7 @@ public interface I_T_Transaction */ public int getM_MovementLine_ID(); - public I_M_MovementLine getM_MovementLine() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -308,7 +308,7 @@ public interface I_T_Transaction */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Production_ID */ public static final String COLUMNNAME_M_Production_ID = "M_Production_ID"; @@ -323,7 +323,7 @@ public interface I_T_Transaction */ public int getM_Production_ID(); - public I_M_Production getM_Production() throws RuntimeException; + public org.compiere.model.I_M_Production getM_Production() throws RuntimeException; /** Column name M_ProductionLine_ID */ public static final String COLUMNNAME_M_ProductionLine_ID = "M_ProductionLine_ID"; @@ -338,7 +338,7 @@ public interface I_T_Transaction */ public int getM_ProductionLine_ID(); - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException; + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException; /** Column name M_Transaction_ID */ public static final String COLUMNNAME_M_Transaction_ID = "M_Transaction_ID"; @@ -349,7 +349,7 @@ public interface I_T_Transaction /** Get Inventory Transaction */ public int getM_Transaction_ID(); - public I_M_Transaction getM_Transaction() throws RuntimeException; + public org.compiere.model.I_M_Transaction getM_Transaction() throws RuntimeException; /** Column name Search_InOut_ID */ public static final String COLUMNNAME_Search_InOut_ID = "Search_InOut_ID"; @@ -364,7 +364,7 @@ public interface I_T_Transaction */ public int getSearch_InOut_ID(); - public I_M_InOutLine getSearch_InOut() throws RuntimeException; + public org.compiere.model.I_M_InOutLine getSearch_InOut() throws RuntimeException; /** Column name Search_Invoice_ID */ public static final String COLUMNNAME_Search_Invoice_ID = "Search_Invoice_ID"; @@ -379,7 +379,7 @@ public interface I_T_Transaction */ public int getSearch_Invoice_ID(); - public I_C_Invoice getSearch_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getSearch_Invoice() throws RuntimeException; /** Column name Search_Order_ID */ public static final String COLUMNNAME_Search_Order_ID = "Search_Order_ID"; @@ -394,7 +394,16 @@ public interface I_T_Transaction */ public int getSearch_Order_ID(); - public I_C_Order getSearch_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getSearch_Order() throws RuntimeException; + + /** Column name T_Transaction_UU */ + public static final String COLUMNNAME_T_Transaction_UU = "T_Transaction_UU"; + + /** Set T_Transaction_UU */ + public void setT_Transaction_UU (String T_Transaction_UU); + + /** Get T_Transaction_UU */ + public String getT_Transaction_UU(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_Test.java b/org.adempiere.base/src/org/compiere/model/I_Test.java index 9059c4a073..321d24eb92 100644 --- a/org.adempiere.base/src/org/compiere/model/I_Test.java +++ b/org.adempiere.base/src/org/compiere/model/I_Test.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for Test - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_Test { @@ -31,7 +31,7 @@ public interface I_Test public static final String Table_Name = "Test"; /** AD_Table_ID=135 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 135; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -99,7 +99,7 @@ public interface I_Test */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Currency_ID */ public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; @@ -114,7 +114,7 @@ public interface I_Test */ public int getC_Currency_ID(); - public I_C_Currency getC_Currency() throws RuntimeException; + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException; /** Column name CharacterData */ public static final String COLUMNNAME_CharacterData = "CharacterData"; @@ -157,7 +157,7 @@ public interface I_Test */ public int getC_Payment_ID(); - public I_C_Payment getC_Payment() throws RuntimeException; + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -188,7 +188,7 @@ public interface I_Test */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -257,7 +257,7 @@ public interface I_Test */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -330,6 +330,15 @@ public interface I_Test /** Get Test ID */ public int getTest_ID(); + /** Column name Test_UU */ + public static final String COLUMNNAME_Test_UU = "Test_UU"; + + /** Set Test_UU */ + public void setTest_UU (String Test_UU); + + /** Get Test_UU */ + public String getTest_UU(); + /** Column name T_Integer */ public static final String COLUMNNAME_T_Integer = "T_Integer"; diff --git a/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java b/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java index 84e5d3b6ba..58e51f78dd 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_BlackListCheque.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for U_BlackListCheque - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_U_BlackListCheque { @@ -31,7 +31,7 @@ public interface I_U_BlackListCheque public static final String Table_Name = "U_BlackListCheque"; /** AD_Table_ID=52000 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 52000; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -118,6 +118,15 @@ public interface I_U_BlackListCheque /** Get Black List Cheque */ public int getU_BlackListCheque_ID(); + /** Column name U_BlackListCheque_UU */ + public static final String COLUMNNAME_U_BlackListCheque_UU = "U_BlackListCheque_UU"; + + /** Set U_BlackListCheque_UU */ + public void setU_BlackListCheque_UU (String U_BlackListCheque_UU); + + /** Get U_BlackListCheque_UU */ + public String getU_BlackListCheque_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java b/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java index df117c2a17..cd0f57bcb8 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_POSTerminal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for U_POSTerminal - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_U_POSTerminal { @@ -31,7 +31,7 @@ public interface I_U_POSTerminal public static final String Table_Name = "U_POSTerminal"; /** AD_Table_ID=52004 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 52004; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_U_POSTerminal */ public int getCard_BankAccount_ID(); - public I_C_BankAccount getCard_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getCard_BankAccount() throws RuntimeException; /** Column name CardTransferBankAccount_ID */ public static final String COLUMNNAME_CardTransferBankAccount_ID = "CardTransferBankAccount_ID"; @@ -103,7 +103,7 @@ public interface I_U_POSTerminal */ public int getCardTransferBankAccount_ID(); - public I_C_BankAccount getCardTransferBankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getCardTransferBankAccount() throws RuntimeException; /** Column name CardTransferCashBook_ID */ public static final String COLUMNNAME_CardTransferCashBook_ID = "CardTransferCashBook_ID"; @@ -118,7 +118,7 @@ public interface I_U_POSTerminal */ public int getCardTransferCashBook_ID(); - public I_C_CashBook getCardTransferCashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getCardTransferCashBook() throws RuntimeException; /** Column name CardTransferType */ public static final String COLUMNNAME_CardTransferType = "CardTransferType"; @@ -155,7 +155,7 @@ public interface I_U_POSTerminal */ public int getCashTransferBankAccount_ID(); - public I_C_BankAccount getCashTransferBankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getCashTransferBankAccount() throws RuntimeException; /** Column name CashTransferCashBook_ID */ public static final String COLUMNNAME_CashTransferCashBook_ID = "CashTransferCashBook_ID"; @@ -170,7 +170,7 @@ public interface I_U_POSTerminal */ public int getCashTransferCashBook_ID(); - public I_C_CashBook getCashTransferCashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getCashTransferCashBook() throws RuntimeException; /** Column name C_CashBook_ID */ public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID"; @@ -185,7 +185,7 @@ public interface I_U_POSTerminal */ public int getC_CashBook_ID(); - public I_C_CashBook getC_CashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getC_CashBook() throws RuntimeException; /** Column name C_CashBPartner_ID */ public static final String COLUMNNAME_C_CashBPartner_ID = "C_CashBPartner_ID"; @@ -200,7 +200,7 @@ public interface I_U_POSTerminal */ public int getC_CashBPartner_ID(); - public I_C_BPartner getC_CashBPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_CashBPartner() throws RuntimeException; /** Column name Check_BankAccount_ID */ public static final String COLUMNNAME_Check_BankAccount_ID = "Check_BankAccount_ID"; @@ -215,7 +215,7 @@ public interface I_U_POSTerminal */ public int getCheck_BankAccount_ID(); - public I_C_BankAccount getCheck_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getCheck_BankAccount() throws RuntimeException; /** Column name CheckTransferBankAccount_ID */ public static final String COLUMNNAME_CheckTransferBankAccount_ID = "CheckTransferBankAccount_ID"; @@ -230,7 +230,7 @@ public interface I_U_POSTerminal */ public int getCheckTransferBankAccount_ID(); - public I_C_BankAccount getCheckTransferBankAccount() throws RuntimeException; + public org.compiere.model.I_C_BankAccount getCheckTransferBankAccount() throws RuntimeException; /** Column name CheckTransferCashBook_ID */ public static final String COLUMNNAME_CheckTransferCashBook_ID = "CheckTransferCashBook_ID"; @@ -245,7 +245,7 @@ public interface I_U_POSTerminal */ public int getCheckTransferCashBook_ID(); - public I_C_CashBook getCheckTransferCashBook() throws RuntimeException; + public org.compiere.model.I_C_CashBook getCheckTransferCashBook() throws RuntimeException; /** Column name CheckTransferType */ public static final String COLUMNNAME_CheckTransferType = "CheckTransferType"; @@ -285,7 +285,7 @@ public interface I_U_POSTerminal */ public int getC_TemplateBPartner_ID(); - public I_C_BPartner getC_TemplateBPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_TemplateBPartner() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -378,7 +378,7 @@ public interface I_U_POSTerminal */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -406,7 +406,7 @@ public interface I_U_POSTerminal */ public int getPO_PriceList_ID(); - public I_M_PriceList getPO_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getPO_PriceList() throws RuntimeException; /** Column name PrinterName */ public static final String COLUMNNAME_PrinterName = "PrinterName"; @@ -434,7 +434,7 @@ public interface I_U_POSTerminal */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name SO_PriceList_ID */ public static final String COLUMNNAME_SO_PriceList_ID = "SO_PriceList_ID"; @@ -445,7 +445,7 @@ public interface I_U_POSTerminal /** Get Sales Pricelist */ public int getSO_PriceList_ID(); - public I_M_PriceList getSO_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getSO_PriceList() throws RuntimeException; /** Column name UnlockingTime */ public static final String COLUMNNAME_UnlockingTime = "UnlockingTime"; @@ -485,6 +485,15 @@ public interface I_U_POSTerminal /** Get POS Terminal */ public int getU_POSTerminal_ID(); + /** Column name U_POSTerminal_UU */ + public static final String COLUMNNAME_U_POSTerminal_UU = "U_POSTerminal_UU"; + + /** Set U_POSTerminal_UU */ + public void setU_POSTerminal_UU (String U_POSTerminal_UU); + + /** Get U_POSTerminal_UU */ + public String getU_POSTerminal_UU(); + /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; diff --git a/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java b/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java index 5499e5c9c6..d359450db9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_RoleMenu.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for U_RoleMenu - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_U_RoleMenu { @@ -31,7 +31,7 @@ public interface I_U_RoleMenu public static final String Table_Name = "U_RoleMenu"; /** AD_Table_ID=52002 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 52002; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_U_RoleMenu */ public int getAD_Role_ID(); - public I_AD_Role getAD_Role() throws RuntimeException; + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -131,6 +131,15 @@ public interface I_U_RoleMenu /** Get Role Menu */ public int getU_RoleMenu_ID(); + /** Column name U_RoleMenu_UU */ + public static final String COLUMNNAME_U_RoleMenu_UU = "U_RoleMenu_UU"; + + /** Set U_RoleMenu_UU */ + public void setU_RoleMenu_UU (String U_RoleMenu_UU); + + /** Get U_RoleMenu_UU */ + public String getU_RoleMenu_UU(); + /** Column name U_WebMenu_ID */ public static final String COLUMNNAME_U_WebMenu_ID = "U_WebMenu_ID"; @@ -140,5 +149,5 @@ public interface I_U_RoleMenu /** Get Web Menu */ public int getU_WebMenu_ID(); - public I_U_WebMenu getU_WebMenu() throws RuntimeException; + public org.compiere.model.I_U_WebMenu getU_WebMenu() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java b/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java index 76fff60d2c..f6b87183cb 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_WebMenu.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for U_WebMenu - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_U_WebMenu { @@ -31,7 +31,7 @@ public interface I_U_WebMenu public static final String Table_Name = "U_WebMenu"; /** AD_Table_ID=52003 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 52003; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -184,7 +184,7 @@ public interface I_U_WebMenu /** Get Parent Menu */ public int getParentMenu_ID(); - public I_U_WebMenu getParentMenu() throws RuntimeException; + public org.compiere.model.I_U_WebMenu getParentMenu() throws RuntimeException; /** Column name Position */ public static final String COLUMNNAME_Position = "Position"; @@ -228,4 +228,13 @@ public interface I_U_WebMenu /** Get Web Menu */ public int getU_WebMenu_ID(); + + /** Column name U_WebMenu_UU */ + public static final String COLUMNNAME_U_WebMenu_UU = "U_WebMenu_UU"; + + /** Set U_WebMenu_UU */ + public void setU_WebMenu_UU (String U_WebMenu_UU); + + /** Get U_WebMenu_UU */ + public String getU_WebMenu_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java b/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java index 032466ebd6..ecee601df1 100644 --- a/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java +++ b/org.adempiere.base/src/org/compiere/model/I_U_Web_Properties.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for U_Web_Properties - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_U_Web_Properties { @@ -31,7 +31,7 @@ public interface I_U_Web_Properties public static final String Table_Name = "U_Web_Properties"; /** AD_Table_ID=52001 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 52001; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -133,4 +133,13 @@ public interface I_U_Web_Properties /** Get Web Properties */ public int getU_Web_Properties_ID(); + + /** Column name U_Web_Properties_UU */ + public static final String COLUMNNAME_U_Web_Properties_UU = "U_Web_Properties_UU"; + + /** Set U_Web_Properties_UU */ + public void setU_Web_Properties_UU (String U_Web_Properties_UU); + + /** Get U_Web_Properties_UU */ + public String getU_Web_Properties_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_Advertisement.java b/org.adempiere.base/src/org/compiere/model/I_W_Advertisement.java index 404464a8d1..43b5035cd9 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_Advertisement.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_Advertisement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_Advertisement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_Advertisement { @@ -31,7 +31,7 @@ public interface I_W_Advertisement public static final String Table_Name = "W_Advertisement"; /** AD_Table_ID=579 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 579; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,7 +88,7 @@ public interface I_W_Advertisement */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -103,7 +103,7 @@ public interface I_W_Advertisement */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -289,6 +289,15 @@ public interface I_W_Advertisement */ public int getW_Advertisement_ID(); + /** Column name W_Advertisement_UU */ + public static final String COLUMNNAME_W_Advertisement_UU = "W_Advertisement_UU"; + + /** Set W_Advertisement_UU */ + public void setW_Advertisement_UU (String W_Advertisement_UU); + + /** Get W_Advertisement_UU */ + public String getW_Advertisement_UU(); + /** Column name W_ClickCount_ID */ public static final String COLUMNNAME_W_ClickCount_ID = "W_ClickCount_ID"; @@ -302,7 +311,7 @@ public interface I_W_Advertisement */ public int getW_ClickCount_ID(); - public I_W_ClickCount getW_ClickCount() throws RuntimeException; + public org.compiere.model.I_W_ClickCount getW_ClickCount() throws RuntimeException; /** Column name W_CounterCount_ID */ public static final String COLUMNNAME_W_CounterCount_ID = "W_CounterCount_ID"; @@ -317,7 +326,7 @@ public interface I_W_Advertisement */ public int getW_CounterCount_ID(); - public I_W_CounterCount getW_CounterCount() throws RuntimeException; + public org.compiere.model.I_W_CounterCount getW_CounterCount() throws RuntimeException; /** Column name WebParam1 */ public static final String COLUMNNAME_WebParam1 = "WebParam1"; diff --git a/org.adempiere.base/src/org/compiere/model/I_W_Basket.java b/org.adempiere.base/src/org/compiere/model/I_W_Basket.java index 55fc89b0a0..1845bae649 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_Basket.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_Basket.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_Basket - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_Basket { @@ -31,7 +31,7 @@ public interface I_W_Basket public static final String Table_Name = "W_Basket"; /** AD_Table_ID=402 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 402; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_W_Basket */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -90,7 +90,7 @@ public interface I_W_Basket */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -147,7 +147,7 @@ public interface I_W_Basket */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name Session_ID */ public static final String COLUMNNAME_Session_ID = "Session_ID"; @@ -186,4 +186,13 @@ public interface I_W_Basket * Web Basket */ public int getW_Basket_ID(); + + /** Column name W_Basket_UU */ + public static final String COLUMNNAME_W_Basket_UU = "W_Basket_UU"; + + /** Set W_Basket_UU */ + public void setW_Basket_UU (String W_Basket_UU); + + /** Get W_Basket_UU */ + public String getW_Basket_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_BasketLine.java b/org.adempiere.base/src/org/compiere/model/I_W_BasketLine.java index 324e48c3fe..69197b1222 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_BasketLine.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_BasketLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_BasketLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_BasketLine { @@ -31,7 +31,7 @@ public interface I_W_BasketLine public static final String Table_Name = "W_BasketLine"; /** AD_Table_ID=549 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 549; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -130,7 +130,7 @@ public interface I_W_BasketLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Price */ public static final String COLUMNNAME_Price = "Price"; @@ -196,7 +196,7 @@ public interface I_W_BasketLine */ public int getW_Basket_ID(); - public I_W_Basket getW_Basket() throws RuntimeException; + public org.compiere.model.I_W_Basket getW_Basket() throws RuntimeException; /** Column name W_BasketLine_ID */ public static final String COLUMNNAME_W_BasketLine_ID = "W_BasketLine_ID"; @@ -210,4 +210,13 @@ public interface I_W_BasketLine * Web Basket Line */ public int getW_BasketLine_ID(); + + /** Column name W_BasketLine_UU */ + public static final String COLUMNNAME_W_BasketLine_UU = "W_BasketLine_UU"; + + /** Set W_BasketLine_UU */ + public void setW_BasketLine_UU (String W_BasketLine_UU); + + /** Get W_BasketLine_UU */ + public String getW_BasketLine_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_Click.java b/org.adempiere.base/src/org/compiere/model/I_W_Click.java index af4000b700..2f3a6a8c6a 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_Click.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_Click.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_Click - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_Click { @@ -31,7 +31,7 @@ public interface I_W_Click public static final String Table_Name = "W_Click"; /** AD_Table_ID=550 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 550; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -237,7 +237,7 @@ public interface I_W_Click */ public int getW_ClickCount_ID(); - public I_W_ClickCount getW_ClickCount() throws RuntimeException; + public org.compiere.model.I_W_ClickCount getW_ClickCount() throws RuntimeException; /** Column name W_Click_ID */ public static final String COLUMNNAME_W_Click_ID = "W_Click_ID"; @@ -251,4 +251,13 @@ public interface I_W_Click * Individual Web Click */ public int getW_Click_ID(); + + /** Column name W_Click_UU */ + public static final String COLUMNNAME_W_Click_UU = "W_Click_UU"; + + /** Set W_Click_UU */ + public void setW_Click_UU (String W_Click_UU); + + /** Get W_Click_UU */ + public String getW_Click_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_ClickCount.java b/org.adempiere.base/src/org/compiere/model/I_W_ClickCount.java index 97c3d56164..7c80f79cea 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_ClickCount.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_ClickCount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_ClickCount - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_ClickCount { @@ -31,7 +31,7 @@ public interface I_W_ClickCount public static final String Table_Name = "W_ClickCount"; /** AD_Table_ID=553 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 553; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_W_ClickCount */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Counter */ public static final String COLUMNNAME_Counter = "Counter"; @@ -186,4 +186,13 @@ public interface I_W_ClickCount * Web Click Management */ public int getW_ClickCount_ID(); + + /** Column name W_ClickCount_UU */ + public static final String COLUMNNAME_W_ClickCount_UU = "W_ClickCount_UU"; + + /** Set W_ClickCount_UU */ + public void setW_ClickCount_UU (String W_ClickCount_UU); + + /** Get W_ClickCount_UU */ + public String getW_ClickCount_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_Counter.java b/org.adempiere.base/src/org/compiere/model/I_W_Counter.java index 5ad7268d36..0b64c1310c 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_Counter.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_Counter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_Counter - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_Counter { @@ -31,7 +31,7 @@ public interface I_W_Counter public static final String Table_Name = "W_Counter"; /** AD_Table_ID=403 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 403; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -233,7 +233,7 @@ public interface I_W_Counter */ public int getW_CounterCount_ID(); - public I_W_CounterCount getW_CounterCount() throws RuntimeException; + public org.compiere.model.I_W_CounterCount getW_CounterCount() throws RuntimeException; /** Column name W_Counter_ID */ public static final String COLUMNNAME_W_Counter_ID = "W_Counter_ID"; @@ -247,4 +247,13 @@ public interface I_W_Counter * Individual Count hit */ public int getW_Counter_ID(); + + /** Column name W_Counter_UU */ + public static final String COLUMNNAME_W_Counter_UU = "W_Counter_UU"; + + /** Set W_Counter_UU */ + public void setW_Counter_UU (String W_Counter_UU); + + /** Get W_Counter_UU */ + public String getW_Counter_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_CounterCount.java b/org.adempiere.base/src/org/compiere/model/I_W_CounterCount.java index 4fb8f0be72..a549faa28f 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_CounterCount.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_CounterCount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_CounterCount - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_CounterCount { @@ -31,7 +31,7 @@ public interface I_W_CounterCount public static final String Table_Name = "W_CounterCount"; /** AD_Table_ID=552 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 552; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_W_CounterCount */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Counter */ public static final String COLUMNNAME_Counter = "Counter"; @@ -182,4 +182,13 @@ public interface I_W_CounterCount * Web Counter Count Management */ public int getW_CounterCount_ID(); + + /** Column name W_CounterCount_UU */ + public static final String COLUMNNAME_W_CounterCount_UU = "W_CounterCount_UU"; + + /** Set W_CounterCount_UU */ + public void setW_CounterCount_UU (String W_CounterCount_UU); + + /** Get W_CounterCount_UU */ + public String getW_CounterCount_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_MailMsg.java b/org.adempiere.base/src/org/compiere/model/I_W_MailMsg.java index b01d4f5b67..dd2d70b450 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_MailMsg.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_MailMsg.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_MailMsg - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_MailMsg { @@ -31,7 +31,7 @@ public interface I_W_MailMsg public static final String Table_Name = "W_MailMsg"; /** AD_Table_ID=780 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 780; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -211,6 +211,15 @@ public interface I_W_MailMsg */ public int getW_MailMsg_ID(); + /** Column name W_MailMsg_UU */ + public static final String COLUMNNAME_W_MailMsg_UU = "W_MailMsg_UU"; + + /** Set W_MailMsg_UU */ + public void setW_MailMsg_UU (String W_MailMsg_UU); + + /** Get W_MailMsg_UU */ + public String getW_MailMsg_UU(); + /** Column name W_Store_ID */ public static final String COLUMNNAME_W_Store_ID = "W_Store_ID"; @@ -224,5 +233,5 @@ public interface I_W_MailMsg */ public int getW_Store_ID(); - public I_W_Store getW_Store() throws RuntimeException; + public org.compiere.model.I_W_Store getW_Store() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/compiere/model/I_W_Store.java b/org.adempiere.base/src/org/compiere/model/I_W_Store.java index 7d5d0b9f20..c47a3b2b5d 100644 --- a/org.adempiere.base/src/org/compiere/model/I_W_Store.java +++ b/org.adempiere.base/src/org/compiere/model/I_W_Store.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,8 +21,8 @@ import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for W_Store - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_W_Store { @@ -31,7 +31,7 @@ public interface I_W_Store public static final String Table_Name = "W_Store"; /** AD_Table_ID=778 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 778; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -75,7 +75,7 @@ public interface I_W_Store */ public int getC_PaymentTerm_ID(); - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -314,7 +314,7 @@ public interface I_W_Store */ public int getM_PriceList_ID(); - public I_M_PriceList getM_PriceList() throws RuntimeException; + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -329,7 +329,7 @@ public interface I_W_Store */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -357,7 +357,7 @@ public interface I_W_Store */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name Stylesheet */ public static final String COLUMNNAME_Stylesheet = "Stylesheet"; @@ -392,12 +392,12 @@ public interface I_W_Store public static final String COLUMNNAME_URL = "URL"; /** Set URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL); /** Get URL. - * Full URL address - e.g. http://www.adempiere.org + * Full URL address - e.g. http://www.idempiere.org */ public String getURL(); @@ -569,4 +569,13 @@ public interface I_W_Store * Password of the Web Store EMail address */ public String getWStoreUserPW(); + + /** Column name W_Store_UU */ + public static final String COLUMNNAME_W_Store_UU = "W_Store_UU"; + + /** Set W_Store_UU */ + public void setW_Store_UU (String W_Store_UU); + + /** Get W_Store_UU */ + public String getW_Store_UU(); } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java index be979c89b8..ab9bfa644d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AccessLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_AccessLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_AccessLog (Properties ctx, int AD_AccessLog_ID, String trxName) @@ -101,9 +101,23 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getAD_AccessLog_ID())); } - public I_AD_Column getAD_Column() throws RuntimeException + /** Set AD_AccessLog_UU. + @param AD_AccessLog_UU AD_AccessLog_UU */ + public void setAD_AccessLog_UU (String AD_AccessLog_UU) + { + set_Value (COLUMNNAME_AD_AccessLog_UU, AD_AccessLog_UU); + } + + /** Get AD_AccessLog_UU. + @return AD_AccessLog_UU */ + public String getAD_AccessLog_UU () + { + return (String)get_Value(COLUMNNAME_AD_AccessLog_UU); + } + + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -129,9 +143,9 @@ public class X_AD_AccessLog extends PO implements I_AD_AccessLog, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java b/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java index 4543b36901..96df36c129 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Alert.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Alert - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Alert (Properties ctx, int AD_Alert_ID, String trxName) @@ -103,9 +103,9 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent return ii.intValue(); } - public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException + public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException { - return (I_AD_AlertProcessor)MTable.get(getCtx(), I_AD_AlertProcessor.Table_Name) + return (org.compiere.model.I_AD_AlertProcessor)MTable.get(getCtx(), org.compiere.model.I_AD_AlertProcessor.Table_Name) .getPO(getAD_AlertProcessor_ID(), get_TrxName()); } /** Set Alert Processor. @@ -131,6 +131,20 @@ public class X_AD_Alert extends PO implements I_AD_Alert, I_Persistent return ii.intValue(); } + /** Set AD_Alert_UU. + @param AD_Alert_UU AD_Alert_UU */ + public void setAD_Alert_UU (String AD_Alert_UU) + { + set_Value (COLUMNNAME_AD_Alert_UU, AD_Alert_UU); + } + + /** Get AD_Alert_UU. + @return AD_Alert_UU */ + public String getAD_Alert_UU () + { + return (String)get_Value(COLUMNNAME_AD_Alert_UU); + } + /** Set Alert Message. @param AlertMessage Message of the Alert diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java index 3b47dcd304..f88e7f1ced 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_AlertProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_AlertProcessor (Properties ctx, int AD_AlertProcessor_ID, String trxName) @@ -40,6 +40,7 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe /** if (AD_AlertProcessor_ID == 0) { setAD_AlertProcessor_ID (0); + setAD_Schedule_ID (0); setKeepLogDays (0); // 7 setName (null); @@ -117,8 +118,8 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe return (org.compiere.model.I_AD_Schedule)MTable.get(getCtx(), org.compiere.model.I_AD_Schedule.Table_Name) .getPO(getAD_Schedule_ID(), get_TrxName()); } - /** Set AD_Schedule_ID. - @param AD_Schedule_ID AD_Schedule_ID */ + /** Set Schedule. + @param AD_Schedule_ID Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID) { if (AD_Schedule_ID < 1) @@ -127,8 +128,8 @@ public class X_AD_AlertProcessor extends PO implements I_AD_AlertProcessor, I_Pe set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } - /** Get AD_Schedule_ID. - @return AD_Schedule_ID */ + /** Get Schedule. + @return Schedule */ public int getAD_Schedule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java index 78c18be91f..a2168ca852 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_AlertProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_AlertProcessorLog (Properties ctx, int AD_AlertProcessorLog_ID, String trxName) @@ -122,6 +122,20 @@ public class X_AD_AlertProcessorLog extends PO implements I_AD_AlertProcessorLog return ii.intValue(); } + /** Set AD_AlertProcessorLog_UU. + @param AD_AlertProcessorLog_UU AD_AlertProcessorLog_UU */ + public void setAD_AlertProcessorLog_UU (String AD_AlertProcessorLog_UU) + { + set_Value (COLUMNNAME_AD_AlertProcessorLog_UU, AD_AlertProcessorLog_UU); + } + + /** Get AD_AlertProcessorLog_UU. + @return AD_AlertProcessorLog_UU */ + public String getAD_AlertProcessorLog_UU () + { + return (String)get_Value(COLUMNNAME_AD_AlertProcessorLog_UU); + } + /** Set Binary Data. @param BinaryData Binary Data diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java index e786ca9654..55be862688 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRecipient.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_AlertRecipient - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_AlertRecipient (Properties ctx, int AD_AlertRecipient_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe return sb.toString(); } - public I_AD_Alert getAD_Alert() throws RuntimeException + public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException { - return (I_AD_Alert)MTable.get(getCtx(), I_AD_Alert.Table_Name) + return (org.compiere.model.I_AD_Alert)MTable.get(getCtx(), org.compiere.model.I_AD_Alert.Table_Name) .getPO(getAD_Alert_ID(), get_TrxName()); } /** Set Alert. @@ -122,9 +122,23 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe return ii.intValue(); } - public I_AD_Role getAD_Role() throws RuntimeException + /** Set AD_AlertRecipient_UU. + @param AD_AlertRecipient_UU AD_AlertRecipient_UU */ + public void setAD_AlertRecipient_UU (String AD_AlertRecipient_UU) + { + set_Value (COLUMNNAME_AD_AlertRecipient_UU, AD_AlertRecipient_UU); + } + + /** Get AD_AlertRecipient_UU. + @return AD_AlertRecipient_UU */ + public String getAD_AlertRecipient_UU () + { + return (String)get_Value(COLUMNNAME_AD_AlertRecipient_UU); + } + + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -150,9 +164,9 @@ public class X_AD_AlertRecipient extends PO implements I_AD_AlertRecipient, I_Pe return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java index 3de3bc3244..b0d899029d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AlertRule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_AlertRule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_AlertRule (Properties ctx, int AD_AlertRule_ID, String trxName) @@ -76,9 +76,9 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent return sb.toString(); } - public I_AD_Alert getAD_Alert() throws RuntimeException + public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException { - return (I_AD_Alert)MTable.get(getCtx(), I_AD_Alert.Table_Name) + return (org.compiere.model.I_AD_Alert)MTable.get(getCtx(), org.compiere.model.I_AD_Alert.Table_Name) .getPO(getAD_Alert_ID(), get_TrxName()); } /** Set Alert. @@ -127,9 +127,23 @@ public class X_AD_AlertRule extends PO implements I_AD_AlertRule, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_AlertRule_UU. + @param AD_AlertRule_UU AD_AlertRule_UU */ + public void setAD_AlertRule_UU (String AD_AlertRule_UU) + { + set_Value (COLUMNNAME_AD_AlertRule_UU, AD_AlertRule_UU); + } + + /** Get AD_AlertRule_UU. + @return AD_AlertRule_UU */ + public String getAD_AlertRule_UU () + { + return (String)get_Value(COLUMNNAME_AD_AlertRule_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java b/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java index 4d8fd059b4..e727b79940 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Archive.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Archive - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Archive (Properties ctx, int AD_Archive_ID, String trxName) @@ -96,9 +96,23 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + /** Set AD_Archive_UU. + @param AD_Archive_UU AD_Archive_UU */ + public void setAD_Archive_UU (String AD_Archive_UU) + { + set_Value (COLUMNNAME_AD_Archive_UU, AD_Archive_UU); + } + + /** Get AD_Archive_UU. + @return AD_Archive_UU */ + public String getAD_Archive_UU () + { + return (String)get_Value(COLUMNNAME_AD_Archive_UU); + } + + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -124,9 +138,9 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -169,9 +183,9 @@ public class X_AD_Archive extends PO implements I_AD_Archive, I_Persistent return (byte[])get_Value(COLUMNNAME_BinaryData); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java b/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java index 01cff8422d..4a45af843b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Attachment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Attachment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Attachment (Properties ctx, int AD_Attachment_ID, String trxName) @@ -96,9 +96,23 @@ public class X_AD_Attachment extends PO implements I_AD_Attachment, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_Attachment_UU. + @param AD_Attachment_UU AD_Attachment_UU */ + public void setAD_Attachment_UU (String AD_Attachment_UU) + { + set_Value (COLUMNNAME_AD_Attachment_UU, AD_Attachment_UU); + } + + /** Get AD_Attachment_UU. + @return AD_Attachment_UU */ + public String getAD_Attachment_UU () + { + return (String)get_Value(COLUMNNAME_AD_Attachment_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java b/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java index 6e3042c2ee..bca8d19f0f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_AttachmentNote.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_AttachmentNote - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_AttachmentNote (Properties ctx, int AD_AttachmentNote_ID, String trxName) @@ -74,9 +74,9 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe return sb.toString(); } - public I_AD_Attachment getAD_Attachment() throws RuntimeException + public org.compiere.model.I_AD_Attachment getAD_Attachment() throws RuntimeException { - return (I_AD_Attachment)MTable.get(getCtx(), I_AD_Attachment.Table_Name) + return (org.compiere.model.I_AD_Attachment)MTable.get(getCtx(), org.compiere.model.I_AD_Attachment.Table_Name) .getPO(getAD_Attachment_ID(), get_TrxName()); } /** Set Attachment. @@ -125,9 +125,23 @@ public class X_AD_AttachmentNote extends PO implements I_AD_AttachmentNote, I_Pe return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + /** Set AD_AttachmentNote_UU. + @param AD_AttachmentNote_UU AD_AttachmentNote_UU */ + public void setAD_AttachmentNote_UU (String AD_AttachmentNote_UU) + { + set_Value (COLUMNNAME_AD_AttachmentNote_UU, AD_AttachmentNote_UU); + } + + /** Get AD_AttachmentNote_UU. + @return AD_AttachmentNote_UU */ + public String getAD_AttachmentNote_UU () + { + return (String)get_Value(COLUMNNAME_AD_AttachmentNote_UU); + } + + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java index 32e393f7dd..88324c18a2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Attribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Attribute (Properties ctx, int AD_Attribute_ID, String trxName) @@ -100,9 +100,23 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent return ii.intValue(); } - public I_AD_Reference getAD_Reference() throws RuntimeException + /** Set AD_Attribute_UU. + @param AD_Attribute_UU AD_Attribute_UU */ + public void setAD_Attribute_UU (String AD_Attribute_UU) + { + set_Value (COLUMNNAME_AD_Attribute_UU, AD_Attribute_UU); + } + + /** Get AD_Attribute_UU. + @return AD_Attribute_UU */ + public String getAD_Attribute_UU () + { + return (String)get_Value(COLUMNNAME_AD_Attribute_UU); + } + + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. @@ -128,9 +142,9 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent return ii.intValue(); } - public I_AD_Reference getAD_Reference_Value() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference_Value() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_Value_ID(), get_TrxName()); } /** Set Reference Key. @@ -156,9 +170,9 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -184,9 +198,9 @@ public class X_AD_Attribute extends PO implements I_AD_Attribute, I_Persistent return ii.intValue(); } - public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException + public org.compiere.model.I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException { - return (I_AD_Val_Rule)MTable.get(getCtx(), I_AD_Val_Rule.Table_Name) + return (org.compiere.model.I_AD_Val_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Val_Rule.Table_Name) .getPO(getAD_Val_Rule_ID(), get_TrxName()); } /** Set Dynamic Validation. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java index 4a5370953e..9b0096fc99 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Attribute_Value.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for AD_Attribute_Value - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Attribute_Value (Properties ctx, int AD_Attribute_Value_ID, String trxName) @@ -91,6 +91,20 @@ public class X_AD_Attribute_Value extends PO implements I_AD_Attribute_Value, I_ return ii.intValue(); } + /** Set AD_Attribute_Value_UU. + @param AD_Attribute_Value_UU AD_Attribute_Value_UU */ + public void setAD_Attribute_Value_UU (String AD_Attribute_Value_UU) + { + set_Value (COLUMNNAME_AD_Attribute_Value_UU, AD_Attribute_Value_UU); + } + + /** Get AD_Attribute_Value_UU. + @return AD_Attribute_Value_UU */ + public String getAD_Attribute_Value_UU () + { + return (String)get_Value(COLUMNNAME_AD_Attribute_Value_UU); + } + /** Set Record ID. @param Record_ID Direct internal record ID diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java index 474ad8f1bb..cd75dd4345 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ChangeLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ChangeLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ChangeLog (Properties ctx, int AD_ChangeLog_ID, String trxName) @@ -98,9 +98,23 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent return ii.intValue(); } - public I_AD_Column getAD_Column() throws RuntimeException + /** Set AD_ChangeLog_UU. + @param AD_ChangeLog_UU AD_ChangeLog_UU */ + public void setAD_ChangeLog_UU (String AD_ChangeLog_UU) + { + set_Value (COLUMNNAME_AD_ChangeLog_UU, AD_ChangeLog_UU); + } + + /** Get AD_ChangeLog_UU. + @return AD_ChangeLog_UU */ + public String getAD_ChangeLog_UU () + { + return (String)get_Value(COLUMNNAME_AD_ChangeLog_UU); + } + + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -126,9 +140,9 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent return ii.intValue(); } - public I_AD_Session getAD_Session() throws RuntimeException + public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException { - return (I_AD_Session)MTable.get(getCtx(), I_AD_Session.Table_Name) + return (org.compiere.model.I_AD_Session)MTable.get(getCtx(), org.compiere.model.I_AD_Session.Table_Name) .getPO(getAD_Session_ID(), get_TrxName()); } /** Set Session. @@ -162,9 +176,9 @@ public class X_AD_ChangeLog extends PO implements I_AD_ChangeLog, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID())); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Client.java b/org.adempiere.base/src/org/compiere/model/X_AD_Client.java index 2e49340394..efd5ad0ad5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Client.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Client.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Client - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Client extends PO implements I_AD_Client, I_Persistent { /** * */ - private static final long serialVersionUID = 20121008L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Client (Properties ctx, int AD_Client_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java b/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java index 1329ebe956..0e2f09bd31 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ClientInfo.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_ClientInfo - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ClientInfo (Properties ctx, int AD_ClientInfo_ID, String trxName) @@ -69,9 +69,23 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree_Activity() throws RuntimeException + /** Set AD_ClientInfo_UU. + @param AD_ClientInfo_UU AD_ClientInfo_UU */ + public void setAD_ClientInfo_UU (String AD_ClientInfo_UU) + { + set_Value (COLUMNNAME_AD_ClientInfo_UU, AD_ClientInfo_UU); + } + + /** Get AD_ClientInfo_UU. + @return AD_ClientInfo_UU */ + public String getAD_ClientInfo_UU () + { + return (String)get_Value(COLUMNNAME_AD_ClientInfo_UU); + } + + public org.compiere.model.I_AD_Tree getAD_Tree_Activity() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Activity_ID(), get_TrxName()); } /** Set Activity Tree. @@ -97,9 +111,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_BPartner() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_BPartner() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_BPartner_ID(), get_TrxName()); } /** Set BPartner Tree. @@ -125,9 +139,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Campaign() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Campaign() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Campaign_ID(), get_TrxName()); } /** Set Campaign Tree. @@ -153,9 +167,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Menu() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Menu() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Menu_ID(), get_TrxName()); } /** Set Menu Tree. @@ -181,9 +195,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Org() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Org() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Org_ID(), get_TrxName()); } /** Set Organization Tree. @@ -209,9 +223,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Product() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Product() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Product_ID(), get_TrxName()); } /** Set Product Tree. @@ -237,9 +251,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Project() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Project() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Project_ID(), get_TrxName()); } /** Set Project Tree. @@ -265,9 +279,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region Tree. @@ -293,9 +307,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_AcctSchema getC_AcctSchema1() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema1() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema1_ID(), get_TrxName()); } /** Set Primary Accounting Schema. @@ -321,9 +335,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartnerCashTrx_ID(), get_TrxName()); } /** Set Template B.Partner. @@ -349,9 +363,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -377,9 +391,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM_Length() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM_Length() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_Length_ID(), get_TrxName()); } /** Set UOM for Length. @@ -405,9 +419,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM_Time() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM_Time() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_Time_ID(), get_TrxName()); } /** Set UOM for Time. @@ -433,9 +447,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM_Volume() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM_Volume() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_Volume_ID(), get_TrxName()); } /** Set UOM for Volume. @@ -461,9 +475,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM_Weight() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM_Weight() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_Weight_ID(), get_TrxName()); } /** Set UOM for Weight. @@ -593,9 +607,9 @@ public class X_AD_ClientInfo extends PO implements I_AD_ClientInfo, I_Persistent return ii.intValue(); } - public I_M_Product getM_ProductFreight() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductFreight() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductFreight_ID(), get_TrxName()); } /** Set Product for Freight. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java b/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java index 865f93ece5..36850f77bf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ClientShare.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ClientShare - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ClientShare (Properties ctx, int AD_ClientShare_ID, String trxName) @@ -96,9 +96,23 @@ public class X_AD_ClientShare extends PO implements I_AD_ClientShare, I_Persiste return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_ClientShare_UU. + @param AD_ClientShare_UU AD_ClientShare_UU */ + public void setAD_ClientShare_UU (String AD_ClientShare_UU) + { + set_Value (COLUMNNAME_AD_ClientShare_UU, AD_ClientShare_UU); + } + + /** Get AD_ClientShare_UU. + @return AD_ClientShare_UU */ + public String getAD_ClientShare_UU () + { + return (String)get_Value(COLUMNNAME_AD_ClientShare_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Color.java b/org.adempiere.base/src/org/compiere/model/X_AD_Color.java index 8efae4f4a5..da4779911e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Color.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Color.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Color - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Color (Properties ctx, int AD_Color_ID, String trxName) @@ -103,9 +103,23 @@ public class X_AD_Color extends PO implements I_AD_Color, I_Persistent return ii.intValue(); } - public I_AD_Image getAD_Image() throws RuntimeException + /** Set AD_Color_UU. + @param AD_Color_UU AD_Color_UU */ + public void setAD_Color_UU (String AD_Color_UU) + { + set_Value (COLUMNNAME_AD_Color_UU, AD_Color_UU); + } + + /** Get AD_Color_UU. + @return AD_Color_UU */ + public String getAD_Color_UU () + { + return (String)get_Value(COLUMNNAME_AD_Color_UU); + } + + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException { - return (I_AD_Image)MTable.get(getCtx(), I_AD_Image.Table_Name) + return (org.compiere.model.I_AD_Image)MTable.get(getCtx(), org.compiere.model.I_AD_Image.Table_Name) .getPO(getAD_Image_ID(), get_TrxName()); } /** Set Image. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Column.java b/org.adempiere.base/src/org/compiere/model/X_AD_Column.java index ca6a3748d5..2df383c1a3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Column.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Column.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Column - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Column extends PO implements I_AD_Column, I_Persistent { /** * */ - private static final long serialVersionUID = 20121019L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Column (Properties ctx, int AD_Column_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java index 3858ecdbb8..b877ccd009 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Column_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Column_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Column_Access (Properties ctx, int AD_Column_Access_ID, String trxName) @@ -74,9 +74,23 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + /** Set AD_Column_Access_UU. + @param AD_Column_Access_UU AD_Column_Access_UU */ + public void setAD_Column_Access_UU (String AD_Column_Access_UU) + { + set_Value (COLUMNNAME_AD_Column_Access_UU, AD_Column_Access_UU); + } + + /** Get AD_Column_Access_UU. + @return AD_Column_Access_UU */ + public String getAD_Column_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Column_Access_UU); + } + + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -110,9 +124,9 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getAD_Column_ID())); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -138,9 +152,9 @@ public class X_AD_Column_Access extends PO implements I_AD_Column_Access, I_Pers return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Desktop.java b/org.adempiere.base/src/org/compiere/model/X_AD_Desktop.java index 0e34458c7a..221bcda932 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Desktop.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Desktop.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Desktop - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Desktop extends PO implements I_AD_Desktop, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Desktop (Properties ctx, int AD_Desktop_ID, String trxName) @@ -117,6 +117,20 @@ public class X_AD_Desktop extends PO implements I_AD_Desktop, I_Persistent return ii.intValue(); } + /** Set AD_Desktop_UU. + @param AD_Desktop_UU AD_Desktop_UU */ + public void setAD_Desktop_UU (String AD_Desktop_UU) + { + set_Value (COLUMNNAME_AD_Desktop_UU, AD_Desktop_UU); + } + + /** Get AD_Desktop_UU. + @return AD_Desktop_UU */ + public String getAD_Desktop_UU () + { + return (String)get_Value(COLUMNNAME_AD_Desktop_UU); + } + /** Set Image. @param AD_Image_ID Image or Icon diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_DesktopWorkbench.java b/org.adempiere.base/src/org/compiere/model/X_AD_DesktopWorkbench.java index ad07118adf..64f7ecc670 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_DesktopWorkbench.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_DesktopWorkbench.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_DesktopWorkbench - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_DesktopWorkbench (Properties ctx, int AD_DesktopWorkbench_ID, String trxName) @@ -73,9 +73,9 @@ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench, return sb.toString(); } - public I_AD_Desktop getAD_Desktop() throws RuntimeException + public org.compiere.model.I_AD_Desktop getAD_Desktop() throws RuntimeException { - return (I_AD_Desktop)MTable.get(getCtx(), I_AD_Desktop.Table_Name) + return (org.compiere.model.I_AD_Desktop)MTable.get(getCtx(), org.compiere.model.I_AD_Desktop.Table_Name) .getPO(getAD_Desktop_ID(), get_TrxName()); } /** Set Desktop. @@ -121,9 +121,23 @@ public class X_AD_DesktopWorkbench extends PO implements I_AD_DesktopWorkbench, return ii.intValue(); } - public I_AD_Workbench getAD_Workbench() throws RuntimeException + /** Set AD_DesktopWorkbench_UU. + @param AD_DesktopWorkbench_UU AD_DesktopWorkbench_UU */ + public void setAD_DesktopWorkbench_UU (String AD_DesktopWorkbench_UU) + { + set_Value (COLUMNNAME_AD_DesktopWorkbench_UU, AD_DesktopWorkbench_UU); + } + + /** Get AD_DesktopWorkbench_UU. + @return AD_DesktopWorkbench_UU */ + public String getAD_DesktopWorkbench_UU () + { + return (String)get_Value(COLUMNNAME_AD_DesktopWorkbench_UU); + } + + public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException { - return (I_AD_Workbench)MTable.get(getCtx(), I_AD_Workbench.Table_Name) + return (org.compiere.model.I_AD_Workbench)MTable.get(getCtx(), org.compiere.model.I_AD_Workbench.Table_Name) .getPO(getAD_Workbench_ID(), get_TrxName()); } /** Set Workbench. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java index 6c1b463bb3..388654c6ba 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Document_Action_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Document_Action_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Action_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Document_Action_Access (Properties ctx, int AD_Document_Action_Access_ID, String trxName) @@ -71,9 +71,23 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act return sb.toString(); } - public I_AD_Ref_List getAD_Ref_List() throws RuntimeException + /** Set AD_Document_Action_Access_UU. + @param AD_Document_Action_Access_UU AD_Document_Action_Access_UU */ + public void setAD_Document_Action_Access_UU (String AD_Document_Action_Access_UU) + { + set_Value (COLUMNNAME_AD_Document_Action_Access_UU, AD_Document_Action_Access_UU); + } + + /** Get AD_Document_Action_Access_UU. + @return AD_Document_Action_Access_UU */ + public String getAD_Document_Action_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Document_Action_Access_UU); + } + + public org.compiere.model.I_AD_Ref_List getAD_Ref_List() throws RuntimeException { - return (I_AD_Ref_List)MTable.get(getCtx(), I_AD_Ref_List.Table_Name) + return (org.compiere.model.I_AD_Ref_List)MTable.get(getCtx(), org.compiere.model.I_AD_Ref_List.Table_Name) .getPO(getAD_Ref_List_ID(), get_TrxName()); } /** Set Reference List. @@ -99,9 +113,9 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act return ii.intValue(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -127,9 +141,9 @@ public class X_AD_Document_Action_Access extends PO implements I_AD_Document_Act return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Element.java b/org.adempiere.base/src/org/compiere/model/X_AD_Element.java index 8421ee24b1..91b7ac4fcd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Element (Properties ctx, int AD_Element_ID, String trxName) @@ -98,6 +98,20 @@ public class X_AD_Element extends PO implements I_AD_Element, I_Persistent return ii.intValue(); } + /** Set AD_Element_UU. + @param AD_Element_UU AD_Element_UU */ + public void setAD_Element_UU (String AD_Element_UU) + { + set_Value (COLUMNNAME_AD_Element_UU, AD_Element_UU); + } + + /** Get AD_Element_UU. + @return AD_Element_UU */ + public String getAD_Element_UU () + { + return (String)get_Value(COLUMNNAME_AD_Element_UU); + } + /** Set DB Column Name. @param ColumnName Name of the column in the database diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java b/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java index 7ea34e20bb..3d56aeb4ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_EntityType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_EntityType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_EntityType (Properties ctx, int AD_EntityType_ID, String trxName) @@ -95,6 +95,20 @@ public class X_AD_EntityType extends PO implements I_AD_EntityType, I_Persistent return ii.intValue(); } + /** Set AD_EntityType_UU. + @param AD_EntityType_UU AD_EntityType_UU */ + public void setAD_EntityType_UU (String AD_EntityType_UU) + { + set_Value (COLUMNNAME_AD_EntityType_UU, AD_EntityType_UU); + } + + /** Get AD_EntityType_UU. + @return AD_EntityType_UU */ + public String getAD_EntityType_UU () + { + return (String)get_Value(COLUMNNAME_AD_EntityType_UU); + } + /** Set Classpath. @param Classpath Extension Classpath diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Error.java b/org.adempiere.base/src/org/compiere/model/X_AD_Error.java index ac8e2cdc3e..3671b1b1a6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Error.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Error.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Error - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Error (Properties ctx, int AD_Error_ID, String trxName) @@ -91,6 +91,20 @@ public class X_AD_Error extends PO implements I_AD_Error, I_Persistent return ii.intValue(); } + /** Set AD_Error_UU. + @param AD_Error_UU AD_Error_UU */ + public void setAD_Error_UU (String AD_Error_UU) + { + set_Value (COLUMNNAME_AD_Error_UU, AD_Error_UU); + } + + /** Get AD_Error_UU. + @return AD_Error_UU */ + public String getAD_Error_UU () + { + return (String)get_Value(COLUMNNAME_AD_Error_UU); + } + /** AD_Language AD_Reference_ID=106 */ public static final int AD_LANGUAGE_AD_Reference_ID=106; /** Set Language. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Field.java b/org.adempiere.base/src/org/compiere/model/X_AD_Field.java index 222216a389..e052a26e41 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Field.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Field.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Field - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent { /** * */ - private static final long serialVersionUID = 20120831L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Field (Properties ctx, int AD_Field_ID, String trxName) @@ -726,6 +726,26 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent return new KeyNamePair(get_ID(), getName()); } + /** Set Number of Lines. + @param NumLines + Number of lines for a field + */ + public void setNumLines (int NumLines) + { + set_Value (COLUMNNAME_NumLines, Integer.valueOf(NumLines)); + } + + /** Get Number of Lines. + @return Number of lines for a field + */ + public int getNumLines () + { + Integer ii = (Integer)get_Value(COLUMNNAME_NumLines); + if (ii == null) + return 0; + return ii.intValue(); + } + /** ObscureType AD_Reference_ID=291 */ public static final int OBSCURETYPE_AD_Reference_ID=291; /** Obscure Digits but last 4 = 904 */ @@ -754,26 +774,6 @@ public class X_AD_Field extends PO implements I_AD_Field, I_Persistent return (String)get_Value(COLUMNNAME_ObscureType); } - /** Set Row Span. - @param NumLines - Number of rows for a field - */ - public void setNumLines (int NumLines) - { - set_Value (COLUMNNAME_NumLines, Integer.valueOf(NumLines)); - } - - /** Get Row Span. - @return Number of rows for a field - */ - public int getNumLines () - { - Integer ii = (Integer)get_Value(COLUMNNAME_NumLines); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java b/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java index 4ead83f990..b8316f7145 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_FieldGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_FieldGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_FieldGroup (Properties ctx, int AD_FieldGroup_ID, String trxName) @@ -96,6 +96,20 @@ public class X_AD_FieldGroup extends PO implements I_AD_FieldGroup, I_Persistent return ii.intValue(); } + /** Set AD_FieldGroup_UU. + @param AD_FieldGroup_UU AD_FieldGroup_UU */ + public void setAD_FieldGroup_UU (String AD_FieldGroup_UU) + { + set_Value (COLUMNNAME_AD_FieldGroup_UU, AD_FieldGroup_UU); + } + + /** Get AD_FieldGroup_UU. + @return AD_FieldGroup_UU */ + public String getAD_FieldGroup_UU () + { + return (String)get_Value(COLUMNNAME_AD_FieldGroup_UU); + } + /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Find.java b/org.adempiere.base/src/org/compiere/model/X_AD_Find.java index f20510f7a1..60b8522a93 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Find.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Find.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Find - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Find (Properties ctx, int AD_Find_ID, String trxName) @@ -79,9 +79,9 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -135,6 +135,20 @@ public class X_AD_Find extends PO implements I_AD_Find, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getAD_Find_ID())); } + /** Set AD_Find_UU. + @param AD_Find_UU AD_Find_UU */ + public void setAD_Find_UU (String AD_Find_UU) + { + set_Value (COLUMNNAME_AD_Find_UU, AD_Find_UU); + } + + /** Get AD_Find_UU. + @return AD_Find_UU */ + public String getAD_Find_UU () + { + return (String)get_Value(COLUMNNAME_AD_Find_UU); + } + /** AndOr AD_Reference_ID=204 */ public static final int ANDOR_AD_Reference_ID=204; /** And = A */ diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Form.java b/org.adempiere.base/src/org/compiere/model/X_AD_Form.java index 40a92f2087..e56d411036 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Form.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Form.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Form - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Form (Properties ctx, int AD_Form_ID, String trxName) @@ -130,6 +130,20 @@ public class X_AD_Form extends PO implements I_AD_Form, I_Persistent return ii.intValue(); } + /** Set AD_Form_UU. + @param AD_Form_UU AD_Form_UU */ + public void setAD_Form_UU (String AD_Form_UU) + { + set_Value (COLUMNNAME_AD_Form_UU, AD_Form_UU); + } + + /** Get AD_Form_UU. + @return AD_Form_UU */ + public String getAD_Form_UU () + { + return (String)get_Value(COLUMNNAME_AD_Form_UU); + } + /** Set Classname. @param Classname Java Classname diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java index 24418100f0..3b28371400 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Form_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Form_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Form_Access (Properties ctx, int AD_Form_Access_ID, String trxName) @@ -71,9 +71,23 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste return sb.toString(); } - public I_AD_Form getAD_Form() throws RuntimeException + /** Set AD_Form_Access_UU. + @param AD_Form_Access_UU AD_Form_Access_UU */ + public void setAD_Form_Access_UU (String AD_Form_Access_UU) + { + set_Value (COLUMNNAME_AD_Form_Access_UU, AD_Form_Access_UU); + } + + /** Get AD_Form_Access_UU. + @return AD_Form_Access_UU */ + public String getAD_Form_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Form_Access_UU); + } + + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -99,9 +113,9 @@ public class X_AD_Form_Access extends PO implements I_AD_Form_Access, I_Persiste return ii.intValue(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java b/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java index a864a50865..651c168010 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_HouseKeeping.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_HouseKeeping - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_HouseKeeping (Properties ctx, int AD_HouseKeeping_ID, String trxName) @@ -94,9 +94,23 @@ public class X_AD_HouseKeeping extends PO implements I_AD_HouseKeeping, I_Persis return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_HouseKeeping_UU. + @param AD_HouseKeeping_UU AD_HouseKeeping_UU */ + public void setAD_HouseKeeping_UU (String AD_HouseKeeping_UU) + { + set_Value (COLUMNNAME_AD_HouseKeeping_UU, AD_HouseKeeping_UU); + } + + /** Get AD_HouseKeeping_UU. + @return AD_HouseKeeping_UU */ + public String getAD_HouseKeeping_UU () + { + return (String)get_Value(COLUMNNAME_AD_HouseKeeping_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Image.java b/org.adempiere.base/src/org/compiere/model/X_AD_Image.java index 04d87f21b3..952420345a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Image.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Image.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Image - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Image (Properties ctx, int AD_Image_ID, String trxName) @@ -96,6 +96,20 @@ public class X_AD_Image extends PO implements I_AD_Image, I_Persistent return ii.intValue(); } + /** Set AD_Image_UU. + @param AD_Image_UU AD_Image_UU */ + public void setAD_Image_UU (String AD_Image_UU) + { + set_Value (COLUMNNAME_AD_Image_UU, AD_Image_UU); + } + + /** Get AD_Image_UU. + @return AD_Image_UU */ + public String getAD_Image_UU () + { + return (String)get_Value(COLUMNNAME_AD_Image_UU); + } + /** Set Binary Data. @param BinaryData Binary Data diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java index eef7b499d1..4347d86b75 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ImpFormat - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ImpFormat (Properties ctx, int AD_ImpFormat_ID, String trxName) @@ -94,9 +94,23 @@ public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_ImpFormat_UU. + @param AD_ImpFormat_UU AD_ImpFormat_UU */ + public void setAD_ImpFormat_UU (String AD_ImpFormat_UU) + { + set_Value (COLUMNNAME_AD_ImpFormat_UU, AD_ImpFormat_UU); + } + + /** Get AD_ImpFormat_UU. + @return AD_ImpFormat_UU */ + public String getAD_ImpFormat_UU () + { + return (String)get_Value(COLUMNNAME_AD_ImpFormat_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java index f45be5950d..bf8f882e66 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ImpFormat_Row.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ImpFormat_Row - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ImpFormat_Row (Properties ctx, int AD_ImpFormat_Row_ID, String trxName) @@ -79,9 +79,9 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -107,9 +107,9 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers return ii.intValue(); } - public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException + public org.compiere.model.I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException { - return (I_AD_ImpFormat)MTable.get(getCtx(), I_AD_ImpFormat.Table_Name) + return (org.compiere.model.I_AD_ImpFormat)MTable.get(getCtx(), org.compiere.model.I_AD_ImpFormat.Table_Name) .getPO(getAD_ImpFormat_ID(), get_TrxName()); } /** Set Import Format. @@ -152,6 +152,20 @@ public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Pers return ii.intValue(); } + /** Set AD_ImpFormat_Row_UU. + @param AD_ImpFormat_Row_UU AD_ImpFormat_Row_UU */ + public void setAD_ImpFormat_Row_UU (String AD_ImpFormat_Row_UU) + { + set_Value (COLUMNNAME_AD_ImpFormat_Row_UU, AD_ImpFormat_Row_UU); + } + + /** Get AD_ImpFormat_Row_UU. + @return AD_ImpFormat_Row_UU */ + public String getAD_ImpFormat_Row_UU () + { + return (String)get_Value(COLUMNNAME_AD_ImpFormat_Row_UU); + } + /** Set Callout. @param Callout Fully qualified class names and method - separated by semicolons diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java index b03395c348..6a2868f7cc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoColumn.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_InfoColumn - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_InfoColumn (Properties ctx, int AD_InfoColumn_ID, String trxName) @@ -79,9 +79,9 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent return sb.toString(); } - public I_AD_Element getAD_Element() throws RuntimeException + public org.compiere.model.I_AD_Element getAD_Element() throws RuntimeException { - return (I_AD_Element)MTable.get(getCtx(), I_AD_Element.Table_Name) + return (org.compiere.model.I_AD_Element)MTable.get(getCtx(), org.compiere.model.I_AD_Element.Table_Name) .getPO(getAD_Element_ID(), get_TrxName()); } /** Set System Element. @@ -130,9 +130,23 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent return ii.intValue(); } - public I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException + /** Set AD_InfoColumn_UU. + @param AD_InfoColumn_UU AD_InfoColumn_UU */ + public void setAD_InfoColumn_UU (String AD_InfoColumn_UU) + { + set_Value (COLUMNNAME_AD_InfoColumn_UU, AD_InfoColumn_UU); + } + + /** Get AD_InfoColumn_UU. + @return AD_InfoColumn_UU */ + public String getAD_InfoColumn_UU () + { + return (String)get_Value(COLUMNNAME_AD_InfoColumn_UU); + } + + public org.compiere.model.I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException { - return (I_AD_InfoWindow)MTable.get(getCtx(), I_AD_InfoWindow.Table_Name) + return (org.compiere.model.I_AD_InfoWindow)MTable.get(getCtx(), org.compiere.model.I_AD_InfoWindow.Table_Name) .getPO(getAD_InfoWindow_ID(), get_TrxName()); } /** Set Info Window. @@ -158,9 +172,9 @@ public class X_AD_InfoColumn extends PO implements I_AD_InfoColumn, I_Persistent return ii.intValue(); } - public I_AD_Reference getAD_Reference() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java b/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java index c3c3c1cf85..617c44e85f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_InfoWindow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_InfoWindow - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_InfoWindow (Properties ctx, int AD_InfoWindow_ID, String trxName) @@ -98,9 +98,23 @@ public class X_AD_InfoWindow extends PO implements I_AD_InfoWindow, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_InfoWindow_UU. + @param AD_InfoWindow_UU AD_InfoWindow_UU */ + public void setAD_InfoWindow_UU (String AD_InfoWindow_UU) + { + set_Value (COLUMNNAME_AD_InfoWindow_UU, AD_InfoWindow_UU); + } + + /** Get AD_InfoWindow_UU. + @return AD_InfoWindow_UU */ + public String getAD_InfoWindow_UU () + { + return (String)get_Value(COLUMNNAME_AD_InfoWindow_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java b/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java index 3caa048d93..c503299922 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Issue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Issue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Issue (Properties ctx, int AD_Issue_ID, String trxName) @@ -83,9 +83,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -111,9 +111,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -162,9 +162,23 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + /** Set AD_Issue_UU. + @param AD_Issue_UU AD_Issue_UU */ + public void setAD_Issue_UU (String AD_Issue_UU) + { + set_Value (COLUMNNAME_AD_Issue_UU, AD_Issue_UU); + } + + /** Get AD_Issue_UU. + @return AD_Issue_UU */ + public String getAD_Issue_UU () + { + return (String)get_Value(COLUMNNAME_AD_Issue_UU); + } + + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -190,9 +204,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -685,9 +699,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return (String)get_Value(COLUMNNAME_ResponseText); } - public I_R_IssueKnown getR_IssueKnown() throws RuntimeException + public org.compiere.model.I_R_IssueKnown getR_IssueKnown() throws RuntimeException { - return (I_R_IssueKnown)MTable.get(getCtx(), I_R_IssueKnown.Table_Name) + return (org.compiere.model.I_R_IssueKnown)MTable.get(getCtx(), org.compiere.model.I_R_IssueKnown.Table_Name) .getPO(getR_IssueKnown_ID(), get_TrxName()); } /** Set Known Issue. @@ -713,9 +727,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_R_IssueProject getR_IssueProject() throws RuntimeException + public org.compiere.model.I_R_IssueProject getR_IssueProject() throws RuntimeException { - return (I_R_IssueProject)MTable.get(getCtx(), I_R_IssueProject.Table_Name) + return (org.compiere.model.I_R_IssueProject)MTable.get(getCtx(), org.compiere.model.I_R_IssueProject.Table_Name) .getPO(getR_IssueProject_ID(), get_TrxName()); } /** Set Issue Project. @@ -741,9 +755,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_R_IssueSystem getR_IssueSystem() throws RuntimeException + public org.compiere.model.I_R_IssueSystem getR_IssueSystem() throws RuntimeException { - return (I_R_IssueSystem)MTable.get(getCtx(), I_R_IssueSystem.Table_Name) + return (org.compiere.model.I_R_IssueSystem)MTable.get(getCtx(), org.compiere.model.I_R_IssueSystem.Table_Name) .getPO(getR_IssueSystem_ID(), get_TrxName()); } /** Set Issue System. @@ -769,9 +783,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_R_IssueUser getR_IssueUser() throws RuntimeException + public org.compiere.model.I_R_IssueUser getR_IssueUser() throws RuntimeException { - return (I_R_IssueUser)MTable.get(getCtx(), I_R_IssueUser.Table_Name) + return (org.compiere.model.I_R_IssueUser)MTable.get(getCtx(), org.compiere.model.I_R_IssueUser.Table_Name) .getPO(getR_IssueUser_ID(), get_TrxName()); } /** Set IssueUser. @@ -797,9 +811,9 @@ public class X_AD_Issue extends PO implements I_AD_Issue, I_Persistent return ii.intValue(); } - public I_R_Request getR_Request() throws RuntimeException + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException { - return (I_R_Request)MTable.get(getCtx(), I_R_Request.Table_Name) + return (org.compiere.model.I_R_Request)MTable.get(getCtx(), org.compiere.model.I_R_Request.Table_Name) .getPO(getR_Request_ID(), get_TrxName()); } /** Set Request. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java index ffcaa18b42..822a5e7d44 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_LabelPrinter - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_LabelPrinter (Properties ctx, int AD_LabelPrinter_ID, String trxName) @@ -94,6 +94,20 @@ public class X_AD_LabelPrinter extends PO implements I_AD_LabelPrinter, I_Persis return ii.intValue(); } + /** Set AD_LabelPrinter_UU. + @param AD_LabelPrinter_UU AD_LabelPrinter_UU */ + public void setAD_LabelPrinter_UU (String AD_LabelPrinter_UU) + { + set_Value (COLUMNNAME_AD_LabelPrinter_UU, AD_LabelPrinter_UU); + } + + /** Get AD_LabelPrinter_UU. + @return AD_LabelPrinter_UU */ + public String getAD_LabelPrinter_UU () + { + return (String)get_Value(COLUMNNAME_AD_LabelPrinter_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java index a0d56e530b..bdfc8d54dd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LabelPrinterFunction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_LabelPrinterFunction - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFunction, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_LabelPrinterFunction (Properties ctx, int AD_LabelPrinterFunction_ID, String trxName) @@ -96,9 +96,23 @@ public class X_AD_LabelPrinterFunction extends PO implements I_AD_LabelPrinterFu return ii.intValue(); } - public I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException + /** Set AD_LabelPrinterFunction_UU. + @param AD_LabelPrinterFunction_UU AD_LabelPrinterFunction_UU */ + public void setAD_LabelPrinterFunction_UU (String AD_LabelPrinterFunction_UU) + { + set_Value (COLUMNNAME_AD_LabelPrinterFunction_UU, AD_LabelPrinterFunction_UU); + } + + /** Get AD_LabelPrinterFunction_UU. + @return AD_LabelPrinterFunction_UU */ + public String getAD_LabelPrinterFunction_UU () + { + return (String)get_Value(COLUMNNAME_AD_LabelPrinterFunction_UU); + } + + public org.compiere.model.I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException { - return (I_AD_LabelPrinter)MTable.get(getCtx(), I_AD_LabelPrinter.Table_Name) + return (org.compiere.model.I_AD_LabelPrinter)MTable.get(getCtx(), org.compiere.model.I_AD_LabelPrinter.Table_Name) .getPO(getAD_LabelPrinter_ID(), get_TrxName()); } /** Set Label printer. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Language.java b/org.adempiere.base/src/org/compiere/model/X_AD_Language.java index dbf27b900d..81b3632ce4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Language.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Language.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Language - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Language extends PO implements I_AD_Language, I_Persistent { /** * */ - private static final long serialVersionUID = 20121019L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Language (Properties ctx, int AD_Language_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java index 067e9ad001..143405ef5e 100755 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LdapAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_LdapAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_LdapAccess (Properties ctx, int AD_LdapAccess_ID, String trxName) @@ -95,9 +95,23 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent return ii.intValue(); } - public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException + /** Set AD_LdapAccess_UU. + @param AD_LdapAccess_UU AD_LdapAccess_UU */ + public void setAD_LdapAccess_UU (String AD_LdapAccess_UU) + { + set_Value (COLUMNNAME_AD_LdapAccess_UU, AD_LdapAccess_UU); + } + + /** Get AD_LdapAccess_UU. + @return AD_LdapAccess_UU */ + public String getAD_LdapAccess_UU () + { + return (String)get_Value(COLUMNNAME_AD_LdapAccess_UU); + } + + public org.compiere.model.I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException { - return (I_AD_LdapProcessor)MTable.get(getCtx(), I_AD_LdapProcessor.Table_Name) + return (org.compiere.model.I_AD_LdapProcessor)MTable.get(getCtx(), org.compiere.model.I_AD_LdapProcessor.Table_Name) .getPO(getAD_LdapProcessor_ID(), get_TrxName()); } /** Set Ldap Processor. @@ -123,9 +137,9 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -200,9 +214,9 @@ public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent return false; } - public I_R_InterestArea getR_InterestArea() throws RuntimeException + public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException { - return (I_R_InterestArea)MTable.get(getCtx(), I_R_InterestArea.Table_Name) + return (org.compiere.model.I_R_InterestArea)MTable.get(getCtx(), org.compiere.model.I_R_InterestArea.Table_Name) .getPO(getR_InterestArea_ID(), get_TrxName()); } /** Set Interest Area. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java index 92857d12f3..3ad447f1c0 100755 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_LdapProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_LdapProcessor (Properties ctx, int AD_LdapProcessor_ID, String trxName) @@ -100,6 +100,20 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers return ii.intValue(); } + /** Set AD_LdapProcessor_UU. + @param AD_LdapProcessor_UU AD_LdapProcessor_UU */ + public void setAD_LdapProcessor_UU (String AD_LdapProcessor_UU) + { + set_Value (COLUMNNAME_AD_LdapProcessor_UU, AD_LdapProcessor_UU); + } + + /** Get AD_LdapProcessor_UU. + @return AD_LdapProcessor_UU */ + public String getAD_LdapProcessor_UU () + { + return (String)get_Value(COLUMNNAME_AD_LdapProcessor_UU); + } + /** Set Date last run. @param DateLastRun Date the process was last run. @@ -237,9 +251,9 @@ public class X_AD_LdapProcessor extends PO implements I_AD_LdapProcessor, I_Pers return false; } - public I_AD_User getSupervisor() throws RuntimeException + public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSupervisor_ID(), get_TrxName()); } /** Set Supervisor. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java index 03e907eecf..61db3c37cf 100755 --- a/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_LdapProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_LdapProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_LdapProcessorLog (Properties ctx, int AD_LdapProcessorLog_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, return sb.toString(); } - public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException + public org.compiere.model.I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException { - return (I_AD_LdapProcessor)MTable.get(getCtx(), I_AD_LdapProcessor.Table_Name) + return (org.compiere.model.I_AD_LdapProcessor)MTable.get(getCtx(), org.compiere.model.I_AD_LdapProcessor.Table_Name) .getPO(getAD_LdapProcessor_ID(), get_TrxName()); } /** Set Ldap Processor. @@ -122,6 +122,20 @@ public class X_AD_LdapProcessorLog extends PO implements I_AD_LdapProcessorLog, return ii.intValue(); } + /** Set AD_LdapProcessorLog_UU. + @param AD_LdapProcessorLog_UU AD_LdapProcessorLog_UU */ + public void setAD_LdapProcessorLog_UU (String AD_LdapProcessorLog_UU) + { + set_Value (COLUMNNAME_AD_LdapProcessorLog_UU, AD_LdapProcessorLog_UU); + } + + /** Get AD_LdapProcessorLog_UU. + @return AD_LdapProcessorLog_UU */ + public String getAD_LdapProcessorLog_UU () + { + return (String)get_Value(COLUMNNAME_AD_LdapProcessorLog_UU); + } + /** Set Binary Data. @param BinaryData Binary Data diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java b/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java index 79ab0bdd2b..eb71b50c3d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Menu.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Menu - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Menu (Properties ctx, int AD_Menu_ID, String trxName) @@ -111,9 +111,9 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent return (String)get_Value(COLUMNNAME_Action); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -162,9 +162,23 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + /** Set AD_Menu_UU. + @param AD_Menu_UU AD_Menu_UU */ + public void setAD_Menu_UU (String AD_Menu_UU) + { + set_Value (COLUMNNAME_AD_Menu_UU, AD_Menu_UU); + } + + /** Get AD_Menu_UU. + @return AD_Menu_UU */ + public String getAD_Menu_UU () + { + return (String)get_Value(COLUMNNAME_AD_Menu_UU); + } + + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -190,9 +204,9 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent return ii.intValue(); } - public I_AD_Task getAD_Task() throws RuntimeException + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException { - return (I_AD_Task)MTable.get(getCtx(), I_AD_Task.Table_Name) + return (org.compiere.model.I_AD_Task)MTable.get(getCtx(), org.compiere.model.I_AD_Task.Table_Name) .getPO(getAD_Task_ID(), get_TrxName()); } /** Set OS Task. @@ -218,9 +232,9 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -246,9 +260,9 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent return ii.intValue(); } - public I_AD_Workbench getAD_Workbench() throws RuntimeException + public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException { - return (I_AD_Workbench)MTable.get(getCtx(), I_AD_Workbench.Table_Name) + return (org.compiere.model.I_AD_Workbench)MTable.get(getCtx(), org.compiere.model.I_AD_Workbench.Table_Name) .getPO(getAD_Workbench_ID(), get_TrxName()); } /** Set Workbench. @@ -274,9 +288,9 @@ public class X_AD_Menu extends PO implements I_AD_Menu, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Message.java b/org.adempiere.base/src/org/compiere/model/X_AD_Message.java index 68d3748950..85c00122fb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Message.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Message.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Message - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Message (Properties ctx, int AD_Message_ID, String trxName) @@ -99,6 +99,20 @@ public class X_AD_Message extends PO implements I_AD_Message, I_Persistent return ii.intValue(); } + /** Set AD_Message_UU. + @param AD_Message_UU AD_Message_UU */ + public void setAD_Message_UU (String AD_Message_UU) + { + set_Value (COLUMNNAME_AD_Message_UU, AD_Message_UU); + } + + /** Get AD_Message_UU. + @return AD_Message_UU */ + public String getAD_Message_UU () + { + return (String)get_Value(COLUMNNAME_AD_Message_UU); + } + /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java b/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java index a98b3d2bc1..501dfe6df4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_MigrationScript.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_MigrationScript - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_MigrationScript (Properties ctx, int AD_MigrationScript_ID, String trxName) @@ -99,6 +99,20 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ return ii.intValue(); } + /** Set AD_MigrationScript_UU. + @param AD_MigrationScript_UU AD_MigrationScript_UU */ + public void setAD_MigrationScript_UU (String AD_MigrationScript_UU) + { + set_Value (COLUMNNAME_AD_MigrationScript_UU, AD_MigrationScript_UU); + } + + /** Get AD_MigrationScript_UU. + @return AD_MigrationScript_UU */ + public String getAD_MigrationScript_UU () + { + return (String)get_Value(COLUMNNAME_AD_MigrationScript_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -303,7 +317,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ /** Set URL. @param URL - Full URL address - e.g. http://www.adempiere.org + Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL) { @@ -311,7 +325,7 @@ public class X_AD_MigrationScript extends PO implements I_AD_MigrationScript, I_ } /** Get URL. - @return Full URL address - e.g. http://www.adempiere.org + @return Full URL address - e.g. http://www.idempiere.org */ public String getURL () { diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java b/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java index 40c4992592..8c19289b20 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ModelValidator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ModelValidator - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ModelValidator (Properties ctx, int AD_ModelValidator_ID, String trxName) @@ -93,6 +93,20 @@ public class X_AD_ModelValidator extends PO implements I_AD_ModelValidator, I_Pe return ii.intValue(); } + /** Set AD_ModelValidator_UU. + @param AD_ModelValidator_UU AD_ModelValidator_UU */ + public void setAD_ModelValidator_UU (String AD_ModelValidator_UU) + { + set_Value (COLUMNNAME_AD_ModelValidator_UU, AD_ModelValidator_UU); + } + + /** Get AD_ModelValidator_UU. + @return AD_ModelValidator_UU */ + public String getAD_ModelValidator_UU () + { + return (String)get_Value(COLUMNNAME_AD_ModelValidator_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java b/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java index 2568d4cb74..b640190f94 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Modification.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Modification - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Modification (Properties ctx, int AD_Modification_ID, String trxName) @@ -97,6 +97,20 @@ public class X_AD_Modification extends PO implements I_AD_Modification, I_Persis return ii.intValue(); } + /** Set AD_Modification_UU. + @param AD_Modification_UU AD_Modification_UU */ + public void setAD_Modification_UU (String AD_Modification_UU) + { + set_Value (COLUMNNAME_AD_Modification_UU, AD_Modification_UU); + } + + /** Get AD_Modification_UU. + @return AD_Modification_UU */ + public String getAD_Modification_UU () + { + return (String)get_Value(COLUMNNAME_AD_Modification_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Note.java b/org.adempiere.base/src/org/compiere/model/X_AD_Note.java index 6a30a39f6f..16d60f4e3f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Note.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Note.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Note - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Note (Properties ctx, int AD_Note_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent return sb.toString(); } - public I_AD_Message getAD_Message() throws RuntimeException + public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException { - return (I_AD_Message)MTable.get(getCtx(), I_AD_Message.Table_Name) + return (org.compiere.model.I_AD_Message)MTable.get(getCtx(), org.compiere.model.I_AD_Message.Table_Name) .getPO(getAD_Message_ID(), get_TrxName()); } /** Set Message. @@ -130,9 +130,23 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_Note_UU. + @param AD_Note_UU AD_Note_UU */ + public void setAD_Note_UU (String AD_Note_UU) + { + set_Value (COLUMNNAME_AD_Note_UU, AD_Note_UU); + } + + /** Get AD_Note_UU. + @return AD_Note_UU */ + public String getAD_Note_UU () + { + return (String)get_Value(COLUMNNAME_AD_Note_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -158,9 +172,9 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -186,9 +200,9 @@ public class X_AD_Note extends PO implements I_AD_Note, I_Persistent return ii.intValue(); } - public I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException + public org.compiere.model.I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException { - return (I_AD_WF_Activity)MTable.get(getCtx(), I_AD_WF_Activity.Table_Name) + return (org.compiere.model.I_AD_WF_Activity)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Activity.Table_Name) .getPO(getAD_WF_Activity_ID(), get_TrxName()); } /** Set Workflow Activity. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Org.java b/org.adempiere.base/src/org/compiere/model/X_AD_Org.java index 880bcb613f..e3bae6bfe0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Org.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Org.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Org - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Org (Properties ctx, int AD_Org_ID, String trxName) @@ -72,9 +72,23 @@ public class X_AD_Org extends PO implements I_AD_Org, I_Persistent return sb.toString(); } - public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException + /** Set AD_Org_UU. + @param AD_Org_UU AD_Org_UU */ + public void setAD_Org_UU (String AD_Org_UU) + { + set_Value (COLUMNNAME_AD_Org_UU, AD_Org_UU); + } + + /** Get AD_Org_UU. + @return AD_Org_UU */ + public String getAD_Org_UU () + { + return (String)get_Value(COLUMNNAME_AD_Org_UU); + } + + public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException { - return (I_AD_ReplicationStrategy)MTable.get(getCtx(), I_AD_ReplicationStrategy.Table_Name) + return (org.compiere.model.I_AD_ReplicationStrategy)MTable.get(getCtx(), org.compiere.model.I_AD_ReplicationStrategy.Table_Name) .getPO(getAD_ReplicationStrategy_ID(), get_TrxName()); } /** Set Replication Strategy. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java b/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java index 6b241cec30..930f31c396 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_OrgInfo.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_OrgInfo - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_OrgInfo (Properties ctx, int AD_OrgInfo_ID, String trxName) @@ -72,9 +72,23 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return sb.toString(); } - public I_AD_OrgType getAD_OrgType() throws RuntimeException + /** Set AD_OrgInfo_UU. + @param AD_OrgInfo_UU AD_OrgInfo_UU */ + public void setAD_OrgInfo_UU (String AD_OrgInfo_UU) + { + set_Value (COLUMNNAME_AD_OrgInfo_UU, AD_OrgInfo_UU); + } + + /** Get AD_OrgInfo_UU. + @return AD_OrgInfo_UU */ + public String getAD_OrgInfo_UU () + { + return (String)get_Value(COLUMNNAME_AD_OrgInfo_UU); + } + + public org.compiere.model.I_AD_OrgType getAD_OrgType() throws RuntimeException { - return (I_AD_OrgType)MTable.get(getCtx(), I_AD_OrgType.Table_Name) + return (org.compiere.model.I_AD_OrgType)MTable.get(getCtx(), org.compiere.model.I_AD_OrgType.Table_Name) .getPO(getAD_OrgType_ID(), get_TrxName()); } /** Set Organization Type. @@ -100,9 +114,9 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return ii.intValue(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -156,9 +170,9 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return ii.intValue(); } - public I_M_Warehouse getDropShip_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getDropShip_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getDropShip_Warehouse_ID(), get_TrxName()); } /** Set Drop Ship Warehouse. @@ -255,9 +269,9 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -357,9 +371,9 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return (String)get_Value(COLUMNNAME_ReceiptFooterMsg); } - public I_AD_User getSupervisor() throws RuntimeException + public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSupervisor_ID(), get_TrxName()); } /** Set Supervisor. @@ -402,9 +416,9 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return (String)get_Value(COLUMNNAME_TaxID); } - public I_C_Bank getTransferBank() throws RuntimeException + public org.compiere.model.I_C_Bank getTransferBank() throws RuntimeException { - return (I_C_Bank)MTable.get(getCtx(), I_C_Bank.Table_Name) + return (org.compiere.model.I_C_Bank)MTable.get(getCtx(), org.compiere.model.I_C_Bank.Table_Name) .getPO(getTransferBank_ID(), get_TrxName()); } /** Set Bank for transfers. @@ -430,9 +444,9 @@ public class X_AD_OrgInfo extends PO implements I_AD_OrgInfo, I_Persistent return ii.intValue(); } - public I_C_CashBook getTransferCashBook() throws RuntimeException + public org.compiere.model.I_C_CashBook getTransferCashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getTransferCashBook_ID(), get_TrxName()); } /** Set CashBook for transfers. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java b/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java index 13952c20a5..ca5117d6ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_OrgType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_OrgType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_OrgType (Properties ctx, int AD_OrgType_ID, String trxName) @@ -94,9 +94,23 @@ public class X_AD_OrgType extends PO implements I_AD_OrgType, I_Persistent return ii.intValue(); } - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException + /** Set AD_OrgType_UU. + @param AD_OrgType_UU AD_OrgType_UU */ + public void setAD_OrgType_UU (String AD_OrgType_UU) + { + set_Value (COLUMNNAME_AD_OrgType_UU, AD_OrgType_UU); + } + + /** Get AD_OrgType_UU. + @return AD_OrgType_UU */ + public String getAD_OrgType_UU () + { + return (String)get_Value(COLUMNNAME_AD_OrgType_UU); + } + + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor_ID(), get_TrxName()); } /** Set Print Color. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java index 37907eb83e..f35848b0a6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PInstance (Properties ctx, int AD_PInstance_ID, String trxName) @@ -104,9 +104,23 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getAD_PInstance_ID())); } - public I_AD_Process getAD_Process() throws RuntimeException + /** Set AD_PInstance_UU. + @param AD_PInstance_UU AD_PInstance_UU */ + public void setAD_PInstance_UU (String AD_PInstance_UU) + { + set_Value (COLUMNNAME_AD_PInstance_UU, AD_PInstance_UU); + } + + /** Get AD_PInstance_UU. + @return AD_PInstance_UU */ + public String getAD_PInstance_UU () + { + return (String)get_Value(COLUMNNAME_AD_PInstance_UU); + } + + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -132,9 +146,9 @@ public class X_AD_PInstance extends PO implements I_AD_PInstance, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java index 08628ee501..38104731fc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Log.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for AD_PInstance_Log - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PInstance_Log (Properties ctx, int AD_PInstance_Log_ID, String trxName) @@ -73,9 +73,9 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -101,6 +101,48 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers return ii.intValue(); } + /** Set AD_PInstance_Log_UU. + @param AD_PInstance_Log_UU AD_PInstance_Log_UU */ + public void setAD_PInstance_Log_UU (String AD_PInstance_Log_UU) + { + set_Value (COLUMNNAME_AD_PInstance_Log_UU, AD_PInstance_Log_UU); + } + + /** Get AD_PInstance_Log_UU. + @return AD_PInstance_Log_UU */ + public String getAD_PInstance_Log_UU () + { + return (String)get_Value(COLUMNNAME_AD_PInstance_Log_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException + { + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) + .getPO(getAD_Table_ID(), get_TrxName()); } + + /** Set Table. + @param AD_Table_ID + Database Table information + */ + public void setAD_Table_ID (int AD_Table_ID) + { + if (AD_Table_ID < 1) + set_Value (COLUMNNAME_AD_Table_ID, null); + else + set_Value (COLUMNNAME_AD_Table_ID, Integer.valueOf(AD_Table_ID)); + } + + /** Get Table. + @return Database Table information + */ + public int getAD_Table_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Table_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Log. @param Log_ID Log */ public void setLog_ID (int Log_ID) @@ -191,4 +233,27 @@ public class X_AD_PInstance_Log extends PO implements I_AD_PInstance_Log, I_Pers return Env.ZERO; return bd; } + + /** Set Record ID. + @param Record_ID + Direct internal record ID + */ + public void setRecord_ID (int Record_ID) + { + if (Record_ID < 0) + set_Value (COLUMNNAME_Record_ID, null); + else + set_Value (COLUMNNAME_Record_ID, Integer.valueOf(Record_ID)); + } + + /** Get Record ID. + @return Direct internal record ID + */ + public int getRecord_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_Record_ID); + if (ii == null) + return 0; + return ii.intValue(); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java index 9d2a598cb0..4114e53164 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PInstance_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PInstance_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PInstance_Para (Properties ctx, int AD_PInstance_Para_ID, String trxName) @@ -74,9 +74,9 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -102,6 +102,20 @@ public class X_AD_PInstance_Para extends PO implements I_AD_PInstance_Para, I_Pe return ii.intValue(); } + /** Set AD_PInstance_Para_UU. + @param AD_PInstance_Para_UU AD_PInstance_Para_UU */ + public void setAD_PInstance_Para_UU (String AD_PInstance_Para_UU) + { + set_Value (COLUMNNAME_AD_PInstance_Para_UU, AD_PInstance_Para_UU); + } + + /** Get AD_PInstance_Para_UU. + @return AD_PInstance_Para_UU */ + public String getAD_PInstance_Para_UU () + { + return (String)get_Value(COLUMNNAME_AD_PInstance_Para_UU); + } + /** Set Info. @param Info Information diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java index 9907368457..7ab65bb2a3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Exp - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Exp (Properties ctx, int AD_Package_Exp_ID, String trxName) @@ -74,8 +74,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste return sb.toString(); } - /** Set Pack Out. - @param AD_Package_Exp_ID Pack Out */ + /** Set Package Exp.. + @param AD_Package_Exp_ID Package Exp. */ public void setAD_Package_Exp_ID (int AD_Package_Exp_ID) { if (AD_Package_Exp_ID < 1) @@ -84,8 +84,8 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste set_ValueNoCheck (COLUMNNAME_AD_Package_Exp_ID, Integer.valueOf(AD_Package_Exp_ID)); } - /** Get Pack Out. - @return Pack Out */ + /** Get Package Exp.. + @return Package Exp. */ public int getAD_Package_Exp_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Package_Exp_ID); @@ -94,15 +94,15 @@ public class X_AD_Package_Exp extends PO implements I_AD_Package_Exp, I_Persiste return ii.intValue(); } - /** Set Pack Out UUID. - @param AD_Package_Exp_UU Pack Out UUID */ + /** Set AD_Package_Exp_UU. + @param AD_Package_Exp_UU AD_Package_Exp_UU */ public void setAD_Package_Exp_UU (String AD_Package_Exp_UU) { set_Value (COLUMNNAME_AD_Package_Exp_UU, AD_Package_Exp_UU); } - /** Get Pack Out UUID. - @return Pack Out UUID */ + /** Get AD_Package_Exp_UU. + @return AD_Package_Exp_UU */ public String getAD_Package_Exp_UU () { return (String)get_Value(COLUMNNAME_AD_Package_Exp_UU); diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java index 5396e5e3fc..00369959ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Exp_Detail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Exp_Detail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Exp_Detail extends PO implements I_AD_Package_Exp_Detail, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Exp_Detail (Properties ctx, int AD_Package_Exp_Detail_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java index 11dbb6b043..44abf9ccdf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Imp - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Imp extends PO implements I_AD_Package_Imp, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Imp (Properties ctx, int AD_Package_Imp_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java index cce149d18e..7df0b4d4f5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Backup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Imp_Backup - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Imp_Backup extends PO implements I_AD_Package_Imp_Backup, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Imp_Backup (Properties ctx, int AD_Package_Imp_Backup_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java index 5e9558552d..2b3ae6e450 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Detail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Package_Imp_Detail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Imp_Detail extends PO implements I_AD_Package_Imp_Detail, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Imp_Detail (Properties ctx, int AD_Package_Imp_Detail_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java index 6b7d668d9d..ca1a1a35f7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Inst.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Package_Imp_Inst - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Imp_Inst extends PO implements I_AD_Package_Imp_Inst, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Imp_Inst (Properties ctx, int AD_Package_Imp_Inst_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java index e8f9a98b9f..76d61ddb23 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Package_Imp_Proc.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for AD_Package_Imp_Proc - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Package_Imp_Proc extends PO implements I_AD_Package_Imp_Proc, I_Persistent { /** * */ - private static final long serialVersionUID = 20120528L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Package_Imp_Proc (Properties ctx, int AD_Package_Imp_Proc_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java b/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java index 4697d3f672..1699294f72 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PasswordRule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PasswordRule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persistent { /** * */ - private static final long serialVersionUID = 20120806L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PasswordRule (Properties ctx, int AD_PasswordRule_ID, String trxName) @@ -260,14 +260,17 @@ public class X_AD_PasswordRule extends PO implements I_AD_PasswordRule, I_Persis } /** Set Whitespace. - @param IsWhitespace Whitespace */ + @param IsWhitespace + Whitespace validation + */ public void setIsWhitespace (boolean IsWhitespace) { set_Value (COLUMNNAME_IsWhitespace, Boolean.valueOf(IsWhitespace)); } /** Get Whitespace. - @return Whitespace */ + @return Whitespace validation + */ public boolean isWhitespace () { Object oo = get_Value(COLUMNNAME_IsWhitespace); diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java b/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java index bcca8f8aa6..2b8b59f65a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Preference.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Preference - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Preference (Properties ctx, int AD_Preference_ID, String trxName) @@ -95,9 +95,23 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + /** Set AD_Preference_UU. + @param AD_Preference_UU AD_Preference_UU */ + public void setAD_Preference_UU (String AD_Preference_UU) + { + set_Value (COLUMNNAME_AD_Preference_UU, AD_Preference_UU); + } + + /** Get AD_Preference_UU. + @return AD_Preference_UU */ + public String getAD_Preference_UU () + { + return (String)get_Value(COLUMNNAME_AD_Preference_UU); + } + + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,9 +137,9 @@ public class X_AD_Preference extends PO implements I_AD_Preference, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java index effb69efdf..66110dce39 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintColor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintColor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintColor (Properties ctx, int AD_PrintColor_ID, String trxName) @@ -96,6 +96,20 @@ public class X_AD_PrintColor extends PO implements I_AD_PrintColor, I_Persistent return ii.intValue(); } + /** Set AD_PrintColor_UU. + @param AD_PrintColor_UU AD_PrintColor_UU */ + public void setAD_PrintColor_UU (String AD_PrintColor_UU) + { + set_Value (COLUMNNAME_AD_PrintColor_UU, AD_PrintColor_UU); + } + + /** Get AD_PrintColor_UU. + @return AD_PrintColor_UU */ + public String getAD_PrintColor_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintColor_UU); + } + /** Set Validation code. @param Code Validation Code diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java index 8180b4b10f..8bd6652299 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFont.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintFont - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintFont (Properties ctx, int AD_PrintFont_ID, String trxName) @@ -96,6 +96,20 @@ public class X_AD_PrintFont extends PO implements I_AD_PrintFont, I_Persistent return ii.intValue(); } + /** Set AD_PrintFont_UU. + @param AD_PrintFont_UU AD_PrintFont_UU */ + public void setAD_PrintFont_UU (String AD_PrintFont_UU) + { + set_Value (COLUMNNAME_AD_PrintFont_UU, AD_PrintFont_UU); + } + + /** Get AD_PrintFont_UU. + @return AD_PrintFont_UU */ + public String getAD_PrintFont_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintFont_UU); + } + /** Set Validation code. @param Code Validation Code diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java index 2252014861..e0d035306f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintForm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintForm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintForm (Properties ctx, int AD_PrintForm_ID, String trxName) @@ -94,6 +94,20 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } + /** Set AD_PrintForm_UU. + @param AD_PrintForm_UU AD_PrintForm_UU */ + public void setAD_PrintForm_UU (String AD_PrintForm_UU) + { + set_Value (COLUMNNAME_AD_PrintForm_UU, AD_PrintForm_UU); + } + + /** Get AD_PrintForm_UU. + @return AD_PrintForm_UU */ + public String getAD_PrintForm_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintForm_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -111,9 +125,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public I_R_MailText getDistrib_Order_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getDistrib_Order_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getDistrib_Order_MailText_ID(), get_TrxName()); } /** Set Distribution Order Mail Text. @@ -139,9 +153,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getDistrib_Order_PrintFormat_ID(), get_TrxName()); } /** Set Distribution Order Print Format. @@ -167,9 +181,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_R_MailText getInvoice_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getInvoice_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getInvoice_MailText_ID(), get_TrxName()); } /** Set Invoice Mail Text. @@ -195,9 +209,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getInvoice_PrintFormat_ID(), get_TrxName()); } /** Set Invoice Print Format. @@ -223,9 +237,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_R_MailText getManuf_Order_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getManuf_Order_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getManuf_Order_MailText_ID(), get_TrxName()); } /** Set Manufacturing Order Mail Text. @@ -251,9 +265,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getManuf_Order_PrintFormat_ID(), get_TrxName()); } /** Set Manufacturing Order Print Format. @@ -304,9 +318,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_R_MailText getOrder_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getOrder_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getOrder_MailText_ID(), get_TrxName()); } /** Set Order Mail Text. @@ -332,9 +346,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getOrder_PrintFormat_ID(), get_TrxName()); } /** Set Order Print Format. @@ -360,9 +374,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_R_MailText getProject_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getProject_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getProject_MailText_ID(), get_TrxName()); } /** Set Project Mail Text. @@ -388,9 +402,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getProject_PrintFormat_ID(), get_TrxName()); } /** Set Project Print Format. @@ -416,9 +430,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_R_MailText getRemittance_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getRemittance_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getRemittance_MailText_ID(), get_TrxName()); } /** Set Remittance Mail Text. @@ -444,9 +458,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getRemittance_PrintFormat_ID(), get_TrxName()); } /** Set Remittance Print Format. @@ -472,9 +486,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_R_MailText getShipment_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getShipment_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getShipment_MailText_ID(), get_TrxName()); } /** Set Shipment Mail Text. @@ -500,9 +514,9 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getShipment_PrintFormat_ID(), get_TrxName()); } /** Set Shipment Print Format. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java index fd65de8126..a94f1ca154 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintFormat - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintFormat (Properties ctx, int AD_PrintFormat_ID, String trxName) @@ -84,9 +84,9 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return sb.toString(); } - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor_ID(), get_TrxName()); } /** Set Print Color. @@ -112,9 +112,9 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return ii.intValue(); } - public I_AD_PrintFont getAD_PrintFont() throws RuntimeException + public org.compiere.model.I_AD_PrintFont getAD_PrintFont() throws RuntimeException { - return (I_AD_PrintFont)MTable.get(getCtx(), I_AD_PrintFont.Table_Name) + return (org.compiere.model.I_AD_PrintFont)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFont.Table_Name) .getPO(getAD_PrintFont_ID(), get_TrxName()); } /** Set Print Font. @@ -163,9 +163,23 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return ii.intValue(); } - public I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException + /** Set AD_PrintFormat_UU. + @param AD_PrintFormat_UU AD_PrintFormat_UU */ + public void setAD_PrintFormat_UU (String AD_PrintFormat_UU) + { + set_Value (COLUMNNAME_AD_PrintFormat_UU, AD_PrintFormat_UU); + } + + /** Get AD_PrintFormat_UU. + @return AD_PrintFormat_UU */ + public String getAD_PrintFormat_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintFormat_UU); + } + + public org.compiere.model.I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException { - return (I_AD_PrintPaper)MTable.get(getCtx(), I_AD_PrintPaper.Table_Name) + return (org.compiere.model.I_AD_PrintPaper)MTable.get(getCtx(), org.compiere.model.I_AD_PrintPaper.Table_Name) .getPO(getAD_PrintPaper_ID(), get_TrxName()); } /** Set Print Paper. @@ -191,9 +205,9 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return ii.intValue(); } - public I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException { - return (I_AD_PrintTableFormat)MTable.get(getCtx(), I_AD_PrintTableFormat.Table_Name) + return (org.compiere.model.I_AD_PrintTableFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintTableFormat.Table_Name) .getPO(getAD_PrintTableFormat_ID(), get_TrxName()); } /** Set Print Table Format. @@ -219,9 +233,9 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return ii.intValue(); } - public I_AD_ReportView getAD_ReportView() throws RuntimeException + public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException { - return (I_AD_ReportView)MTable.get(getCtx(), I_AD_ReportView.Table_Name) + return (org.compiere.model.I_AD_ReportView)MTable.get(getCtx(), org.compiere.model.I_AD_ReportView.Table_Name) .getPO(getAD_ReportView_ID(), get_TrxName()); } /** Set Report View. @@ -247,9 +261,9 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -473,9 +487,9 @@ public class X_AD_PrintFormat extends PO implements I_AD_PrintFormat, I_Persiste return false; } - public I_AD_Process getJasperProcess() throws RuntimeException + public org.compiere.model.I_AD_Process getJasperProcess() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getJasperProcess_ID(), get_TrxName()); } /** Set Jasper Process. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java index 1526a59c1c..37cb1938c4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintFormatItem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintFormatItem - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintFormatItem (Properties ctx, int AD_PrintFormatItem_ID, String trxName) @@ -48,6 +48,8 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ setIsAveraged (false); setIsCentrallyMaintained (false); setIsCounted (false); + setIsDesc (false); +// N setIsDeviationCalc (false); setIsFilledRectangle (false); // N @@ -121,9 +123,9 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -149,9 +151,9 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return ii.intValue(); } - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor_ID(), get_TrxName()); } /** Set Print Color. @@ -177,9 +179,9 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return ii.intValue(); } - public I_AD_PrintFont getAD_PrintFont() throws RuntimeException + public org.compiere.model.I_AD_PrintFont getAD_PrintFont() throws RuntimeException { - return (I_AD_PrintFont)MTable.get(getCtx(), I_AD_PrintFont.Table_Name) + return (org.compiere.model.I_AD_PrintFont)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFont.Table_Name) .getPO(getAD_PrintFont_ID(), get_TrxName()); } /** Set Print Font. @@ -205,9 +207,9 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return ii.intValue(); } - public I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormatChild_ID(), get_TrxName()); } /** Set Included Print Format. @@ -233,9 +235,9 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return ii.intValue(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -284,9 +286,23 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return ii.intValue(); } - public I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException + /** Set AD_PrintFormatItem_UU. + @param AD_PrintFormatItem_UU AD_PrintFormatItem_UU */ + public void setAD_PrintFormatItem_UU (String AD_PrintFormatItem_UU) + { + set_Value (COLUMNNAME_AD_PrintFormatItem_UU, AD_PrintFormatItem_UU); + } + + /** Get AD_PrintFormatItem_UU. + @return AD_PrintFormatItem_UU */ + public String getAD_PrintFormatItem_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintFormatItem_UU); + } + + public org.compiere.model.I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException { - return (I_AD_PrintGraph)MTable.get(getCtx(), I_AD_PrintGraph.Table_Name) + return (org.compiere.model.I_AD_PrintGraph)MTable.get(getCtx(), org.compiere.model.I_AD_PrintGraph.Table_Name) .getPO(getAD_PrintGraph_ID(), get_TrxName()); } /** Set Graph. @@ -580,6 +596,30 @@ public class X_AD_PrintFormatItem extends PO implements I_AD_PrintFormatItem, I_ return false; } + /** Set Descending. + @param IsDesc + Sort your data using a SQL Desc Order By statement + */ + public void setIsDesc (boolean IsDesc) + { + set_Value (COLUMNNAME_IsDesc, Boolean.valueOf(IsDesc)); + } + + /** Get Descending. + @return Sort your data using a SQL Desc Order By statement + */ + public boolean isDesc () + { + Object oo = get_Value(COLUMNNAME_IsDesc); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + /** Set Calculate Deviation (σ). @param IsDeviationCalc Calculate Standard Deviation diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java index b56aca13af..6dc5672553 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintGraph.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintGraph - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintGraph (Properties ctx, int AD_PrintGraph_ID, String trxName) @@ -76,9 +76,9 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -127,9 +127,23 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return ii.intValue(); } - public I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException + /** Set AD_PrintGraph_UU. + @param AD_PrintGraph_UU AD_PrintGraph_UU */ + public void setAD_PrintGraph_UU (String AD_PrintGraph_UU) + { + set_Value (COLUMNNAME_AD_PrintGraph_UU, AD_PrintGraph_UU); + } + + /** Get AD_PrintGraph_UU. + @return AD_PrintGraph_UU */ + public String getAD_PrintGraph_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintGraph_UU); + } + + public org.compiere.model.I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException { - return (I_AD_PrintFormatItem)MTable.get(getCtx(), I_AD_PrintFormatItem.Table_Name) + return (org.compiere.model.I_AD_PrintFormatItem)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormatItem.Table_Name) .getPO(getData1_PrintFormatItem_ID(), get_TrxName()); } /** Set Data Column 2. @@ -155,9 +169,9 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return ii.intValue(); } - public I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException + public org.compiere.model.I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException { - return (I_AD_PrintFormatItem)MTable.get(getCtx(), I_AD_PrintFormatItem.Table_Name) + return (org.compiere.model.I_AD_PrintFormatItem)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormatItem.Table_Name) .getPO(getData2_PrintFormatItem_ID(), get_TrxName()); } /** Set Data Column 3. @@ -183,9 +197,9 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return ii.intValue(); } - public I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException + public org.compiere.model.I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException { - return (I_AD_PrintFormatItem)MTable.get(getCtx(), I_AD_PrintFormatItem.Table_Name) + return (org.compiere.model.I_AD_PrintFormatItem)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormatItem.Table_Name) .getPO(getData3_PrintFormatItem_ID(), get_TrxName()); } /** Set Data Column 4. @@ -211,9 +225,9 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return ii.intValue(); } - public I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException + public org.compiere.model.I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException { - return (I_AD_PrintFormatItem)MTable.get(getCtx(), I_AD_PrintFormatItem.Table_Name) + return (org.compiere.model.I_AD_PrintFormatItem)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormatItem.Table_Name) .getPO(getData4_PrintFormatItem_ID(), get_TrxName()); } /** Set Data Column 5. @@ -239,9 +253,9 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return ii.intValue(); } - public I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException + public org.compiere.model.I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException { - return (I_AD_PrintFormatItem)MTable.get(getCtx(), I_AD_PrintFormatItem.Table_Name) + return (org.compiere.model.I_AD_PrintFormatItem)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormatItem.Table_Name) .getPO(getData_PrintFormatItem_ID(), get_TrxName()); } /** Set Data Column. @@ -284,9 +298,9 @@ public class X_AD_PrintGraph extends PO implements I_AD_PrintGraph, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException + public org.compiere.model.I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException { - return (I_AD_PrintFormatItem)MTable.get(getCtx(), I_AD_PrintFormatItem.Table_Name) + return (org.compiere.model.I_AD_PrintFormatItem)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormatItem.Table_Name) .getPO(getDescription_PrintFormatItem_ID(), get_TrxName()); } /** Set Description Column. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java index 08a2018798..d33df460c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintLabel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintLabel (Properties ctx, int AD_PrintLabel_ID, String trxName) @@ -122,9 +122,23 @@ public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_PrintLabel_UU. + @param AD_PrintLabel_UU AD_PrintLabel_UU */ + public void setAD_PrintLabel_UU (String AD_PrintLabel_UU) + { + set_Value (COLUMNNAME_AD_PrintLabel_UU, AD_PrintLabel_UU); + } + + /** Get AD_PrintLabel_UU. + @return AD_PrintLabel_UU */ + public String getAD_PrintLabel_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintLabel_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java index 592b24bfe2..da3932610e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintLabelLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintLabelLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintLabelLine (Properties ctx, int AD_PrintLabelLine_ID, String trxName) @@ -78,9 +78,9 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -106,9 +106,9 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe return ii.intValue(); } - public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException + public org.compiere.model.I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException { - return (I_AD_LabelPrinterFunction)MTable.get(getCtx(), I_AD_LabelPrinterFunction.Table_Name) + return (org.compiere.model.I_AD_LabelPrinterFunction)MTable.get(getCtx(), org.compiere.model.I_AD_LabelPrinterFunction.Table_Name) .getPO(getAD_LabelPrinterFunction_ID(), get_TrxName()); } /** Set Label printer Function. @@ -134,9 +134,9 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe return ii.intValue(); } - public I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException + public org.compiere.model.I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException { - return (I_AD_PrintLabel)MTable.get(getCtx(), I_AD_PrintLabel.Table_Name) + return (org.compiere.model.I_AD_PrintLabel)MTable.get(getCtx(), org.compiere.model.I_AD_PrintLabel.Table_Name) .getPO(getAD_PrintLabel_ID(), get_TrxName()); } /** Set Print Label. @@ -185,6 +185,20 @@ public class X_AD_PrintLabelLine extends PO implements I_AD_PrintLabelLine, I_Pe return ii.intValue(); } + /** Set AD_PrintLabelLine_UU. + @param AD_PrintLabelLine_UU AD_PrintLabelLine_UU */ + public void setAD_PrintLabelLine_UU (String AD_PrintLabelLine_UU) + { + set_Value (COLUMNNAME_AD_PrintLabelLine_UU, AD_PrintLabelLine_UU); + } + + /** Get AD_PrintLabelLine_UU. + @return AD_PrintLabelLine_UU */ + public String getAD_PrintLabelLine_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintLabelLine_UU); + } + /** LabelFormatType AD_Reference_ID=280 */ public static final int LABELFORMATTYPE_AD_Reference_ID=280; /** Field = F */ diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java index d54887fc62..9905bc94d6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintPaper.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintPaper - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintPaper (Properties ctx, int AD_PrintPaper_ID, String trxName) @@ -109,6 +109,20 @@ public class X_AD_PrintPaper extends PO implements I_AD_PrintPaper, I_Persistent return ii.intValue(); } + /** Set AD_PrintPaper_UU. + @param AD_PrintPaper_UU AD_PrintPaper_UU */ + public void setAD_PrintPaper_UU (String AD_PrintPaper_UU) + { + set_Value (COLUMNNAME_AD_PrintPaper_UU, AD_PrintPaper_UU); + } + + /** Get AD_PrintPaper_UU. + @return AD_PrintPaper_UU */ + public String getAD_PrintPaper_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintPaper_UU); + } + /** Set Validation code. @param Code Validation Code diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java b/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java index 0027e4af5e..929f75ceab 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_PrintTableFormat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_PrintTableFormat - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_PrintTableFormat (Properties ctx, int AD_PrintTableFormat_ID, String trxName) @@ -82,9 +82,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return sb.toString(); } - public I_AD_Image getAD_Image() throws RuntimeException + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException { - return (I_AD_Image)MTable.get(getCtx(), I_AD_Image.Table_Name) + return (org.compiere.model.I_AD_Image)MTable.get(getCtx(), org.compiere.model.I_AD_Image.Table_Name) .getPO(getAD_Image_ID(), get_TrxName()); } /** Set Image. @@ -133,6 +133,20 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return ii.intValue(); } + /** Set AD_PrintTableFormat_UU. + @param AD_PrintTableFormat_UU AD_PrintTableFormat_UU */ + public void setAD_PrintTableFormat_UU (String AD_PrintTableFormat_UU) + { + set_Value (COLUMNNAME_AD_PrintTableFormat_UU, AD_PrintTableFormat_UU); + } + + /** Get AD_PrintTableFormat_UU. + @return AD_PrintTableFormat_UU */ + public String getAD_PrintTableFormat_UU () + { + return (String)get_Value(COLUMNNAME_AD_PrintTableFormat_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -201,9 +215,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return (String)get_Value(COLUMNNAME_FooterRight); } - public I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getFunctBG_PrintColor_ID(), get_TrxName()); } /** Set Function BG Color. @@ -229,9 +243,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return ii.intValue(); } - public I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getFunctFG_PrintColor_ID(), get_TrxName()); } /** Set Function Color. @@ -257,9 +271,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return ii.intValue(); } - public I_AD_PrintFont getFunct_PrintFont() throws RuntimeException + public org.compiere.model.I_AD_PrintFont getFunct_PrintFont() throws RuntimeException { - return (I_AD_PrintFont)MTable.get(getCtx(), I_AD_PrintFont.Table_Name) + return (org.compiere.model.I_AD_PrintFont)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFont.Table_Name) .getPO(getFunct_PrintFont_ID(), get_TrxName()); } /** Set Function Font. @@ -285,9 +299,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return ii.intValue(); } - public I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getHdrLine_PrintColor_ID(), get_TrxName()); } /** Set Header Line Color. @@ -313,9 +327,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return ii.intValue(); } - public I_AD_PrintFont getHdr_PrintFont() throws RuntimeException + public org.compiere.model.I_AD_PrintFont getHdr_PrintFont() throws RuntimeException { - return (I_AD_PrintFont)MTable.get(getCtx(), I_AD_PrintFont.Table_Name) + return (org.compiere.model.I_AD_PrintFont)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFont.Table_Name) .getPO(getHdr_PrintFont_ID(), get_TrxName()); } /** Set Header Row Font. @@ -389,9 +403,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return (String)get_Value(COLUMNNAME_HdrStrokeType); } - public I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getHdrTextBG_PrintColor_ID(), get_TrxName()); } /** Set Header Row BG Color. @@ -417,9 +431,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return ii.intValue(); } - public I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getHdrTextFG_PrintColor_ID(), get_TrxName()); } /** Set Header Row Color. @@ -705,9 +719,9 @@ public class X_AD_PrintTableFormat extends PO implements I_AD_PrintTableFormat, return false; } - public I_AD_PrintColor getLine_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getLine_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getLine_PrintColor_ID(), get_TrxName()); } /** Set Line Color. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java index 1af36521bf..2f5ecd6781 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Private_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Private_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Private_Access (Properties ctx, int AD_Private_Access_ID, String trxName) @@ -71,9 +71,23 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_Private_Access_UU. + @param AD_Private_Access_UU AD_Private_Access_UU */ + public void setAD_Private_Access_UU (String AD_Private_Access_UU) + { + set_Value (COLUMNNAME_AD_Private_Access_UU, AD_Private_Access_UU); + } + + /** Get AD_Private_Access_UU. + @return AD_Private_Access_UU */ + public String getAD_Private_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Private_Access_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -99,9 +113,9 @@ public class X_AD_Private_Access extends PO implements I_AD_Private_Access, I_Pe return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Process.java b/org.adempiere.base/src/org/compiere/model/X_AD_Process.java index db18aabcaf..cc14feb3ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Process.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Process (Properties ctx, int AD_Process_ID, String trxName) @@ -110,9 +110,9 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent return (String)get_Value(COLUMNNAME_AccessLevel); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -138,9 +138,9 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent return ii.intValue(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -189,9 +189,23 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent return ii.intValue(); } - public I_AD_ReportView getAD_ReportView() throws RuntimeException + /** Set AD_Process_UU. + @param AD_Process_UU AD_Process_UU */ + public void setAD_Process_UU (String AD_Process_UU) + { + set_Value (COLUMNNAME_AD_Process_UU, AD_Process_UU); + } + + /** Get AD_Process_UU. + @return AD_Process_UU */ + public String getAD_Process_UU () + { + return (String)get_Value(COLUMNNAME_AD_Process_UU); + } + + public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException { - return (I_AD_ReportView)MTable.get(getCtx(), I_AD_ReportView.Table_Name) + return (org.compiere.model.I_AD_ReportView)MTable.get(getCtx(), org.compiere.model.I_AD_ReportView.Table_Name) .getPO(getAD_ReportView_ID(), get_TrxName()); } /** Set Report View. @@ -217,9 +231,9 @@ public class X_AD_Process extends PO implements I_AD_Process, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java index 77a18af173..614456bd92 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Process_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Process_Access (Properties ctx, int AD_Process_Access_ID, String trxName) @@ -71,9 +71,23 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe return sb.toString(); } - public I_AD_Process getAD_Process() throws RuntimeException + /** Set AD_Process_Access_UU. + @param AD_Process_Access_UU AD_Process_Access_UU */ + public void setAD_Process_Access_UU (String AD_Process_Access_UU) + { + set_Value (COLUMNNAME_AD_Process_Access_UU, AD_Process_Access_UU); + } + + /** Get AD_Process_Access_UU. + @return AD_Process_Access_UU */ + public String getAD_Process_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Process_Access_UU); + } + + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -99,9 +113,9 @@ public class X_AD_Process_Access extends PO implements I_AD_Process_Access, I_Pe return ii.intValue(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java index 3c96e04dff..90564e55dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Process_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Process_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Process_Para extends PO implements I_AD_Process_Para, I_Persistent { /** * */ - private static final long serialVersionUID = 20120515L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Process_Para (Properties ctx, int AD_Process_Para_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java b/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java index 0f805d1921..d7a277e8d7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_RecentItem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_RecentItem - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent { /** * */ - private static final long serialVersionUID = 20120127L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_RecentItem (Properties ctx, int AD_RecentItem_ID, String trxName) @@ -92,6 +92,20 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent return ii.intValue(); } + /** Set AD_RecentItem_UU. + @param AD_RecentItem_UU AD_RecentItem_UU */ + public void setAD_RecentItem_UU (String AD_RecentItem_UU) + { + set_Value (COLUMNNAME_AD_RecentItem_UU, AD_RecentItem_UU); + } + + /** Get AD_RecentItem_UU. + @return AD_RecentItem_UU */ + public String getAD_RecentItem_UU () + { + return (String)get_Value(COLUMNNAME_AD_RecentItem_UU); + } + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) @@ -181,7 +195,7 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } - /** Set Usuario. + /** Set User/Contact. @param AD_User_ID User within the system - Internal or Business Partner Contact */ @@ -193,7 +207,7 @@ public class X_AD_RecentItem extends PO implements I_AD_RecentItem, I_Persistent set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } - /** Get Usuario. + /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ public int getAD_User_ID () diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java index 184efd3ed7..fd993babb1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Record_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Record_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Record_Access (Properties ctx, int AD_Record_Access_ID, String trxName) @@ -77,9 +77,23 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + /** Set AD_Record_Access_UU. + @param AD_Record_Access_UU AD_Record_Access_UU */ + public void setAD_Record_Access_UU (String AD_Record_Access_UU) + { + set_Value (COLUMNNAME_AD_Record_Access_UU, AD_Record_Access_UU); + } + + /** Get AD_Record_Access_UU. + @return AD_Record_Access_UU */ + public String getAD_Record_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Record_Access_UU); + } + + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -105,9 +119,9 @@ public class X_AD_Record_Access extends PO implements I_AD_Record_Access, I_Pers return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java index 666cf4721d..5da6a9a388 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_List.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Ref_List - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Ref_List (Properties ctx, int AD_Ref_List_ID, String trxName) @@ -76,9 +76,9 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent return sb.toString(); } - public I_AD_Reference getAD_Reference() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. @@ -127,6 +127,20 @@ public class X_AD_Ref_List extends PO implements I_AD_Ref_List, I_Persistent return ii.intValue(); } + /** Set AD_Ref_List_UU. + @param AD_Ref_List_UU AD_Ref_List_UU */ + public void setAD_Ref_List_UU (String AD_Ref_List_UU) + { + set_Value (COLUMNNAME_AD_Ref_List_UU, AD_Ref_List_UU); + } + + /** Get AD_Ref_List_UU. + @return AD_Ref_List_UU */ + public String getAD_Ref_List_UU () + { + return (String)get_Value(COLUMNNAME_AD_Ref_List_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java index ee77747c6b..641fcb3bc4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Ref_Table.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Ref_Table - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Ref_Table (Properties ctx, int AD_Ref_Table_ID, String trxName) @@ -76,9 +76,9 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent return sb.toString(); } - public I_AD_Column getAD_Disp() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Disp() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Display(), get_TrxName()); } /** Set Display column. @@ -101,9 +101,9 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent return ii.intValue(); } - public I_AD_Column getAD_() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Key(), get_TrxName()); } /** Set Key column. @@ -126,9 +126,9 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent return ii.intValue(); } - public I_AD_Reference getAD_Reference() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. @@ -162,9 +162,23 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getAD_Reference_ID())); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_Ref_Table_UU. + @param AD_Ref_Table_UU AD_Ref_Table_UU */ + public void setAD_Ref_Table_UU (String AD_Ref_Table_UU) + { + set_Value (COLUMNNAME_AD_Ref_Table_UU, AD_Ref_Table_UU); + } + + /** Get AD_Ref_Table_UU. + @return AD_Ref_Table_UU */ + public String getAD_Ref_Table_UU () + { + return (String)get_Value(COLUMNNAME_AD_Ref_Table_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -190,9 +204,9 @@ public class X_AD_Ref_Table extends PO implements I_AD_Ref_Table, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java b/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java index 7b4a462cde..84c4683503 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Reference.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Reference - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Reference (Properties ctx, int AD_Reference_ID, String trxName) @@ -97,6 +97,20 @@ public class X_AD_Reference extends PO implements I_AD_Reference, I_Persistent return ii.intValue(); } + /** Set AD_Reference_UU. + @param AD_Reference_UU AD_Reference_UU */ + public void setAD_Reference_UU (String AD_Reference_UU) + { + set_Value (COLUMNNAME_AD_Reference_UU, AD_Reference_UU); + } + + /** Get AD_Reference_UU. + @return AD_Reference_UU */ + public String getAD_Reference_UU () + { + return (String)get_Value(COLUMNNAME_AD_Reference_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java b/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java index 5d84378578..81cce24023 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Registration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for AD_Registration - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Registration (Properties ctx, int AD_Registration_ID, String trxName) @@ -103,9 +103,23 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis return ii.intValue(); } - public I_AD_System getAD_System() throws RuntimeException + /** Set AD_Registration_UU. + @param AD_Registration_UU AD_Registration_UU */ + public void setAD_Registration_UU (String AD_Registration_UU) + { + set_Value (COLUMNNAME_AD_Registration_UU, AD_Registration_UU); + } + + /** Get AD_Registration_UU. + @return AD_Registration_UU */ + public String getAD_Registration_UU () + { + return (String)get_Value(COLUMNNAME_AD_Registration_UU); + } + + public org.compiere.model.I_AD_System getAD_System() throws RuntimeException { - return (I_AD_System)MTable.get(getCtx(), I_AD_System.Table_Name) + return (org.compiere.model.I_AD_System)MTable.get(getCtx(), org.compiere.model.I_AD_System.Table_Name) .getPO(getAD_System_ID(), get_TrxName()); } /** Set System. @@ -131,9 +145,9 @@ public class X_AD_Registration extends PO implements I_AD_Registration, I_Persis return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java b/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java index b7c616348b..1443349d16 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_RelationType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_RelationType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_RelationType (Properties ctx, int AD_RelationType_ID, String trxName) @@ -75,9 +75,9 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis return sb.toString(); } - public I_AD_Reference getAD_Reference_Source() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference_Source() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_Source_ID(), get_TrxName()); } /** Set Source Reference. @@ -100,9 +100,9 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis return ii.intValue(); } - public I_AD_Reference getAD_Reference_Target() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference_Target() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_Target_ID(), get_TrxName()); } /** Set Target Reference. @@ -145,6 +145,20 @@ public class X_AD_RelationType extends PO implements I_AD_RelationType, I_Persis return ii.intValue(); } + /** Set AD_RelationType_UU. + @param AD_RelationType_UU AD_RelationType_UU */ + public void setAD_RelationType_UU (String AD_RelationType_UU) + { + set_Value (COLUMNNAME_AD_RelationType_UU, AD_RelationType_UU); + } + + /** Get AD_RelationType_UU. + @return AD_RelationType_UU */ + public String getAD_RelationType_UU () + { + return (String)get_Value(COLUMNNAME_AD_RelationType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java b/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java index c2524194fd..0c925461f9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Replication.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Replication - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Replication (Properties ctx, int AD_Replication_ID, String trxName) @@ -105,9 +105,9 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste return ii.intValue(); } - public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException + public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException { - return (I_AD_ReplicationStrategy)MTable.get(getCtx(), I_AD_ReplicationStrategy.Table_Name) + return (org.compiere.model.I_AD_ReplicationStrategy)MTable.get(getCtx(), org.compiere.model.I_AD_ReplicationStrategy.Table_Name) .getPO(getAD_ReplicationStrategy_ID(), get_TrxName()); } /** Set Replication Strategy. @@ -133,6 +133,20 @@ public class X_AD_Replication extends PO implements I_AD_Replication, I_Persiste return ii.intValue(); } + /** Set AD_Replication_UU. + @param AD_Replication_UU AD_Replication_UU */ + public void setAD_Replication_UU (String AD_Replication_UU) + { + set_Value (COLUMNNAME_AD_Replication_UU, AD_Replication_UU); + } + + /** Get AD_Replication_UU. + @return AD_Replication_UU */ + public String getAD_Replication_UU () + { + return (String)get_Value(COLUMNNAME_AD_Replication_UU); + } + /** Set Date last run. @param DateLastRun Date the process was last run. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java index 6740ab62fc..2002e4d36a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationDocument.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_ReplicationDocument - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocument, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ReplicationDocument (Properties ctx, int AD_ReplicationDocument_ID, String trxName) @@ -93,6 +93,20 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu return ii.intValue(); } + /** Set AD_ReplicationDocument_UU. + @param AD_ReplicationDocument_UU AD_ReplicationDocument_UU */ + public void setAD_ReplicationDocument_UU (String AD_ReplicationDocument_UU) + { + set_Value (COLUMNNAME_AD_ReplicationDocument_UU, AD_ReplicationDocument_UU); + } + + /** Get AD_ReplicationDocument_UU. + @return AD_ReplicationDocument_UU */ + public String getAD_ReplicationDocument_UU () + { + return (String)get_Value(COLUMNNAME_AD_ReplicationDocument_UU); + } + /** Set Replication Strategy. @param AD_ReplicationStrategy_ID Data Replication Strategy @@ -116,9 +130,9 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -144,9 +158,9 @@ public class X_AD_ReplicationDocument extends PO implements I_AD_ReplicationDocu return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java index ec22a4358b..ce93c0eae5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationStrategy.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReplicationStrategy - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStrategy, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ReplicationStrategy (Properties ctx, int AD_ReplicationStrategy_ID, String trxName) @@ -96,6 +96,20 @@ public class X_AD_ReplicationStrategy extends PO implements I_AD_ReplicationStra return ii.intValue(); } + /** Set AD_ReplicationStrategy_UU. + @param AD_ReplicationStrategy_UU AD_ReplicationStrategy_UU */ + public void setAD_ReplicationStrategy_UU (String AD_ReplicationStrategy_UU) + { + set_Value (COLUMNNAME_AD_ReplicationStrategy_UU, AD_ReplicationStrategy_UU); + } + + /** Get AD_ReplicationStrategy_UU. + @return AD_ReplicationStrategy_UU */ + public String getAD_ReplicationStrategy_UU () + { + return (String)get_Value(COLUMNNAME_AD_ReplicationStrategy_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java index 01d7875889..f62a1b132f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReplicationTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReplicationTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ReplicationTable (Properties ctx, int AD_ReplicationTable_ID, String trxName) @@ -75,9 +75,9 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, return sb.toString(); } - public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException + public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException { - return (I_AD_ReplicationStrategy)MTable.get(getCtx(), I_AD_ReplicationStrategy.Table_Name) + return (org.compiere.model.I_AD_ReplicationStrategy)MTable.get(getCtx(), org.compiere.model.I_AD_ReplicationStrategy.Table_Name) .getPO(getAD_ReplicationStrategy_ID(), get_TrxName()); } /** Set Replication Strategy. @@ -134,9 +134,23 @@ public class X_AD_ReplicationTable extends PO implements I_AD_ReplicationTable, return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_ReplicationTable_UU. + @param AD_ReplicationTable_UU AD_ReplicationTable_UU */ + public void setAD_ReplicationTable_UU (String AD_ReplicationTable_UU) + { + set_Value (COLUMNNAME_AD_ReplicationTable_UU, AD_ReplicationTable_UU); + } + + /** Get AD_ReplicationTable_UU. + @return AD_ReplicationTable_UU */ + public String getAD_ReplicationTable_UU () + { + return (String)get_Value(COLUMNNAME_AD_ReplicationTable_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java index c032bc3b2e..54fe07f64b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Log.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Replication_Log - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Replication_Log (Properties ctx, int AD_Replication_Log_ID, String trxName) @@ -96,9 +96,23 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ return ii.intValue(); } - public I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException + /** Set AD_Replication_Log_UU. + @param AD_Replication_Log_UU AD_Replication_Log_UU */ + public void setAD_Replication_Log_UU (String AD_Replication_Log_UU) + { + set_Value (COLUMNNAME_AD_Replication_Log_UU, AD_Replication_Log_UU); + } + + /** Get AD_Replication_Log_UU. + @return AD_Replication_Log_UU */ + public String getAD_Replication_Log_UU () + { + return (String)get_Value(COLUMNNAME_AD_Replication_Log_UU); + } + + public org.compiere.model.I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException { - return (I_AD_Replication_Run)MTable.get(getCtx(), I_AD_Replication_Run.Table_Name) + return (org.compiere.model.I_AD_Replication_Run)MTable.get(getCtx(), org.compiere.model.I_AD_Replication_Run.Table_Name) .getPO(getAD_Replication_Run_ID(), get_TrxName()); } /** Set Replication Run. @@ -132,9 +146,9 @@ public class X_AD_Replication_Log extends PO implements I_AD_Replication_Log, I_ return new KeyNamePair(get_ID(), String.valueOf(getAD_Replication_Run_ID())); } - public I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException + public org.compiere.model.I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException { - return (I_AD_ReplicationTable)MTable.get(getCtx(), I_AD_ReplicationTable.Table_Name) + return (org.compiere.model.I_AD_ReplicationTable)MTable.get(getCtx(), org.compiere.model.I_AD_ReplicationTable.Table_Name) .getPO(getAD_ReplicationTable_ID(), get_TrxName()); } /** Set Replication Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java index 0b72ec80ba..5505296a0a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Replication_Run.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Replication_Run - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Replication_Run (Properties ctx, int AD_Replication_Run_ID, String trxName) @@ -74,9 +74,9 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ return sb.toString(); } - public I_AD_Replication getAD_Replication() throws RuntimeException + public org.compiere.model.I_AD_Replication getAD_Replication() throws RuntimeException { - return (I_AD_Replication)MTable.get(getCtx(), I_AD_Replication.Table_Name) + return (org.compiere.model.I_AD_Replication)MTable.get(getCtx(), org.compiere.model.I_AD_Replication.Table_Name) .getPO(getAD_Replication_ID(), get_TrxName()); } /** Set Replication. @@ -125,6 +125,20 @@ public class X_AD_Replication_Run extends PO implements I_AD_Replication_Run, I_ return ii.intValue(); } + /** Set AD_Replication_Run_UU. + @param AD_Replication_Run_UU AD_Replication_Run_UU */ + public void setAD_Replication_Run_UU (String AD_Replication_Run_UU) + { + set_Value (COLUMNNAME_AD_Replication_Run_UU, AD_Replication_Run_UU); + } + + /** Get AD_Replication_Run_UU. + @return AD_Replication_Run_UU */ + public String getAD_Replication_Run_UU () + { + return (String)get_Value(COLUMNNAME_AD_Replication_Run_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java index ea508794d3..af359b222b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReportView - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ReportView (Properties ctx, int AD_ReportView_ID, String trxName) @@ -97,9 +97,23 @@ public class X_AD_ReportView extends PO implements I_AD_ReportView, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_ReportView_UU. + @param AD_ReportView_UU AD_ReportView_UU */ + public void setAD_ReportView_UU (String AD_ReportView_UU) + { + set_Value (COLUMNNAME_AD_ReportView_UU, AD_ReportView_UU); + } + + /** Get AD_ReportView_UU. + @return AD_ReportView_UU */ + public String getAD_ReportView_UU () + { + return (String)get_Value(COLUMNNAME_AD_ReportView_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java index 28bbb06ecf..7d54a25076 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ReportView_Col.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ReportView_Col - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ReportView_Col (Properties ctx, int AD_ReportView_Col_ID, String trxName) @@ -73,9 +73,9 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -121,9 +121,23 @@ public class X_AD_ReportView_Col extends PO implements I_AD_ReportView_Col, I_Pe return ii.intValue(); } - public I_AD_ReportView getAD_ReportView() throws RuntimeException + /** Set AD_ReportView_Col_UU. + @param AD_ReportView_Col_UU AD_ReportView_Col_UU */ + public void setAD_ReportView_Col_UU (String AD_ReportView_Col_UU) + { + set_Value (COLUMNNAME_AD_ReportView_Col_UU, AD_ReportView_Col_UU); + } + + /** Get AD_ReportView_Col_UU. + @return AD_ReportView_Col_UU */ + public String getAD_ReportView_Col_UU () + { + return (String)get_Value(COLUMNNAME_AD_ReportView_Col_UU); + } + + public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException { - return (I_AD_ReportView)MTable.get(getCtx(), I_AD_ReportView.Table_Name) + return (org.compiere.model.I_AD_ReportView)MTable.get(getCtx(), org.compiere.model.I_AD_ReportView.Table_Name) .getPO(getAD_ReportView_ID(), get_TrxName()); } /** Set Report View. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Role.java b/org.adempiere.base/src/org/compiere/model/X_AD_Role.java index 66072cb9b8..b702b7d5c4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Role.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Role.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Role - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent { /** * */ - private static final long serialVersionUID = 20120921L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Role (Properties ctx, int AD_Role_ID, String trxName) @@ -96,7 +96,6 @@ public class X_AD_Role extends PO implements I_AD_Role, I_Persistent setPreferenceType (null); // O setUserLevel (null); -// O } */ } diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java b/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java index 3800f5fb8b..bcdbeee6b4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Role_Included.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Role_Included - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Role_Included (Properties ctx, int AD_Role_Included_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -100,9 +100,23 @@ public class X_AD_Role_Included extends PO implements I_AD_Role_Included, I_Pers return ii.intValue(); } - public I_AD_Role getIncluded_Role() throws RuntimeException + /** Set AD_Role_Included_UU. + @param AD_Role_Included_UU AD_Role_Included_UU */ + public void setAD_Role_Included_UU (String AD_Role_Included_UU) + { + set_Value (COLUMNNAME_AD_Role_Included_UU, AD_Role_Included_UU); + } + + /** Get AD_Role_Included_UU. + @return AD_Role_Included_UU */ + public String getAD_Role_Included_UU () + { + return (String)get_Value(COLUMNNAME_AD_Role_Included_UU); + } + + public org.compiere.model.I_AD_Role getIncluded_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getIncluded_Role_ID(), get_TrxName()); } /** Set Included Role. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java index e6d012ce58..c5bddb4363 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Role_OrgAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Role_OrgAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Role_OrgAccess (Properties ctx, int AD_Role_OrgAccess_ID, String trxName) @@ -70,9 +70,9 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -98,6 +98,20 @@ public class X_AD_Role_OrgAccess extends PO implements I_AD_Role_OrgAccess, I_Pe return ii.intValue(); } + /** Set AD_Role_OrgAccess_UU. + @param AD_Role_OrgAccess_UU AD_Role_OrgAccess_UU */ + public void setAD_Role_OrgAccess_UU (String AD_Role_OrgAccess_UU) + { + set_Value (COLUMNNAME_AD_Role_OrgAccess_UU, AD_Role_OrgAccess_UU); + } + + /** Get AD_Role_OrgAccess_UU. + @return AD_Role_OrgAccess_UU */ + public String getAD_Role_OrgAccess_UU () + { + return (String)get_Value(COLUMNNAME_AD_Role_OrgAccess_UU); + } + /** Set Read Only. @param IsReadOnly Field is read only diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java b/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java index 8835011246..5a55cab94c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Rule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Rule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Rule (Properties ctx, int AD_Rule_ID, String trxName) @@ -128,6 +128,20 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent return ii.intValue(); } + /** Set AD_Rule_UU. + @param AD_Rule_UU AD_Rule_UU */ + public void setAD_Rule_UU (String AD_Rule_UU) + { + set_Value (COLUMNNAME_AD_Rule_UU, AD_Rule_UU); + } + + /** Get AD_Rule_UU. + @return AD_Rule_UU */ + public String getAD_Rule_UU () + { + return (String)get_Value(COLUMNNAME_AD_Rule_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -181,6 +195,8 @@ public class X_AD_Rule extends PO implements I_AD_Rule, I_Persistent public static final String EVENTTYPE_HumanResourcePayroll = "H"; /** Measure for Performance Analysis = M */ public static final String EVENTTYPE_MeasureForPerformanceAnalysis = "M"; + /** GL Reconciliation = R */ + public static final String EVENTTYPE_GLReconciliation = "R"; /** Set Event Type. @param EventType Type of Event diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java b/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java index 81ff342ce6..2f6568219c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Schedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Schedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent { /** * */ - private static final long serialVersionUID = 20120924L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Schedule (Properties ctx, int AD_Schedule_ID, String trxName) @@ -38,6 +38,11 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent super (ctx, AD_Schedule_ID, trxName); /** if (AD_Schedule_ID == 0) { + setIsIgnoreProcessingTime (false); +// N + setIsSystemSchedule (false); +// N + setName (null); } */ } @@ -69,8 +74,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent return sb.toString(); } - /** Set AD_Schedule_ID. - @param AD_Schedule_ID AD_Schedule_ID */ + /** Set Schedule. + @param AD_Schedule_ID Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID) { if (AD_Schedule_ID < 1) @@ -79,8 +84,8 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent set_ValueNoCheck (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } - /** Get AD_Schedule_ID. - @return AD_Schedule_ID */ + /** Get Schedule. + @return Schedule */ public int getAD_Schedule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); @@ -89,14 +94,6 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent return ii.intValue(); } - /** Get Record ID/ColumnName - @return ID/ColumnName pair - */ - public KeyNamePair getKeyNamePair() - { - return new KeyNamePair(get_ID(), String.valueOf(getAD_Schedule_ID())); - } - /** Set AD_Schedule_UU. @param AD_Schedule_UU AD_Schedule_UU */ public void setAD_Schedule_UU (String AD_Schedule_UU) @@ -215,7 +212,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent return false; } - /** Set IsSystemSchedule. + /** Set System Schedule. @param IsSystemSchedule Schedule Just For System */ @@ -224,7 +221,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent set_Value (COLUMNNAME_IsSystemSchedule, Boolean.valueOf(IsSystemSchedule)); } - /** Get IsSystemSchedule. + /** Get System Schedule. @return Schedule Just For System */ public boolean isSystemSchedule () @@ -265,7 +262,7 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent */ public void setName (String Name) { - set_ValueNoCheck (COLUMNNAME_Name, Name); + set_Value (COLUMNNAME_Name, Name); } /** Get Name. @@ -276,6 +273,14 @@ public class X_AD_Schedule extends PO implements I_AD_Schedule, I_Persistent return (String)get_Value(COLUMNNAME_Name); } + /** Get Record ID/ColumnName + @return ID/ColumnName pair + */ + public KeyNamePair getKeyNamePair() + { + return new KeyNamePair(get_ID(), getName()); + } + /** Set Run only on IP. @param RunOnlyOnIP Run only on IP */ public void setRunOnlyOnIP (String RunOnlyOnIP) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java index ecd51048a1..26dfa931b8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Scheduler - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent { /** * */ - private static final long serialVersionUID = 20120924L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Scheduler (Properties ctx, int AD_Scheduler_ID, String trxName) @@ -40,6 +40,7 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent /** if (AD_Scheduler_ID == 0) { setAD_Process_ID (0); + setAD_Schedule_ID (0); setAD_Scheduler_ID (0); setKeepLogDays (0); // 7 @@ -109,8 +110,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent return (org.compiere.model.I_AD_Schedule)MTable.get(getCtx(), org.compiere.model.I_AD_Schedule.Table_Name) .getPO(getAD_Schedule_ID(), get_TrxName()); } - /** Set AD_Schedule_ID. - @param AD_Schedule_ID AD_Schedule_ID */ + /** Set Schedule. + @param AD_Schedule_ID Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID) { if (AD_Schedule_ID < 1) @@ -119,8 +120,8 @@ public class X_AD_Scheduler extends PO implements I_AD_Scheduler, I_Persistent set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } - /** Get AD_Schedule_ID. - @return AD_Schedule_ID */ + /** Get Schedule. + @return Schedule */ public int getAD_Schedule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java index cdfa2b4b82..1f64b77288 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_SchedulerLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_SchedulerLog (Properties ctx, int AD_SchedulerLog_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis return sb.toString(); } - public I_AD_Scheduler getAD_Scheduler() throws RuntimeException + public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException { - return (I_AD_Scheduler)MTable.get(getCtx(), I_AD_Scheduler.Table_Name) + return (org.compiere.model.I_AD_Scheduler)MTable.get(getCtx(), org.compiere.model.I_AD_Scheduler.Table_Name) .getPO(getAD_Scheduler_ID(), get_TrxName()); } /** Set Scheduler. @@ -122,6 +122,20 @@ public class X_AD_SchedulerLog extends PO implements I_AD_SchedulerLog, I_Persis return ii.intValue(); } + /** Set AD_SchedulerLog_UU. + @param AD_SchedulerLog_UU AD_SchedulerLog_UU */ + public void setAD_SchedulerLog_UU (String AD_SchedulerLog_UU) + { + set_Value (COLUMNNAME_AD_SchedulerLog_UU, AD_SchedulerLog_UU); + } + + /** Get AD_SchedulerLog_UU. + @return AD_SchedulerLog_UU */ + public String getAD_SchedulerLog_UU () + { + return (String)get_Value(COLUMNNAME_AD_SchedulerLog_UU); + } + /** Set Binary Data. @param BinaryData Binary Data diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java index 9d61132164..2bc7bb2b2a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SchedulerRecipient.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_SchedulerRecipient - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipient, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_SchedulerRecipient (Properties ctx, int AD_SchedulerRecipient_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -99,9 +99,9 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie return ii.intValue(); } - public I_AD_Scheduler getAD_Scheduler() throws RuntimeException + public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException { - return (I_AD_Scheduler)MTable.get(getCtx(), I_AD_Scheduler.Table_Name) + return (org.compiere.model.I_AD_Scheduler)MTable.get(getCtx(), org.compiere.model.I_AD_Scheduler.Table_Name) .getPO(getAD_Scheduler_ID(), get_TrxName()); } /** Set Scheduler. @@ -150,9 +150,23 @@ public class X_AD_SchedulerRecipient extends PO implements I_AD_SchedulerRecipie return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + /** Set AD_SchedulerRecipient_UU. + @param AD_SchedulerRecipient_UU AD_SchedulerRecipient_UU */ + public void setAD_SchedulerRecipient_UU (String AD_SchedulerRecipient_UU) + { + set_Value (COLUMNNAME_AD_SchedulerRecipient_UU, AD_SchedulerRecipient_UU); + } + + /** Get AD_SchedulerRecipient_UU. + @return AD_SchedulerRecipient_UU */ + public String getAD_SchedulerRecipient_UU () + { + return (String)get_Value(COLUMNNAME_AD_SchedulerRecipient_UU); + } + + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java index 88b4b74066..8385515524 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Scheduler_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Scheduler_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Scheduler_Para (Properties ctx, int AD_Scheduler_Para_ID, String trxName) @@ -70,9 +70,9 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe return sb.toString(); } - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException { - return (I_AD_Process_Para)MTable.get(getCtx(), I_AD_Process_Para.Table_Name) + return (org.compiere.model.I_AD_Process_Para)MTable.get(getCtx(), org.compiere.model.I_AD_Process_Para.Table_Name) .getPO(getAD_Process_Para_ID(), get_TrxName()); } /** Set Process Parameter. @@ -95,9 +95,9 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe return ii.intValue(); } - public I_AD_Scheduler getAD_Scheduler() throws RuntimeException + public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException { - return (I_AD_Scheduler)MTable.get(getCtx(), I_AD_Scheduler.Table_Name) + return (org.compiere.model.I_AD_Scheduler)MTable.get(getCtx(), org.compiere.model.I_AD_Scheduler.Table_Name) .getPO(getAD_Scheduler_ID(), get_TrxName()); } /** Set Scheduler. @@ -123,6 +123,20 @@ public class X_AD_Scheduler_Para extends PO implements I_AD_Scheduler_Para, I_Pe return ii.intValue(); } + /** Set AD_Scheduler_Para_UU. + @param AD_Scheduler_Para_UU AD_Scheduler_Para_UU */ + public void setAD_Scheduler_Para_UU (String AD_Scheduler_Para_UU) + { + set_Value (COLUMNNAME_AD_Scheduler_Para_UU, AD_Scheduler_Para_UU); + } + + /** Get AD_Scheduler_Para_UU. + @return AD_Scheduler_Para_UU */ + public String getAD_Scheduler_Para_UU () + { + return (String)get_Value(COLUMNNAME_AD_Scheduler_Para_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java b/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java index 72191f3481..0f44133560 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SearchDefinition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_SearchDefinition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_SearchDefinition (Properties ctx, int AD_SearchDefinition_ID, String trxName) @@ -75,9 +75,9 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -123,9 +123,23 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_SearchDefinition_UU. + @param AD_SearchDefinition_UU AD_SearchDefinition_UU */ + public void setAD_SearchDefinition_UU (String AD_SearchDefinition_UU) + { + set_Value (COLUMNNAME_AD_SearchDefinition_UU, AD_SearchDefinition_UU); + } + + /** Get AD_SearchDefinition_UU. + @return AD_SearchDefinition_UU */ + public String getAD_SearchDefinition_UU () + { + return (String)get_Value(COLUMNNAME_AD_SearchDefinition_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -151,9 +165,9 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -254,9 +268,9 @@ public class X_AD_SearchDefinition extends PO implements I_AD_SearchDefinition, return (String)get_Value(COLUMNNAME_Name); } - public I_AD_Window getPO_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getPO_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getPO_Window_ID(), get_TrxName()); } /** Set PO Window. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java index 9eda6020e2..3d2de3fe9b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Sequence - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Sequence extends PO implements I_AD_Sequence, I_Persistent { /** * */ - private static final long serialVersionUID = 20120907L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Sequence (Properties ctx, int AD_Sequence_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java index 57873e3788..906e924534 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_Audit.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Sequence_Audit - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Sequence_Audit (Properties ctx, int AD_Sequence_Audit_ID, String trxName) @@ -72,9 +72,23 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe return sb.toString(); } - public I_AD_Sequence getAD_Sequence() throws RuntimeException + /** Set AD_Sequence_Audit_UU. + @param AD_Sequence_Audit_UU AD_Sequence_Audit_UU */ + public void setAD_Sequence_Audit_UU (String AD_Sequence_Audit_UU) + { + set_Value (COLUMNNAME_AD_Sequence_Audit_UU, AD_Sequence_Audit_UU); + } + + /** Get AD_Sequence_Audit_UU. + @return AD_Sequence_Audit_UU */ + public String getAD_Sequence_Audit_UU () + { + return (String)get_Value(COLUMNNAME_AD_Sequence_Audit_UU); + } + + public org.compiere.model.I_AD_Sequence getAD_Sequence() throws RuntimeException { - return (I_AD_Sequence)MTable.get(getCtx(), I_AD_Sequence.Table_Name) + return (org.compiere.model.I_AD_Sequence)MTable.get(getCtx(), org.compiere.model.I_AD_Sequence.Table_Name) .getPO(getAD_Sequence_ID(), get_TrxName()); } /** Set Sequence. @@ -100,9 +114,9 @@ public class X_AD_Sequence_Audit extends PO implements I_AD_Sequence_Audit, I_Pe return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java index cb3d5b0ca2..3b2145057e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Sequence_No.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Sequence_No - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Sequence_No extends PO implements I_AD_Sequence_No, I_Persistent { /** * */ - private static final long serialVersionUID = 20120907L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Sequence_No (Properties ctx, int AD_Sequence_No_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Session.java b/org.adempiere.base/src/org/compiere/model/X_AD_Session.java index 372a237e2e..5803d70d5e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Session.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Session.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Session - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Session (Properties ctx, int AD_Session_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -131,6 +131,20 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getAD_Session_ID())); } + /** Set AD_Session_UU. + @param AD_Session_UU AD_Session_UU */ + public void setAD_Session_UU (String AD_Session_UU) + { + set_Value (COLUMNNAME_AD_Session_UU, AD_Session_UU); + } + + /** Get AD_Session_UU. + @return AD_Session_UU */ + public String getAD_Session_UU () + { + return (String)get_Value(COLUMNNAME_AD_Session_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -220,15 +234,15 @@ public class X_AD_Session extends PO implements I_AD_Session, I_Persistent return (String)get_Value(COLUMNNAME_Remote_Host); } - /** Set Server name. - @param ServerName Server name */ + /** Set Server Name. + @param ServerName Server Name */ public void setServerName (String ServerName) { set_Value (COLUMNNAME_ServerName, ServerName); } - /** Get Server name. - @return Server name */ + /** Get Server Name. + @return Server Name */ public String getServerName () { return (String)get_Value(COLUMNNAME_ServerName); diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java b/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java index fec6abe1e3..47ca80a60e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_SysConfig.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_SysConfig - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_SysConfig (Properties ctx, int AD_SysConfig_ID, String trxName) @@ -94,6 +94,20 @@ public class X_AD_SysConfig extends PO implements I_AD_SysConfig, I_Persistent return ii.intValue(); } + /** Set AD_SysConfig_UU. + @param AD_SysConfig_UU AD_SysConfig_UU */ + public void setAD_SysConfig_UU (String AD_SysConfig_UU) + { + set_Value (COLUMNNAME_AD_SysConfig_UU, AD_SysConfig_UU); + } + + /** Get AD_SysConfig_UU. + @return AD_SysConfig_UU */ + public String getAD_SysConfig_UU () + { + return (String)get_Value(COLUMNNAME_AD_SysConfig_UU); + } + /** ConfigurationLevel AD_Reference_ID=53222 */ public static final int CONFIGURATIONLEVEL_AD_Reference_ID=53222; /** System = S */ diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_System.java b/org.adempiere.base/src/org/compiere/model/X_AD_System.java index 51a356e372..cb26e016b9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_System.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_System.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_System - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_System extends PO implements I_AD_System, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_System (Properties ctx, int AD_System_ID, String trxName) @@ -113,6 +113,20 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent return ii.intValue(); } + /** Set AD_System_UU. + @param AD_System_UU AD_System_UU */ + public void setAD_System_UU (String AD_System_UU) + { + set_Value (COLUMNNAME_AD_System_UU, AD_System_UU); + } + + /** Get AD_System_UU. + @return AD_System_UU */ + public String getAD_System_UU () + { + return (String)get_Value(COLUMNNAME_AD_System_UU); + } + /** Set Custom Prefix. @param CustomPrefix Prefix for Custom entities @@ -383,6 +397,23 @@ public class X_AD_System extends PO implements I_AD_System, I_Persistent return (String)get_Value(COLUMNNAME_LastBuildInfo); } + /** Set Last Migration Script Applied. + @param LastMigrationScriptApplied + Register of the filename for the last migration script applied on this database + */ + public void setLastMigrationScriptApplied (String LastMigrationScriptApplied) + { + set_Value (COLUMNNAME_LastMigrationScriptApplied, LastMigrationScriptApplied); + } + + /** Get Last Migration Script Applied. + @return Register of the filename for the last migration script applied on this database + */ + public String getLastMigrationScriptApplied () + { + return (String)get_Value(COLUMNNAME_LastMigrationScriptApplied); + } + /** Set LDAP Domain. @param LDAPDomain Directory service domain name - e.g. adempiere.org diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java index bd97c96f16..1a978167b6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tab.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Tab - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Tab (Properties ctx, int AD_Tab_ID, String trxName) @@ -88,9 +88,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -116,9 +116,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return ii.intValue(); } - public I_AD_Column getAD_ColumnSortOrder() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_ColumnSortOrder() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_ColumnSortOrder_ID(), get_TrxName()); } /** Set Order Column. @@ -144,9 +144,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return ii.intValue(); } - public I_AD_Column getAD_ColumnSortYesNo() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_ColumnSortYesNo() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_ColumnSortYesNo_ID(), get_TrxName()); } /** Set Included Column. @@ -172,9 +172,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return ii.intValue(); } - public I_AD_Image getAD_Image() throws RuntimeException + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException { - return (I_AD_Image)MTable.get(getCtx(), I_AD_Image.Table_Name) + return (org.compiere.model.I_AD_Image)MTable.get(getCtx(), org.compiere.model.I_AD_Image.Table_Name) .getPO(getAD_Image_ID(), get_TrxName()); } /** Set Image. @@ -200,9 +200,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -251,9 +251,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -279,9 +279,23 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + /** Set AD_Tab_UU. + @param AD_Tab_UU AD_Tab_UU */ + public void setAD_Tab_UU (String AD_Tab_UU) + { + set_Value (COLUMNNAME_AD_Tab_UU, AD_Tab_UU); + } + + /** Get AD_Tab_UU. + @return AD_Tab_UU */ + public String getAD_Tab_UU () + { + return (String)get_Value(COLUMNNAME_AD_Tab_UU); + } + + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -436,9 +450,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return (String)get_Value(COLUMNNAME_ImportFields); } - public I_AD_Tab getIncluded_Tab() throws RuntimeException + public org.compiere.model.I_AD_Tab getIncluded_Tab() throws RuntimeException { - return (I_AD_Tab)MTable.get(getCtx(), I_AD_Tab.Table_Name) + return (org.compiere.model.I_AD_Tab)MTable.get(getCtx(), org.compiere.model.I_AD_Tab.Table_Name) .getPO(getIncluded_Tab_ID(), get_TrxName()); } /** Set Included Tab. @@ -674,9 +688,9 @@ public class X_AD_Tab extends PO implements I_AD_Tab, I_Persistent return (String)get_Value(COLUMNNAME_OrderByClause); } - public I_AD_Column getParent_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getParent_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getParent_Column_ID(), get_TrxName()); } /** Set Parent Column. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java index a260531fbf..a3fd67fbbc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tab_Customization.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Tab_Customization - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization, I_Persistent { /** * */ - private static final long serialVersionUID = 20120813L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Tab_Customization (Properties ctx, int AD_Tab_Customization_ID, String trxName) @@ -90,6 +90,20 @@ public class X_AD_Tab_Customization extends PO implements I_AD_Tab_Customization return ii.intValue(); } + /** Set AD_Tab_Customization_UU. + @param AD_Tab_Customization_UU AD_Tab_Customization_UU */ + public void setAD_Tab_Customization_UU (String AD_Tab_Customization_UU) + { + set_Value (COLUMNNAME_AD_Tab_Customization_UU, AD_Tab_Customization_UU); + } + + /** Get AD_Tab_Customization_UU. + @return AD_Tab_Customization_UU */ + public String getAD_Tab_Customization_UU () + { + return (String)get_Value(COLUMNNAME_AD_Tab_Customization_UU); + } + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException { return (org.compiere.model.I_AD_Tab)MTable.get(getCtx(), org.compiere.model.I_AD_Tab.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Table.java b/org.adempiere.base/src/org/compiere/model/X_AD_Table.java index 7fa5bea666..1681e56401 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Table.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Table.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Table - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Table (Properties ctx, int AD_Table_ID, String trxName) @@ -140,9 +140,23 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent return ii.intValue(); } - public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException + /** Set AD_Table_UU. + @param AD_Table_UU AD_Table_UU */ + public void setAD_Table_UU (String AD_Table_UU) + { + set_Value (COLUMNNAME_AD_Table_UU, AD_Table_UU); + } + + /** Get AD_Table_UU. + @return AD_Table_UU */ + public String getAD_Table_UU () + { + return (String)get_Value(COLUMNNAME_AD_Table_UU); + } + + public org.compiere.model.I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException { - return (I_AD_Val_Rule)MTable.get(getCtx(), I_AD_Val_Rule.Table_Name) + return (org.compiere.model.I_AD_Val_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Val_Rule.Table_Name) .getPO(getAD_Val_Rule_ID(), get_TrxName()); } /** Set Dynamic Validation. @@ -168,9 +182,9 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -459,9 +473,9 @@ public class X_AD_Table extends PO implements I_AD_Table, I_Persistent return (String)get_Value(COLUMNNAME_Name); } - public I_AD_Window getPO_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getPO_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getPO_Window_ID(), get_TrxName()); } /** Set PO Window. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java index a46aa51de9..c2b071d57d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Table_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Table_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Table_Access (Properties ctx, int AD_Table_Access_ID, String trxName) @@ -104,9 +104,9 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis return (String)get_Value(COLUMNNAME_AccessTypeRule); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -132,9 +132,23 @@ public class X_AD_Table_Access extends PO implements I_AD_Table_Access, I_Persis return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + /** Set AD_Table_Access_UU. + @param AD_Table_Access_UU AD_Table_Access_UU */ + public void setAD_Table_Access_UU (String AD_Table_Access_UU) + { + set_Value (COLUMNNAME_AD_Table_Access_UU, AD_Table_Access_UU); + } + + /** Get AD_Table_Access_UU. + @return AD_Table_Access_UU */ + public String getAD_Table_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Table_Access_UU); + } + + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java b/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java index 8936851fb6..fb976036de 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Table_ScriptValidator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Table_ScriptValidator - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptValidator, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Table_ScriptValidator (Properties ctx, int AD_Table_ScriptValidator_ID, String trxName) @@ -75,9 +75,9 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV return sb.toString(); } - public I_AD_Rule getAD_Rule() throws RuntimeException + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException { - return (I_AD_Rule)MTable.get(getCtx(), I_AD_Rule.Table_Name) + return (org.compiere.model.I_AD_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Rule.Table_Name) .getPO(getAD_Rule_ID(), get_TrxName()); } /** Set Rule. @@ -100,9 +100,9 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -148,6 +148,20 @@ public class X_AD_Table_ScriptValidator extends PO implements I_AD_Table_ScriptV return ii.intValue(); } + /** Set AD_Table_ScriptValidator_UU. + @param AD_Table_ScriptValidator_UU AD_Table_ScriptValidator_UU */ + public void setAD_Table_ScriptValidator_UU (String AD_Table_ScriptValidator_UU) + { + set_Value (COLUMNNAME_AD_Table_ScriptValidator_UU, AD_Table_ScriptValidator_UU); + } + + /** Get AD_Table_ScriptValidator_UU. + @return AD_Table_ScriptValidator_UU */ + public String getAD_Table_ScriptValidator_UU () + { + return (String)get_Value(COLUMNNAME_AD_Table_ScriptValidator_UU); + } + /** EventModelValidator AD_Reference_ID=53237 */ public static final int EVENTMODELVALIDATOR_AD_Reference_ID=53237; /** Table Before New = TBN */ diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Task.java b/org.adempiere.base/src/org/compiere/model/X_AD_Task.java index 27d2f73577..df1de046b0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Task.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Task.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Task - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Task (Properties ctx, int AD_Task_ID, String trxName) @@ -132,6 +132,20 @@ public class X_AD_Task extends PO implements I_AD_Task, I_Persistent return ii.intValue(); } + /** Set AD_Task_UU. + @param AD_Task_UU AD_Task_UU */ + public void setAD_Task_UU (String AD_Task_UU) + { + set_Value (COLUMNNAME_AD_Task_UU, AD_Task_UU); + } + + /** Get AD_Task_UU. + @return AD_Task_UU */ + public String getAD_Task_UU () + { + return (String)get_Value(COLUMNNAME_AD_Task_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java b/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java index d9072e174c..745929b90f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TaskInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_TaskInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TaskInstance (Properties ctx, int AD_TaskInstance_ID, String trxName) @@ -121,4 +121,18 @@ public class X_AD_TaskInstance extends PO implements I_AD_TaskInstance, I_Persis { return new KeyNamePair(get_ID(), String.valueOf(getAD_TaskInstance_ID())); } + + /** Set AD_TaskInstance_UU. + @param AD_TaskInstance_UU AD_TaskInstance_UU */ + public void setAD_TaskInstance_UU (String AD_TaskInstance_UU) + { + set_Value (COLUMNNAME_AD_TaskInstance_UU, AD_TaskInstance_UU); + } + + /** Get AD_TaskInstance_UU. + @return AD_TaskInstance_UU */ + public String getAD_TaskInstance_UU () + { + return (String)get_Value(COLUMNNAME_AD_TaskInstance_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java index c8ec4df8ec..4d937420a4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Task_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Task_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Task_Access (Properties ctx, int AD_Task_Access_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -99,9 +99,23 @@ public class X_AD_Task_Access extends PO implements I_AD_Task_Access, I_Persiste return ii.intValue(); } - public I_AD_Task getAD_Task() throws RuntimeException + /** Set AD_Task_Access_UU. + @param AD_Task_Access_UU AD_Task_Access_UU */ + public void setAD_Task_Access_UU (String AD_Task_Access_UU) + { + set_Value (COLUMNNAME_AD_Task_Access_UU, AD_Task_Access_UU); + } + + /** Get AD_Task_Access_UU. + @return AD_Task_Access_UU */ + public String getAD_Task_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Task_Access_UU); + } + + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException { - return (I_AD_Task)MTable.get(getCtx(), I_AD_Task.Table_Name) + return (org.compiere.model.I_AD_Task)MTable.get(getCtx(), org.compiere.model.I_AD_Task.Table_Name) .getPO(getAD_Task_ID(), get_TrxName()); } /** Set OS Task. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java index f24d8ae3f8..17270619f6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButton.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_ToolBarButton - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Persistent { /** * */ - private static final long serialVersionUID = 20121025L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ToolBarButton (Properties ctx, int AD_ToolBarButton_ID, String trxName) @@ -110,17 +110,17 @@ public class X_AD_ToolBarButton extends PO implements I_AD_ToolBarButton, I_Pers return (String)get_Value(COLUMNNAME_Action); } - /** Set Action Class Name. + /** Set Service Component Name. @param ActionClassName - The class name that implements the interface for toolbar actions + The service component name that implements the interface for toolbar actions */ public void setActionClassName (String ActionClassName) { set_Value (COLUMNNAME_ActionClassName, ActionClassName); } - /** Get Action Class Name. - @return The class name that implements the interface for toolbar actions + /** Get Service Component Name. + @return The service component name that implements the interface for toolbar actions */ public String getActionClassName () { diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java index ad13259d7b..a300694f99 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_ToolBarButtonRestrict.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_ToolBarButtonRestrict - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_ToolBarButtonRestrict extends PO implements I_AD_ToolBarButtonRestrict, I_Persistent { /** * */ - private static final long serialVersionUID = 20121025L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_ToolBarButtonRestrict (Properties ctx, int AD_ToolBarButtonRestrict_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java b/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java index 7371b37bb3..bcaebccd1c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Tree.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Tree - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Tree (Properties ctx, int AD_Tree_ID, String trxName) @@ -98,6 +98,20 @@ public class X_AD_Tree extends PO implements I_AD_Tree, I_Persistent return ii.intValue(); } + /** Set AD_Tree_UU. + @param AD_Tree_UU AD_Tree_UU */ + public void setAD_Tree_UU (String AD_Tree_UU) + { + set_Value (COLUMNNAME_AD_Tree_UU, AD_Tree_UU); + } + + /** Get AD_Tree_UU. + @return AD_Tree_UU */ + public String getAD_Tree_UU () + { + return (String)get_Value(COLUMNNAME_AD_Tree_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeBar.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeBar.java index e7ff9765e7..fb552da651 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeBar.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeBar.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_TreeBar - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeBar extends PO implements I_AD_TreeBar, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeBar (Properties ctx, int AD_TreeBar_ID, String trxName) @@ -72,9 +72,23 @@ public class X_AD_TreeBar extends PO implements I_AD_TreeBar, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + /** Set AD_TreeBar_UU. + @param AD_TreeBar_UU AD_TreeBar_UU */ + public void setAD_TreeBar_UU (String AD_TreeBar_UU) + { + set_Value (COLUMNNAME_AD_TreeBar_UU, AD_TreeBar_UU); + } + + /** Get AD_TreeBar_UU. + @return AD_TreeBar_UU */ + public String getAD_TreeBar_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeBar_UU); + } + + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,9 +114,9 @@ public class X_AD_TreeBar extends PO implements I_AD_TreeBar, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -133,9 +147,9 @@ public class X_AD_TreeBar extends PO implements I_AD_TreeBar, I_Persistent public void setNode_ID (int Node_ID) { if (Node_ID < 0) - set_Value (COLUMNNAME_Node_ID, null); + set_ValueNoCheck (COLUMNNAME_Node_ID, null); else - set_Value (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); + set_ValueNoCheck (COLUMNNAME_Node_ID, Integer.valueOf(Node_ID)); } /** Get Node. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java index d7d5b9adab..17e16f53de 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNode.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNode - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNode (Properties ctx, int AD_TreeNode_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -99,6 +99,20 @@ public class X_AD_TreeNode extends PO implements I_AD_TreeNode, I_Persistent return ii.intValue(); } + /** Set AD_TreeNode_UU. + @param AD_TreeNode_UU AD_TreeNode_UU */ + public void setAD_TreeNode_UU (String AD_TreeNode_UU) + { + set_Value (COLUMNNAME_AD_TreeNode_UU, AD_TreeNode_UU); + } + + /** Get AD_TreeNode_UU. + @return AD_TreeNode_UU */ + public String getAD_TreeNode_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNode_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java index c49bc8c0b9..df29c8b467 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeBP.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeBP - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeBP (Properties ctx, int AD_TreeNodeBP_ID, String trxName) @@ -70,9 +70,9 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -98,6 +98,20 @@ public class X_AD_TreeNodeBP extends PO implements I_AD_TreeNodeBP, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodeBP_UU. + @param AD_TreeNodeBP_UU AD_TreeNodeBP_UU */ + public void setAD_TreeNodeBP_UU (String AD_TreeNodeBP_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeBP_UU, AD_TreeNodeBP_UU); + } + + /** Get AD_TreeNodeBP_UU. + @return AD_TreeNodeBP_UU */ + public String getAD_TreeNodeBP_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeBP_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java index bb7afc9469..5d80712c20 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMC.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeCMC - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeCMC (Properties ctx, int AD_TreeNodeCMC_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeCMC extends PO implements I_AD_TreeNodeCMC, I_Persiste return ii.intValue(); } + /** Set AD_TreeNodeCMC_UU. + @param AD_TreeNodeCMC_UU AD_TreeNodeCMC_UU */ + public void setAD_TreeNodeCMC_UU (String AD_TreeNodeCMC_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeCMC_UU, AD_TreeNodeCMC_UU); + } + + /** Get AD_TreeNodeCMC_UU. + @return AD_TreeNodeCMC_UU */ + public String getAD_TreeNodeCMC_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeCMC_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java index 41cff69ee7..e7b66bdbc7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeCMM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeCMM (Properties ctx, int AD_TreeNodeCMM_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeCMM extends PO implements I_AD_TreeNodeCMM, I_Persiste return ii.intValue(); } + /** Set AD_TreeNodeCMM_UU. + @param AD_TreeNodeCMM_UU AD_TreeNodeCMM_UU */ + public void setAD_TreeNodeCMM_UU (String AD_TreeNodeCMM_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeCMM_UU, AD_TreeNodeCMM_UU); + } + + /** Get AD_TreeNodeCMM_UU. + @return AD_TreeNodeCMM_UU */ + public String getAD_TreeNodeCMM_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeCMM_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java index 142c24976e..0788105bb2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMS.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeCMS - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeCMS (Properties ctx, int AD_TreeNodeCMS_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persiste return ii.intValue(); } + /** Set AD_TreeNodeCMS_UU. + @param AD_TreeNodeCMS_UU AD_TreeNodeCMS_UU */ + public void setAD_TreeNodeCMS_UU (String AD_TreeNodeCMS_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeCMS_UU, AD_TreeNodeCMS_UU); + } + + /** Get AD_TreeNodeCMS_UU. + @return AD_TreeNodeCMS_UU */ + public String getAD_TreeNodeCMS_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeCMS_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java index c9551494bb..1e154eda09 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeCMT.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeCMT - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeCMT (Properties ctx, int AD_TreeNodeCMT_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeCMT extends PO implements I_AD_TreeNodeCMT, I_Persiste return ii.intValue(); } + /** Set AD_TreeNodeCMT_UU. + @param AD_TreeNodeCMT_UU AD_TreeNodeCMT_UU */ + public void setAD_TreeNodeCMT_UU (String AD_TreeNodeCMT_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeCMT_UU, AD_TreeNodeCMT_UU); + } + + /** Get AD_TreeNodeCMT_UU. + @return AD_TreeNodeCMT_UU */ + public String getAD_TreeNodeCMT_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeCMT_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java index 3dd8008fe5..2856d012f0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeMM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeMM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeMM (Properties ctx, int AD_TreeNodeMM_ID, String trxName) @@ -70,9 +70,9 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -98,6 +98,20 @@ public class X_AD_TreeNodeMM extends PO implements I_AD_TreeNodeMM, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodeMM_UU. + @param AD_TreeNodeMM_UU AD_TreeNodeMM_UU */ + public void setAD_TreeNodeMM_UU (String AD_TreeNodeMM_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeMM_UU, AD_TreeNodeMM_UU); + } + + /** Get AD_TreeNodeMM_UU. + @return AD_TreeNodeMM_UU */ + public String getAD_TreeNodeMM_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeMM_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java index b6dbcc6a53..991311743b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodePR.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodePR - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodePR (Properties ctx, int AD_TreeNodePR_ID, String trxName) @@ -70,9 +70,9 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -98,6 +98,20 @@ public class X_AD_TreeNodePR extends PO implements I_AD_TreeNodePR, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodePR_UU. + @param AD_TreeNodePR_UU AD_TreeNodePR_UU */ + public void setAD_TreeNodePR_UU (String AD_TreeNodePR_UU) + { + set_Value (COLUMNNAME_AD_TreeNodePR_UU, AD_TreeNodePR_UU); + } + + /** Get AD_TreeNodePR_UU. + @return AD_TreeNodePR_UU */ + public String getAD_TreeNodePR_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodePR_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java index e1154c22d6..67af293e15 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU1.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeU1 - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeU1 (Properties ctx, int AD_TreeNodeU1_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeU1 extends PO implements I_AD_TreeNodeU1, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodeU1_UU. + @param AD_TreeNodeU1_UU AD_TreeNodeU1_UU */ + public void setAD_TreeNodeU1_UU (String AD_TreeNodeU1_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeU1_UU, AD_TreeNodeU1_UU); + } + + /** Get AD_TreeNodeU1_UU. + @return AD_TreeNodeU1_UU */ + public String getAD_TreeNodeU1_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeU1_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java index 7b30377023..aa573ae234 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU2.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeU2 - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeU2 (Properties ctx, int AD_TreeNodeU2_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeU2 extends PO implements I_AD_TreeNodeU2, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodeU2_UU. + @param AD_TreeNodeU2_UU AD_TreeNodeU2_UU */ + public void setAD_TreeNodeU2_UU (String AD_TreeNodeU2_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeU2_UU, AD_TreeNodeU2_UU); + } + + /** Get AD_TreeNodeU2_UU. + @return AD_TreeNodeU2_UU */ + public String getAD_TreeNodeU2_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeU2_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java index ac8066acdf..8f563d5fe1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU3.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeU3 - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeU3 (Properties ctx, int AD_TreeNodeU3_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeU3 extends PO implements I_AD_TreeNodeU3, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodeU3_UU. + @param AD_TreeNodeU3_UU AD_TreeNodeU3_UU */ + public void setAD_TreeNodeU3_UU (String AD_TreeNodeU3_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeU3_UU, AD_TreeNodeU3_UU); + } + + /** Get AD_TreeNodeU3_UU. + @return AD_TreeNodeU3_UU */ + public String getAD_TreeNodeU3_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeU3_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java index 28d40835dc..706b82bb64 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_TreeNodeU4.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_TreeNodeU4 - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_TreeNodeU4 (Properties ctx, int AD_TreeNodeU4_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -100,6 +100,20 @@ public class X_AD_TreeNodeU4 extends PO implements I_AD_TreeNodeU4, I_Persistent return ii.intValue(); } + /** Set AD_TreeNodeU4_UU. + @param AD_TreeNodeU4_UU AD_TreeNodeU4_UU */ + public void setAD_TreeNodeU4_UU (String AD_TreeNodeU4_UU) + { + set_Value (COLUMNNAME_AD_TreeNodeU4_UU, AD_TreeNodeU4_UU); + } + + /** Get AD_TreeNodeU4_UU. + @return AD_TreeNodeU4_UU */ + public String getAD_TreeNodeU4_UU () + { + return (String)get_Value(COLUMNNAME_AD_TreeNodeU4_UU); + } + /** Set Node. @param Node_ID Node */ public void setNode_ID (int Node_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User.java b/org.adempiere.base/src/org/compiere/model/X_AD_User.java index 1add249a9f..a429eb4f5f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_User - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_User extends PO implements I_AD_User, I_Persistent { /** * */ - private static final long serialVersionUID = 20120910L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_User (Properties ctx, int AD_User_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java index 6519a019b8..6827bd46f0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserBPAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_UserBPAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_UserBPAccess (Properties ctx, int AD_UserBPAccess_ID, String trxName) @@ -94,9 +94,23 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + /** Set AD_UserBPAccess_UU. + @param AD_UserBPAccess_UU AD_UserBPAccess_UU */ + public void setAD_UserBPAccess_UU (String AD_UserBPAccess_UU) + { + set_Value (COLUMNNAME_AD_UserBPAccess_UU, AD_UserBPAccess_UU); + } + + /** Get AD_UserBPAccess_UU. + @return AD_UserBPAccess_UU */ + public String getAD_UserBPAccess_UU () + { + return (String)get_Value(COLUMNNAME_AD_UserBPAccess_UU); + } + + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -226,9 +240,9 @@ public class X_AD_UserBPAccess extends PO implements I_AD_UserBPAccess, I_Persis return (String)get_Value(COLUMNNAME_DocBaseType); } - public I_R_RequestType getR_RequestType() throws RuntimeException + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java index 6d84180dfb..be5f737ee1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Field.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Field - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_UserDef_Field extends PO implements I_AD_UserDef_Field, I_Persistent { /** * */ - private static final long serialVersionUID = 20120404L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_UserDef_Field (Properties ctx, int AD_UserDef_Field_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java index ce1a236487..d93265bd69 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Tab.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Tab - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persistent { /** * */ - private static final long serialVersionUID = 20120404L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_UserDef_Tab (Properties ctx, int AD_UserDef_Tab_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java index b954c014db..329d072bec 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserDef_Win.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserDef_Win - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_UserDef_Win extends PO implements I_AD_UserDef_Win, I_Persistent { /** * */ - private static final long serialVersionUID = 20120404L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_UserDef_Win (Properties ctx, int AD_UserDef_Win_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java index a2fa1fc5df..e724f48ca7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserMail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserMail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_UserMail (Properties ctx, int AD_UserMail_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -130,6 +130,20 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent return ii.intValue(); } + /** Set AD_UserMail_UU. + @param AD_UserMail_UU AD_UserMail_UU */ + public void setAD_UserMail_UU (String AD_UserMail_UU) + { + set_Value (COLUMNNAME_AD_UserMail_UU, AD_UserMail_UU); + } + + /** Get AD_UserMail_UU. + @return AD_UserMail_UU */ + public String getAD_UserMail_UU () + { + return (String)get_Value(COLUMNNAME_AD_UserMail_UU); + } + /** Set Delivery Confirmation. @param DeliveryConfirmation EMail Delivery confirmation @@ -202,9 +216,9 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent return (String)get_Value(COLUMNNAME_MessageID); } - public I_R_MailText getR_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getR_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getR_MailText_ID(), get_TrxName()); } /** Set Mail Template. @@ -247,9 +261,9 @@ public class X_AD_UserMail extends PO implements I_AD_UserMail, I_Persistent return (String)get_Value(COLUMNNAME_Subject); } - public I_W_MailMsg getW_MailMsg() throws RuntimeException + public org.compiere.model.I_W_MailMsg getW_MailMsg() throws RuntimeException { - return (I_W_MailMsg)MTable.get(getCtx(), I_W_MailMsg.Table_Name) + return (org.compiere.model.I_W_MailMsg)MTable.get(getCtx(), org.compiere.model.I_W_MailMsg.Table_Name) .getPO(getW_MailMsg_ID(), get_TrxName()); } /** Set Mail Message. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java b/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java index 217cd36e05..bf669cad4b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_UserQuery.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_UserQuery - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_UserQuery (Properties ctx, int AD_UserQuery_ID, String trxName) @@ -73,9 +73,9 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent return sb.toString(); } - public I_AD_Tab getAD_Tab() throws RuntimeException + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException { - return (I_AD_Tab)MTable.get(getCtx(), I_AD_Tab.Table_Name) + return (org.compiere.model.I_AD_Tab)MTable.get(getCtx(), org.compiere.model.I_AD_Tab.Table_Name) .getPO(getAD_Tab_ID(), get_TrxName()); } /** Set Tab. @@ -101,9 +101,9 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -129,9 +129,9 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -180,6 +180,20 @@ public class X_AD_UserQuery extends PO implements I_AD_UserQuery, I_Persistent return ii.intValue(); } + /** Set AD_UserQuery_UU. + @param AD_UserQuery_UU AD_UserQuery_UU */ + public void setAD_UserQuery_UU (String AD_UserQuery_UU) + { + set_Value (COLUMNNAME_AD_UserQuery_UU, AD_UserQuery_UU); + } + + /** Get AD_UserQuery_UU. + @return AD_UserQuery_UU */ + public String getAD_UserQuery_UU () + { + return (String)get_Value(COLUMNNAME_AD_UserQuery_UU); + } + /** Set Validation code. @param Code Validation Code diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java b/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java index 81ea6dcdb1..e465dff5ea 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User_OrgAccess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_User_OrgAccess - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_User_OrgAccess (Properties ctx, int AD_User_OrgAccess_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -99,6 +99,20 @@ public class X_AD_User_OrgAccess extends PO implements I_AD_User_OrgAccess, I_Pe return ii.intValue(); } + /** Set AD_User_OrgAccess_UU. + @param AD_User_OrgAccess_UU AD_User_OrgAccess_UU */ + public void setAD_User_OrgAccess_UU (String AD_User_OrgAccess_UU) + { + set_Value (COLUMNNAME_AD_User_OrgAccess_UU, AD_User_OrgAccess_UU); + } + + /** Get AD_User_OrgAccess_UU. + @return AD_User_OrgAccess_UU */ + public String getAD_User_OrgAccess_UU () + { + return (String)get_Value(COLUMNNAME_AD_User_OrgAccess_UU); + } + /** Set Read Only. @param IsReadOnly Field is read only diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java b/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java index 74a4e178dd..8d7e6360d2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User_Roles.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_User_Roles - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_User_Roles (Properties ctx, int AD_User_Roles_ID, String trxName) @@ -70,9 +70,9 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -98,9 +98,9 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -125,4 +125,18 @@ public class X_AD_User_Roles extends PO implements I_AD_User_Roles, I_Persistent return 0; return ii.intValue(); } + + /** Set AD_User_Roles_UU. + @param AD_User_Roles_UU AD_User_Roles_UU */ + public void setAD_User_Roles_UU (String AD_User_Roles_UU) + { + set_Value (COLUMNNAME_AD_User_Roles_UU, AD_User_Roles_UU); + } + + /** Get AD_User_Roles_UU. + @return AD_User_Roles_UU */ + public String getAD_User_Roles_UU () + { + return (String)get_Value(COLUMNNAME_AD_User_Roles_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java b/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java index b1b39e3f73..87ec16a121 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_User_Substitute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_User_Substitute - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_User_Substitute (Properties ctx, int AD_User_Substitute_ID, String trxName) @@ -74,9 +74,9 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -125,6 +125,20 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ return ii.intValue(); } + /** Set AD_User_Substitute_UU. + @param AD_User_Substitute_UU AD_User_Substitute_UU */ + public void setAD_User_Substitute_UU (String AD_User_Substitute_UU) + { + set_Value (COLUMNNAME_AD_User_Substitute_UU, AD_User_Substitute_UU); + } + + /** Get AD_User_Substitute_UU. + @return AD_User_Substitute_UU */ + public String getAD_User_Substitute_UU () + { + return (String)get_Value(COLUMNNAME_AD_User_Substitute_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -167,9 +181,9 @@ public class X_AD_User_Substitute extends PO implements I_AD_User_Substitute, I_ return new KeyNamePair(get_ID(), getName()); } - public I_AD_User getSubstitute() throws RuntimeException + public org.compiere.model.I_AD_User getSubstitute() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSubstitute_ID(), get_TrxName()); } /** Set Substitute. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java b/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java index afc3bc4ba2..c306ad1bc9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Val_Rule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Val_Rule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Val_Rule (Properties ctx, int AD_Val_Rule_ID, String trxName) @@ -97,6 +97,20 @@ public class X_AD_Val_Rule extends PO implements I_AD_Val_Rule, I_Persistent return ii.intValue(); } + /** Set AD_Val_Rule_UU. + @param AD_Val_Rule_UU AD_Val_Rule_UU */ + public void setAD_Val_Rule_UU (String AD_Val_Rule_UU) + { + set_Value (COLUMNNAME_AD_Val_Rule_UU, AD_Val_Rule_UU); + } + + /** Get AD_Val_Rule_UU. + @return AD_Val_Rule_UU */ + public String getAD_Val_Rule_UU () + { + return (String)get_Value(COLUMNNAME_AD_Val_Rule_UU); + } + /** Set Validation code. @param Code Validation Code diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java index 5576e7b671..da75c88e29 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Activity.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Activity - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_Activity (Properties ctx, int AD_WF_Activity_ID, String trxName) @@ -78,9 +78,9 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return sb.toString(); } - public I_AD_Message getAD_Message() throws RuntimeException + public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException { - return (I_AD_Message)MTable.get(getCtx(), I_AD_Message.Table_Name) + return (org.compiere.model.I_AD_Message)MTable.get(getCtx(), org.compiere.model.I_AD_Message.Table_Name) .getPO(getAD_Message_ID(), get_TrxName()); } /** Set Message. @@ -106,9 +106,9 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -134,9 +134,9 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -185,9 +185,23 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + /** Set AD_WF_Activity_UU. + @param AD_WF_Activity_UU AD_WF_Activity_UU */ + public void setAD_WF_Activity_UU (String AD_WF_Activity_UU) + { + set_Value (COLUMNNAME_AD_WF_Activity_UU, AD_WF_Activity_UU); + } + + /** Get AD_WF_Activity_UU. + @return AD_WF_Activity_UU */ + public String getAD_WF_Activity_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_Activity_UU); + } + + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -221,9 +235,9 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return new KeyNamePair(get_ID(), String.valueOf(getAD_WF_Node_ID())); } - public I_AD_WF_Process getAD_WF_Process() throws RuntimeException + public org.compiere.model.I_AD_WF_Process getAD_WF_Process() throws RuntimeException { - return (I_AD_WF_Process)MTable.get(getCtx(), I_AD_WF_Process.Table_Name) + return (org.compiere.model.I_AD_WF_Process)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Process.Table_Name) .getPO(getAD_WF_Process_ID(), get_TrxName()); } /** Set Workflow Process. @@ -249,9 +263,9 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return ii.intValue(); } - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException { - return (I_AD_WF_Responsible)MTable.get(getCtx(), I_AD_WF_Responsible.Table_Name) + return (org.compiere.model.I_AD_WF_Responsible)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Responsible.Table_Name) .getPO(getAD_WF_Responsible_ID(), get_TrxName()); } /** Set Workflow Responsible. @@ -277,9 +291,9 @@ public class X_AD_WF_Activity extends PO implements I_AD_WF_Activity, I_Persiste return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java index 1f48924284..0f7842339a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ActivityResult.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_ActivityResult - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_ActivityResult (Properties ctx, int AD_WF_ActivityResult_ID, String trxName) @@ -72,9 +72,9 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult return sb.toString(); } - public I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException + public org.compiere.model.I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException { - return (I_AD_WF_Activity)MTable.get(getCtx(), I_AD_WF_Activity.Table_Name) + return (org.compiere.model.I_AD_WF_Activity)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Activity.Table_Name) .getPO(getAD_WF_Activity_ID(), get_TrxName()); } /** Set Workflow Activity. @@ -131,6 +131,20 @@ public class X_AD_WF_ActivityResult extends PO implements I_AD_WF_ActivityResult return ii.intValue(); } + /** Set AD_WF_ActivityResult_UU. + @param AD_WF_ActivityResult_UU AD_WF_ActivityResult_UU */ + public void setAD_WF_ActivityResult_UU (String AD_WF_ActivityResult_UU) + { + set_Value (COLUMNNAME_AD_WF_ActivityResult_UU, AD_WF_ActivityResult_UU); + } + + /** Get AD_WF_ActivityResult_UU. + @return AD_WF_ActivityResult_UU */ + public String getAD_WF_ActivityResult_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_ActivityResult_UU); + } + /** Set Attribute Name. @param AttributeName Name of the Attribute diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java index c70c3773a8..da9a93d961 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Block.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Block - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_Block (Properties ctx, int AD_WF_Block_ID, String trxName) @@ -95,9 +95,23 @@ public class X_AD_WF_Block extends PO implements I_AD_WF_Block, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + /** Set AD_WF_Block_UU. + @param AD_WF_Block_UU AD_WF_Block_UU */ + public void setAD_WF_Block_UU (String AD_WF_Block_UU) + { + set_Value (COLUMNNAME_AD_WF_Block_UU, AD_WF_Block_UU); + } + + /** Get AD_WF_Block_UU. + @return AD_WF_Block_UU */ + public String getAD_WF_Block_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_Block_UU); + } + + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java index a9f9c1ef40..acd6f1e028 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_EventAudit.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_EventAudit - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_EventAudit (Properties ctx, int AD_WF_EventAudit_ID, String trxName) @@ -80,9 +80,9 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -108,9 +108,9 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -167,9 +167,23 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getAD_WF_EventAudit_ID())); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + /** Set AD_WF_EventAudit_UU. + @param AD_WF_EventAudit_UU AD_WF_EventAudit_UU */ + public void setAD_WF_EventAudit_UU (String AD_WF_EventAudit_UU) + { + set_Value (COLUMNNAME_AD_WF_EventAudit_UU, AD_WF_EventAudit_UU); + } + + /** Get AD_WF_EventAudit_UU. + @return AD_WF_EventAudit_UU */ + public String getAD_WF_EventAudit_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_EventAudit_UU); + } + + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -195,9 +209,9 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers return ii.intValue(); } - public I_AD_WF_Process getAD_WF_Process() throws RuntimeException + public org.compiere.model.I_AD_WF_Process getAD_WF_Process() throws RuntimeException { - return (I_AD_WF_Process)MTable.get(getCtx(), I_AD_WF_Process.Table_Name) + return (org.compiere.model.I_AD_WF_Process)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Process.Table_Name) .getPO(getAD_WF_Process_ID(), get_TrxName()); } /** Set Workflow Process. @@ -223,9 +237,9 @@ public class X_AD_WF_EventAudit extends PO implements I_AD_WF_EventAudit, I_Pers return ii.intValue(); } - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException { - return (I_AD_WF_Responsible)MTable.get(getCtx(), I_AD_WF_Responsible.Table_Name) + return (org.compiere.model.I_AD_WF_Responsible)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Responsible.Table_Name) .getPO(getAD_WF_Responsible_ID(), get_TrxName()); } /** Set Workflow Responsible. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java index 35ef1bdd42..d3e4e55fc4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NextCondition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_NextCondition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_NextCondition (Properties ctx, int AD_WF_NextCondition_ID, String trxName) @@ -80,9 +80,9 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -131,9 +131,23 @@ public class X_AD_WF_NextCondition extends PO implements I_AD_WF_NextCondition, return ii.intValue(); } - public I_AD_WF_NodeNext getAD_WF_NodeNext() throws RuntimeException + /** Set AD_WF_NextCondition_UU. + @param AD_WF_NextCondition_UU AD_WF_NextCondition_UU */ + public void setAD_WF_NextCondition_UU (String AD_WF_NextCondition_UU) + { + set_Value (COLUMNNAME_AD_WF_NextCondition_UU, AD_WF_NextCondition_UU); + } + + /** Get AD_WF_NextCondition_UU. + @return AD_WF_NextCondition_UU */ + public String getAD_WF_NextCondition_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_NextCondition_UU); + } + + public org.compiere.model.I_AD_WF_NodeNext getAD_WF_NodeNext() throws RuntimeException { - return (I_AD_WF_NodeNext)MTable.get(getCtx(), I_AD_WF_NodeNext.Table_Name) + return (org.compiere.model.I_AD_WF_NodeNext)MTable.get(getCtx(), org.compiere.model.I_AD_WF_NodeNext.Table_Name) .getPO(getAD_WF_NodeNext_ID(), get_TrxName()); } /** Set Node Transition. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java index 0437a654f9..34d5bc53cc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Node - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_Node extends PO implements I_AD_WF_Node, I_Persistent { /** * */ - private static final long serialVersionUID = 20120817L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_Node (Properties ctx, int AD_WF_Node_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java index b423631dae..7028cd7e3c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_NodeNext.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_NodeNext - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_NodeNext (Properties ctx, int AD_WF_NodeNext_ID, String trxName) @@ -77,9 +77,9 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste return sb.toString(); } - public I_AD_WF_Node getAD_WF_Next() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Next() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Next_ID(), get_TrxName()); } /** Set Next Node. @@ -105,9 +105,9 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -164,6 +164,20 @@ public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persiste return ii.intValue(); } + /** Set AD_WF_NodeNext_UU. + @param AD_WF_NodeNext_UU AD_WF_NodeNext_UU */ + public void setAD_WF_NodeNext_UU (String AD_WF_NodeNext_UU) + { + set_Value (COLUMNNAME_AD_WF_NodeNext_UU, AD_WF_NodeNext_UU); + } + + /** Get AD_WF_NodeNext_UU. + @return AD_WF_NodeNext_UU */ + public String getAD_WF_NodeNext_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_NodeNext_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java index 471b4695fa..ac0ff71a80 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Node_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Node_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_Node_Para (Properties ctx, int AD_WF_Node_Para_ID, String trxName) @@ -73,9 +73,9 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis return sb.toString(); } - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException { - return (I_AD_Process_Para)MTable.get(getCtx(), I_AD_Process_Para.Table_Name) + return (org.compiere.model.I_AD_Process_Para)MTable.get(getCtx(), org.compiere.model.I_AD_Process_Para.Table_Name) .getPO(getAD_Process_Para_ID(), get_TrxName()); } /** Set Process Parameter. @@ -98,9 +98,9 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -157,6 +157,20 @@ public class X_AD_WF_Node_Para extends PO implements I_AD_WF_Node_Para, I_Persis return ii.intValue(); } + /** Set AD_WF_Node_Para_UU. + @param AD_WF_Node_Para_UU AD_WF_Node_Para_UU */ + public void setAD_WF_Node_Para_UU (String AD_WF_Node_Para_UU) + { + set_Value (COLUMNNAME_AD_WF_Node_Para_UU, AD_WF_Node_Para_UU); + } + + /** Get AD_WF_Node_Para_UU. + @return AD_WF_Node_Para_UU */ + public String getAD_WF_Node_Para_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_Node_Para_UU); + } + /** Set Attribute Name. @param AttributeName Name of the Attribute diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java index 33698676c9..7376e04787 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_Process (Properties ctx, int AD_WF_Process_ID, String trxName) @@ -76,9 +76,9 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent return sb.toString(); } - public I_AD_Message getAD_Message() throws RuntimeException + public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException { - return (I_AD_Message)MTable.get(getCtx(), I_AD_Message.Table_Name) + return (org.compiere.model.I_AD_Message)MTable.get(getCtx(), org.compiere.model.I_AD_Message.Table_Name) .getPO(getAD_Message_ID(), get_TrxName()); } /** Set Message. @@ -104,9 +104,9 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -132,9 +132,9 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -183,9 +183,23 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent return ii.intValue(); } - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException + /** Set AD_WF_Process_UU. + @param AD_WF_Process_UU AD_WF_Process_UU */ + public void setAD_WF_Process_UU (String AD_WF_Process_UU) + { + set_Value (COLUMNNAME_AD_WF_Process_UU, AD_WF_Process_UU); + } + + /** Get AD_WF_Process_UU. + @return AD_WF_Process_UU */ + public String getAD_WF_Process_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_Process_UU); + } + + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException { - return (I_AD_WF_Responsible)MTable.get(getCtx(), I_AD_WF_Responsible.Table_Name) + return (org.compiere.model.I_AD_WF_Responsible)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Responsible.Table_Name) .getPO(getAD_WF_Responsible_ID(), get_TrxName()); } /** Set Workflow Responsible. @@ -211,9 +225,9 @@ public class X_AD_WF_Process extends PO implements I_AD_WF_Process, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java index e7b12f6b33..14b6a26e38 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_ProcessData.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_ProcessData - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_ProcessData (Properties ctx, int AD_WF_ProcessData_ID, String trxName) @@ -95,9 +95,23 @@ public class X_AD_WF_ProcessData extends PO implements I_AD_WF_ProcessData, I_Pe return ii.intValue(); } - public I_AD_WF_Process getAD_WF_Process() throws RuntimeException + /** Set AD_WF_ProcessData_UU. + @param AD_WF_ProcessData_UU AD_WF_ProcessData_UU */ + public void setAD_WF_ProcessData_UU (String AD_WF_ProcessData_UU) + { + set_Value (COLUMNNAME_AD_WF_ProcessData_UU, AD_WF_ProcessData_UU); + } + + /** Get AD_WF_ProcessData_UU. + @return AD_WF_ProcessData_UU */ + public String getAD_WF_ProcessData_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_ProcessData_UU); + } + + public org.compiere.model.I_AD_WF_Process getAD_WF_Process() throws RuntimeException { - return (I_AD_WF_Process)MTable.get(getCtx(), I_AD_WF_Process.Table_Name) + return (org.compiere.model.I_AD_WF_Process)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Process.Table_Name) .getPO(getAD_WF_Process_ID(), get_TrxName()); } /** Set Workflow Process. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java index 4c0f708e7a..cb613ab3b3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WF_Responsible.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WF_Responsible - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WF_Responsible (Properties ctx, int AD_WF_Responsible_ID, String trxName) @@ -75,9 +75,9 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -103,9 +103,9 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -154,6 +154,20 @@ public class X_AD_WF_Responsible extends PO implements I_AD_WF_Responsible, I_Pe return ii.intValue(); } + /** Set AD_WF_Responsible_UU. + @param AD_WF_Responsible_UU AD_WF_Responsible_UU */ + public void setAD_WF_Responsible_UU (String AD_WF_Responsible_UU) + { + set_Value (COLUMNNAME_AD_WF_Responsible_UU, AD_WF_Responsible_UU); + } + + /** Get AD_WF_Responsible_UU. + @return AD_WF_Responsible_UU */ + public String getAD_WF_Responsible_UU () + { + return (String)get_Value(COLUMNNAME_AD_WF_Responsible_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Window.java b/org.adempiere.base/src/org/compiere/model/X_AD_Window.java index c8c0efa400..c39f1665ee 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Window.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Window.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Window - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Window (Properties ctx, int AD_Window_ID, String trxName) @@ -79,9 +79,9 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent return sb.toString(); } - public I_AD_Color getAD_Color() throws RuntimeException + public org.compiere.model.I_AD_Color getAD_Color() throws RuntimeException { - return (I_AD_Color)MTable.get(getCtx(), I_AD_Color.Table_Name) + return (org.compiere.model.I_AD_Color)MTable.get(getCtx(), org.compiere.model.I_AD_Color.Table_Name) .getPO(getAD_Color_ID(), get_TrxName()); } /** Set System Color. @@ -107,9 +107,9 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent return ii.intValue(); } - public I_AD_Image getAD_Image() throws RuntimeException + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException { - return (I_AD_Image)MTable.get(getCtx(), I_AD_Image.Table_Name) + return (org.compiere.model.I_AD_Image)MTable.get(getCtx(), org.compiere.model.I_AD_Image.Table_Name) .getPO(getAD_Image_ID(), get_TrxName()); } /** Set Image. @@ -158,6 +158,20 @@ public class X_AD_Window extends PO implements I_AD_Window, I_Persistent return ii.intValue(); } + /** Set AD_Window_UU. + @param AD_Window_UU AD_Window_UU */ + public void setAD_Window_UU (String AD_Window_UU) + { + set_Value (COLUMNNAME_AD_Window_UU, AD_Window_UU); + } + + /** Get AD_Window_UU. + @return AD_Window_UU */ + public String getAD_Window_UU () + { + return (String)get_Value(COLUMNNAME_AD_Window_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java index c0d35270e2..6ebb32281e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Window_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Window_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Window_Access (Properties ctx, int AD_Window_Access_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -99,9 +99,23 @@ public class X_AD_Window_Access extends PO implements I_AD_Window_Access, I_Pers return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + /** Set AD_Window_Access_UU. + @param AD_Window_Access_UU AD_Window_Access_UU */ + public void setAD_Window_Access_UU (String AD_Window_Access_UU) + { + set_Value (COLUMNNAME_AD_Window_Access_UU, AD_Window_Access_UU); + } + + /** Get AD_Window_Access_UU. + @return AD_Window_Access_UU */ + public String getAD_Window_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Window_Access_UU); + } + + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java b/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java index 9e672cbd94..0ac85649fd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WizardProcess.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_WizardProcess - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WizardProcess extends PO implements I_AD_WizardProcess, I_Persistent { /** * */ - private static final long serialVersionUID = 20120816L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WizardProcess (Properties ctx, int AD_WizardProcess_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Workbench.java b/org.adempiere.base/src/org/compiere/model/X_AD_Workbench.java index abc383ea28..e6fed9c473 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Workbench.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Workbench.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Workbench - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Workbench extends PO implements I_AD_Workbench, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Workbench (Properties ctx, int AD_Workbench_ID, String trxName) @@ -97,9 +97,9 @@ public class X_AD_Workbench extends PO implements I_AD_Workbench, I_Persistent return ii.intValue(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -171,6 +171,20 @@ public class X_AD_Workbench extends PO implements I_AD_Workbench, I_Persistent return ii.intValue(); } + /** Set AD_Workbench_UU. + @param AD_Workbench_UU AD_Workbench_UU */ + public void setAD_Workbench_UU (String AD_Workbench_UU) + { + set_Value (COLUMNNAME_AD_Workbench_UU, AD_Workbench_UU); + } + + /** Get AD_Workbench_UU. + @return AD_Workbench_UU */ + public String getAD_Workbench_UU () + { + return (String)get_Value(COLUMNNAME_AD_Workbench_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WorkbenchWindow.java b/org.adempiere.base/src/org/compiere/model/X_AD_WorkbenchWindow.java index 7955891b7a..5b5857ceb7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WorkbenchWindow.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WorkbenchWindow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WorkbenchWindow - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WorkbenchWindow (Properties ctx, int AD_WorkbenchWindow_ID, String trxName) @@ -75,9 +75,9 @@ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_ return sb.toString(); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -103,9 +103,9 @@ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_ return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -131,9 +131,9 @@ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_ return ii.intValue(); } - public I_AD_Task getAD_Task() throws RuntimeException + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException { - return (I_AD_Task)MTable.get(getCtx(), I_AD_Task.Table_Name) + return (org.compiere.model.I_AD_Task)MTable.get(getCtx(), org.compiere.model.I_AD_Task.Table_Name) .getPO(getAD_Task_ID(), get_TrxName()); } /** Set OS Task. @@ -159,9 +159,9 @@ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_ return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -187,9 +187,9 @@ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_ return ii.intValue(); } - public I_AD_Workbench getAD_Workbench() throws RuntimeException + public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException { - return (I_AD_Workbench)MTable.get(getCtx(), I_AD_Workbench.Table_Name) + return (org.compiere.model.I_AD_Workbench)MTable.get(getCtx(), org.compiere.model.I_AD_Workbench.Table_Name) .getPO(getAD_Workbench_ID(), get_TrxName()); } /** Set Workbench. @@ -243,6 +243,20 @@ public class X_AD_WorkbenchWindow extends PO implements I_AD_WorkbenchWindow, I_ return new KeyNamePair(get_ID(), String.valueOf(getAD_WorkbenchWindow_ID())); } + /** Set AD_WorkbenchWindow_UU. + @param AD_WorkbenchWindow_UU AD_WorkbenchWindow_UU */ + public void setAD_WorkbenchWindow_UU (String AD_WorkbenchWindow_UU) + { + set_Value (COLUMNNAME_AD_WorkbenchWindow_UU, AD_WorkbenchWindow_UU); + } + + /** Get AD_WorkbenchWindow_UU. + @return AD_WorkbenchWindow_UU */ + public String getAD_WorkbenchWindow_UU () + { + return (String)get_Value(COLUMNNAME_AD_WorkbenchWindow_UU); + } + /** EntityType AD_Reference_ID=389 */ public static final int ENTITYTYPE_AD_Reference_ID=389; /** Set Entity Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java index cb14e82f61..60190b212c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for AD_Workflow - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Workflow extends PO implements I_AD_Workflow, I_Persistent { /** * */ - private static final long serialVersionUID = 20120817L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Workflow (Properties ctx, int AD_Workflow_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java index 0c84002a3e..0ea2b21aa8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for AD_WorkflowProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WorkflowProcessor (Properties ctx, int AD_WorkflowProcessor_ID, String trxName) @@ -39,6 +39,7 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor super (ctx, AD_WorkflowProcessor_ID, trxName); /** if (AD_WorkflowProcessor_ID == 0) { + setAD_Schedule_ID (0); setAD_WorkflowProcessor_ID (0); setKeepLogDays (0); // 7 @@ -80,8 +81,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor return (org.compiere.model.I_AD_Schedule)MTable.get(getCtx(), org.compiere.model.I_AD_Schedule.Table_Name) .getPO(getAD_Schedule_ID(), get_TrxName()); } - /** Set AD_Schedule_ID. - @param AD_Schedule_ID AD_Schedule_ID */ + /** Set Schedule. + @param AD_Schedule_ID Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID) { if (AD_Schedule_ID < 1) @@ -90,8 +91,8 @@ public class X_AD_WorkflowProcessor extends PO implements I_AD_WorkflowProcessor set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } - /** Get AD_Schedule_ID. - @return AD_Schedule_ID */ + /** Get Schedule. + @return Schedule */ public int getAD_Schedule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java index 2b26000de5..fe24661784 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_WorkflowProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_WorkflowProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProcessorLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_WorkflowProcessorLog (Properties ctx, int AD_WorkflowProcessorLog_ID, String trxName) @@ -50,7 +50,7 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces } /** AccessLevel - * @return 4 - System + * @return 6 - System - Client */ protected int get_AccessLevel() { @@ -71,9 +71,9 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces return sb.toString(); } - public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException + public org.compiere.model.I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException { - return (I_AD_WorkflowProcessor)MTable.get(getCtx(), I_AD_WorkflowProcessor.Table_Name) + return (org.compiere.model.I_AD_WorkflowProcessor)MTable.get(getCtx(), org.compiere.model.I_AD_WorkflowProcessor.Table_Name) .getPO(getAD_WorkflowProcessor_ID(), get_TrxName()); } /** Set Workflow Processor. @@ -122,6 +122,20 @@ public class X_AD_WorkflowProcessorLog extends PO implements I_AD_WorkflowProces return ii.intValue(); } + /** Set AD_WorkflowProcessorLog_UU. + @param AD_WorkflowProcessorLog_UU AD_WorkflowProcessorLog_UU */ + public void setAD_WorkflowProcessorLog_UU (String AD_WorkflowProcessorLog_UU) + { + set_Value (COLUMNNAME_AD_WorkflowProcessorLog_UU, AD_WorkflowProcessorLog_UU); + } + + /** Get AD_WorkflowProcessorLog_UU. + @return AD_WorkflowProcessorLog_UU */ + public String getAD_WorkflowProcessorLog_UU () + { + return (String)get_Value(COLUMNNAME_AD_WorkflowProcessorLog_UU); + } + /** Set Binary Data. @param BinaryData Binary Data diff --git a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java index ffe8e67ac7..00d2a6f43f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java +++ b/org.adempiere.base/src/org/compiere/model/X_AD_Workflow_Access.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for AD_Workflow_Access - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_AD_Workflow_Access (Properties ctx, int AD_Workflow_Access_ID, String trxName) @@ -71,9 +71,9 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -99,9 +99,23 @@ public class X_AD_Workflow_Access extends PO implements I_AD_Workflow_Access, I_ return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + /** Set AD_Workflow_Access_UU. + @param AD_Workflow_Access_UU AD_Workflow_Access_UU */ + public void setAD_Workflow_Access_UU (String AD_Workflow_Access_UU) + { + set_Value (COLUMNNAME_AD_Workflow_Access_UU, AD_Workflow_Access_UU); + } + + /** Get AD_Workflow_Access_UU. + @return AD_Workflow_Access_UU */ + public String getAD_Workflow_Access_UU () + { + return (String)get_Value(COLUMNNAME_AD_Workflow_Access_UU); + } + + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java index 96d5e13ff1..2711a307bc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientException.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_ClientException - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_ClientException (Properties ctx, int ASP_ClientException_ID, String trxName) @@ -71,9 +71,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return sb.toString(); } - public I_AD_Field getAD_Field() throws RuntimeException + public org.compiere.model.I_AD_Field getAD_Field() throws RuntimeException { - return (I_AD_Field)MTable.get(getCtx(), I_AD_Field.Table_Name) + return (org.compiere.model.I_AD_Field)MTable.get(getCtx(), org.compiere.model.I_AD_Field.Table_Name) .getPO(getAD_Field_ID(), get_TrxName()); } /** Set Field. @@ -99,9 +99,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -127,9 +127,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -155,9 +155,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException { - return (I_AD_Process_Para)MTable.get(getCtx(), I_AD_Process_Para.Table_Name) + return (org.compiere.model.I_AD_Process_Para)MTable.get(getCtx(), org.compiere.model.I_AD_Process_Para.Table_Name) .getPO(getAD_Process_Para_ID(), get_TrxName()); } /** Set Process Parameter. @@ -180,9 +180,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Tab getAD_Tab() throws RuntimeException + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException { - return (I_AD_Tab)MTable.get(getCtx(), I_AD_Tab.Table_Name) + return (org.compiere.model.I_AD_Tab)MTable.get(getCtx(), org.compiere.model.I_AD_Tab.Table_Name) .getPO(getAD_Tab_ID(), get_TrxName()); } /** Set Tab. @@ -208,9 +208,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Task getAD_Task() throws RuntimeException + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException { - return (I_AD_Task)MTable.get(getCtx(), I_AD_Task.Table_Name) + return (org.compiere.model.I_AD_Task)MTable.get(getCtx(), org.compiere.model.I_AD_Task.Table_Name) .getPO(getAD_Task_ID(), get_TrxName()); } /** Set OS Task. @@ -236,9 +236,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -264,9 +264,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -292,9 +292,9 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -340,6 +340,20 @@ public class X_ASP_ClientException extends PO implements I_ASP_ClientException, return ii.intValue(); } + /** Set ASP_ClientException_UU. + @param ASP_ClientException_UU ASP_ClientException_UU */ + public void setASP_ClientException_UU (String ASP_ClientException_UU) + { + set_Value (COLUMNNAME_ASP_ClientException_UU, ASP_ClientException_UU); + } + + /** Get ASP_ClientException_UU. + @return ASP_ClientException_UU */ + public String getASP_ClientException_UU () + { + return (String)get_Value(COLUMNNAME_ASP_ClientException_UU); + } + /** ASP_Status AD_Reference_ID=53234 */ public static final int ASP_STATUS_AD_Reference_ID=53234; /** Hide = H */ diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java index 28daa17196..20106f4b89 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_ClientLevel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_ClientLevel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_ClientLevel (Properties ctx, int ASP_ClientLevel_ID, String trxName) @@ -91,9 +91,23 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis return ii.intValue(); } - public I_ASP_Level getASP_Level() throws RuntimeException + /** Set ASP_ClientLevel_UU. + @param ASP_ClientLevel_UU ASP_ClientLevel_UU */ + public void setASP_ClientLevel_UU (String ASP_ClientLevel_UU) + { + set_Value (COLUMNNAME_ASP_ClientLevel_UU, ASP_ClientLevel_UU); + } + + /** Get ASP_ClientLevel_UU. + @return ASP_ClientLevel_UU */ + public String getASP_ClientLevel_UU () + { + return (String)get_Value(COLUMNNAME_ASP_ClientLevel_UU); + } + + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException { - return (I_ASP_Level)MTable.get(getCtx(), I_ASP_Level.Table_Name) + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) .getPO(getASP_Level_ID(), get_TrxName()); } /** Set ASP Level. @@ -116,9 +130,9 @@ public class X_ASP_ClientLevel extends PO implements I_ASP_ClientLevel, I_Persis return ii.intValue(); } - public I_ASP_Module getASP_Module() throws RuntimeException + public org.compiere.model.I_ASP_Module getASP_Module() throws RuntimeException { - return (I_ASP_Module)MTable.get(getCtx(), I_ASP_Module.Table_Name) + return (org.compiere.model.I_ASP_Module)MTable.get(getCtx(), org.compiere.model.I_ASP_Module.Table_Name) .getPO(getASP_Module_ID(), get_TrxName()); } /** Set ASP Module. diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java index d997a7c896..3cba477340 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Field.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_Field - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Field (Properties ctx, int ASP_Field_ID, String trxName) @@ -70,9 +70,9 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent return sb.toString(); } - public I_AD_Field getAD_Field() throws RuntimeException + public org.compiere.model.I_AD_Field getAD_Field() throws RuntimeException { - return (I_AD_Field)MTable.get(getCtx(), I_AD_Field.Table_Name) + return (org.compiere.model.I_AD_Field)MTable.get(getCtx(), org.compiere.model.I_AD_Field.Table_Name) .getPO(getAD_Field_ID(), get_TrxName()); } /** Set Field. @@ -118,6 +118,20 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent return ii.intValue(); } + /** Set ASP_Field_UU. + @param ASP_Field_UU ASP_Field_UU */ + public void setASP_Field_UU (String ASP_Field_UU) + { + set_Value (COLUMNNAME_ASP_Field_UU, ASP_Field_UU); + } + + /** Get ASP_Field_UU. + @return ASP_Field_UU */ + public String getASP_Field_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Field_UU); + } + /** ASP_Status AD_Reference_ID=53234 */ public static final int ASP_STATUS_AD_Reference_ID=53234; /** Hide = H */ @@ -141,9 +155,9 @@ public class X_ASP_Field extends PO implements I_ASP_Field, I_Persistent return (String)get_Value(COLUMNNAME_ASP_Status); } - public I_ASP_Tab getASP_Tab() throws RuntimeException + public org.compiere.model.I_ASP_Tab getASP_Tab() throws RuntimeException { - return (I_ASP_Tab)MTable.get(getCtx(), I_ASP_Tab.Table_Name) + return (org.compiere.model.I_ASP_Tab)MTable.get(getCtx(), org.compiere.model.I_ASP_Tab.Table_Name) .getPO(getASP_Tab_ID(), get_TrxName()); } /** Set ASP Tab. diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java index 0a15f5e3f6..e3e3624046 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Form.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_Form - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Form (Properties ctx, int ASP_Form_ID, String trxName) @@ -72,9 +72,9 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent return sb.toString(); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -120,9 +120,23 @@ public class X_ASP_Form extends PO implements I_ASP_Form, I_Persistent return ii.intValue(); } - public I_ASP_Level getASP_Level() throws RuntimeException + /** Set ASP_Form_UU. + @param ASP_Form_UU ASP_Form_UU */ + public void setASP_Form_UU (String ASP_Form_UU) + { + set_Value (COLUMNNAME_ASP_Form_UU, ASP_Form_UU); + } + + /** Get ASP_Form_UU. + @return ASP_Form_UU */ + public String getASP_Form_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Form_UU); + } + + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException { - return (I_ASP_Level)MTable.get(getCtx(), I_ASP_Level.Table_Name) + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) .getPO(getASP_Level_ID(), get_TrxName()); } /** Set ASP Level. diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java index fa7653db74..bcbb17b414 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Level.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Level - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Level (Properties ctx, int ASP_Level_ID, String trxName) @@ -93,9 +93,23 @@ public class X_ASP_Level extends PO implements I_ASP_Level, I_Persistent return ii.intValue(); } - public I_ASP_Module getASP_Module() throws RuntimeException + /** Set ASP_Level_UU. + @param ASP_Level_UU ASP_Level_UU */ + public void setASP_Level_UU (String ASP_Level_UU) + { + set_Value (COLUMNNAME_ASP_Level_UU, ASP_Level_UU); + } + + /** Get ASP_Level_UU. + @return ASP_Level_UU */ + public String getASP_Level_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Level_UU); + } + + public org.compiere.model.I_ASP_Module getASP_Module() throws RuntimeException { - return (I_ASP_Module)MTable.get(getCtx(), I_ASP_Module.Table_Name) + return (org.compiere.model.I_ASP_Module)MTable.get(getCtx(), org.compiere.model.I_ASP_Module.Table_Name) .getPO(getASP_Module_ID(), get_TrxName()); } /** Set ASP Module. diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java index c8e6ec2085..cec7db2550 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Module.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Module - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Module (Properties ctx, int ASP_Module_ID, String trxName) @@ -92,6 +92,20 @@ public class X_ASP_Module extends PO implements I_ASP_Module, I_Persistent return ii.intValue(); } + /** Set ASP_Module_UU. + @param ASP_Module_UU ASP_Module_UU */ + public void setASP_Module_UU (String ASP_Module_UU) + { + set_Value (COLUMNNAME_ASP_Module_UU, ASP_Module_UU); + } + + /** Get ASP_Module_UU. + @return ASP_Module_UU */ + public String getASP_Module_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Module_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java index 81a6411a2c..46f5bbd40b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Process (Properties ctx, int ASP_Process_ID, String trxName) @@ -73,9 +73,9 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent return sb.toString(); } - public I_AD_Process getAD_Process() throws RuntimeException + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -101,9 +101,9 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent return ii.intValue(); } - public I_ASP_Level getASP_Level() throws RuntimeException + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException { - return (I_ASP_Level)MTable.get(getCtx(), I_ASP_Level.Table_Name) + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) .getPO(getASP_Level_ID(), get_TrxName()); } /** Set ASP Level. @@ -154,6 +154,20 @@ public class X_ASP_Process extends PO implements I_ASP_Process, I_Persistent return ii.intValue(); } + /** Set ASP_Process_UU. + @param ASP_Process_UU ASP_Process_UU */ + public void setASP_Process_UU (String ASP_Process_UU) + { + set_Value (COLUMNNAME_ASP_Process_UU, ASP_Process_UU); + } + + /** Get ASP_Process_UU. + @return ASP_Process_UU */ + public String getASP_Process_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Process_UU); + } + /** ASP_Status AD_Reference_ID=53234 */ public static final int ASP_STATUS_AD_Reference_ID=53234; /** Hide = H */ diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java index 625a905f7b..48f0451bc3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Process_Para.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_Process_Para - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Process_Para (Properties ctx, int ASP_Process_Para_ID, String trxName) @@ -70,9 +70,9 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers return sb.toString(); } - public I_AD_Process_Para getAD_Process_Para() throws RuntimeException + public org.compiere.model.I_AD_Process_Para getAD_Process_Para() throws RuntimeException { - return (I_AD_Process_Para)MTable.get(getCtx(), I_AD_Process_Para.Table_Name) + return (org.compiere.model.I_AD_Process_Para)MTable.get(getCtx(), org.compiere.model.I_AD_Process_Para.Table_Name) .getPO(getAD_Process_Para_ID(), get_TrxName()); } /** Set Process Parameter. @@ -95,9 +95,9 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers return ii.intValue(); } - public I_ASP_Process getASP_Process() throws RuntimeException + public org.compiere.model.I_ASP_Process getASP_Process() throws RuntimeException { - return (I_ASP_Process)MTable.get(getCtx(), I_ASP_Process.Table_Name) + return (org.compiere.model.I_ASP_Process)MTable.get(getCtx(), org.compiere.model.I_ASP_Process.Table_Name) .getPO(getASP_Process_ID(), get_TrxName()); } /** Set ASP Process. @@ -140,6 +140,20 @@ public class X_ASP_Process_Para extends PO implements I_ASP_Process_Para, I_Pers return ii.intValue(); } + /** Set ASP_Process_Para_UU. + @param ASP_Process_Para_UU ASP_Process_Para_UU */ + public void setASP_Process_Para_UU (String ASP_Process_Para_UU) + { + set_Value (COLUMNNAME_ASP_Process_Para_UU, ASP_Process_Para_UU); + } + + /** Get ASP_Process_Para_UU. + @return ASP_Process_Para_UU */ + public String getASP_Process_Para_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Process_Para_UU); + } + /** ASP_Status AD_Reference_ID=53234 */ public static final int ASP_STATUS_AD_Reference_ID=53234; /** Hide = H */ diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java new file mode 100644 index 0000000000..c3921e59b3 --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Ref_List.java @@ -0,0 +1,212 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; + +/** Generated Model for ASP_Ref_List + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_ASP_Ref_List extends PO implements I_ASP_Ref_List, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_ASP_Ref_List (Properties ctx, int ASP_Ref_List_ID, String trxName) + { + super (ctx, ASP_Ref_List_ID, trxName); + /** if (ASP_Ref_List_ID == 0) + { + setAD_Reference_ID (0); + setAD_Ref_List_ID (0); + setASP_Level_ID (0); + setASP_Ref_List_ID (0); + } */ + } + + /** Load Constructor */ + public X_ASP_Ref_List (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 4 - System + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_ASP_Ref_List[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException + { + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) + .getPO(getAD_Reference_ID(), get_TrxName()); } + + /** Set Reference. + @param AD_Reference_ID + System Reference and Validation + */ + public void setAD_Reference_ID (int AD_Reference_ID) + { + if (AD_Reference_ID < 1) + set_Value (COLUMNNAME_AD_Reference_ID, null); + else + set_Value (COLUMNNAME_AD_Reference_ID, Integer.valueOf(AD_Reference_ID)); + } + + /** Get Reference. + @return System Reference and Validation + */ + public int getAD_Reference_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Reference_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_AD_Ref_List getAD_Ref_List() throws RuntimeException + { + return (org.compiere.model.I_AD_Ref_List)MTable.get(getCtx(), org.compiere.model.I_AD_Ref_List.Table_Name) + .getPO(getAD_Ref_List_ID(), get_TrxName()); } + + /** Set Reference List. + @param AD_Ref_List_ID + Reference List based on Table + */ + public void setAD_Ref_List_ID (int AD_Ref_List_ID) + { + if (AD_Ref_List_ID < 1) + set_Value (COLUMNNAME_AD_Ref_List_ID, null); + else + set_Value (COLUMNNAME_AD_Ref_List_ID, Integer.valueOf(AD_Ref_List_ID)); + } + + /** Get Reference List. + @return Reference List based on Table + */ + public int getAD_Ref_List_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_Ref_List_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException + { + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) + .getPO(getASP_Level_ID(), get_TrxName()); } + + /** Set ASP Level. + @param ASP_Level_ID ASP Level */ + public void setASP_Level_ID (int ASP_Level_ID) + { + if (ASP_Level_ID < 1) + set_Value (COLUMNNAME_ASP_Level_ID, null); + else + set_Value (COLUMNNAME_ASP_Level_ID, Integer.valueOf(ASP_Level_ID)); + } + + /** Get ASP Level. + @return ASP Level */ + public int getASP_Level_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Level_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set ASP_Ref_List. + @param ASP_Ref_List_ID ASP_Ref_List */ + public void setASP_Ref_List_ID (int ASP_Ref_List_ID) + { + if (ASP_Ref_List_ID < 1) + set_ValueNoCheck (COLUMNNAME_ASP_Ref_List_ID, null); + else + set_ValueNoCheck (COLUMNNAME_ASP_Ref_List_ID, Integer.valueOf(ASP_Ref_List_ID)); + } + + /** Get ASP_Ref_List. + @return ASP_Ref_List */ + public int getASP_Ref_List_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_ASP_Ref_List_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set ASP_Ref_List_UU. + @param ASP_Ref_List_UU ASP_Ref_List_UU */ + public void setASP_Ref_List_UU (String ASP_Ref_List_UU) + { + set_Value (COLUMNNAME_ASP_Ref_List_UU, ASP_Ref_List_UU); + } + + /** Get ASP_Ref_List_UU. + @return ASP_Ref_List_UU */ + public String getASP_Ref_List_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Ref_List_UU); + } + + /** ASP_Status AD_Reference_ID=53234 */ + public static final int ASP_STATUS_AD_Reference_ID=53234; + /** Hide = H */ + public static final String ASP_STATUS_Hide = "H"; + /** Show = S */ + public static final String ASP_STATUS_Show = "S"; + /** Undefined = U */ + public static final String ASP_STATUS_Undefined = "U"; + /** Set ASP Status. + @param ASP_Status ASP Status */ + public void setASP_Status (String ASP_Status) + { + + set_Value (COLUMNNAME_ASP_Status, ASP_Status); + } + + /** Get ASP Status. + @return ASP Status */ + public String getASP_Status () + { + return (String)get_Value(COLUMNNAME_ASP_Status); + } +} \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java index d05886a6ef..0f3878cd69 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Tab.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Tab - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Tab (Properties ctx, int ASP_Tab_ID, String trxName) @@ -72,9 +72,9 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent return sb.toString(); } - public I_AD_Tab getAD_Tab() throws RuntimeException + public org.compiere.model.I_AD_Tab getAD_Tab() throws RuntimeException { - return (I_AD_Tab)MTable.get(getCtx(), I_AD_Tab.Table_Name) + return (org.compiere.model.I_AD_Tab)MTable.get(getCtx(), org.compiere.model.I_AD_Tab.Table_Name) .getPO(getAD_Tab_ID(), get_TrxName()); } /** Set Tab. @@ -164,9 +164,23 @@ public class X_ASP_Tab extends PO implements I_ASP_Tab, I_Persistent return ii.intValue(); } - public I_ASP_Window getASP_Window() throws RuntimeException + /** Set ASP_Tab_UU. + @param ASP_Tab_UU ASP_Tab_UU */ + public void setASP_Tab_UU (String ASP_Tab_UU) + { + set_Value (COLUMNNAME_ASP_Tab_UU, ASP_Tab_UU); + } + + /** Get ASP_Tab_UU. + @return ASP_Tab_UU */ + public String getASP_Tab_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Tab_UU); + } + + public org.compiere.model.I_ASP_Window getASP_Window() throws RuntimeException { - return (I_ASP_Window)MTable.get(getCtx(), I_ASP_Window.Table_Name) + return (org.compiere.model.I_ASP_Window)MTable.get(getCtx(), org.compiere.model.I_ASP_Window.Table_Name) .getPO(getASP_Window_ID(), get_TrxName()); } /** Set ASP Window. diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java index fd088a5a34..52f96c25fd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Task.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_Task - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Task (Properties ctx, int ASP_Task_ID, String trxName) @@ -72,9 +72,9 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent return sb.toString(); } - public I_AD_Task getAD_Task() throws RuntimeException + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException { - return (I_AD_Task)MTable.get(getCtx(), I_AD_Task.Table_Name) + return (org.compiere.model.I_AD_Task)MTable.get(getCtx(), org.compiere.model.I_AD_Task.Table_Name) .getPO(getAD_Task_ID(), get_TrxName()); } /** Set OS Task. @@ -100,9 +100,9 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent return ii.intValue(); } - public I_ASP_Level getASP_Level() throws RuntimeException + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException { - return (I_ASP_Level)MTable.get(getCtx(), I_ASP_Level.Table_Name) + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) .getPO(getASP_Level_ID(), get_TrxName()); } /** Set ASP Level. @@ -167,4 +167,18 @@ public class X_ASP_Task extends PO implements I_ASP_Task, I_Persistent return 0; return ii.intValue(); } + + /** Set ASP_Task_UU. + @param ASP_Task_UU ASP_Task_UU */ + public void setASP_Task_UU (String ASP_Task_UU) + { + set_Value (COLUMNNAME_ASP_Task_UU, ASP_Task_UU); + } + + /** Get ASP_Task_UU. + @return ASP_Task_UU */ + public String getASP_Task_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Task_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java index d2e7950069..709ce87cfa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Window.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for ASP_Window - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Window (Properties ctx, int ASP_Window_ID, String trxName) @@ -73,9 +73,9 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent return sb.toString(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -101,9 +101,9 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent return ii.intValue(); } - public I_ASP_Level getASP_Level() throws RuntimeException + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException { - return (I_ASP_Level)MTable.get(getCtx(), I_ASP_Level.Table_Name) + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) .getPO(getASP_Level_ID(), get_TrxName()); } /** Set ASP Level. @@ -176,4 +176,18 @@ public class X_ASP_Window extends PO implements I_ASP_Window, I_Persistent return 0; return ii.intValue(); } + + /** Set ASP_Window_UU. + @param ASP_Window_UU ASP_Window_UU */ + public void setASP_Window_UU (String ASP_Window_UU) + { + set_Value (COLUMNNAME_ASP_Window_UU, ASP_Window_UU); + } + + /** Get ASP_Window_UU. + @return ASP_Window_UU */ + public String getASP_Window_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Window_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java b/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java index 3f72063152..43f4b59dd9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java +++ b/org.adempiere.base/src/org/compiere/model/X_ASP_Workflow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for ASP_Workflow - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_ASP_Workflow (Properties ctx, int ASP_Workflow_ID, String trxName) @@ -72,9 +72,9 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -100,9 +100,9 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent return ii.intValue(); } - public I_ASP_Level getASP_Level() throws RuntimeException + public org.compiere.model.I_ASP_Level getASP_Level() throws RuntimeException { - return (I_ASP_Level)MTable.get(getCtx(), I_ASP_Level.Table_Name) + return (org.compiere.model.I_ASP_Level)MTable.get(getCtx(), org.compiere.model.I_ASP_Level.Table_Name) .getPO(getASP_Level_ID(), get_TrxName()); } /** Set ASP Level. @@ -167,4 +167,18 @@ public class X_ASP_Workflow extends PO implements I_ASP_Workflow, I_Persistent return 0; return ii.intValue(); } + + /** Set ASP_Workflow_UU. + @param ASP_Workflow_UU ASP_Workflow_UU */ + public void setASP_Workflow_UU (String ASP_Workflow_UU) + { + set_Value (COLUMNNAME_ASP_Workflow_UU, ASP_Workflow_UU); + } + + /** Get ASP_Workflow_UU. + @return ASP_Workflow_UU */ + public String getASP_Workflow_UU () + { + return (String)get_Value(COLUMNNAME_ASP_Workflow_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset.java index e06ffbcdb7..045330831c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for A_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset extends PO implements I_A_Asset, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset (Properties ctx, int A_Asset_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java index df244f6ebc..ba71cbae17 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Acct extends PO implements I_A_Asset_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Acct (Properties ctx, int A_Asset_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java index 32a1cf6630..9f17a658b7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Addition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Addition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Addition extends PO implements I_A_Asset_Addition, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Addition (Properties ctx, int A_Asset_Addition_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java index 3536fadf8d..f278a1fdd7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Change.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Change - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Change extends PO implements I_A_Asset_Change, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Change (Properties ctx, int A_Asset_Change_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java index 27264add4d..96aece8cb6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Class.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for A_Asset_Class - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Class (Properties ctx, int A_Asset_Class_ID, String trxName) @@ -93,6 +93,20 @@ public class X_A_Asset_Class extends PO implements I_A_Asset_Class, I_Persistent return ii.intValue(); } + /** Set A_Asset_Class_UU. + @param A_Asset_Class_UU A_Asset_Class_UU */ + public void setA_Asset_Class_UU (String A_Asset_Class_UU) + { + set_Value (COLUMNNAME_A_Asset_Class_UU, A_Asset_Class_UU); + } + + /** Get A_Asset_Class_UU. + @return A_Asset_Class_UU */ + public String getA_Asset_Class_UU () + { + return (String)get_Value(COLUMNNAME_A_Asset_Class_UU); + } + /** Set Life Periods 2004 (min). @param A_Life_Period_2004 Life Periods 2004 (min) */ public void setA_Life_Period_2004 (int A_Life_Period_2004) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java index f57b79447d..d3b1a1409b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Delivery.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Delivery - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Delivery extends PO implements I_A_Asset_Delivery, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Delivery (Properties ctx, int A_Asset_Delivery_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java index 01c382f45f..9e8eb35873 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Disposed.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Disposed - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Disposed extends PO implements I_A_Asset_Disposed, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Disposed (Properties ctx, int A_Asset_Disposed_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java index ce8981084a..de422a9b2f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Group - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Group extends PO implements I_A_Asset_Group, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Group (Properties ctx, int A_Asset_Group_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java index 472d2399e3..0f7f7dc52f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Group_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Group_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Group_Acct extends PO implements I_A_Asset_Group_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Group_Acct (Properties ctx, int A_Asset_Group_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java index 8ff57efdc5..ff1a1d200a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Fin.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Fin - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Info_Fin extends PO implements I_A_Asset_Info_Fin, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Info_Fin (Properties ctx, int A_Asset_Info_Fin_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java index 272a3182e4..13d03ab57b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Ins.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Ins - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Info_Ins extends PO implements I_A_Asset_Info_Ins, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Info_Ins (Properties ctx, int A_Asset_Info_Ins_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java index ce3818f238..009fb20f60 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Lic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Lic - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Info_Lic extends PO implements I_A_Asset_Info_Lic, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Info_Lic (Properties ctx, int A_Asset_Info_Lic_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java index a1354b8356..93a636afe6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Oth.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Oth - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Info_Oth extends PO implements I_A_Asset_Info_Oth, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Info_Oth (Properties ctx, int A_Asset_Info_Oth_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java index 2aa67ff6e8..7a2d9d5ec3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Info_Tax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Info_Tax - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Info_Tax extends PO implements I_A_Asset_Info_Tax, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Info_Tax (Properties ctx, int A_Asset_Info_Tax_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java index 50e392aa7e..b851ed29e0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for A_Asset_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Product (Properties ctx, int A_Asset_Product_ID, String trxName) @@ -124,6 +124,20 @@ public class X_A_Asset_Product extends PO implements I_A_Asset_Product, I_Persis return ii.intValue(); } + /** Set A_Asset_Product_UU. + @param A_Asset_Product_UU A_Asset_Product_UU */ + public void setA_Asset_Product_UU (String A_Asset_Product_UU) + { + set_Value (COLUMNNAME_A_Asset_Product_UU, A_Asset_Product_UU); + } + + /** Get A_Asset_Product_UU. + @return A_Asset_Product_UU */ + public String getA_Asset_Product_UU () + { + return (String)get_Value(COLUMNNAME_A_Asset_Product_UU); + } + /** Set Current Qty. @param A_QTY_Current Current Qty */ public void setA_QTY_Current (BigDecimal A_QTY_Current) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java index 343d1d3a12..6488dd475e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Retirement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Retirement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Retirement extends PO implements I_A_Asset_Retirement, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Retirement (Properties ctx, int A_Asset_Retirement_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java index 4764bbd9e6..be46b5c2a4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Reval - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Reval (Properties ctx, int A_Asset_Reval_ID, String trxName) @@ -197,6 +197,20 @@ public class X_A_Asset_Reval extends PO implements I_A_Asset_Reval, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getA_Asset_Reval_ID())); } + /** Set A_Asset_Reval_UU. + @param A_Asset_Reval_UU A_Asset_Reval_UU */ + public void setA_Asset_Reval_UU (String A_Asset_Reval_UU) + { + set_Value (COLUMNNAME_A_Asset_Reval_UU, A_Asset_Reval_UU); + } + + /** Get A_Asset_Reval_UU. + @return A_Asset_Reval_UU */ + public String getA_Asset_Reval_UU () + { + return (String)get_Value(COLUMNNAME_A_Asset_Reval_UU); + } + /** Set Change Acumulated Depreciation. @param A_Change_Acumulated_Depr Change Acumulated Depreciation */ public void setA_Change_Acumulated_Depr (BigDecimal A_Change_Acumulated_Depr) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java index 7fe000a4e0..980839ae98 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Entry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Reval_Entry - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Reval_Entry extends PO implements I_A_Asset_Reval_Entry, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Reval_Entry (Properties ctx, int A_Asset_Reval_Entry_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java index 911c19e73c..39abb20f28 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Reval_Index.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Reval_Index - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Reval_Index extends PO implements I_A_Asset_Reval_Index, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Reval_Index (Properties ctx, int A_Asset_Reval_Index_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java index 6826a97c13..9b65e3cbc6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Split.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Split - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Split extends PO implements I_A_Asset_Split, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Split (Properties ctx, int A_Asset_Split_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Spread.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Spread.java index 33a08971f1..93f66c75a5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Spread.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Spread.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Spread - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Spread extends PO implements I_A_Asset_Spread, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Spread (Properties ctx, int A_Asset_Spread_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java index e40c8c2bfc..5e8b9bc239 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Transfer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Transfer - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Transfer extends PO implements I_A_Asset_Transfer, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Transfer (Properties ctx, int A_Asset_Transfer_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java index 0d374ec2ff..f286b69a9f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Type (Properties ctx, int A_Asset_Type_ID, String trxName) @@ -98,6 +98,20 @@ public class X_A_Asset_Type extends PO implements I_A_Asset_Type, I_Persistent return ii.intValue(); } + /** Set A_Asset_Type_UU. + @param A_Asset_Type_UU A_Asset_Type_UU */ + public void setA_Asset_Type_UU (String A_Asset_Type_UU) + { + set_Value (COLUMNNAME_A_Asset_Type_UU, A_Asset_Type_UU); + } + + /** Get A_Asset_Type_UU. + @return A_Asset_Type_UU */ + public String getA_Asset_Type_UU () + { + return (String)get_Value(COLUMNNAME_A_Asset_Type_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java index 32264d440c..b764dcc247 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Asset_Use.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Asset_Use - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Asset_Use extends PO implements I_A_Asset_Use, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Asset_Use (Properties ctx, int A_Asset_Use_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java index 550aece4c6..f868881c94 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for A_Depreciation - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation extends PO implements I_A_Depreciation, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation (Properties ctx, int A_Depreciation_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java index e7267b9f4f..33513895f3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Build.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Build - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Build extends PO implements I_A_Depreciation_Build, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Build (Properties ctx, int A_Depreciation_Build_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java index 0a1cbf27e2..a81a0fb29a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Convention.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for A_Depreciation_Convention - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Convention extends PO implements I_A_Depreciation_Convention, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Convention (Properties ctx, int A_Depreciation_Convention_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java index 08cd6c96e7..6e91359045 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Entry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Entry - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Entry extends PO implements I_A_Depreciation_Entry, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Entry (Properties ctx, int A_Depreciation_Entry_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java index 98ea474d4d..b5da7725cf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Exp.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Exp - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Exp extends PO implements I_A_Depreciation_Exp, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Exp (Properties ctx, int A_Depreciation_Exp_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java index 9f336a9704..6ce0314351 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Forecast.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Forecast - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Forecast extends PO implements I_A_Depreciation_Forecast, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Forecast (Properties ctx, int A_Depreciation_Forecast_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java index d37573bd73..bc24f14d37 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Method.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Method - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Method extends PO implements I_A_Depreciation_Method, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Method (Properties ctx, int A_Depreciation_Method_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java index aef1f810a6..75f10b79a0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Detail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Table_Detail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciation_Table_Detail, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Table_Detail (Properties ctx, int A_Depreciation_Table_Detail_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java index 810fbe5f54..67e63c92c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Table_Header.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Table_Header - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Table_Header extends PO implements I_A_Depreciation_Table_Header, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Table_Header (Properties ctx, int A_Depreciation_Table_Header_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java index 0b0a5dba52..408ea138db 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Depreciation_Workfile.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for A_Depreciation_Workfile - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Depreciation_Workfile extends PO implements I_A_Depreciation_Workfile, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Depreciation_Workfile (Properties ctx, int A_Depreciation_Workfile_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java index cb06441e03..38a973b675 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_FundingMode - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_FundingMode (Properties ctx, int A_FundingMode_ID, String trxName) @@ -92,6 +92,20 @@ public class X_A_FundingMode extends PO implements I_A_FundingMode, I_Persistent return ii.intValue(); } + /** Set A_FundingMode_UU. + @param A_FundingMode_UU A_FundingMode_UU */ + public void setA_FundingMode_UU (String A_FundingMode_UU) + { + set_Value (COLUMNNAME_A_FundingMode_UU, A_FundingMode_UU); + } + + /** Get A_FundingMode_UU. + @return A_FundingMode_UU */ + public String getA_FundingMode_UU () + { + return (String)get_Value(COLUMNNAME_A_FundingMode_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java new file mode 100644 index 0000000000..de3b01f286 --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/X_A_FundingMode_Acct.java @@ -0,0 +1,162 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; + +/** Generated Model for A_FundingMode_Acct + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_A_FundingMode_Acct extends PO implements I_A_FundingMode_Acct, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_A_FundingMode_Acct (Properties ctx, int A_FundingMode_Acct_ID, String trxName) + { + super (ctx, A_FundingMode_Acct_ID, trxName); + /** if (A_FundingMode_Acct_ID == 0) + { + setA_FundingMode_Acct (0); + setA_FundingMode_ID (0); + setC_AcctSchema_ID (0); + } */ + } + + /** Load Constructor */ + public X_A_FundingMode_Acct (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 3 - Client - Org + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_A_FundingMode_Acct[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + public I_C_ValidCombination getA_FundingMode_A() throws RuntimeException + { + return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_Name) + .getPO(getA_FundingMode_Acct(), get_TrxName()); } + + /** Set Funding Mode Account. + @param A_FundingMode_Acct Funding Mode Account */ + public void setA_FundingMode_Acct (int A_FundingMode_Acct) + { + set_Value (COLUMNNAME_A_FundingMode_Acct, Integer.valueOf(A_FundingMode_Acct)); + } + + /** Get Funding Mode Account. + @return Funding Mode Account */ + public int getA_FundingMode_Acct () + { + Integer ii = (Integer)get_Value(COLUMNNAME_A_FundingMode_Acct); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set A_FundingMode_Acct_UU. + @param A_FundingMode_Acct_UU A_FundingMode_Acct_UU */ + public void setA_FundingMode_Acct_UU (String A_FundingMode_Acct_UU) + { + set_Value (COLUMNNAME_A_FundingMode_Acct_UU, A_FundingMode_Acct_UU); + } + + /** Get A_FundingMode_Acct_UU. + @return A_FundingMode_Acct_UU */ + public String getA_FundingMode_Acct_UU () + { + return (String)get_Value(COLUMNNAME_A_FundingMode_Acct_UU); + } + + public org.compiere.model.I_A_FundingMode getA_FundingMode() throws RuntimeException + { + return (org.compiere.model.I_A_FundingMode)MTable.get(getCtx(), org.compiere.model.I_A_FundingMode.Table_Name) + .getPO(getA_FundingMode_ID(), get_TrxName()); } + + /** Set Asset Funding Mode. + @param A_FundingMode_ID Asset Funding Mode */ + public void setA_FundingMode_ID (int A_FundingMode_ID) + { + if (A_FundingMode_ID < 1) + set_ValueNoCheck (COLUMNNAME_A_FundingMode_ID, null); + else + set_ValueNoCheck (COLUMNNAME_A_FundingMode_ID, Integer.valueOf(A_FundingMode_ID)); + } + + /** Get Asset Funding Mode. + @return Asset Funding Mode */ + public int getA_FundingMode_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_A_FundingMode_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException + { + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) + .getPO(getC_AcctSchema_ID(), get_TrxName()); } + + /** Set Accounting Schema. + @param C_AcctSchema_ID + Rules for accounting + */ + public void setC_AcctSchema_ID (int C_AcctSchema_ID) + { + if (C_AcctSchema_ID < 1) + set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); + else + set_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); + } + + /** Get Accounting Schema. + @return Rules for accounting + */ + public int getC_AcctSchema_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); + if (ii == null) + return 0; + return ii.intValue(); + } +} \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_A_Registration.java b/org.adempiere.base/src/org/compiere/model/X_A_Registration.java index db866922e3..9c3204484f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_Registration.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_Registration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_Registration - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_Registration extends PO implements I_A_Registration, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_Registration (Properties ctx, int A_Registration_ID, String trxName) @@ -76,9 +76,9 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -104,9 +104,9 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -155,6 +155,20 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste return ii.intValue(); } + /** Set A_Registration_UU. + @param A_Registration_UU A_Registration_UU */ + public void setA_Registration_UU (String A_Registration_UU) + { + set_Value (COLUMNNAME_A_Registration_UU, A_Registration_UU); + } + + /** Get A_Registration_UU. + @return A_Registration_UU */ + public String getA_Registration_UU () + { + return (String)get_Value(COLUMNNAME_A_Registration_UU); + } + /** Set In Service Date. @param AssetServiceDate Date when Asset was put into service @@ -172,9 +186,9 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste return (Timestamp)get_Value(COLUMNNAME_AssetServiceDate); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -306,9 +320,9 @@ public class X_A_Registration extends PO implements I_A_Registration, I_Persiste return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java index 87e9515d56..33100b7a8d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationAttribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_RegistrationAttribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAttribute, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_RegistrationAttribute (Properties ctx, int A_RegistrationAttribute_ID, String trxName) @@ -75,9 +75,9 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt return sb.toString(); } - public I_AD_Reference getAD_Reference() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. @@ -103,9 +103,9 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt return ii.intValue(); } - public I_AD_Reference getAD_Reference_Value() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference_Value() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_Value_ID(), get_TrxName()); } /** Set Reference Key. @@ -154,6 +154,20 @@ public class X_A_RegistrationAttribute extends PO implements I_A_RegistrationAtt return ii.intValue(); } + /** Set A_RegistrationAttribute_UU. + @param A_RegistrationAttribute_UU A_RegistrationAttribute_UU */ + public void setA_RegistrationAttribute_UU (String A_RegistrationAttribute_UU) + { + set_Value (COLUMNNAME_A_RegistrationAttribute_UU, A_RegistrationAttribute_UU); + } + + /** Get A_RegistrationAttribute_UU. + @return A_RegistrationAttribute_UU */ + public String getA_RegistrationAttribute_UU () + { + return (String)get_Value(COLUMNNAME_A_RegistrationAttribute_UU); + } + /** Set DB Column Name. @param ColumnName Name of the column in the database diff --git a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java index 4fe936d020..8181646d41 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationProduct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for A_RegistrationProduct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProduct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_RegistrationProduct (Properties ctx, int A_RegistrationProduct_ID, String trxName) @@ -70,9 +70,9 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu return sb.toString(); } - public I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException + public org.compiere.model.I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException { - return (I_A_RegistrationAttribute)MTable.get(getCtx(), I_A_RegistrationAttribute.Table_Name) + return (org.compiere.model.I_A_RegistrationAttribute)MTable.get(getCtx(), org.compiere.model.I_A_RegistrationAttribute.Table_Name) .getPO(getA_RegistrationAttribute_ID(), get_TrxName()); } /** Set Registration Attribute. @@ -98,6 +98,20 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu return ii.intValue(); } + /** Set A_RegistrationProduct_UU. + @param A_RegistrationProduct_UU A_RegistrationProduct_UU */ + public void setA_RegistrationProduct_UU (String A_RegistrationProduct_UU) + { + set_Value (COLUMNNAME_A_RegistrationProduct_UU, A_RegistrationProduct_UU); + } + + /** Get A_RegistrationProduct_UU. + @return A_RegistrationProduct_UU */ + public String getA_RegistrationProduct_UU () + { + return (String)get_Value(COLUMNNAME_A_RegistrationProduct_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -115,9 +129,9 @@ public class X_A_RegistrationProduct extends PO implements I_A_RegistrationProdu return (String)get_Value(COLUMNNAME_Description); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java index 2f254a7bae..7f2bbad93b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_A_RegistrationValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for A_RegistrationValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_A_RegistrationValue (Properties ctx, int A_RegistrationValue_ID, String trxName) @@ -72,9 +72,9 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, return sb.toString(); } - public I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException + public org.compiere.model.I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException { - return (I_A_RegistrationAttribute)MTable.get(getCtx(), I_A_RegistrationAttribute.Table_Name) + return (org.compiere.model.I_A_RegistrationAttribute)MTable.get(getCtx(), org.compiere.model.I_A_RegistrationAttribute.Table_Name) .getPO(getA_RegistrationAttribute_ID(), get_TrxName()); } /** Set Registration Attribute. @@ -108,9 +108,9 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, return new KeyNamePair(get_ID(), String.valueOf(getA_RegistrationAttribute_ID())); } - public I_A_Registration getA_Registration() throws RuntimeException + public org.compiere.model.I_A_Registration getA_Registration() throws RuntimeException { - return (I_A_Registration)MTable.get(getCtx(), I_A_Registration.Table_Name) + return (org.compiere.model.I_A_Registration)MTable.get(getCtx(), org.compiere.model.I_A_Registration.Table_Name) .getPO(getA_Registration_ID(), get_TrxName()); } /** Set Registration. @@ -136,6 +136,20 @@ public class X_A_RegistrationValue extends PO implements I_A_RegistrationValue, return ii.intValue(); } + /** Set A_RegistrationValue_UU. + @param A_RegistrationValue_UU A_RegistrationValue_UU */ + public void setA_RegistrationValue_UU (String A_RegistrationValue_UU) + { + set_Value (COLUMNNAME_A_RegistrationValue_UU, A_RegistrationValue_UU); + } + + /** Get A_RegistrationValue_UU. + @return A_RegistrationValue_UU */ + public String getA_RegistrationValue_UU () + { + return (String)get_Value(COLUMNNAME_A_RegistrationValue_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Bid.java b/org.adempiere.base/src/org/compiere/model/X_B_Bid.java index 2b5e4ee93e..87a5eb8248 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Bid.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Bid.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_Bid - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_Bid (Properties ctx, int B_Bid_ID, String trxName) @@ -75,9 +75,9 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -126,9 +126,23 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent return ii.intValue(); } - public I_B_BuyerFunds getB_BuyerFunds() throws RuntimeException + /** Set B_Bid_UU. + @param B_Bid_UU B_Bid_UU */ + public void setB_Bid_UU (String B_Bid_UU) + { + set_Value (COLUMNNAME_B_Bid_UU, B_Bid_UU); + } + + /** Get B_Bid_UU. + @return B_Bid_UU */ + public String getB_Bid_UU () + { + return (String)get_Value(COLUMNNAME_B_Bid_UU); + } + + public org.compiere.model.I_B_BuyerFunds getB_BuyerFunds() throws RuntimeException { - return (I_B_BuyerFunds)MTable.get(getCtx(), I_B_BuyerFunds.Table_Name) + return (org.compiere.model.I_B_BuyerFunds)MTable.get(getCtx(), org.compiere.model.I_B_BuyerFunds.Table_Name) .getPO(getB_BuyerFunds_ID(), get_TrxName()); } /** Set Buyer Funds. @@ -154,9 +168,9 @@ public class X_B_Bid extends PO implements I_B_Bid, I_Persistent return ii.intValue(); } - public I_B_Topic getB_Topic() throws RuntimeException + public org.compiere.model.I_B_Topic getB_Topic() throws RuntimeException { - return (I_B_Topic)MTable.get(getCtx(), I_B_Topic.Table_Name) + return (org.compiere.model.I_B_Topic)MTable.get(getCtx(), org.compiere.model.I_B_Topic.Table_Name) .getPO(getB_Topic_ID(), get_TrxName()); } /** Set Topic. diff --git a/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java b/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java index 8a5208dba4..64a99befaf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_BidComment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for B_BidComment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_BidComment (Properties ctx, int B_BidComment_ID, String trxName) @@ -72,9 +72,9 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,9 +123,23 @@ public class X_B_BidComment extends PO implements I_B_BidComment, I_Persistent return ii.intValue(); } - public I_B_Topic getB_Topic() throws RuntimeException + /** Set B_BidComment_UU. + @param B_BidComment_UU B_BidComment_UU */ + public void setB_BidComment_UU (String B_BidComment_UU) + { + set_Value (COLUMNNAME_B_BidComment_UU, B_BidComment_UU); + } + + /** Get B_BidComment_UU. + @return B_BidComment_UU */ + public String getB_BidComment_UU () + { + return (String)get_Value(COLUMNNAME_B_BidComment_UU); + } + + public org.compiere.model.I_B_Topic getB_Topic() throws RuntimeException { - return (I_B_Topic)MTable.get(getCtx(), I_B_Topic.Table_Name) + return (org.compiere.model.I_B_Topic)MTable.get(getCtx(), org.compiere.model.I_B_Topic.Table_Name) .getPO(getB_Topic_ID(), get_TrxName()); } /** Set Topic. diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java b/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java index 5370d61601..ba0596bd7b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Buyer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_Buyer - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_Buyer (Properties ctx, int B_Buyer_ID, String trxName) @@ -73,9 +73,9 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -101,6 +101,20 @@ public class X_B_Buyer extends PO implements I_B_Buyer, I_Persistent return ii.intValue(); } + /** Set B_Buyer_UU. + @param B_Buyer_UU B_Buyer_UU */ + public void setB_Buyer_UU (String B_Buyer_UU) + { + set_Value (COLUMNNAME_B_Buyer_UU, B_Buyer_UU); + } + + /** Get B_Buyer_UU. + @return B_Buyer_UU */ + public String getB_Buyer_UU () + { + return (String)get_Value(COLUMNNAME_B_Buyer_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java b/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java index d5ef88028b..f55a256f29 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_BuyerFunds.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for B_BuyerFunds - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_BuyerFunds (Properties ctx, int B_BuyerFunds_ID, String trxName) @@ -75,9 +75,9 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -134,6 +134,20 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent return ii.intValue(); } + /** Set B_BuyerFunds_UU. + @param B_BuyerFunds_UU B_BuyerFunds_UU */ + public void setB_BuyerFunds_UU (String B_BuyerFunds_UU) + { + set_Value (COLUMNNAME_B_BuyerFunds_UU, B_BuyerFunds_UU); + } + + /** Get B_BuyerFunds_UU. + @return B_BuyerFunds_UU */ + public String getB_BuyerFunds_UU () + { + return (String)get_Value(COLUMNNAME_B_BuyerFunds_UU); + } + /** Set Committed Amount. @param CommittedAmt The (legal) commitment amount @@ -154,9 +168,9 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent return bd; } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -182,9 +196,9 @@ public class X_B_BuyerFunds extends PO implements I_B_BuyerFunds, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Offer.java b/org.adempiere.base/src/org/compiere/model/X_B_Offer.java index d4d2e65ff4..82470a7344 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Offer.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Offer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_Offer - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_Offer (Properties ctx, int B_Offer_ID, String trxName) @@ -75,9 +75,9 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -126,9 +126,23 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent return ii.intValue(); } - public I_B_SellerFunds getB_SellerFunds() throws RuntimeException + /** Set B_Offer_UU. + @param B_Offer_UU B_Offer_UU */ + public void setB_Offer_UU (String B_Offer_UU) + { + set_Value (COLUMNNAME_B_Offer_UU, B_Offer_UU); + } + + /** Get B_Offer_UU. + @return B_Offer_UU */ + public String getB_Offer_UU () + { + return (String)get_Value(COLUMNNAME_B_Offer_UU); + } + + public org.compiere.model.I_B_SellerFunds getB_SellerFunds() throws RuntimeException { - return (I_B_SellerFunds)MTable.get(getCtx(), I_B_SellerFunds.Table_Name) + return (org.compiere.model.I_B_SellerFunds)MTable.get(getCtx(), org.compiere.model.I_B_SellerFunds.Table_Name) .getPO(getB_SellerFunds_ID(), get_TrxName()); } /** Set Seller Funds. @@ -154,9 +168,9 @@ public class X_B_Offer extends PO implements I_B_Offer, I_Persistent return ii.intValue(); } - public I_B_Topic getB_Topic() throws RuntimeException + public org.compiere.model.I_B_Topic getB_Topic() throws RuntimeException { - return (I_B_Topic)MTable.get(getCtx(), I_B_Topic.Table_Name) + return (org.compiere.model.I_B_Topic)MTable.get(getCtx(), org.compiere.model.I_B_Topic.Table_Name) .getPO(getB_Topic_ID(), get_TrxName()); } /** Set Topic. diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Seller.java b/org.adempiere.base/src/org/compiere/model/X_B_Seller.java index 06a76b4a8c..6550b2bbf5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Seller.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Seller.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_Seller - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_Seller (Properties ctx, int B_Seller_ID, String trxName) @@ -74,9 +74,9 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -102,6 +102,20 @@ public class X_B_Seller extends PO implements I_B_Seller, I_Persistent return ii.intValue(); } + /** Set B_Seller_UU. + @param B_Seller_UU B_Seller_UU */ + public void setB_Seller_UU (String B_Seller_UU) + { + set_Value (COLUMNNAME_B_Seller_UU, B_Seller_UU); + } + + /** Get B_Seller_UU. + @return B_Seller_UU */ + public String getB_Seller_UU () + { + return (String)get_Value(COLUMNNAME_B_Seller_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java b/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java index 148b087a3f..90573334c0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_SellerFunds.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for B_SellerFunds - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_SellerFunds (Properties ctx, int B_SellerFunds_ID, String trxName) @@ -75,9 +75,9 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -134,6 +134,20 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent return ii.intValue(); } + /** Set B_SellerFunds_UU. + @param B_SellerFunds_UU B_SellerFunds_UU */ + public void setB_SellerFunds_UU (String B_SellerFunds_UU) + { + set_Value (COLUMNNAME_B_SellerFunds_UU, B_SellerFunds_UU); + } + + /** Get B_SellerFunds_UU. + @return B_SellerFunds_UU */ + public String getB_SellerFunds_UU () + { + return (String)get_Value(COLUMNNAME_B_SellerFunds_UU); + } + /** Set Committed Amount. @param CommittedAmt The (legal) commitment amount @@ -154,9 +168,9 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent return bd; } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -182,9 +196,9 @@ public class X_B_SellerFunds extends PO implements I_B_SellerFunds, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_B_Topic.java b/org.adempiere.base/src/org/compiere/model/X_B_Topic.java index 8730735dca..a64760a15c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_Topic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_Topic - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_Topic (Properties ctx, int B_Topic_ID, String trxName) @@ -80,9 +80,9 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent return sb.toString(); } - public I_B_TopicCategory getB_TopicCategory() throws RuntimeException + public org.compiere.model.I_B_TopicCategory getB_TopicCategory() throws RuntimeException { - return (I_B_TopicCategory)MTable.get(getCtx(), I_B_TopicCategory.Table_Name) + return (org.compiere.model.I_B_TopicCategory)MTable.get(getCtx(), org.compiere.model.I_B_TopicCategory.Table_Name) .getPO(getB_TopicCategory_ID(), get_TrxName()); } /** Set Topic Category. @@ -131,9 +131,9 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent return ii.intValue(); } - public I_B_TopicType getB_TopicType() throws RuntimeException + public org.compiere.model.I_B_TopicType getB_TopicType() throws RuntimeException { - return (I_B_TopicType)MTable.get(getCtx(), I_B_TopicType.Table_Name) + return (org.compiere.model.I_B_TopicType)MTable.get(getCtx(), org.compiere.model.I_B_TopicType.Table_Name) .getPO(getB_TopicType_ID(), get_TrxName()); } /** Set Topic Type. @@ -159,6 +159,20 @@ public class X_B_Topic extends PO implements I_B_Topic, I_Persistent return ii.intValue(); } + /** Set B_Topic_UU. + @param B_Topic_UU B_Topic_UU */ + public void setB_Topic_UU (String B_Topic_UU) + { + set_Value (COLUMNNAME_B_Topic_UU, B_Topic_UU); + } + + /** Get B_Topic_UU. + @return B_Topic_UU */ + public String getB_Topic_UU () + { + return (String)get_Value(COLUMNNAME_B_Topic_UU); + } + /** Set Decision date. @param DecisionDate Decision date */ public void setDecisionDate (Timestamp DecisionDate) diff --git a/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java b/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java index 86d855a87e..7e2d2933fc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_TopicCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_TopicCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_TopicCategory (Properties ctx, int B_TopicCategory_ID, String trxName) @@ -95,9 +95,23 @@ public class X_B_TopicCategory extends PO implements I_B_TopicCategory, I_Persis return ii.intValue(); } - public I_B_TopicType getB_TopicType() throws RuntimeException + /** Set B_TopicCategory_UU. + @param B_TopicCategory_UU B_TopicCategory_UU */ + public void setB_TopicCategory_UU (String B_TopicCategory_UU) + { + set_Value (COLUMNNAME_B_TopicCategory_UU, B_TopicCategory_UU); + } + + /** Get B_TopicCategory_UU. + @return B_TopicCategory_UU */ + public String getB_TopicCategory_UU () + { + return (String)get_Value(COLUMNNAME_B_TopicCategory_UU); + } + + public org.compiere.model.I_B_TopicType getB_TopicType() throws RuntimeException { - return (I_B_TopicType)MTable.get(getCtx(), I_B_TopicType.Table_Name) + return (org.compiere.model.I_B_TopicType)MTable.get(getCtx(), org.compiere.model.I_B_TopicType.Table_Name) .getPO(getB_TopicType_ID(), get_TrxName()); } /** Set Topic Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java b/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java index 4776034949..8c0ebe705d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java +++ b/org.adempiere.base/src/org/compiere/model/X_B_TopicType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for B_TopicType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_B_TopicType (Properties ctx, int B_TopicType_ID, String trxName) @@ -112,6 +112,20 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent return ii.intValue(); } + /** Set B_TopicType_UU. + @param B_TopicType_UU B_TopicType_UU */ + public void setB_TopicType_UU (String B_TopicType_UU) + { + set_Value (COLUMNNAME_B_TopicType_UU, B_TopicType_UU); + } + + /** Get B_TopicType_UU. + @return B_TopicType_UU */ + public String getB_TopicType_UU () + { + return (String)get_Value(COLUMNNAME_B_TopicType_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -146,9 +160,9 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -174,9 +188,9 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -202,9 +216,9 @@ public class X_B_TopicType extends PO implements I_B_TopicType, I_Persistent return ii.intValue(); } - public I_M_Product getM_ProductMember() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductMember() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductMember_ID(), get_TrxName()); } /** Set Membership. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessContainer.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessContainer.java index 351f9dea01..dc549c6ab9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessContainer.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessContainer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_AccessContainer - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessContainer (Properties ctx, int CM_AccessContainer_ID, String trxName) @@ -70,9 +70,23 @@ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_ return sb.toString(); } - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException + /** Set CM_AccessContainer_UU. + @param CM_AccessContainer_UU CM_AccessContainer_UU */ + public void setCM_AccessContainer_UU (String CM_AccessContainer_UU) + { + set_Value (COLUMNNAME_CM_AccessContainer_UU, CM_AccessContainer_UU); + } + + /** Get CM_AccessContainer_UU. + @return CM_AccessContainer_UU */ + public String getCM_AccessContainer_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessContainer_UU); + } + + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException { - return (I_CM_AccessProfile)MTable.get(getCtx(), I_CM_AccessProfile.Table_Name) + return (org.compiere.model.I_CM_AccessProfile)MTable.get(getCtx(), org.compiere.model.I_CM_AccessProfile.Table_Name) .getPO(getCM_AccessProfile_ID(), get_TrxName()); } /** Set Web Access Profile. @@ -98,9 +112,9 @@ public class X_CM_AccessContainer extends PO implements I_CM_AccessContainer, I_ return ii.intValue(); } - public I_CM_Container getCM_Container() throws RuntimeException + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException { - return (I_CM_Container)MTable.get(getCtx(), I_CM_Container.Table_Name) + return (org.compiere.model.I_CM_Container)MTable.get(getCtx(), org.compiere.model.I_CM_Container.Table_Name) .getPO(getCM_Container_ID(), get_TrxName()); } /** Set Web Container. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessListBPGroup.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessListBPGroup.java index 8ba0426d5a..aba4a1f7fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessListBPGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessListBPGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_AccessListBPGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessListBPGroup (Properties ctx, int CM_AccessListBPGroup_ID, String trxName) @@ -70,9 +70,9 @@ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup return sb.toString(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -98,9 +98,23 @@ public class X_CM_AccessListBPGroup extends PO implements I_CM_AccessListBPGroup return ii.intValue(); } - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException + /** Set CM_AccessListBPGroup_UU. + @param CM_AccessListBPGroup_UU CM_AccessListBPGroup_UU */ + public void setCM_AccessListBPGroup_UU (String CM_AccessListBPGroup_UU) + { + set_Value (COLUMNNAME_CM_AccessListBPGroup_UU, CM_AccessListBPGroup_UU); + } + + /** Get CM_AccessListBPGroup_UU. + @return CM_AccessListBPGroup_UU */ + public String getCM_AccessListBPGroup_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessListBPGroup_UU); + } + + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException { - return (I_CM_AccessProfile)MTable.get(getCtx(), I_CM_AccessProfile.Table_Name) + return (org.compiere.model.I_CM_AccessProfile)MTable.get(getCtx(), org.compiere.model.I_CM_AccessProfile.Table_Name) .getPO(getCM_AccessProfile_ID(), get_TrxName()); } /** Set Web Access Profile. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessListRole.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessListRole.java index 9e0d48b1df..c3a1945edb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessListRole.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessListRole.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_AccessListRole - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessListRole (Properties ctx, int CM_AccessListRole_ID, String trxName) @@ -70,9 +70,9 @@ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Pe return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -98,9 +98,23 @@ public class X_CM_AccessListRole extends PO implements I_CM_AccessListRole, I_Pe return ii.intValue(); } - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException + /** Set CM_AccessListRole_UU. + @param CM_AccessListRole_UU CM_AccessListRole_UU */ + public void setCM_AccessListRole_UU (String CM_AccessListRole_UU) + { + set_Value (COLUMNNAME_CM_AccessListRole_UU, CM_AccessListRole_UU); + } + + /** Get CM_AccessListRole_UU. + @return CM_AccessListRole_UU */ + public String getCM_AccessListRole_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessListRole_UU); + } + + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException { - return (I_CM_AccessProfile)MTable.get(getCtx(), I_CM_AccessProfile.Table_Name) + return (org.compiere.model.I_CM_AccessProfile)MTable.get(getCtx(), org.compiere.model.I_CM_AccessProfile.Table_Name) .getPO(getCM_AccessProfile_ID(), get_TrxName()); } /** Set Web Access Profile. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessMedia.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessMedia.java index bba6ee669b..633792f0f9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessMedia.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessMedia.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_AccessMedia - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessMedia (Properties ctx, int CM_AccessMedia_ID, String trxName) @@ -70,9 +70,23 @@ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persiste return sb.toString(); } - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException + /** Set CM_AccessMedia_UU. + @param CM_AccessMedia_UU CM_AccessMedia_UU */ + public void setCM_AccessMedia_UU (String CM_AccessMedia_UU) + { + set_Value (COLUMNNAME_CM_AccessMedia_UU, CM_AccessMedia_UU); + } + + /** Get CM_AccessMedia_UU. + @return CM_AccessMedia_UU */ + public String getCM_AccessMedia_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessMedia_UU); + } + + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException { - return (I_CM_AccessProfile)MTable.get(getCtx(), I_CM_AccessProfile.Table_Name) + return (org.compiere.model.I_CM_AccessProfile)MTable.get(getCtx(), org.compiere.model.I_CM_AccessProfile.Table_Name) .getPO(getCM_AccessProfile_ID(), get_TrxName()); } /** Set Web Access Profile. @@ -98,9 +112,9 @@ public class X_CM_AccessMedia extends PO implements I_CM_AccessMedia, I_Persiste return ii.intValue(); } - public I_CM_Media getCM_Media() throws RuntimeException + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException { - return (I_CM_Media)MTable.get(getCtx(), I_CM_Media.Table_Name) + return (org.compiere.model.I_CM_Media)MTable.get(getCtx(), org.compiere.model.I_CM_Media.Table_Name) .getPO(getCM_Media_ID(), get_TrxName()); } /** Set Media Item. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessNewsChannel.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessNewsChannel.java index a298f30172..b0a707510a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessNewsChannel.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessNewsChannel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_AccessNewsChannel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessNewsChannel (Properties ctx, int CM_AccessNewsChannel_ID, String trxName) @@ -70,9 +70,23 @@ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel return sb.toString(); } - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException + /** Set CM_AccessNewsChannel_UU. + @param CM_AccessNewsChannel_UU CM_AccessNewsChannel_UU */ + public void setCM_AccessNewsChannel_UU (String CM_AccessNewsChannel_UU) + { + set_Value (COLUMNNAME_CM_AccessNewsChannel_UU, CM_AccessNewsChannel_UU); + } + + /** Get CM_AccessNewsChannel_UU. + @return CM_AccessNewsChannel_UU */ + public String getCM_AccessNewsChannel_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessNewsChannel_UU); + } + + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException { - return (I_CM_AccessProfile)MTable.get(getCtx(), I_CM_AccessProfile.Table_Name) + return (org.compiere.model.I_CM_AccessProfile)MTable.get(getCtx(), org.compiere.model.I_CM_AccessProfile.Table_Name) .getPO(getCM_AccessProfile_ID(), get_TrxName()); } /** Set Web Access Profile. @@ -98,9 +112,9 @@ public class X_CM_AccessNewsChannel extends PO implements I_CM_AccessNewsChannel return ii.intValue(); } - public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException + public org.compiere.model.I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException { - return (I_CM_NewsChannel)MTable.get(getCtx(), I_CM_NewsChannel.Table_Name) + return (org.compiere.model.I_CM_NewsChannel)MTable.get(getCtx(), org.compiere.model.I_CM_NewsChannel.Table_Name) .getPO(getCM_NewsChannel_ID(), get_TrxName()); } /** Set News Channel. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessProfile.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessProfile.java index ecd548bd35..ca70ceb289 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessProfile.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessProfile.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_AccessProfile - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessProfile extends PO implements I_CM_AccessProfile, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessProfile (Properties ctx, int CM_AccessProfile_ID, String trxName) @@ -96,6 +96,20 @@ public class X_CM_AccessProfile extends PO implements I_CM_AccessProfile, I_Pers return ii.intValue(); } + /** Set CM_AccessProfile_UU. + @param CM_AccessProfile_UU CM_AccessProfile_UU */ + public void setCM_AccessProfile_UU (String CM_AccessProfile_UU) + { + set_Value (COLUMNNAME_CM_AccessProfile_UU, CM_AccessProfile_UU); + } + + /** Get CM_AccessProfile_UU. + @return CM_AccessProfile_UU */ + public String getCM_AccessProfile_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessProfile_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_AccessStage.java b/org.adempiere.base/src/org/compiere/model/X_CM_AccessStage.java index 79556a35d3..d78d58446c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_AccessStage.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_AccessStage.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_AccessStage - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_AccessStage (Properties ctx, int CM_AccessStage_ID, String trxName) @@ -70,9 +70,9 @@ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persiste return sb.toString(); } - public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException + public org.compiere.model.I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException { - return (I_CM_AccessProfile)MTable.get(getCtx(), I_CM_AccessProfile.Table_Name) + return (org.compiere.model.I_CM_AccessProfile)MTable.get(getCtx(), org.compiere.model.I_CM_AccessProfile.Table_Name) .getPO(getCM_AccessProfile_ID(), get_TrxName()); } /** Set Web Access Profile. @@ -98,9 +98,23 @@ public class X_CM_AccessStage extends PO implements I_CM_AccessStage, I_Persiste return ii.intValue(); } - public I_CM_CStage getCM_CStage() throws RuntimeException + /** Set CM_AccessStage_UU. + @param CM_AccessStage_UU CM_AccessStage_UU */ + public void setCM_AccessStage_UU (String CM_AccessStage_UU) + { + set_Value (COLUMNNAME_CM_AccessStage_UU, CM_AccessStage_UU); + } + + /** Get CM_AccessStage_UU. + @return CM_AccessStage_UU */ + public String getCM_AccessStage_UU () + { + return (String)get_Value(COLUMNNAME_CM_AccessStage_UU); + } + + public org.compiere.model.I_CM_CStage getCM_CStage() throws RuntimeException { - return (I_CM_CStage)MTable.get(getCtx(), I_CM_CStage.Table_Name) + return (org.compiere.model.I_CM_CStage)MTable.get(getCtx(), org.compiere.model.I_CM_CStage.Table_Name) .getPO(getCM_CStage_ID(), get_TrxName()); } /** Set Web Container Stage. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Ad.java b/org.adempiere.base/src/org/compiere/model/X_CM_Ad.java index 7bee01806c..14130b9b53 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Ad.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Ad.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Ad - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Ad (Properties ctx, int CM_Ad_ID, String trxName) @@ -123,9 +123,9 @@ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent return ii.intValue(); } - public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException + public org.compiere.model.I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException { - return (I_CM_Ad_Cat)MTable.get(getCtx(), I_CM_Ad_Cat.Table_Name) + return (org.compiere.model.I_CM_Ad_Cat)MTable.get(getCtx(), org.compiere.model.I_CM_Ad_Cat.Table_Name) .getPO(getCM_Ad_Cat_ID(), get_TrxName()); } /** Set Advertisement Category. @@ -174,9 +174,23 @@ public class X_CM_Ad extends PO implements I_CM_Ad, I_Persistent return ii.intValue(); } - public I_CM_Media getCM_Media() throws RuntimeException + /** Set CM_Ad_UU. + @param CM_Ad_UU CM_Ad_UU */ + public void setCM_Ad_UU (String CM_Ad_UU) + { + set_Value (COLUMNNAME_CM_Ad_UU, CM_Ad_UU); + } + + /** Get CM_Ad_UU. + @return CM_Ad_UU */ + public String getCM_Ad_UU () + { + return (String)get_Value(COLUMNNAME_CM_Ad_UU); + } + + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException { - return (I_CM_Media)MTable.get(getCtx(), I_CM_Media.Table_Name) + return (org.compiere.model.I_CM_Media)MTable.get(getCtx(), org.compiere.model.I_CM_Media.Table_Name) .getPO(getCM_Media_ID(), get_TrxName()); } /** Set Media Item. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Ad_Cat.java b/org.adempiere.base/src/org/compiere/model/X_CM_Ad_Cat.java index f61bf07ef6..606ae57d2c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Ad_Cat.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Ad_Cat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Ad_Cat - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Ad_Cat extends PO implements I_CM_Ad_Cat, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Ad_Cat (Properties ctx, int CM_Ad_Cat_ID, String trxName) @@ -95,9 +95,23 @@ public class X_CM_Ad_Cat extends PO implements I_CM_Ad_Cat, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_Ad_Cat_UU. + @param CM_Ad_Cat_UU CM_Ad_Cat_UU */ + public void setCM_Ad_Cat_UU (String CM_Ad_Cat_UU) + { + set_Value (COLUMNNAME_CM_Ad_Cat_UU, CM_Ad_Cat_UU); + } + + /** Get CM_Ad_Cat_UU. + @return CM_Ad_Cat_UU */ + public String getCM_Ad_Cat_UU () + { + return (String)get_Value(COLUMNNAME_CM_Ad_Cat_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_BroadcastServer.java b/org.adempiere.base/src/org/compiere/model/X_CM_BroadcastServer.java index e0c45b4f3e..5b2101eb88 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_BroadcastServer.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_BroadcastServer.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_BroadcastServer - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_BroadcastServer extends PO implements I_CM_BroadcastServer, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_BroadcastServer (Properties ctx, int CM_BroadcastServer_ID, String trxName) @@ -96,9 +96,23 @@ public class X_CM_BroadcastServer extends PO implements I_CM_BroadcastServer, I_ return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_BroadcastServer_UU. + @param CM_BroadcastServer_UU CM_BroadcastServer_UU */ + public void setCM_BroadcastServer_UU (String CM_BroadcastServer_UU) + { + set_Value (COLUMNNAME_CM_BroadcastServer_UU, CM_BroadcastServer_UU); + } + + /** Get CM_BroadcastServer_UU. + @return CM_BroadcastServer_UU */ + public String getCM_BroadcastServer_UU () + { + return (String)get_Value(COLUMNNAME_CM_BroadcastServer_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_CStage.java b/org.adempiere.base/src/org/compiere/model/X_CM_CStage.java index 4310d55c26..f6930dd3d4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_CStage.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_CStage.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_CStage - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_CStage (Properties ctx, int CM_CStage_ID, String trxName) @@ -107,9 +107,9 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent return ii.intValue(); } - public I_CM_CStage getCM_CStageLink() throws RuntimeException + public org.compiere.model.I_CM_CStage getCM_CStageLink() throws RuntimeException { - return (I_CM_CStage)MTable.get(getCtx(), I_CM_CStage.Table_Name) + return (org.compiere.model.I_CM_CStage)MTable.get(getCtx(), org.compiere.model.I_CM_CStage.Table_Name) .getPO(getCM_CStageLink_ID(), get_TrxName()); } /** Set Container Link. @@ -135,9 +135,23 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent return ii.intValue(); } - public I_CM_Template getCM_Template() throws RuntimeException + /** Set CM_CStage_UU. + @param CM_CStage_UU CM_CStage_UU */ + public void setCM_CStage_UU (String CM_CStage_UU) + { + set_Value (COLUMNNAME_CM_CStage_UU, CM_CStage_UU); + } + + /** Get CM_CStage_UU. + @return CM_CStage_UU */ + public String getCM_CStage_UU () + { + return (String)get_Value(COLUMNNAME_CM_CStage_UU); + } + + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException { - return (I_CM_Template)MTable.get(getCtx(), I_CM_Template.Table_Name) + return (org.compiere.model.I_CM_Template)MTable.get(getCtx(), org.compiere.model.I_CM_Template.Table_Name) .getPO(getCM_Template_ID(), get_TrxName()); } /** Set Template. @@ -163,9 +177,9 @@ public class X_CM_CStage extends PO implements I_CM_CStage, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_CStageTTable.java b/org.adempiere.base/src/org/compiere/model/X_CM_CStageTTable.java index ce2804ddf3..6375d77938 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_CStageTTable.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_CStageTTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_CStageTTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_CStageTTable (Properties ctx, int CM_CStageTTable_ID, String trxName) @@ -73,9 +73,9 @@ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persis return sb.toString(); } - public I_CM_CStage getCM_CStage() throws RuntimeException + public org.compiere.model.I_CM_CStage getCM_CStage() throws RuntimeException { - return (I_CM_CStage)MTable.get(getCtx(), I_CM_CStage.Table_Name) + return (org.compiere.model.I_CM_CStage)MTable.get(getCtx(), org.compiere.model.I_CM_CStage.Table_Name) .getPO(getCM_CStage_ID(), get_TrxName()); } /** Set Web Container Stage. @@ -124,9 +124,23 @@ public class X_CM_CStageTTable extends PO implements I_CM_CStageTTable, I_Persis return ii.intValue(); } - public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException + /** Set CM_CStageTTable_UU. + @param CM_CStageTTable_UU CM_CStageTTable_UU */ + public void setCM_CStageTTable_UU (String CM_CStageTTable_UU) + { + set_Value (COLUMNNAME_CM_CStageTTable_UU, CM_CStageTTable_UU); + } + + /** Get CM_CStageTTable_UU. + @return CM_CStageTTable_UU */ + public String getCM_CStageTTable_UU () + { + return (String)get_Value(COLUMNNAME_CM_CStageTTable_UU); + } + + public org.compiere.model.I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException { - return (I_CM_TemplateTable)MTable.get(getCtx(), I_CM_TemplateTable.Table_Name) + return (org.compiere.model.I_CM_TemplateTable)MTable.get(getCtx(), org.compiere.model.I_CM_TemplateTable.Table_Name) .getPO(getCM_TemplateTable_ID(), get_TrxName()); } /** Set Template Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_CStage_Element.java b/org.adempiere.base/src/org/compiere/model/X_CM_CStage_Element.java index 64419fc173..8e2a21ed42 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_CStage_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_CStage_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_CStage_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_CStage_Element extends PO implements I_CM_CStage_Element, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_CStage_Element (Properties ctx, int CM_CStage_Element_ID, String trxName) @@ -95,9 +95,23 @@ public class X_CM_CStage_Element extends PO implements I_CM_CStage_Element, I_Pe return ii.intValue(); } - public I_CM_CStage getCM_CStage() throws RuntimeException + /** Set CM_CStage_Element_UU. + @param CM_CStage_Element_UU CM_CStage_Element_UU */ + public void setCM_CStage_Element_UU (String CM_CStage_Element_UU) + { + set_Value (COLUMNNAME_CM_CStage_Element_UU, CM_CStage_Element_UU); + } + + /** Get CM_CStage_Element_UU. + @return CM_CStage_Element_UU */ + public String getCM_CStage_Element_UU () + { + return (String)get_Value(COLUMNNAME_CM_CStage_Element_UU); + } + + public org.compiere.model.I_CM_CStage getCM_CStage() throws RuntimeException { - return (I_CM_CStage)MTable.get(getCtx(), I_CM_CStage.Table_Name) + return (org.compiere.model.I_CM_CStage)MTable.get(getCtx(), org.compiere.model.I_CM_CStage.Table_Name) .getPO(getCM_CStage_ID(), get_TrxName()); } /** Set Web Container Stage. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java b/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java index 9526e5f494..cb2b63c613 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Chat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Chat - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Chat (Properties ctx, int CM_Chat_ID, String trxName) @@ -74,9 +74,9 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -125,9 +125,9 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent return ii.intValue(); } - public I_CM_ChatType getCM_ChatType() throws RuntimeException + public org.compiere.model.I_CM_ChatType getCM_ChatType() throws RuntimeException { - return (I_CM_ChatType)MTable.get(getCtx(), I_CM_ChatType.Table_Name) + return (org.compiere.model.I_CM_ChatType)MTable.get(getCtx(), org.compiere.model.I_CM_ChatType.Table_Name) .getPO(getCM_ChatType_ID(), get_TrxName()); } /** Set Chat Type. @@ -153,6 +153,20 @@ public class X_CM_Chat extends PO implements I_CM_Chat, I_Persistent return ii.intValue(); } + /** Set CM_Chat_UU. + @param CM_Chat_UU CM_Chat_UU */ + public void setCM_Chat_UU (String CM_Chat_UU) + { + set_Value (COLUMNNAME_CM_Chat_UU, CM_Chat_UU); + } + + /** Get CM_Chat_UU. + @return CM_Chat_UU */ + public String getCM_Chat_UU () + { + return (String)get_Value(COLUMNNAME_CM_Chat_UU); + } + /** ConfidentialType AD_Reference_ID=340 */ public static final int CONFIDENTIALTYPE_AD_Reference_ID=340; /** Public Information = A */ diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java index 57da4b37da..a541ba5626 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatEntry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_ChatEntry - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_ChatEntry (Properties ctx, int CM_ChatEntry_ID, String trxName) @@ -75,9 +75,9 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -146,9 +146,9 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent return (String)get_Value(COLUMNNAME_ChatEntryType); } - public I_CM_ChatEntry getCM_ChatEntryGrandParent() throws RuntimeException + public org.compiere.model.I_CM_ChatEntry getCM_ChatEntryGrandParent() throws RuntimeException { - return (I_CM_ChatEntry)MTable.get(getCtx(), I_CM_ChatEntry.Table_Name) + return (org.compiere.model.I_CM_ChatEntry)MTable.get(getCtx(), org.compiere.model.I_CM_ChatEntry.Table_Name) .getPO(getCM_ChatEntryGrandParent_ID(), get_TrxName()); } /** Set Chat Entry Grandparent. @@ -205,9 +205,9 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getCM_ChatEntry_ID())); } - public I_CM_ChatEntry getCM_ChatEntryParent() throws RuntimeException + public org.compiere.model.I_CM_ChatEntry getCM_ChatEntryParent() throws RuntimeException { - return (I_CM_ChatEntry)MTable.get(getCtx(), I_CM_ChatEntry.Table_Name) + return (org.compiere.model.I_CM_ChatEntry)MTable.get(getCtx(), org.compiere.model.I_CM_ChatEntry.Table_Name) .getPO(getCM_ChatEntryParent_ID(), get_TrxName()); } /** Set Chat Entry Parent. @@ -233,9 +233,23 @@ public class X_CM_ChatEntry extends PO implements I_CM_ChatEntry, I_Persistent return ii.intValue(); } - public I_CM_Chat getCM_Chat() throws RuntimeException + /** Set CM_ChatEntry_UU. + @param CM_ChatEntry_UU CM_ChatEntry_UU */ + public void setCM_ChatEntry_UU (String CM_ChatEntry_UU) + { + set_Value (COLUMNNAME_CM_ChatEntry_UU, CM_ChatEntry_UU); + } + + /** Get CM_ChatEntry_UU. + @return CM_ChatEntry_UU */ + public String getCM_ChatEntry_UU () + { + return (String)get_Value(COLUMNNAME_CM_ChatEntry_UU); + } + + public org.compiere.model.I_CM_Chat getCM_Chat() throws RuntimeException { - return (I_CM_Chat)MTable.get(getCtx(), I_CM_Chat.Table_Name) + return (org.compiere.model.I_CM_Chat)MTable.get(getCtx(), org.compiere.model.I_CM_Chat.Table_Name) .getPO(getCM_Chat_ID(), get_TrxName()); } /** Set Chat. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java index c3652bbe00..491261807a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_ChatType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_ChatType (Properties ctx, int CM_ChatType_ID, String trxName) @@ -72,9 +72,9 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -123,6 +123,20 @@ public class X_CM_ChatType extends PO implements I_CM_ChatType, I_Persistent return ii.intValue(); } + /** Set CM_ChatType_UU. + @param CM_ChatType_UU CM_ChatType_UU */ + public void setCM_ChatType_UU (String CM_ChatType_UU) + { + set_Value (COLUMNNAME_CM_ChatType_UU, CM_ChatType_UU); + } + + /** Get CM_ChatType_UU. + @return CM_ChatType_UU */ + public String getCM_ChatType_UU () + { + return (String)get_Value(COLUMNNAME_CM_ChatType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java index 0f7da3a251..fca1175df4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatTypeUpdate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_ChatTypeUpdate - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_ChatTypeUpdate (Properties ctx, int CM_ChatTypeUpdate_ID, String trxName) @@ -71,9 +71,9 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -99,9 +99,9 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe return ii.intValue(); } - public I_CM_ChatType getCM_ChatType() throws RuntimeException + public org.compiere.model.I_CM_ChatType getCM_ChatType() throws RuntimeException { - return (I_CM_ChatType)MTable.get(getCtx(), I_CM_ChatType.Table_Name) + return (org.compiere.model.I_CM_ChatType)MTable.get(getCtx(), org.compiere.model.I_CM_ChatType.Table_Name) .getPO(getCM_ChatType_ID(), get_TrxName()); } /** Set Chat Type. @@ -127,6 +127,20 @@ public class X_CM_ChatTypeUpdate extends PO implements I_CM_ChatTypeUpdate, I_Pe return ii.intValue(); } + /** Set CM_ChatTypeUpdate_UU. + @param CM_ChatTypeUpdate_UU CM_ChatTypeUpdate_UU */ + public void setCM_ChatTypeUpdate_UU (String CM_ChatTypeUpdate_UU) + { + set_Value (COLUMNNAME_CM_ChatTypeUpdate_UU, CM_ChatTypeUpdate_UU); + } + + /** Get CM_ChatTypeUpdate_UU. + @return CM_ChatTypeUpdate_UU */ + public String getCM_ChatTypeUpdate_UU () + { + return (String)get_Value(COLUMNNAME_CM_ChatTypeUpdate_UU); + } + /** Set Self-Service. @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java b/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java index efaa1421dc..eb9f3e9e8b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ChatUpdate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for CM_ChatUpdate - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_ChatUpdate (Properties ctx, int CM_ChatUpdate_ID, String trxName) @@ -71,9 +71,9 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -99,9 +99,9 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent return ii.intValue(); } - public I_CM_Chat getCM_Chat() throws RuntimeException + public org.compiere.model.I_CM_Chat getCM_Chat() throws RuntimeException { - return (I_CM_Chat)MTable.get(getCtx(), I_CM_Chat.Table_Name) + return (org.compiere.model.I_CM_Chat)MTable.get(getCtx(), org.compiere.model.I_CM_Chat.Table_Name) .getPO(getCM_Chat_ID(), get_TrxName()); } /** Set Chat. @@ -127,6 +127,20 @@ public class X_CM_ChatUpdate extends PO implements I_CM_ChatUpdate, I_Persistent return ii.intValue(); } + /** Set CM_ChatUpdate_UU. + @param CM_ChatUpdate_UU CM_ChatUpdate_UU */ + public void setCM_ChatUpdate_UU (String CM_ChatUpdate_UU) + { + set_Value (COLUMNNAME_CM_ChatUpdate_UU, CM_ChatUpdate_UU); + } + + /** Get CM_ChatUpdate_UU. + @return CM_ChatUpdate_UU */ + public String getCM_ChatUpdate_UU () + { + return (String)get_Value(COLUMNNAME_CM_ChatUpdate_UU); + } + /** Set Self-Service. @param IsSelfService This is a Self-Service entry or this entry can be changed via Self-Service diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Container.java b/org.adempiere.base/src/org/compiere/model/X_CM_Container.java index e006885a16..ce5a960f35 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Container.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Container.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Container - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Container (Properties ctx, int CM_Container_ID, String trxName) @@ -105,9 +105,9 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent return ii.intValue(); } - public I_CM_Container getCM_ContainerLink() throws RuntimeException + public org.compiere.model.I_CM_Container getCM_ContainerLink() throws RuntimeException { - return (I_CM_Container)MTable.get(getCtx(), I_CM_Container.Table_Name) + return (org.compiere.model.I_CM_Container)MTable.get(getCtx(), org.compiere.model.I_CM_Container.Table_Name) .getPO(getCM_ContainerLink_ID(), get_TrxName()); } /** Set Container Link. @@ -133,9 +133,23 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent return ii.intValue(); } - public I_CM_Template getCM_Template() throws RuntimeException + /** Set CM_Container_UU. + @param CM_Container_UU CM_Container_UU */ + public void setCM_Container_UU (String CM_Container_UU) + { + set_Value (COLUMNNAME_CM_Container_UU, CM_Container_UU); + } + + /** Get CM_Container_UU. + @return CM_Container_UU */ + public String getCM_Container_UU () + { + return (String)get_Value(COLUMNNAME_CM_Container_UU); + } + + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException { - return (I_CM_Template)MTable.get(getCtx(), I_CM_Template.Table_Name) + return (org.compiere.model.I_CM_Template)MTable.get(getCtx(), org.compiere.model.I_CM_Template.Table_Name) .getPO(getCM_Template_ID(), get_TrxName()); } /** Set Template. @@ -161,9 +175,9 @@ public class X_CM_Container extends PO implements I_CM_Container, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_ContainerTTable.java b/org.adempiere.base/src/org/compiere/model/X_CM_ContainerTTable.java index 4ecd506d59..8d29de7fd7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_ContainerTTable.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_ContainerTTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_ContainerTTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_ContainerTTable (Properties ctx, int CM_ContainerTTable_ID, String trxName) @@ -73,9 +73,9 @@ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_ return sb.toString(); } - public I_CM_Container getCM_Container() throws RuntimeException + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException { - return (I_CM_Container)MTable.get(getCtx(), I_CM_Container.Table_Name) + return (org.compiere.model.I_CM_Container)MTable.get(getCtx(), org.compiere.model.I_CM_Container.Table_Name) .getPO(getCM_Container_ID(), get_TrxName()); } /** Set Web Container. @@ -124,9 +124,23 @@ public class X_CM_ContainerTTable extends PO implements I_CM_ContainerTTable, I_ return ii.intValue(); } - public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException + /** Set CM_ContainerTTable_UU. + @param CM_ContainerTTable_UU CM_ContainerTTable_UU */ + public void setCM_ContainerTTable_UU (String CM_ContainerTTable_UU) + { + set_Value (COLUMNNAME_CM_ContainerTTable_UU, CM_ContainerTTable_UU); + } + + /** Get CM_ContainerTTable_UU. + @return CM_ContainerTTable_UU */ + public String getCM_ContainerTTable_UU () + { + return (String)get_Value(COLUMNNAME_CM_ContainerTTable_UU); + } + + public org.compiere.model.I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException { - return (I_CM_TemplateTable)MTable.get(getCtx(), I_CM_TemplateTable.Table_Name) + return (org.compiere.model.I_CM_TemplateTable)MTable.get(getCtx(), org.compiere.model.I_CM_TemplateTable.Table_Name) .getPO(getCM_TemplateTable_ID(), get_TrxName()); } /** Set Template Table. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Container_Element.java b/org.adempiere.base/src/org/compiere/model/X_CM_Container_Element.java index c7af325096..a835ecbe7a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Container_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Container_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Container_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Container_Element extends PO implements I_CM_Container_Element, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Container_Element (Properties ctx, int CM_Container_Element_ID, String trxName) @@ -95,9 +95,23 @@ public class X_CM_Container_Element extends PO implements I_CM_Container_Element return ii.intValue(); } - public I_CM_Container getCM_Container() throws RuntimeException + /** Set CM_Container_Element_UU. + @param CM_Container_Element_UU CM_Container_Element_UU */ + public void setCM_Container_Element_UU (String CM_Container_Element_UU) + { + set_Value (COLUMNNAME_CM_Container_Element_UU, CM_Container_Element_UU); + } + + /** Get CM_Container_Element_UU. + @return CM_Container_Element_UU */ + public String getCM_Container_Element_UU () + { + return (String)get_Value(COLUMNNAME_CM_Container_Element_UU); + } + + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException { - return (I_CM_Container)MTable.get(getCtx(), I_CM_Container.Table_Name) + return (org.compiere.model.I_CM_Container)MTable.get(getCtx(), org.compiere.model.I_CM_Container.Table_Name) .getPO(getCM_Container_ID(), get_TrxName()); } /** Set Web Container. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Container_URL.java b/org.adempiere.base/src/org/compiere/model/X_CM_Container_URL.java index dff7cf354c..94d5709ad1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Container_URL.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Container_URL.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for CM_Container_URL - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Container_URL extends PO implements I_CM_Container_URL, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Container_URL (Properties ctx, int CM_Container_URL_ID, String trxName) @@ -91,9 +91,9 @@ public class X_CM_Container_URL extends PO implements I_CM_Container_URL, I_Pers return (Timestamp)get_Value(COLUMNNAME_Checked); } - public I_CM_Container getCM_Container() throws RuntimeException + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException { - return (I_CM_Container)MTable.get(getCtx(), I_CM_Container.Table_Name) + return (org.compiere.model.I_CM_Container)MTable.get(getCtx(), org.compiere.model.I_CM_Container.Table_Name) .getPO(getCM_Container_ID(), get_TrxName()); } /** Set Web Container. @@ -142,6 +142,20 @@ public class X_CM_Container_URL extends PO implements I_CM_Container_URL, I_Pers return ii.intValue(); } + /** Set CM_Container_URL_UU. + @param CM_Container_URL_UU CM_Container_URL_UU */ + public void setCM_Container_URL_UU (String CM_Container_URL_UU) + { + set_Value (COLUMNNAME_CM_Container_URL_UU, CM_Container_URL_UU); + } + + /** Get CM_Container_URL_UU. + @return CM_Container_URL_UU */ + public String getCM_Container_URL_UU () + { + return (String)get_Value(COLUMNNAME_CM_Container_URL_UU); + } + /** Set Last Result. @param Last_Result Contains data on the last check result diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Media.java b/org.adempiere.base/src/org/compiere/model/X_CM_Media.java index 5612ec46b5..36714c7870 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Media.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Media.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Media - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Media extends PO implements I_CM_Media, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Media (Properties ctx, int CM_Media_ID, String trxName) @@ -119,9 +119,23 @@ public class X_CM_Media extends PO implements I_CM_Media, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_Media_UU. + @param CM_Media_UU CM_Media_UU */ + public void setCM_Media_UU (String CM_Media_UU) + { + set_Value (COLUMNNAME_CM_Media_UU, CM_Media_UU); + } + + /** Get CM_Media_UU. + @return CM_Media_UU */ + public String getCM_Media_UU () + { + return (String)get_Value(COLUMNNAME_CM_Media_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_MediaDeploy.java b/org.adempiere.base/src/org/compiere/model/X_CM_MediaDeploy.java index c1d2acc90c..c5223e2b9c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_MediaDeploy.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_MediaDeploy.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for CM_MediaDeploy - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_MediaDeploy (Properties ctx, int CM_MediaDeploy_ID, String trxName) @@ -96,9 +96,23 @@ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persiste return ii.intValue(); } - public I_CM_Media getCM_Media() throws RuntimeException + /** Set CM_MediaDeploy_UU. + @param CM_MediaDeploy_UU CM_MediaDeploy_UU */ + public void setCM_MediaDeploy_UU (String CM_MediaDeploy_UU) + { + set_Value (COLUMNNAME_CM_MediaDeploy_UU, CM_MediaDeploy_UU); + } + + /** Get CM_MediaDeploy_UU. + @return CM_MediaDeploy_UU */ + public String getCM_MediaDeploy_UU () + { + return (String)get_Value(COLUMNNAME_CM_MediaDeploy_UU); + } + + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException { - return (I_CM_Media)MTable.get(getCtx(), I_CM_Media.Table_Name) + return (org.compiere.model.I_CM_Media)MTable.get(getCtx(), org.compiere.model.I_CM_Media.Table_Name) .getPO(getCM_Media_ID(), get_TrxName()); } /** Set Media Item. @@ -124,9 +138,9 @@ public class X_CM_MediaDeploy extends PO implements I_CM_MediaDeploy, I_Persiste return ii.intValue(); } - public I_CM_Media_Server getCM_Media_Server() throws RuntimeException + public org.compiere.model.I_CM_Media_Server getCM_Media_Server() throws RuntimeException { - return (I_CM_Media_Server)MTable.get(getCtx(), I_CM_Media_Server.Table_Name) + return (org.compiere.model.I_CM_Media_Server)MTable.get(getCtx(), org.compiere.model.I_CM_Media_Server.Table_Name) .getPO(getCM_Media_Server_ID(), get_TrxName()); } /** Set Media Server. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Media_Server.java b/org.adempiere.base/src/org/compiere/model/X_CM_Media_Server.java index a984bbcc53..20cf114742 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Media_Server.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Media_Server.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Media_Server - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Media_Server (Properties ctx, int CM_Media_Server_ID, String trxName) @@ -96,9 +96,23 @@ public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persis return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_Media_Server_UU. + @param CM_Media_Server_UU CM_Media_Server_UU */ + public void setCM_Media_Server_UU (String CM_Media_Server_UU) + { + set_Value (COLUMNNAME_CM_Media_Server_UU, CM_Media_Server_UU); + } + + /** Get CM_Media_Server_UU. + @return CM_Media_Server_UU */ + public String getCM_Media_Server_UU () + { + return (String)get_Value(COLUMNNAME_CM_Media_Server_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. @@ -260,7 +274,7 @@ public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persis /** Set URL. @param URL - Full URL address - e.g. http://www.adempiere.org + Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL) { @@ -268,7 +282,7 @@ public class X_CM_Media_Server extends PO implements I_CM_Media_Server, I_Persis } /** Get URL. - @return Full URL address - e.g. http://www.adempiere.org + @return Full URL address - e.g. http://www.idempiere.org */ public String getURL () { diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_NewsChannel.java b/org.adempiere.base/src/org/compiere/model/X_CM_NewsChannel.java index d3b24ba5c6..1e6678272b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_NewsChannel.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_NewsChannel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_NewsChannel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_NewsChannel extends PO implements I_CM_NewsChannel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_NewsChannel (Properties ctx, int CM_NewsChannel_ID, String trxName) @@ -116,9 +116,23 @@ public class X_CM_NewsChannel extends PO implements I_CM_NewsChannel, I_Persiste return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_NewsChannel_UU. + @param CM_NewsChannel_UU CM_NewsChannel_UU */ + public void setCM_NewsChannel_UU (String CM_NewsChannel_UU) + { + set_Value (COLUMNNAME_CM_NewsChannel_UU, CM_NewsChannel_UU); + } + + /** Get CM_NewsChannel_UU. + @return CM_NewsChannel_UU */ + public String getCM_NewsChannel_UU () + { + return (String)get_Value(COLUMNNAME_CM_NewsChannel_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_NewsItem.java b/org.adempiere.base/src/org/compiere/model/X_CM_NewsItem.java index 7c15ef46de..7a26575d0c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_NewsItem.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_NewsItem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for CM_NewsItem - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_NewsItem extends PO implements I_CM_NewsItem, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_NewsItem (Properties ctx, int CM_NewsItem_ID, String trxName) @@ -88,9 +88,9 @@ public class X_CM_NewsItem extends PO implements I_CM_NewsItem, I_Persistent return (String)get_Value(COLUMNNAME_Author); } - public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException + public org.compiere.model.I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException { - return (I_CM_NewsChannel)MTable.get(getCtx(), I_CM_NewsChannel.Table_Name) + return (org.compiere.model.I_CM_NewsChannel)MTable.get(getCtx(), org.compiere.model.I_CM_NewsChannel.Table_Name) .getPO(getCM_NewsChannel_ID(), get_TrxName()); } /** Set News Channel. @@ -139,6 +139,20 @@ public class X_CM_NewsItem extends PO implements I_CM_NewsItem, I_Persistent return ii.intValue(); } + /** Set CM_NewsItem_UU. + @param CM_NewsItem_UU CM_NewsItem_UU */ + public void setCM_NewsItem_UU (String CM_NewsItem_UU) + { + set_Value (COLUMNNAME_CM_NewsItem_UU, CM_NewsItem_UU); + } + + /** Get CM_NewsItem_UU. + @return CM_NewsItem_UU */ + public String getCM_NewsItem_UU () + { + return (String)get_Value(COLUMNNAME_CM_NewsItem_UU); + } + /** Set Content HTML. @param ContentHTML Contains the content itself diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Template.java b/org.adempiere.base/src/org/compiere/model/X_CM_Template.java index 89fac70582..cd475e5aae 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Template.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Template.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Template - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Template extends PO implements I_CM_Template, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Template (Properties ctx, int CM_Template_ID, String trxName) @@ -100,9 +100,23 @@ public class X_CM_Template extends PO implements I_CM_Template, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_Template_UU. + @param CM_Template_UU CM_Template_UU */ + public void setCM_Template_UU (String CM_Template_UU) + { + set_Value (COLUMNNAME_CM_Template_UU, CM_Template_UU); + } + + /** Get CM_Template_UU. + @return CM_Template_UU */ + public String getCM_Template_UU () + { + return (String)get_Value(COLUMNNAME_CM_Template_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_TemplateTable.java b/org.adempiere.base/src/org/compiere/model/X_CM_TemplateTable.java index e61cf9ba28..a36419eb7a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_TemplateTable.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_TemplateTable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_TemplateTable - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_TemplateTable (Properties ctx, int CM_TemplateTable_ID, String trxName) @@ -73,9 +73,9 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -101,9 +101,9 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers return ii.intValue(); } - public I_CM_Template getCM_Template() throws RuntimeException + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException { - return (I_CM_Template)MTable.get(getCtx(), I_CM_Template.Table_Name) + return (org.compiere.model.I_CM_Template)MTable.get(getCtx(), org.compiere.model.I_CM_Template.Table_Name) .getPO(getCM_Template_ID(), get_TrxName()); } /** Set Template. @@ -152,6 +152,20 @@ public class X_CM_TemplateTable extends PO implements I_CM_TemplateTable, I_Pers return ii.intValue(); } + /** Set CM_TemplateTable_UU. + @param CM_TemplateTable_UU CM_TemplateTable_UU */ + public void setCM_TemplateTable_UU (String CM_TemplateTable_UU) + { + set_Value (COLUMNNAME_CM_TemplateTable_UU, CM_TemplateTable_UU); + } + + /** Get CM_TemplateTable_UU. + @return CM_TemplateTable_UU */ + public String getCM_TemplateTable_UU () + { + return (String)get_Value(COLUMNNAME_CM_TemplateTable_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_Template_Ad_Cat.java b/org.adempiere.base/src/org/compiere/model/X_CM_Template_Ad_Cat.java index 910f331e07..d9669933b8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_Template_Ad_Cat.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_Template_Ad_Cat.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_Template_Ad_Cat - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_Template_Ad_Cat (Properties ctx, int CM_Template_Ad_Cat_ID, String trxName) @@ -72,9 +72,9 @@ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_ return sb.toString(); } - public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException + public org.compiere.model.I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException { - return (I_CM_Ad_Cat)MTable.get(getCtx(), I_CM_Ad_Cat.Table_Name) + return (org.compiere.model.I_CM_Ad_Cat)MTable.get(getCtx(), org.compiere.model.I_CM_Ad_Cat.Table_Name) .getPO(getCM_Ad_Cat_ID(), get_TrxName()); } /** Set Advertisement Category. @@ -100,9 +100,23 @@ public class X_CM_Template_Ad_Cat extends PO implements I_CM_Template_Ad_Cat, I_ return ii.intValue(); } - public I_CM_Template getCM_Template() throws RuntimeException + /** Set CM_Template_Ad_Cat_UU. + @param CM_Template_Ad_Cat_UU CM_Template_Ad_Cat_UU */ + public void setCM_Template_Ad_Cat_UU (String CM_Template_Ad_Cat_UU) + { + set_Value (COLUMNNAME_CM_Template_Ad_Cat_UU, CM_Template_Ad_Cat_UU); + } + + /** Get CM_Template_Ad_Cat_UU. + @return CM_Template_Ad_Cat_UU */ + public String getCM_Template_Ad_Cat_UU () + { + return (String)get_Value(COLUMNNAME_CM_Template_Ad_Cat_UU); + } + + public org.compiere.model.I_CM_Template getCM_Template() throws RuntimeException { - return (I_CM_Template)MTable.get(getCtx(), I_CM_Template.Table_Name) + return (org.compiere.model.I_CM_Template)MTable.get(getCtx(), org.compiere.model.I_CM_Template.Table_Name) .getPO(getCM_Template_ID(), get_TrxName()); } /** Set Template. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_WebAccessLog.java b/org.adempiere.base/src/org/compiere/model/X_CM_WebAccessLog.java index 7725cba9ea..39b2bd4b2c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_WebAccessLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_WebAccessLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for CM_WebAccessLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_WebAccessLog (Properties ctx, int CM_WebAccessLog_ID, String trxName) @@ -92,9 +92,9 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis return (String)get_Value(COLUMNNAME_AcceptLanguage); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -120,9 +120,9 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis return ii.intValue(); } - public I_CM_BroadcastServer getCM_BroadcastServer() throws RuntimeException + public org.compiere.model.I_CM_BroadcastServer getCM_BroadcastServer() throws RuntimeException { - return (I_CM_BroadcastServer)MTable.get(getCtx(), I_CM_BroadcastServer.Table_Name) + return (org.compiere.model.I_CM_BroadcastServer)MTable.get(getCtx(), org.compiere.model.I_CM_BroadcastServer.Table_Name) .getPO(getCM_BroadcastServer_ID(), get_TrxName()); } /** Set Broadcast Server. @@ -148,9 +148,9 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis return ii.intValue(); } - public I_CM_Media getCM_Media() throws RuntimeException + public org.compiere.model.I_CM_Media getCM_Media() throws RuntimeException { - return (I_CM_Media)MTable.get(getCtx(), I_CM_Media.Table_Name) + return (org.compiere.model.I_CM_Media)MTable.get(getCtx(), org.compiere.model.I_CM_Media.Table_Name) .getPO(getCM_Media_ID(), get_TrxName()); } /** Set Media Item. @@ -199,9 +199,23 @@ public class X_CM_WebAccessLog extends PO implements I_CM_WebAccessLog, I_Persis return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_WebAccessLog_UU. + @param CM_WebAccessLog_UU CM_WebAccessLog_UU */ + public void setCM_WebAccessLog_UU (String CM_WebAccessLog_UU) + { + set_Value (COLUMNNAME_CM_WebAccessLog_UU, CM_WebAccessLog_UU); + } + + /** Get CM_WebAccessLog_UU. + @return CM_WebAccessLog_UU */ + public String getCM_WebAccessLog_UU () + { + return (String)get_Value(COLUMNNAME_CM_WebAccessLog_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_WebProject.java b/org.adempiere.base/src/org/compiere/model/X_CM_WebProject.java index cc1db1e52e..34f117a827 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_WebProject.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_WebProject.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_WebProject - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_WebProject (Properties ctx, int CM_WebProject_ID, String trxName) @@ -81,9 +81,9 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_TreeCMC() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_TreeCMC() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_TreeCMC_ID(), get_TrxName()); } /** Set Container Tree. @@ -109,9 +109,9 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_TreeCMM() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_TreeCMM() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_TreeCMM_ID(), get_TrxName()); } /** Set Media Tree. @@ -137,9 +137,9 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_TreeCMS() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_TreeCMS() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_TreeCMS_ID(), get_TrxName()); } /** Set Stage Tree. @@ -165,9 +165,9 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_TreeCMT() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_TreeCMT() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_TreeCMT_ID(), get_TrxName()); } /** Set Template Tree. @@ -216,6 +216,20 @@ public class X_CM_WebProject extends PO implements I_CM_WebProject, I_Persistent return ii.intValue(); } + /** Set CM_WebProject_UU. + @param CM_WebProject_UU CM_WebProject_UU */ + public void setCM_WebProject_UU (String CM_WebProject_UU) + { + set_Value (COLUMNNAME_CM_WebProject_UU, CM_WebProject_UU); + } + + /** Get CM_WebProject_UU. + @return CM_WebProject_UU */ + public String getCM_WebProject_UU () + { + return (String)get_Value(COLUMNNAME_CM_WebProject_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_WebProject_Domain.java b/org.adempiere.base/src/org/compiere/model/X_CM_WebProject_Domain.java index 5a6fe55f70..b41e789af8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_CM_WebProject_Domain.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_WebProject_Domain.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_WebProject_Domain - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_WebProject_Domain (Properties ctx, int CM_WebProject_Domain_ID, String trxName) @@ -73,9 +73,9 @@ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain return sb.toString(); } - public I_CM_Container getCM_Container() throws RuntimeException + public org.compiere.model.I_CM_Container getCM_Container() throws RuntimeException { - return (I_CM_Container)MTable.get(getCtx(), I_CM_Container.Table_Name) + return (org.compiere.model.I_CM_Container)MTable.get(getCtx(), org.compiere.model.I_CM_Container.Table_Name) .getPO(getCM_Container_ID(), get_TrxName()); } /** Set Web Container. @@ -124,9 +124,23 @@ public class X_CM_WebProject_Domain extends PO implements I_CM_WebProject_Domain return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + /** Set CM_WebProject_Domain_UU. + @param CM_WebProject_Domain_UU CM_WebProject_Domain_UU */ + public void setCM_WebProject_Domain_UU (String CM_WebProject_Domain_UU) + { + set_Value (COLUMNNAME_CM_WebProject_Domain_UU, CM_WebProject_Domain_UU); + } + + /** Get CM_WebProject_Domain_UU. + @return CM_WebProject_Domain_UU */ + public String getCM_WebProject_Domain_UU () + { + return (String)get_Value(COLUMNNAME_CM_WebProject_Domain_UU); + } + + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_CM_WikiToken.java b/org.adempiere.base/src/org/compiere/model/X_CM_WikiToken.java index 44224e3865..368b4f5b31 100755 --- a/org.adempiere.base/src/org/compiere/model/X_CM_WikiToken.java +++ b/org.adempiere.base/src/org/compiere/model/X_CM_WikiToken.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for CM_WikiToken - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_CM_WikiToken extends PO implements I_CM_WikiToken, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_CM_WikiToken (Properties ctx, int CM_WikiToken_ID, String trxName) @@ -73,9 +73,9 @@ public class X_CM_WikiToken extends PO implements I_CM_WikiToken, I_Persistent return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -124,6 +124,20 @@ public class X_CM_WikiToken extends PO implements I_CM_WikiToken, I_Persistent return ii.intValue(); } + /** Set CM_WikiToken_UU. + @param CM_WikiToken_UU CM_WikiToken_UU */ + public void setCM_WikiToken_UU (String CM_WikiToken_UU) + { + set_Value (COLUMNNAME_CM_WikiToken_UU, CM_WikiToken_UU); + } + + /** Get CM_WikiToken_UU. + @return CM_WikiToken_UU */ + public String getCM_WikiToken_UU () + { + return (String)get_Value(COLUMNNAME_CM_WikiToken_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java index 6d7565dce3..5e6f33e969 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AcctProcessor (Properties ctx, int C_AcctProcessor_ID, String trxName) @@ -39,6 +39,7 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis super (ctx, C_AcctProcessor_ID, trxName); /** if (C_AcctProcessor_ID == 0) { + setAD_Schedule_ID (0); setC_AcctProcessor_ID (0); setKeepLogDays (0); // 7 @@ -80,8 +81,8 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis return (org.compiere.model.I_AD_Schedule)MTable.get(getCtx(), org.compiere.model.I_AD_Schedule.Table_Name) .getPO(getAD_Schedule_ID(), get_TrxName()); } - /** Set AD_Schedule_ID. - @param AD_Schedule_ID AD_Schedule_ID */ + /** Set Schedule. + @param AD_Schedule_ID Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID) { if (AD_Schedule_ID < 1) @@ -90,8 +91,8 @@ public class X_C_AcctProcessor extends PO implements I_C_AcctProcessor, I_Persis set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } - /** Get AD_Schedule_ID. - @return AD_Schedule_ID */ + /** Get Schedule. + @return Schedule */ public int getAD_Schedule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java index 596321a32a..daace5da2d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_AcctProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AcctProcessorLog (Properties ctx, int C_AcctProcessorLog_ID, String trxName) @@ -139,6 +139,20 @@ public class X_C_AcctProcessorLog extends PO implements I_C_AcctProcessorLog, I_ return ii.intValue(); } + /** Set C_AcctProcessorLog_UU. + @param C_AcctProcessorLog_UU C_AcctProcessorLog_UU */ + public void setC_AcctProcessorLog_UU (String C_AcctProcessorLog_UU) + { + set_Value (COLUMNNAME_C_AcctProcessorLog_UU, C_AcctProcessorLog_UU); + } + + /** Get C_AcctProcessorLog_UU. + @return C_AcctProcessorLog_UU */ + public String getC_AcctProcessorLog_UU () + { + return (String)get_Value(COLUMNNAME_C_AcctProcessorLog_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java index 810c5a5f52..28bc961e34 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AcctSchema (Properties ctx, int C_AcctSchema_ID, String trxName) @@ -165,9 +165,23 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + /** Set C_AcctSchema_UU. + @param C_AcctSchema_UU C_AcctSchema_UU */ + public void setC_AcctSchema_UU (String C_AcctSchema_UU) + { + set_Value (COLUMNNAME_C_AcctSchema_UU, C_AcctSchema_UU); + } + + /** Get C_AcctSchema_UU. + @return C_AcctSchema_UU */ + public String getC_AcctSchema_UU () + { + return (String)get_Value(COLUMNNAME_C_AcctSchema_UU); + } + + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -289,9 +303,9 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent return (String)get_Value(COLUMNNAME_CostingMethod); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -604,9 +618,9 @@ public class X_C_AcctSchema extends PO implements I_C_AcctSchema, I_Persistent return false; } - public I_M_CostType getM_CostType() throws RuntimeException + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException { - return (I_M_CostType)MTable.get(getCtx(), I_M_CostType.Table_Name) + return (org.compiere.model.I_M_CostType)MTable.get(getCtx(), org.compiere.model.I_M_CostType.Table_Name) .getPO(getM_CostType_ID(), get_TrxName()); } /** Set Cost Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java index 7ca91ce8ef..935928ff35 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Default.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema_Default - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AcctSchema_Default extends PO implements I_C_AcctSchema_Default, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AcctSchema_Default (Properties ctx, int C_AcctSchema_Default_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java index 817b54de4e..b182040197 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AcctSchema_Element (Properties ctx, int C_AcctSchema_Element_ID, String trxName) @@ -79,9 +79,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -127,9 +127,23 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + /** Set C_AcctSchema_Element_UU. + @param C_AcctSchema_Element_UU C_AcctSchema_Element_UU */ + public void setC_AcctSchema_Element_UU (String C_AcctSchema_Element_UU) + { + set_Value (COLUMNNAME_C_AcctSchema_Element_UU, C_AcctSchema_Element_UU); + } + + /** Get C_AcctSchema_Element_UU. + @return C_AcctSchema_Element_UU */ + public String getC_AcctSchema_Element_UU () + { + return (String)get_Value(COLUMNNAME_C_AcctSchema_Element_UU); + } + + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -155,9 +169,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -183,9 +197,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -211,9 +225,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -239,9 +253,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_Element getC_Element() throws RuntimeException + public org.compiere.model.I_C_Element getC_Element() throws RuntimeException { - return (I_C_Element)MTable.get(getCtx(), I_C_Element.Table_Name) + return (org.compiere.model.I_C_Element)MTable.get(getCtx(), org.compiere.model.I_C_Element.Table_Name) .getPO(getC_Element_ID(), get_TrxName()); } /** Set Element. @@ -267,9 +281,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -323,9 +337,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -351,9 +365,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -476,9 +490,9 @@ public class X_C_AcctSchema_Element extends PO implements I_C_AcctSchema_Element return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java index 313b353a1a..4c80e54cf7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AcctSchema_GL.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_AcctSchema_GL - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AcctSchema_GL extends PO implements I_C_AcctSchema_GL, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AcctSchema_GL (Properties ctx, int C_AcctSchema_GL_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Activity.java b/org.adempiere.base/src/org/compiere/model/X_C_Activity.java index 02b44ffdcb..965236490e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Activity.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Activity.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Activity - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Activity (Properties ctx, int C_Activity_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_Activity extends PO implements I_C_Activity, I_Persistent return ii.intValue(); } + /** Set C_Activity_UU. + @param C_Activity_UU C_Activity_UU */ + public void setC_Activity_UU (String C_Activity_UU) + { + set_Value (COLUMNNAME_C_Activity_UU, C_Activity_UU); + } + + /** Get C_Activity_UU. + @return C_Activity_UU */ + public String getC_Activity_UU () + { + return (String)get_Value(COLUMNNAME_C_Activity_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java b/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java index e558876c1c..6553b1b320 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AllocationHdr.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_AllocationHdr - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AllocationHdr (Properties ctx, int C_AllocationHdr_ID, String trxName) @@ -129,9 +129,23 @@ public class X_C_AllocationHdr extends PO implements I_C_AllocationHdr, I_Persis return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + /** Set C_AllocationHdr_UU. + @param C_AllocationHdr_UU C_AllocationHdr_UU */ + public void setC_AllocationHdr_UU (String C_AllocationHdr_UU) + { + set_Value (COLUMNNAME_C_AllocationHdr_UU, C_AllocationHdr_UU); + } + + /** Get C_AllocationHdr_UU. + @return C_AllocationHdr_UU */ + public String getC_AllocationHdr_UU () + { + return (String)get_Value(COLUMNNAME_C_AllocationHdr_UU); + } + + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java b/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java index 3622382a96..29004bbe21 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_AllocationLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_AllocationLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_AllocationLine (Properties ctx, int C_AllocationLine_ID, String trxName) @@ -97,9 +97,9 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers return bd; } - public I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException + public org.compiere.model.I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException { - return (I_C_AllocationHdr)MTable.get(getCtx(), I_C_AllocationHdr.Table_Name) + return (org.compiere.model.I_C_AllocationHdr)MTable.get(getCtx(), org.compiere.model.I_C_AllocationHdr.Table_Name) .getPO(getC_AllocationHdr_ID(), get_TrxName()); } /** Set Allocation. @@ -148,9 +148,23 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + /** Set C_AllocationLine_UU. + @param C_AllocationLine_UU C_AllocationLine_UU */ + public void setC_AllocationLine_UU (String C_AllocationLine_UU) + { + set_Value (COLUMNNAME_C_AllocationLine_UU, C_AllocationLine_UU); + } + + /** Get C_AllocationLine_UU. + @return C_AllocationLine_UU */ + public String getC_AllocationLine_UU () + { + return (String)get_Value(COLUMNNAME_C_AllocationLine_UU); + } + + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -176,9 +190,9 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers return ii.intValue(); } - public I_C_CashLine getC_CashLine() throws RuntimeException + public org.compiere.model.I_C_CashLine getC_CashLine() throws RuntimeException { - return (I_C_CashLine)MTable.get(getCtx(), I_C_CashLine.Table_Name) + return (org.compiere.model.I_C_CashLine)MTable.get(getCtx(), org.compiere.model.I_C_CashLine.Table_Name) .getPO(getC_CashLine_ID(), get_TrxName()); } /** Set Cash Journal Line. @@ -204,9 +218,37 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) + .getPO(getC_Charge_ID(), get_TrxName()); } + + /** Set Charge. + @param C_Charge_ID + Additional document charges + */ + public void setC_Charge_ID (int C_Charge_ID) + { + if (C_Charge_ID < 1) + set_ValueNoCheck (COLUMNNAME_C_Charge_ID, null); + else + set_ValueNoCheck (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); + } + + /** Get Charge. + @return Additional document charges + */ + public int getC_Charge_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException + { + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -240,9 +282,9 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getC_Invoice_ID())); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -268,9 +310,9 @@ public class X_C_AllocationLine extends PO implements I_C_AllocationLine, I_Pers return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java index da67a349a6..74f237b106 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_BankAccount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_BankAccount - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Persistent { /** * */ - private static final long serialVersionUID = 20121012L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_BankAccount (Properties ctx, int C_BP_BankAccount_ID, String trxName) @@ -39,8 +39,8 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers /** if (C_BP_BankAccount_ID == 0) { setA_Name (null); - setC_BP_BankAccount_ID (0); setC_BPartner_ID (0); + setC_BP_BankAccount_ID (0); setIsACH (false); } */ } @@ -73,6 +73,23 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers return sb.toString(); } + /** Set Account No. + @param AccountNo + Account Number + */ + public void setAccountNo (String AccountNo) + { + set_Value (COLUMNNAME_AccountNo, AccountNo); + } + + /** Get Account No. + @return Account Number + */ + public String getAccountNo () + { + return (String)get_Value(COLUMNNAME_AccountNo); + } + /** Set Account City. @param A_City City or the Credit Card or Account Holder @@ -107,6 +124,34 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers return (String)get_Value(COLUMNNAME_A_Country); } + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException + { + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) + .getPO(getAD_User_ID(), get_TrxName()); } + + /** Set User/Contact. + @param AD_User_ID + User within the system - Internal or Business Partner Contact + */ + public void setAD_User_ID (int AD_User_ID) + { + if (AD_User_ID < 1) + set_Value (COLUMNNAME_AD_User_ID, null); + else + set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); + } + + /** Get User/Contact. + @return User within the system - Internal or Business Partner Contact + */ + public int getAD_User_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Account EMail. @param A_EMail Email Address @@ -234,51 +279,6 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers return (String)get_Value(COLUMNNAME_A_Zip); } - /** Set Account No. - @param AccountNo - Account Number - */ - public void setAccountNo (String AccountNo) - { - set_Value (COLUMNNAME_AccountNo, AccountNo); - } - - /** Get Account No. - @return Account Number - */ - public String getAccountNo () - { - return (String)get_Value(COLUMNNAME_AccountNo); - } - - public org.compiere.model.I_AD_User getAD_User() throws RuntimeException - { - return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) - .getPO(getAD_User_ID(), get_TrxName()); } - - /** Set User/Contact. - @param AD_User_ID - User within the system - Internal or Business Partner Contact - */ - public void setAD_User_ID (int AD_User_ID) - { - if (AD_User_ID < 1) - set_Value (COLUMNNAME_AD_User_ID, null); - else - set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); - } - - /** Get User/Contact. - @return User within the system - Internal or Business Partner Contact - */ - public int getAD_User_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** BankAccountType AD_Reference_ID=216 */ public static final int BANKACCOUNTTYPE_AD_Reference_ID=216; /** Checking = C */ @@ -363,6 +363,34 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers return ii.intValue(); } + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException + { + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) + .getPO(getC_BPartner_ID(), get_TrxName()); } + + /** Set Business Partner . + @param C_BPartner_ID + Identifies a Business Partner + */ + public void setC_BPartner_ID (int C_BPartner_ID) + { + if (C_BPartner_ID < 1) + set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); + else + set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); + } + + /** Get Business Partner . + @return Identifies a Business Partner + */ + public int getC_BPartner_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Partner Bank Account. @param C_BP_BankAccount_ID Bank Account of the Business Partner @@ -400,34 +428,6 @@ public class X_C_BP_BankAccount extends PO implements I_C_BP_BankAccount, I_Pers return (String)get_Value(COLUMNNAME_C_BP_BankAccount_UU); } - public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException - { - return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) - .getPO(getC_BPartner_ID(), get_TrxName()); } - - /** Set Business Partner . - @param C_BPartner_ID - Identifies a Business Partner - */ - public void setC_BPartner_ID (int C_BPartner_ID) - { - if (C_BPartner_ID < 1) - set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); - else - set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); - } - - /** Get Business Partner . - @return Identifies a Business Partner - */ - public int getC_BPartner_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Exp. Month. @param CreditCardExpMM Expiry Month diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java index 2a4737d8db..9ba5a06fd3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Customer_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_BP_Customer_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Customer_Acct (Properties ctx, int C_BP_Customer_Acct_ID, String trxName) @@ -73,9 +73,9 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -101,9 +101,9 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -129,6 +129,20 @@ public class X_C_BP_Customer_Acct extends PO implements I_C_BP_Customer_Acct, I_ return ii.intValue(); } + /** Set C_BP_Customer_Acct_UU. + @param C_BP_Customer_Acct_UU C_BP_Customer_Acct_UU */ + public void setC_BP_Customer_Acct_UU (String C_BP_Customer_Acct_UU) + { + set_Value (COLUMNNAME_C_BP_Customer_Acct_UU, C_BP_Customer_Acct_UU); + } + + /** Get C_BP_Customer_Acct_UU. + @return C_BP_Customer_Acct_UU */ + public String getC_BP_Customer_Acct_UU () + { + return (String)get_Value(COLUMNNAME_C_BP_Customer_Acct_UU); + } + public I_C_ValidCombination getC_Prepayment_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java index d1ef7a7d43..520bc05d6e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_EDI.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_EDI - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_EDI (Properties ctx, int C_BP_EDI_ID, String trxName) @@ -84,9 +84,9 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent return sb.toString(); } - public I_AD_Sequence getAD_Sequence() throws RuntimeException + public org.compiere.model.I_AD_Sequence getAD_Sequence() throws RuntimeException { - return (I_AD_Sequence)MTable.get(getCtx(), I_AD_Sequence.Table_Name) + return (org.compiere.model.I_AD_Sequence)MTable.get(getCtx(), org.compiere.model.I_AD_Sequence.Table_Name) .getPO(getAD_Sequence_ID(), get_TrxName()); } /** Set Sequence. @@ -112,9 +112,9 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -163,6 +163,20 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent return ii.intValue(); } + /** Set C_BP_EDI_UU. + @param C_BP_EDI_UU C_BP_EDI_UU */ + public void setC_BP_EDI_UU (String C_BP_EDI_UU) + { + set_Value (COLUMNNAME_C_BP_EDI_UU, C_BP_EDI_UU); + } + + /** Get C_BP_EDI_UU. + @return C_BP_EDI_UU */ + public String getC_BP_EDI_UU () + { + return (String)get_Value(COLUMNNAME_C_BP_EDI_UU); + } + /** Set Customer No. @param CustomerNo EDI Identification Number @@ -370,9 +384,9 @@ public class X_C_BP_EDI extends PO implements I_C_BP_EDI, I_Persistent return false; } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java index 72b850df48..69e13abb5f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Employee_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_BP_Employee_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Employee_Acct extends PO implements I_C_BP_Employee_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Employee_Acct (Properties ctx, int C_BP_Employee_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java index 14b70e51d4..46b02ac3c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Group - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Group (Properties ctx, int C_BP_Group_ID, String trxName) @@ -77,9 +77,9 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent return sb.toString(); } - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor_ID(), get_TrxName()); } /** Set Print Color. @@ -128,9 +128,23 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent return ii.intValue(); } - public I_C_Dunning getC_Dunning() throws RuntimeException + /** Set C_BP_Group_UU. + @param C_BP_Group_UU C_BP_Group_UU */ + public void setC_BP_Group_UU (String C_BP_Group_UU) + { + set_Value (COLUMNNAME_C_BP_Group_UU, C_BP_Group_UU); + } + + /** Get C_BP_Group_UU. + @return C_BP_Group_UU */ + public String getC_BP_Group_UU () + { + return (String)get_Value(COLUMNNAME_C_BP_Group_UU); + } + + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException { - return (I_C_Dunning)MTable.get(getCtx(), I_C_Dunning.Table_Name) + return (org.compiere.model.I_C_Dunning)MTable.get(getCtx(), org.compiere.model.I_C_Dunning.Table_Name) .getPO(getC_Dunning_ID(), get_TrxName()); } /** Set Dunning. @@ -241,9 +255,9 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent return false; } - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException { - return (I_M_DiscountSchema)MTable.get(getCtx(), I_M_DiscountSchema.Table_Name) + return (org.compiere.model.I_M_DiscountSchema)MTable.get(getCtx(), org.compiere.model.I_M_DiscountSchema.Table_Name) .getPO(getM_DiscountSchema_ID(), get_TrxName()); } /** Set Discount Schema. @@ -269,9 +283,9 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent return ii.intValue(); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -322,9 +336,9 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException + public org.compiere.model.I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException { - return (I_M_DiscountSchema)MTable.get(getCtx(), I_M_DiscountSchema.Table_Name) + return (org.compiere.model.I_M_DiscountSchema)MTable.get(getCtx(), org.compiere.model.I_M_DiscountSchema.Table_Name) .getPO(getPO_DiscountSchema_ID(), get_TrxName()); } /** Set PO Discount Schema. @@ -350,9 +364,9 @@ public class X_C_BP_Group extends PO implements I_C_BP_Group, I_Persistent return ii.intValue(); } - public I_M_PriceList getPO_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getPO_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getPO_PriceList_ID(), get_TrxName()); } /** Set Purchase Pricelist. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java index aacaee6a33..bf18c9775b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Group_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Group_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Group_Acct extends PO implements I_C_BP_Group_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Group_Acct (Properties ctx, int C_BP_Group_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java index fb2fc520ce..e534cb540d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Relation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Relation - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Relation (Properties ctx, int C_BP_Relation_ID, String trxName) @@ -79,9 +79,9 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -107,9 +107,9 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -135,9 +135,9 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartnerRelation() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartnerRelation() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartnerRelation_ID(), get_TrxName()); } /** Set Related Partner. @@ -163,9 +163,9 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartnerRelation_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartnerRelation_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartnerRelation_Location_ID(), get_TrxName()); } /** Set Related Partner Location. @@ -214,6 +214,20 @@ public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent return ii.intValue(); } + /** Set C_BP_Relation_UU. + @param C_BP_Relation_UU C_BP_Relation_UU */ + public void setC_BP_Relation_UU (String C_BP_Relation_UU) + { + set_Value (COLUMNNAME_C_BP_Relation_UU, C_BP_Relation_UU); + } + + /** Get C_BP_Relation_UU. + @return C_BP_Relation_UU */ + public String getC_BP_Relation_UU () + { + return (String)get_Value(COLUMNNAME_C_BP_Relation_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java index 447b17ef51..eed13be427 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Vendor_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_BP_Vendor_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Vendor_Acct (Properties ctx, int C_BP_Vendor_Acct_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -100,9 +100,9 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -128,6 +128,20 @@ public class X_C_BP_Vendor_Acct extends PO implements I_C_BP_Vendor_Acct, I_Pers return ii.intValue(); } + /** Set C_BP_Vendor_Acct_UU. + @param C_BP_Vendor_Acct_UU C_BP_Vendor_Acct_UU */ + public void setC_BP_Vendor_Acct_UU (String C_BP_Vendor_Acct_UU) + { + set_Value (COLUMNNAME_C_BP_Vendor_Acct_UU, C_BP_Vendor_Acct_UU); + } + + /** Get C_BP_Vendor_Acct_UU. + @return C_BP_Vendor_Acct_UU */ + public String getC_BP_Vendor_Acct_UU () + { + return (String)get_Value(COLUMNNAME_C_BP_Vendor_Acct_UU); + } + public I_C_ValidCombination getV_Liability_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java b/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java index 8ed2fcf60a..b47cb14184 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BP_Withholding.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BP_Withholding - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BP_Withholding (Properties ctx, int C_BP_Withholding_ID, String trxName) @@ -73,9 +73,9 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -109,9 +109,23 @@ public class X_C_BP_Withholding extends PO implements I_C_BP_Withholding, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getC_BPartner_ID())); } - public I_C_Withholding getC_Withholding() throws RuntimeException + /** Set C_BP_Withholding_UU. + @param C_BP_Withholding_UU C_BP_Withholding_UU */ + public void setC_BP_Withholding_UU (String C_BP_Withholding_UU) + { + set_Value (COLUMNNAME_C_BP_Withholding_UU, C_BP_Withholding_UU); + } + + /** Get C_BP_Withholding_UU. + @return C_BP_Withholding_UU */ + public String getC_BP_Withholding_UU () + { + return (String)get_Value(COLUMNNAME_C_BP_Withholding_UU); + } + + public org.compiere.model.I_C_Withholding getC_Withholding() throws RuntimeException { - return (I_C_Withholding)MTable.get(getCtx(), I_C_Withholding.Table_Name) + return (org.compiere.model.I_C_Withholding)MTable.get(getCtx(), org.compiere.model.I_C_Withholding.Table_Name) .getPO(getC_Withholding_ID(), get_TrxName()); } /** Set Withholding. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java b/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java index 263df44c89..7e66fbe424 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BPartner.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_BPartner - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent { /** * */ - private static final long serialVersionUID = 20121012L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BPartner (Properties ctx, int C_BPartner_ID, String trxName) @@ -41,8 +41,8 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent super (ctx, C_BPartner_ID, trxName); /** if (C_BPartner_ID == 0) { - setC_BP_Group_ID (0); setC_BPartner_ID (0); + setC_BP_Group_ID (0); setIsCustomer (false); setIsEmployee (false); setIsOneTime (false); @@ -188,34 +188,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent return ii.intValue(); } - public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException - { - return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) - .getPO(getC_BP_Group_ID(), get_TrxName()); } - - /** Set Business Partner Group. - @param C_BP_Group_ID - Business Partner Group - */ - public void setC_BP_Group_ID (int C_BP_Group_ID) - { - if (C_BP_Group_ID < 1) - set_Value (COLUMNNAME_C_BP_Group_ID, null); - else - set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); - } - - /** Get Business Partner Group. - @return Business Partner Group - */ - public int getC_BP_Group_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Business Partner . @param C_BPartner_ID Identifies a Business Partner @@ -253,6 +225,34 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent return (String)get_Value(COLUMNNAME_C_BPartner_UU); } + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException + { + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) + .getPO(getC_BP_Group_ID(), get_TrxName()); } + + /** Set Business Partner Group. + @param C_BP_Group_ID + Business Partner Group + */ + public void setC_BP_Group_ID (int C_BP_Group_ID) + { + if (C_BP_Group_ID < 1) + set_Value (COLUMNNAME_C_BP_Group_ID, null); + else + set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); + } + + /** Get Business Partner Group. + @return Business Partner Group + */ + public int getC_BP_Group_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException { return (org.compiere.model.I_C_Dunning)MTable.get(getCtx(), org.compiere.model.I_C_Dunning.Table_Name) @@ -1422,6 +1422,36 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent return bd; } + /** SOCreditStatus AD_Reference_ID=289 */ + public static final int SOCREDITSTATUS_AD_Reference_ID=289; + /** Credit Stop = S */ + public static final String SOCREDITSTATUS_CreditStop = "S"; + /** Credit Hold = H */ + public static final String SOCREDITSTATUS_CreditHold = "H"; + /** Credit Watch = W */ + public static final String SOCREDITSTATUS_CreditWatch = "W"; + /** No Credit Check = X */ + public static final String SOCREDITSTATUS_NoCreditCheck = "X"; + /** Credit OK = O */ + public static final String SOCREDITSTATUS_CreditOK = "O"; + /** Set Credit Status. + @param SOCreditStatus + Business Partner Credit Status + */ + public void setSOCreditStatus (String SOCreditStatus) + { + + set_Value (COLUMNNAME_SOCreditStatus, SOCreditStatus); + } + + /** Get Credit Status. + @return Business Partner Credit Status + */ + public String getSOCreditStatus () + { + return (String)get_Value(COLUMNNAME_SOCreditStatus); + } + /** Set Credit Used. @param SO_CreditUsed Current open balance @@ -1459,36 +1489,6 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent return (String)get_Value(COLUMNNAME_SO_Description); } - /** SOCreditStatus AD_Reference_ID=289 */ - public static final int SOCREDITSTATUS_AD_Reference_ID=289; - /** Credit Stop = S */ - public static final String SOCREDITSTATUS_CreditStop = "S"; - /** Credit Hold = H */ - public static final String SOCREDITSTATUS_CreditHold = "H"; - /** Credit Watch = W */ - public static final String SOCREDITSTATUS_CreditWatch = "W"; - /** No Credit Check = X */ - public static final String SOCREDITSTATUS_NoCreditCheck = "X"; - /** Credit OK = O */ - public static final String SOCREDITSTATUS_CreditOK = "O"; - /** Set Credit Status. - @param SOCreditStatus - Business Partner Credit Status - */ - public void setSOCreditStatus (String SOCreditStatus) - { - - set_Value (COLUMNNAME_SOCreditStatus, SOCreditStatus); - } - - /** Get Credit Status. - @return Business Partner Credit Status - */ - public String getSOCreditStatus () - { - return (String)get_Value(COLUMNNAME_SOCreditStatus); - } - /** Set Tax ID. @param TaxID Tax Identification @@ -1528,7 +1528,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent /** Set URL. @param URL - Full URL address - e.g. http://www.adempiere.org + Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL) { @@ -1536,7 +1536,7 @@ public class X_C_BPartner extends PO implements I_C_BPartner, I_Persistent } /** Get URL. - @return Full URL address - e.g. http://www.adempiere.org + @return Full URL address - e.g. http://www.idempiere.org */ public String getURL () { diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java index 9d5f4a9574..fd09e6b44f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Location.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BPartner_Location - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BPartner_Location extends PO implements I_C_BPartner_Location, I_Persistent { /** * */ - private static final long serialVersionUID = 20121012L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BPartner_Location (Properties ctx, int C_BPartner_Location_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java index e6f04ee845..08a21f9ac0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BPartner_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_BPartner_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BPartner_Product (Properties ctx, int C_BPartner_Product_ID, String trxName) @@ -41,6 +41,7 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ { setC_BPartner_ID (0); setIsManufacturer (false); +// N setM_Product_ID (0); setShelfLifeMinDays (0); setShelfLifeMinPct (0); @@ -75,9 +76,9 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -103,6 +104,20 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ return ii.intValue(); } + /** Set C_BPartner_Product_UU. + @param C_BPartner_Product_UU C_BPartner_Product_UU */ + public void setC_BPartner_Product_UU (String C_BPartner_Product_UU) + { + set_Value (COLUMNNAME_C_BPartner_Product_UU, C_BPartner_Product_UU); + } + + /** Get C_BPartner_Product_UU. + @return C_BPartner_Product_UU */ + public String getC_BPartner_Product_UU () + { + return (String)get_Value(COLUMNNAME_C_BPartner_Product_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -161,9 +176,9 @@ public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_ return (String)get_Value(COLUMNNAME_Manufacturer); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Bank.java b/org.adempiere.base/src/org/compiere/model/X_C_Bank.java index 3da238368e..22be22ae84 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Bank.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Bank.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Bank - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Bank (Properties ctx, int C_Bank_ID, String trxName) @@ -97,6 +97,20 @@ public class X_C_Bank extends PO implements I_C_Bank, I_Persistent return ii.intValue(); } + /** Set C_Bank_UU. + @param C_Bank_UU C_Bank_UU */ + public void setC_Bank_UU (String C_Bank_UU) + { + set_Value (COLUMNNAME_C_Bank_UU, C_Bank_UU); + } + + /** Get C_Bank_UU. + @return C_Bank_UU */ + public String getC_Bank_UU () + { + return (String)get_Value(COLUMNNAME_C_Bank_UU); + } + public I_C_Location getC_Location() throws RuntimeException { return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java index 1ca8b9a5a0..07370d0c48 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_BankAccount - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent { /** * */ - private static final long serialVersionUID = 20121017L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankAccount (Properties ctx, int C_BankAccount_ID, String trxName) @@ -42,8 +42,8 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent { setAccountNo (null); setBankAccountType (null); - setC_Bank_ID (0); setC_BankAccount_ID (0); + setC_Bank_ID (0); setC_Currency_ID (0); setCreditLimit (Env.ZERO); setCurrentBalance (Env.ZERO); @@ -143,34 +143,6 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent return (String)get_Value(COLUMNNAME_BBAN); } - public org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException - { - return (org.compiere.model.I_C_Bank)MTable.get(getCtx(), org.compiere.model.I_C_Bank.Table_Name) - .getPO(getC_Bank_ID(), get_TrxName()); } - - /** Set Bank. - @param C_Bank_ID - Bank - */ - public void setC_Bank_ID (int C_Bank_ID) - { - if (C_Bank_ID < 1) - set_ValueNoCheck (COLUMNNAME_C_Bank_ID, null); - else - set_ValueNoCheck (COLUMNNAME_C_Bank_ID, Integer.valueOf(C_Bank_ID)); - } - - /** Get Bank. - @return Bank - */ - public int getC_Bank_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_Bank_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - /** Set Bank Account. @param C_BankAccount_ID Account at the Bank @@ -208,6 +180,34 @@ public class X_C_BankAccount extends PO implements I_C_BankAccount, I_Persistent return (String)get_Value(COLUMNNAME_C_BankAccount_UU); } + public org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException + { + return (org.compiere.model.I_C_Bank)MTable.get(getCtx(), org.compiere.model.I_C_Bank.Table_Name) + .getPO(getC_Bank_ID(), get_TrxName()); } + + /** Set Bank. + @param C_Bank_ID + Bank + */ + public void setC_Bank_ID (int C_Bank_ID) + { + if (C_Bank_ID < 1) + set_ValueNoCheck (COLUMNNAME_C_Bank_ID, null); + else + set_ValueNoCheck (COLUMNNAME_C_Bank_ID, Integer.valueOf(C_Bank_ID)); + } + + /** Get Bank. + @return Bank + */ + public int getC_Bank_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_Bank_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java index 2cee4d4617..580b39056c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccountDoc.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BankAccountDoc - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankAccountDoc extends PO implements I_C_BankAccountDoc, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankAccountDoc (Properties ctx, int C_BankAccountDoc_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java index a0ac41d168..483f48bd44 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_BankAccount_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankAccount_Acct (Properties ctx, int C_BankAccount_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java index f2a6c56f4d..566617edc9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankAccount_Processor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_BankAccount_Processor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankAccount_Processor extends PO implements I_C_BankAccount_Processor, I_Persistent { /** * */ - private static final long serialVersionUID = 20121017L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankAccount_Processor (Properties ctx, int C_BankAccount_Processor_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java index c6cb721ece..5d090a4f7a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankStatement (Properties ctx, int C_BankStatement_ID, String trxName) @@ -110,9 +110,9 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis return bd; } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -161,6 +161,20 @@ public class X_C_BankStatement extends PO implements I_C_BankStatement, I_Persis return ii.intValue(); } + /** Set C_BankStatement_UU. + @param C_BankStatement_UU C_BankStatement_UU */ + public void setC_BankStatement_UU (String C_BankStatement_UU) + { + set_Value (COLUMNNAME_C_BankStatement_UU, C_BankStatement_UU); + } + + /** Get C_BankStatement_UU. + @return C_BankStatement_UU */ + public String getC_BankStatement_UU () + { + return (String)get_Value(COLUMNNAME_C_BankStatement_UU); + } + /** Set Create lines from. @param CreateFrom Process which will generate a new document lines based on an existing document diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java index 95523a9666..8b40c9a70f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatementLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankStatementLine (Properties ctx, int C_BankStatementLine_ID, String trxName) @@ -93,9 +93,9 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, return sb.toString(); } - public I_C_BankStatement getC_BankStatement() throws RuntimeException + public org.compiere.model.I_C_BankStatement getC_BankStatement() throws RuntimeException { - return (I_C_BankStatement)MTable.get(getCtx(), I_C_BankStatement.Table_Name) + return (org.compiere.model.I_C_BankStatement)MTable.get(getCtx(), org.compiere.model.I_C_BankStatement.Table_Name) .getPO(getC_BankStatement_ID(), get_TrxName()); } /** Set Bank Statement. @@ -144,9 +144,23 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + /** Set C_BankStatementLine_UU. + @param C_BankStatementLine_UU C_BankStatementLine_UU */ + public void setC_BankStatementLine_UU (String C_BankStatementLine_UU) + { + set_Value (COLUMNNAME_C_BankStatementLine_UU, C_BankStatementLine_UU); + } + + /** Get C_BankStatementLine_UU. + @return C_BankStatementLine_UU */ + public String getC_BankStatementLine_UU () + { + return (String)get_Value(COLUMNNAME_C_BankStatementLine_UU); + } + + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -172,9 +186,9 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -200,9 +214,9 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -248,9 +262,9 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, return bd; } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -276,9 +290,9 @@ public class X_C_BankStatementLine extends PO implements I_C_BankStatementLine, return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java index 0739a8e83f..f2bf552974 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementLoader.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatementLoader - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoader, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankStatementLoader (Properties ctx, int C_BankStatementLoader_ID, String trxName) @@ -107,9 +107,9 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad return (String)get_Value(COLUMNNAME_BranchID); } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -158,6 +158,20 @@ public class X_C_BankStatementLoader extends PO implements I_C_BankStatementLoad return ii.intValue(); } + /** Set C_BankStatementLoader_UU. + @param C_BankStatementLoader_UU C_BankStatementLoader_UU */ + public void setC_BankStatementLoader_UU (String C_BankStatementLoader_UU) + { + set_Value (COLUMNNAME_C_BankStatementLoader_UU, C_BankStatementLoader_UU); + } + + /** Get C_BankStatementLoader_UU. + @return C_BankStatementLoader_UU */ + public String getC_BankStatementLoader_UU () + { + return (String)get_Value(COLUMNNAME_C_BankStatementLoader_UU); + } + /** Set Date Format. @param DateFormat Date format used in the input format diff --git a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java index 3d6e41057a..b2f0889aa4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_BankStatementMatcher.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_BankStatementMatcher - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMatcher, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_BankStatementMatcher (Properties ctx, int C_BankStatementMatcher_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_BankStatementMatcher extends PO implements I_C_BankStatementMat return ii.intValue(); } + /** Set C_BankStatementMatcher_UU. + @param C_BankStatementMatcher_UU C_BankStatementMatcher_UU */ + public void setC_BankStatementMatcher_UU (String C_BankStatementMatcher_UU) + { + set_Value (COLUMNNAME_C_BankStatementMatcher_UU, C_BankStatementMatcher_UU); + } + + /** Get C_BankStatementMatcher_UU. + @return C_BankStatementMatcher_UU */ + public String getC_BankStatementMatcher_UU () + { + return (String)get_Value(COLUMNNAME_C_BankStatementMatcher_UU); + } + /** Set Classname. @param Classname Java Classname diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java b/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java index fbb4fea8cf..37f4dfd22f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Calendar.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Calendar - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Calendar (Properties ctx, int C_Calendar_ID, String trxName) @@ -94,6 +94,20 @@ public class X_C_Calendar extends PO implements I_C_Calendar, I_Persistent return ii.intValue(); } + /** Set C_Calendar_UU. + @param C_Calendar_UU C_Calendar_UU */ + public void setC_Calendar_UU (String C_Calendar_UU) + { + set_Value (COLUMNNAME_C_Calendar_UU, C_Calendar_UU); + } + + /** Get C_Calendar_UU. + @return C_Calendar_UU */ + public String getC_Calendar_UU () + { + return (String)get_Value(COLUMNNAME_C_Calendar_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java b/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java index 6f5e223656..fca06ecc2b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Campaign.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Campaign - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Campaign (Properties ctx, int C_Campaign_ID, String trxName) @@ -100,9 +100,23 @@ public class X_C_Campaign extends PO implements I_C_Campaign, I_Persistent return ii.intValue(); } - public I_C_Channel getC_Channel() throws RuntimeException + /** Set C_Campaign_UU. + @param C_Campaign_UU C_Campaign_UU */ + public void setC_Campaign_UU (String C_Campaign_UU) + { + set_Value (COLUMNNAME_C_Campaign_UU, C_Campaign_UU); + } + + /** Get C_Campaign_UU. + @return C_Campaign_UU */ + public String getC_Campaign_UU () + { + return (String)get_Value(COLUMNNAME_C_Campaign_UU); + } + + public org.compiere.model.I_C_Channel getC_Channel() throws RuntimeException { - return (I_C_Channel)MTable.get(getCtx(), I_C_Channel.Table_Name) + return (org.compiere.model.I_C_Channel)MTable.get(getCtx(), org.compiere.model.I_C_Channel.Table_Name) .getPO(getC_Channel_ID(), get_TrxName()); } /** Set Channel. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Cash.java b/org.adempiere.base/src/org/compiere/model/X_C_Cash.java index 57a44f63bf..9b41accf2b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Cash.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Cash.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Cash - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Cash (Properties ctx, int C_Cash_ID, String trxName) @@ -133,9 +133,9 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -161,9 +161,9 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -189,9 +189,9 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent return ii.intValue(); } - public I_C_CashBook getC_CashBook() throws RuntimeException + public org.compiere.model.I_C_CashBook getC_CashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getC_CashBook_ID(), get_TrxName()); } /** Set Cash Book. @@ -240,9 +240,23 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + /** Set C_Cash_UU. + @param C_Cash_UU C_Cash_UU */ + public void setC_Cash_UU (String C_Cash_UU) + { + set_Value (COLUMNNAME_C_Cash_UU, C_Cash_UU); + } + + /** Get C_Cash_UU. + @return C_Cash_UU */ + public String getC_Cash_UU () + { + return (String)get_Value(COLUMNNAME_C_Cash_UU); + } + + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -589,9 +603,9 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -617,9 +631,9 @@ public class X_C_Cash extends PO implements I_C_Cash, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java b/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java index b0f208833c..0c3876d0c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashBook.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_CashBook - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CashBook (Properties ctx, int C_CashBook_ID, String trxName) @@ -96,9 +96,23 @@ public class X_C_CashBook extends PO implements I_C_CashBook, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + /** Set C_CashBook_UU. + @param C_CashBook_UU C_CashBook_UU */ + public void setC_CashBook_UU (String C_CashBook_UU) + { + set_Value (COLUMNNAME_C_CashBook_UU, C_CashBook_UU); + } + + /** Get C_CashBook_UU. + @return C_CashBook_UU */ + public String getC_CashBook_UU () + { + return (String)get_Value(COLUMNNAME_C_CashBook_UU); + } + + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java index 1a0da5ba5a..179c01fa44 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashBook_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_CashBook_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CashBook_Acct (Properties ctx, int C_CashBook_Acct_ID, String trxName) @@ -75,9 +75,9 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -228,9 +228,23 @@ public class X_C_CashBook_Acct extends PO implements I_C_CashBook_Acct, I_Persis return ii.intValue(); } - public I_C_CashBook getC_CashBook() throws RuntimeException + /** Set C_CashBook_Acct_UU. + @param C_CashBook_Acct_UU C_CashBook_Acct_UU */ + public void setC_CashBook_Acct_UU (String C_CashBook_Acct_UU) + { + set_Value (COLUMNNAME_C_CashBook_Acct_UU, C_CashBook_Acct_UU); + } + + /** Get C_CashBook_Acct_UU. + @return C_CashBook_Acct_UU */ + public String getC_CashBook_Acct_UU () + { + return (String)get_Value(COLUMNNAME_C_CashBook_Acct_UU); + } + + public org.compiere.model.I_C_CashBook getC_CashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getC_CashBook_ID(), get_TrxName()); } /** Set Cash Book. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java b/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java index 6248e5c0a6..7652e2932e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CashLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CashLine (Properties ctx, int C_CashLine_ID, String trxName) @@ -131,9 +131,9 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent return (String)get_Value(COLUMNNAME_CashType); } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -159,9 +159,9 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent return ii.intValue(); } - public I_C_Cash getC_Cash() throws RuntimeException + public org.compiere.model.I_C_Cash getC_Cash() throws RuntimeException { - return (I_C_Cash)MTable.get(getCtx(), I_C_Cash.Table_Name) + return (org.compiere.model.I_C_Cash)MTable.get(getCtx(), org.compiere.model.I_C_Cash.Table_Name) .getPO(getC_Cash_ID(), get_TrxName()); } /** Set Cash Journal. @@ -218,9 +218,23 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + /** Set C_CashLine_UU. + @param C_CashLine_UU C_CashLine_UU */ + public void setC_CashLine_UU (String C_CashLine_UU) + { + set_Value (COLUMNNAME_C_CashLine_UU, C_CashLine_UU); + } + + /** Get C_CashLine_UU. + @return C_CashLine_UU */ + public String getC_CashLine_UU () + { + return (String)get_Value(COLUMNNAME_C_CashLine_UU); + } + + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -246,9 +260,9 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -274,9 +288,9 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -302,9 +316,9 @@ public class X_C_CashLine extends PO implements I_C_CashLine, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java b/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java index 78e73cb443..dd5e2ac7ef 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashPlan.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CashPlan - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CashPlan (Properties ctx, int C_CashPlan_ID, String trxName) @@ -231,6 +231,20 @@ public class X_C_CashPlan extends PO implements I_C_CashPlan, I_Persistent return ii.intValue(); } + /** Set C_CashPlan_UU. + @param C_CashPlan_UU C_CashPlan_UU */ + public void setC_CashPlan_UU (String C_CashPlan_UU) + { + set_Value (COLUMNNAME_C_CashPlan_UU, C_CashPlan_UU); + } + + /** Get C_CashPlan_UU. + @return C_CashPlan_UU */ + public String getC_CashPlan_UU () + { + return (String)get_Value(COLUMNNAME_C_CashPlan_UU); + } + /** Set Copy From. @param CopyFrom Copy From Record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java b/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java index e5e645b6c6..c5b91ab1b1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CashPlanLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CashPlanLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CashPlanLine (Properties ctx, int C_CashPlanLine_ID, String trxName) @@ -240,6 +240,20 @@ public class X_C_CashPlanLine extends PO implements I_C_CashPlanLine, I_Persiste return ii.intValue(); } + /** Set C_CashPlanLine_UU. + @param C_CashPlanLine_UU C_CashPlanLine_UU */ + public void setC_CashPlanLine_UU (String C_CashPlanLine_UU) + { + set_Value (COLUMNNAME_C_CashPlanLine_UU, C_CashPlanLine_UU); + } + + /** Get C_CashPlanLine_UU. + @return C_CashPlanLine_UU */ + public String getC_CashPlanLine_UU () + { + return (String)get_Value(COLUMNNAME_C_CashPlanLine_UU); + } + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Channel.java b/org.adempiere.base/src/org/compiere/model/X_C_Channel.java index e091d03fc0..4942608d30 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Channel.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Channel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Channel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Channel (Properties ctx, int C_Channel_ID, String trxName) @@ -71,9 +71,9 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent return sb.toString(); } - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor_ID(), get_TrxName()); } /** Set Print Color. @@ -122,6 +122,20 @@ public class X_C_Channel extends PO implements I_C_Channel, I_Persistent return ii.intValue(); } + /** Set C_Channel_UU. + @param C_Channel_UU C_Channel_UU */ + public void setC_Channel_UU (String C_Channel_UU) + { + set_Value (COLUMNNAME_C_Channel_UU, C_Channel_UU); + } + + /** Get C_Channel_UU. + @return C_Channel_UU */ + public String getC_Channel_UU () + { + return (String)get_Value(COLUMNNAME_C_Channel_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Charge.java b/org.adempiere.base/src/org/compiere/model/X_C_Charge.java index 915d3ce5d0..04e49eb0bd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Charge.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Charge.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Charge - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Charge (Properties ctx, int C_Charge_ID, String trxName) @@ -79,9 +79,9 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -130,9 +130,9 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent return ii.intValue(); } - public I_C_ChargeType getC_ChargeType() throws RuntimeException + public org.compiere.model.I_C_ChargeType getC_ChargeType() throws RuntimeException { - return (I_C_ChargeType)MTable.get(getCtx(), I_C_ChargeType.Table_Name) + return (org.compiere.model.I_C_ChargeType)MTable.get(getCtx(), org.compiere.model.I_C_ChargeType.Table_Name) .getPO(getC_ChargeType_ID(), get_TrxName()); } /** Set Charge Type. @@ -155,6 +155,20 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent return ii.intValue(); } + /** Set C_Charge_UU. + @param C_Charge_UU C_Charge_UU */ + public void setC_Charge_UU (String C_Charge_UU) + { + set_Value (COLUMNNAME_C_Charge_UU, C_Charge_UU); + } + + /** Get C_Charge_UU. + @return C_Charge_UU */ + public String getC_Charge_UU () + { + return (String)get_Value(COLUMNNAME_C_Charge_UU); + } + /** Set Charge amount. @param ChargeAmt Charge Amount @@ -175,9 +189,9 @@ public class X_C_Charge extends PO implements I_C_Charge, I_Persistent return bd; } - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { - return (I_C_TaxCategory)MTable.get(getCtx(), I_C_TaxCategory.Table_Name) + return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_Name) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java index 31e8085c30..7e4c81ab51 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_ChargeType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ChargeType (Properties ctx, int C_ChargeType_ID, String trxName) @@ -92,6 +92,20 @@ public class X_C_ChargeType extends PO implements I_C_ChargeType, I_Persistent return ii.intValue(); } + /** Set C_ChargeType_UU. + @param C_ChargeType_UU C_ChargeType_UU */ + public void setC_ChargeType_UU (String C_ChargeType_UU) + { + set_Value (COLUMNNAME_C_ChargeType_UU, C_ChargeType_UU); + } + + /** Get C_ChargeType_UU. + @return C_ChargeType_UU */ + public String getC_ChargeType_UU () + { + return (String)get_Value(COLUMNNAME_C_ChargeType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java index 4d05d06a4e..e6e50c0e68 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ChargeType_DocType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_ChargeType_DocType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ChargeType_DocType (Properties ctx, int C_ChargeType_DocType_ID, String trxName) @@ -74,9 +74,23 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType return sb.toString(); } - public I_C_ChargeType getC_ChargeType() throws RuntimeException + /** Set C_ChargeType_DocType_UU. + @param C_ChargeType_DocType_UU C_ChargeType_DocType_UU */ + public void setC_ChargeType_DocType_UU (String C_ChargeType_DocType_UU) + { + set_Value (COLUMNNAME_C_ChargeType_DocType_UU, C_ChargeType_DocType_UU); + } + + /** Get C_ChargeType_DocType_UU. + @return C_ChargeType_DocType_UU */ + public String getC_ChargeType_DocType_UU () + { + return (String)get_Value(COLUMNNAME_C_ChargeType_DocType_UU); + } + + public org.compiere.model.I_C_ChargeType getC_ChargeType() throws RuntimeException { - return (I_C_ChargeType)MTable.get(getCtx(), I_C_ChargeType.Table_Name) + return (org.compiere.model.I_C_ChargeType)MTable.get(getCtx(), org.compiere.model.I_C_ChargeType.Table_Name) .getPO(getC_ChargeType_ID(), get_TrxName()); } /** Set Charge Type. @@ -99,9 +113,9 @@ public class X_C_ChargeType_DocType extends PO implements I_C_ChargeType_DocType return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java index d53152f0c0..fa5bfaf541 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Charge_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_Charge_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Charge_Acct extends PO implements I_C_Charge_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120817L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Charge_Acct (Properties ctx, int C_Charge_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_City.java b/org.adempiere.base/src/org/compiere/model/X_C_City.java index be14ad9a10..da73c96b1c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_City.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_City.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_City - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_City extends PO implements I_C_City, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_City (Properties ctx, int C_City_ID, String trxName) @@ -111,9 +111,23 @@ public class X_C_City extends PO implements I_C_City, I_Persistent return ii.intValue(); } - public I_C_Country getC_Country() throws RuntimeException + /** Set C_City_UU. + @param C_City_UU C_City_UU */ + public void setC_City_UU (String C_City_UU) + { + set_Value (COLUMNNAME_C_City_UU, C_City_UU); + } + + /** Get C_City_UU. + @return C_City_UU */ + public String getC_City_UU () + { + return (String)get_Value(COLUMNNAME_C_City_UU); + } + + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -156,9 +170,9 @@ public class X_C_City extends PO implements I_C_City, I_Persistent return (String)get_Value(COLUMNNAME_Coordinates); } - public I_C_Region getC_Region() throws RuntimeException + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Commission.java b/org.adempiere.base/src/org/compiere/model/X_C_Commission.java index 662682a878..4e4179f350 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Commission.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Commission.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Commission - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Commission (Properties ctx, int C_Commission_ID, String trxName) @@ -80,9 +80,9 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -108,9 +108,9 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -159,9 +159,23 @@ public class X_C_Commission extends PO implements I_C_Commission, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + /** Set C_Commission_UU. + @param C_Commission_UU C_Commission_UU */ + public void setC_Commission_UU (String C_Commission_UU) + { + set_Value (COLUMNNAME_C_Commission_UU, C_Commission_UU); + } + + /** Get C_Commission_UU. + @return C_Commission_UU */ + public String getC_Commission_UU () + { + return (String)get_Value(COLUMNNAME_C_Commission_UU); + } + + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java index 7c2cdd3ad1..ab0f45b77a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionAmt.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionAmt - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CommissionAmt (Properties ctx, int C_CommissionAmt_ID, String trxName) @@ -120,9 +120,23 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis return ii.intValue(); } - public I_C_CommissionLine getC_CommissionLine() throws RuntimeException + /** Set C_CommissionAmt_UU. + @param C_CommissionAmt_UU C_CommissionAmt_UU */ + public void setC_CommissionAmt_UU (String C_CommissionAmt_UU) + { + set_Value (COLUMNNAME_C_CommissionAmt_UU, C_CommissionAmt_UU); + } + + /** Get C_CommissionAmt_UU. + @return C_CommissionAmt_UU */ + public String getC_CommissionAmt_UU () + { + return (String)get_Value(COLUMNNAME_C_CommissionAmt_UU); + } + + public org.compiere.model.I_C_CommissionLine getC_CommissionLine() throws RuntimeException { - return (I_C_CommissionLine)MTable.get(getCtx(), I_C_CommissionLine.Table_Name) + return (org.compiere.model.I_C_CommissionLine)MTable.get(getCtx(), org.compiere.model.I_C_CommissionLine.Table_Name) .getPO(getC_CommissionLine_ID(), get_TrxName()); } /** Set Commission Line. @@ -148,9 +162,9 @@ public class X_C_CommissionAmt extends PO implements I_C_CommissionAmt, I_Persis return ii.intValue(); } - public I_C_CommissionRun getC_CommissionRun() throws RuntimeException + public org.compiere.model.I_C_CommissionRun getC_CommissionRun() throws RuntimeException { - return (I_C_CommissionRun)MTable.get(getCtx(), I_C_CommissionRun.Table_Name) + return (org.compiere.model.I_C_CommissionRun)MTable.get(getCtx(), org.compiere.model.I_C_CommissionRun.Table_Name) .getPO(getC_CommissionRun_ID(), get_TrxName()); } /** Set Commission Run. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java index 2352dd6fd6..66c9c2f885 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CommissionDetail (Properties ctx, int C_CommissionDetail_ID, String trxName) @@ -117,9 +117,9 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ return bd; } - public I_C_CommissionAmt getC_CommissionAmt() throws RuntimeException + public org.compiere.model.I_C_CommissionAmt getC_CommissionAmt() throws RuntimeException { - return (I_C_CommissionAmt)MTable.get(getCtx(), I_C_CommissionAmt.Table_Name) + return (org.compiere.model.I_C_CommissionAmt)MTable.get(getCtx(), org.compiere.model.I_C_CommissionAmt.Table_Name) .getPO(getC_CommissionAmt_ID(), get_TrxName()); } /** Set Commission Amount. @@ -168,9 +168,23 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + /** Set C_CommissionDetail_UU. + @param C_CommissionDetail_UU C_CommissionDetail_UU */ + public void setC_CommissionDetail_UU (String C_CommissionDetail_UU) + { + set_Value (COLUMNNAME_C_CommissionDetail_UU, C_CommissionDetail_UU); + } + + /** Get C_CommissionDetail_UU. + @return C_CommissionDetail_UU */ + public String getC_CommissionDetail_UU () + { + return (String)get_Value(COLUMNNAME_C_CommissionDetail_UU); + } + + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -196,9 +210,9 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -244,9 +258,9 @@ public class X_C_CommissionDetail extends PO implements I_C_CommissionDetail, I_ return bd; } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java index bae37cfe99..e31806b57a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CommissionLine extends PO implements I_C_CommissionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CommissionLine (Properties ctx, int C_CommissionLine_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java b/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java index e430d2a35c..bbff240f87 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CommissionRun.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CommissionRun - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CommissionRun (Properties ctx, int C_CommissionRun_ID, String trxName) @@ -78,9 +78,9 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis return sb.toString(); } - public I_C_Commission getC_Commission() throws RuntimeException + public org.compiere.model.I_C_Commission getC_Commission() throws RuntimeException { - return (I_C_Commission)MTable.get(getCtx(), I_C_Commission.Table_Name) + return (org.compiere.model.I_C_Commission)MTable.get(getCtx(), org.compiere.model.I_C_Commission.Table_Name) .getPO(getC_Commission_ID(), get_TrxName()); } /** Set Commission. @@ -129,6 +129,20 @@ public class X_C_CommissionRun extends PO implements I_C_CommissionRun, I_Persis return ii.intValue(); } + /** Set C_CommissionRun_UU. + @param C_CommissionRun_UU C_CommissionRun_UU */ + public void setC_CommissionRun_UU (String C_CommissionRun_UU) + { + set_Value (COLUMNNAME_C_CommissionRun_UU, C_CommissionRun_UU); + } + + /** Get C_CommissionRun_UU. + @return C_CommissionRun_UU */ + public String getC_CommissionRun_UU () + { + return (String)get_Value(COLUMNNAME_C_CommissionRun_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java b/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java index f1d912d62b..ecc8283bd8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ConversionType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_ConversionType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ConversionType (Properties ctx, int C_ConversionType_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_ConversionType extends PO implements I_C_ConversionType, I_Pers return ii.intValue(); } + /** Set C_ConversionType_UU. + @param C_ConversionType_UU C_ConversionType_UU */ + public void setC_ConversionType_UU (String C_ConversionType_UU) + { + set_Value (COLUMNNAME_C_ConversionType_UU, C_ConversionType_UU); + } + + /** Get C_ConversionType_UU. + @return C_ConversionType_UU */ + public String getC_ConversionType_UU () + { + return (String)get_Value(COLUMNNAME_C_ConversionType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java index 51bc086fae..c0ceed533f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Conversion_Rate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Conversion_Rate - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Conversion_Rate (Properties ctx, int C_Conversion_Rate_ID, String trxName) @@ -110,9 +110,23 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe return new KeyNamePair(get_ID(), String.valueOf(getC_Conversion_Rate_ID())); } - public I_C_ConversionType getC_ConversionType() throws RuntimeException + /** Set C_Conversion_Rate_UU. + @param C_Conversion_Rate_UU C_Conversion_Rate_UU */ + public void setC_Conversion_Rate_UU (String C_Conversion_Rate_UU) + { + set_Value (COLUMNNAME_C_Conversion_Rate_UU, C_Conversion_Rate_UU); + } + + /** Get C_Conversion_Rate_UU. + @return C_Conversion_Rate_UU */ + public String getC_Conversion_Rate_UU () + { + return (String)get_Value(COLUMNNAME_C_Conversion_Rate_UU); + } + + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionType_ID(), get_TrxName()); } /** Set Currency Type. @@ -138,9 +152,9 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -166,9 +180,9 @@ public class X_C_Conversion_Rate extends PO implements I_C_Conversion_Rate, I_Pe return ii.intValue(); } - public I_C_Currency getC_Currency_To() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency_To() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID_To(), get_TrxName()); } /** Set Currency To. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Country.java b/org.adempiere.base/src/org/compiere/model/X_C_Country.java index a550163da9..2e4b4df976 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Country.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Country.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Country - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Country extends PO implements I_C_Country, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Country (Properties ctx, int C_Country_ID, String trxName) @@ -159,9 +159,23 @@ public class X_C_Country extends PO implements I_C_Country, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + /** Set C_Country_UU. + @param C_Country_UU C_Country_UU */ + public void setC_Country_UU (String C_Country_UU) + { + set_Value (COLUMNNAME_C_Country_UU, C_Country_UU); + } + + /** Get C_Country_UU. + @return C_Country_UU */ + public String getC_Country_UU () + { + return (String)get_Value(COLUMNNAME_C_Country_UU); + } + + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Currency.java b/org.adempiere.base/src/org/compiere/model/X_C_Currency.java index ee75ebfd20..fd7f32dfb6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Currency.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Currency.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Currency - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Currency (Properties ctx, int C_Currency_ID, String trxName) @@ -108,6 +108,20 @@ public class X_C_Currency extends PO implements I_C_Currency, I_Persistent return ii.intValue(); } + /** Set C_Currency_UU. + @param C_Currency_UU C_Currency_UU */ + public void setC_Currency_UU (String C_Currency_UU) + { + set_Value (COLUMNNAME_C_Currency_UU, C_Currency_UU); + } + + /** Get C_Currency_UU. + @return C_Currency_UU */ + public String getC_Currency_UU () + { + return (String)get_Value(COLUMNNAME_C_Currency_UU); + } + /** Set Costing Precision. @param CostingPrecision Rounding used costing calculations diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java index be54e29445..e182504a16 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Currency_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_Currency_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Currency_Acct extends PO implements I_C_Currency_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Currency_Acct (Properties ctx, int C_Currency_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java b/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java index c8f9c45fbf..488a2331e8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Cycle.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Cycle - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Cycle (Properties ctx, int C_Cycle_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent return sb.toString(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -123,6 +123,20 @@ public class X_C_Cycle extends PO implements I_C_Cycle, I_Persistent return ii.intValue(); } + /** Set C_Cycle_UU. + @param C_Cycle_UU C_Cycle_UU */ + public void setC_Cycle_UU (String C_Cycle_UU) + { + set_Value (COLUMNNAME_C_Cycle_UU, C_Cycle_UU); + } + + /** Get C_Cycle_UU. + @return C_Cycle_UU */ + public String getC_Cycle_UU () + { + return (String)get_Value(COLUMNNAME_C_Cycle_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java b/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java index b041961b11..ba80375ba5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CyclePhase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_CyclePhase - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CyclePhase (Properties ctx, int C_CyclePhase_ID, String trxName) @@ -70,9 +70,23 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent return sb.toString(); } - public I_C_CycleStep getC_CycleStep() throws RuntimeException + /** Set C_CyclePhase_UU. + @param C_CyclePhase_UU C_CyclePhase_UU */ + public void setC_CyclePhase_UU (String C_CyclePhase_UU) + { + set_Value (COLUMNNAME_C_CyclePhase_UU, C_CyclePhase_UU); + } + + /** Get C_CyclePhase_UU. + @return C_CyclePhase_UU */ + public String getC_CyclePhase_UU () + { + return (String)get_Value(COLUMNNAME_C_CyclePhase_UU); + } + + public org.compiere.model.I_C_CycleStep getC_CycleStep() throws RuntimeException { - return (I_C_CycleStep)MTable.get(getCtx(), I_C_CycleStep.Table_Name) + return (org.compiere.model.I_C_CycleStep)MTable.get(getCtx(), org.compiere.model.I_C_CycleStep.Table_Name) .getPO(getC_CycleStep_ID(), get_TrxName()); } /** Set Cycle Step. @@ -98,9 +112,9 @@ public class X_C_CyclePhase extends PO implements I_C_CyclePhase, I_Persistent return ii.intValue(); } - public I_C_Phase getC_Phase() throws RuntimeException + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException { - return (I_C_Phase)MTable.get(getCtx(), I_C_Phase.Table_Name) + return (org.compiere.model.I_C_Phase)MTable.get(getCtx(), org.compiere.model.I_C_Phase.Table_Name) .getPO(getC_Phase_ID(), get_TrxName()); } /** Set Standard Phase. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java b/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java index a1175a177a..eef314489b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_CycleStep.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_CycleStep - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_CycleStep (Properties ctx, int C_CycleStep_ID, String trxName) @@ -78,9 +78,9 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent return sb.toString(); } - public I_C_Cycle getC_Cycle() throws RuntimeException + public org.compiere.model.I_C_Cycle getC_Cycle() throws RuntimeException { - return (I_C_Cycle)MTable.get(getCtx(), I_C_Cycle.Table_Name) + return (org.compiere.model.I_C_Cycle)MTable.get(getCtx(), org.compiere.model.I_C_Cycle.Table_Name) .getPO(getC_Cycle_ID(), get_TrxName()); } /** Set Project Cycle. @@ -129,6 +129,20 @@ public class X_C_CycleStep extends PO implements I_C_CycleStep, I_Persistent return ii.intValue(); } + /** Set C_CycleStep_UU. + @param C_CycleStep_UU C_CycleStep_UU */ + public void setC_CycleStep_UU (String C_CycleStep_UU) + { + set_Value (COLUMNNAME_C_CycleStep_UU, C_CycleStep_UU); + } + + /** Get C_CycleStep_UU. + @return C_CycleStep_UU */ + public String getC_CycleStep_UU () + { + return (String)get_Value(COLUMNNAME_C_CycleStep_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DocType.java b/org.adempiere.base/src/org/compiere/model/X_C_DocType.java index 8bdee4923d..197543a83b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DocType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DocType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_DocType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_DocType extends PO implements I_C_DocType, I_Persistent { /** * */ - private static final long serialVersionUID = 20120307L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_DocType (Properties ctx, int C_DocType_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java b/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java index 461f985a48..dc2a5d1fe6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DocTypeCounter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_DocTypeCounter - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_DocTypeCounter (Properties ctx, int C_DocTypeCounter_ID, String trxName) @@ -99,9 +99,23 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + /** Set C_DocTypeCounter_UU. + @param C_DocTypeCounter_UU C_DocTypeCounter_UU */ + public void setC_DocTypeCounter_UU (String C_DocTypeCounter_UU) + { + set_Value (COLUMNNAME_C_DocTypeCounter_UU, C_DocTypeCounter_UU); + } + + /** Get C_DocTypeCounter_UU. + @return C_DocTypeCounter_UU */ + public String getC_DocTypeCounter_UU () + { + return (String)get_Value(COLUMNNAME_C_DocTypeCounter_UU); + } + + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -127,9 +141,9 @@ public class X_C_DocTypeCounter extends PO implements I_C_DocTypeCounter, I_Pers return ii.intValue(); } - public I_C_DocType getCounter_C_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getCounter_C_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getCounter_C_DocType_ID(), get_TrxName()); } /** Set Counter Document Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java b/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java index 90ecdb7912..5c66935fed 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Dunning.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Dunning - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Dunning (Properties ctx, int C_Dunning_ID, String trxName) @@ -97,6 +97,20 @@ public class X_C_Dunning extends PO implements I_C_Dunning, I_Persistent return ii.intValue(); } + /** Set C_Dunning_UU. + @param C_Dunning_UU C_Dunning_UU */ + public void setC_Dunning_UU (String C_Dunning_UU) + { + set_Value (COLUMNNAME_C_Dunning_UU, C_Dunning_UU); + } + + /** Get C_Dunning_UU. + @return C_Dunning_UU */ + public String getC_Dunning_UU () + { + return (String)get_Value(COLUMNNAME_C_Dunning_UU); + } + /** Set Create levels sequentially. @param CreateLevelsSequentially Create Dunning Letter by level sequentially diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java index c8f0ed3875..168d162156 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningLevel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningLevel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_DunningLevel (Properties ctx, int C_DunningLevel_ID, String trxName) @@ -85,9 +85,9 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste return sb.toString(); } - public I_C_Dunning getC_Dunning() throws RuntimeException + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException { - return (I_C_Dunning)MTable.get(getCtx(), I_C_Dunning.Table_Name) + return (org.compiere.model.I_C_Dunning)MTable.get(getCtx(), org.compiere.model.I_C_Dunning.Table_Name) .getPO(getC_Dunning_ID(), get_TrxName()); } /** Set Dunning. @@ -133,6 +133,20 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste return ii.intValue(); } + /** Set C_DunningLevel_UU. + @param C_DunningLevel_UU C_DunningLevel_UU */ + public void setC_DunningLevel_UU (String C_DunningLevel_UU) + { + set_Value (COLUMNNAME_C_DunningLevel_UU, C_DunningLevel_UU); + } + + /** Get C_DunningLevel_UU. + @return C_DunningLevel_UU */ + public String getC_DunningLevel_UU () + { + return (String)get_Value(COLUMNNAME_C_DunningLevel_UU); + } + /** Set Charge fee. @param ChargeFee Indicates if fees will be charged for overdue invoices @@ -181,9 +195,9 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste return false; } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -266,9 +280,9 @@ public class X_C_DunningLevel extends PO implements I_C_DunningLevel, I_Persiste return (String)get_Value(COLUMNNAME_Description); } - public I_AD_PrintFormat getDunning_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getDunning_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getDunning_PrintFormat_ID(), get_TrxName()); } /** Set Dunning Print Format. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java index af11b0b73e..f02d1f9765 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningRun.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningRun - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_DunningRun (Properties ctx, int C_DunningRun_ID, String trxName) @@ -75,9 +75,9 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent return sb.toString(); } - public I_C_Dunning getC_Dunning() throws RuntimeException + public org.compiere.model.I_C_Dunning getC_Dunning() throws RuntimeException { - return (I_C_Dunning)MTable.get(getCtx(), I_C_Dunning.Table_Name) + return (org.compiere.model.I_C_Dunning)MTable.get(getCtx(), org.compiere.model.I_C_Dunning.Table_Name) .getPO(getC_Dunning_ID(), get_TrxName()); } /** Set Dunning. @@ -103,9 +103,9 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent return ii.intValue(); } - public I_C_DunningLevel getC_DunningLevel() throws RuntimeException + public org.compiere.model.I_C_DunningLevel getC_DunningLevel() throws RuntimeException { - return (I_C_DunningLevel)MTable.get(getCtx(), I_C_DunningLevel.Table_Name) + return (org.compiere.model.I_C_DunningLevel)MTable.get(getCtx(), org.compiere.model.I_C_DunningLevel.Table_Name) .getPO(getC_DunningLevel_ID(), get_TrxName()); } /** Set Dunning Level. @@ -151,6 +151,20 @@ public class X_C_DunningRun extends PO implements I_C_DunningRun, I_Persistent return ii.intValue(); } + /** Set C_DunningRun_UU. + @param C_DunningRun_UU C_DunningRun_UU */ + public void setC_DunningRun_UU (String C_DunningRun_UU) + { + set_Value (COLUMNNAME_C_DunningRun_UU, C_DunningRun_UU); + } + + /** Get C_DunningRun_UU. + @return C_DunningRun_UU */ + public String getC_DunningRun_UU () + { + return (String)get_Value(COLUMNNAME_C_DunningRun_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java index e899314ceb..9740f8b488 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunEntry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningRunEntry - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_DunningRunEntry (Properties ctx, int C_DunningRunEntry_ID, String trxName) @@ -82,9 +82,9 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -130,9 +130,9 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -158,9 +158,9 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -186,9 +186,9 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -214,9 +214,9 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return ii.intValue(); } - public I_C_DunningLevel getC_DunningLevel() throws RuntimeException + public org.compiere.model.I_C_DunningLevel getC_DunningLevel() throws RuntimeException { - return (I_C_DunningLevel)MTable.get(getCtx(), I_C_DunningLevel.Table_Name) + return (org.compiere.model.I_C_DunningLevel)MTable.get(getCtx(), org.compiere.model.I_C_DunningLevel.Table_Name) .getPO(getC_DunningLevel_ID(), get_TrxName()); } /** Set Dunning Level. @@ -262,9 +262,23 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return ii.intValue(); } - public I_C_DunningRun getC_DunningRun() throws RuntimeException + /** Set C_DunningRunEntry_UU. + @param C_DunningRunEntry_UU C_DunningRunEntry_UU */ + public void setC_DunningRunEntry_UU (String C_DunningRunEntry_UU) + { + set_Value (COLUMNNAME_C_DunningRunEntry_UU, C_DunningRunEntry_UU); + } + + /** Get C_DunningRunEntry_UU. + @return C_DunningRunEntry_UU */ + public String getC_DunningRunEntry_UU () + { + return (String)get_Value(COLUMNNAME_C_DunningRunEntry_UU); + } + + public org.compiere.model.I_C_DunningRun getC_DunningRun() throws RuntimeException { - return (I_C_DunningRun)MTable.get(getCtx(), I_C_DunningRun.Table_Name) + return (org.compiere.model.I_C_DunningRun)MTable.get(getCtx(), org.compiere.model.I_C_DunningRun.Table_Name) .getPO(getC_DunningRun_ID(), get_TrxName()); } /** Set Dunning Run. @@ -359,9 +373,9 @@ public class X_C_DunningRunEntry extends PO implements I_C_DunningRunEntry, I_Pe return bd; } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java index 53ee8a5236..54d85c81be 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_DunningRunLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_DunningRunLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_DunningRunLine (Properties ctx, int C_DunningRunLine_ID, String trxName) @@ -103,9 +103,9 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers return bd; } - public I_C_DunningRunEntry getC_DunningRunEntry() throws RuntimeException + public org.compiere.model.I_C_DunningRunEntry getC_DunningRunEntry() throws RuntimeException { - return (I_C_DunningRunEntry)MTable.get(getCtx(), I_C_DunningRunEntry.Table_Name) + return (org.compiere.model.I_C_DunningRunEntry)MTable.get(getCtx(), org.compiere.model.I_C_DunningRunEntry.Table_Name) .getPO(getC_DunningRunEntry_ID(), get_TrxName()); } /** Set Dunning Run Entry. @@ -154,9 +154,23 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + /** Set C_DunningRunLine_UU. + @param C_DunningRunLine_UU C_DunningRunLine_UU */ + public void setC_DunningRunLine_UU (String C_DunningRunLine_UU) + { + set_Value (COLUMNNAME_C_DunningRunLine_UU, C_DunningRunLine_UU); + } + + /** Get C_DunningRunLine_UU. + @return C_DunningRunLine_UU */ + public String getC_DunningRunLine_UU () + { + return (String)get_Value(COLUMNNAME_C_DunningRunLine_UU); + } + + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -190,9 +204,9 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getC_Invoice_ID())); } - public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException + public org.compiere.model.I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException { - return (I_C_InvoicePaySchedule)MTable.get(getCtx(), I_C_InvoicePaySchedule.Table_Name) + return (org.compiere.model.I_C_InvoicePaySchedule)MTable.get(getCtx(), org.compiere.model.I_C_InvoicePaySchedule.Table_Name) .getPO(getC_InvoicePaySchedule_ID(), get_TrxName()); } /** Set Invoice Payment Schedule. @@ -238,9 +252,9 @@ public class X_C_DunningRunLine extends PO implements I_C_DunningRunLine, I_Pers return bd; } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Element.java b/org.adempiere.base/src/org/compiere/model/X_C_Element.java index ac8d1af1f5..747b6379e3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Element.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Element.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Element - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Element extends PO implements I_C_Element, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Element (Properties ctx, int C_Element_ID, String trxName) @@ -76,9 +76,9 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_ID(), get_TrxName()); } /** Set Tree. @@ -127,6 +127,20 @@ public class X_C_Element extends PO implements I_C_Element, I_Persistent return ii.intValue(); } + /** Set C_Element_UU. + @param C_Element_UU C_Element_UU */ + public void setC_Element_UU (String C_Element_UU) + { + set_Value (COLUMNNAME_C_Element_UU, C_Element_UU); + } + + /** Get C_Element_UU. + @return C_Element_UU */ + public String getC_Element_UU () + { + return (String)get_Value(COLUMNNAME_C_Element_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java b/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java index d7a8a4c8c0..d7e822b570 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ElementValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_ElementValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ElementValue (Properties ctx, int C_ElementValue_ID, String trxName) @@ -145,9 +145,9 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste return (String)get_Value(COLUMNNAME_AccountType); } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -173,9 +173,9 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -201,9 +201,9 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste return ii.intValue(); } - public I_C_Element getC_Element() throws RuntimeException + public org.compiere.model.I_C_Element getC_Element() throws RuntimeException { - return (I_C_Element)MTable.get(getCtx(), I_C_Element.Table_Name) + return (org.compiere.model.I_C_Element)MTable.get(getCtx(), org.compiere.model.I_C_Element.Table_Name) .getPO(getC_Element_ID(), get_TrxName()); } /** Set Element. @@ -252,6 +252,20 @@ public class X_C_ElementValue extends PO implements I_C_ElementValue, I_Persiste return ii.intValue(); } + /** Set C_ElementValue_UU. + @param C_ElementValue_UU C_ElementValue_UU */ + public void setC_ElementValue_UU (String C_ElementValue_UU) + { + set_Value (COLUMNNAME_C_ElementValue_UU, C_ElementValue_UU); + } + + /** Get C_ElementValue_UU. + @return C_ElementValue_UU */ + public String getC_ElementValue_UU () + { + return (String)get_Value(COLUMNNAME_C_ElementValue_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java b/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java index 01307b20b8..ac8112fe9f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Greeting.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Greeting - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Greeting (Properties ctx, int C_Greeting_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_Greeting extends PO implements I_C_Greeting, I_Persistent return ii.intValue(); } + /** Set C_Greeting_UU. + @param C_Greeting_UU C_Greeting_UU */ + public void setC_Greeting_UU (String C_Greeting_UU) + { + set_Value (COLUMNNAME_C_Greeting_UU, C_Greeting_UU); + } + + /** Get C_Greeting_UU. + @return C_Greeting_UU */ + public String getC_Greeting_UU () + { + return (String)get_Value(COLUMNNAME_C_Greeting_UU); + } + /** Set Greeting. @param Greeting For letters, e.g. "Dear {0}" or "Dear Mr. {0}" - At runtime, "{0}" is replaced by the name diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java index d1279152ab..1076291a05 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InterOrg_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_InterOrg_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InterOrg_Acct (Properties ctx, int C_InterOrg_Acct_ID, String trxName) @@ -95,9 +95,9 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis return ii.intValue(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -123,6 +123,20 @@ public class X_C_InterOrg_Acct extends PO implements I_C_InterOrg_Acct, I_Persis return ii.intValue(); } + /** Set C_InterOrg_Acct_UU. + @param C_InterOrg_Acct_UU C_InterOrg_Acct_UU */ + public void setC_InterOrg_Acct_UU (String C_InterOrg_Acct_UU) + { + set_Value (COLUMNNAME_C_InterOrg_Acct_UU, C_InterOrg_Acct_UU); + } + + /** Get C_InterOrg_Acct_UU. + @return C_InterOrg_Acct_UU */ + public String getC_InterOrg_Acct_UU () + { + return (String)get_Value(COLUMNNAME_C_InterOrg_Acct_UU); + } + public I_C_ValidCombination getIntercompanyDueFrom_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java b/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java index 039f2158b0..4eb32438f6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Invoice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Invoice - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Invoice (Properties ctx, int C_Invoice_ID, String trxName) @@ -1025,6 +1025,27 @@ public class X_C_Invoice extends PO implements I_C_Invoice, I_Persistent return false; } + /** Set IsFixedAssetInvoice. + @param IsFixedAssetInvoice IsFixedAssetInvoice */ + public void setIsFixedAssetInvoice (boolean IsFixedAssetInvoice) + { + set_Value (COLUMNNAME_IsFixedAssetInvoice, Boolean.valueOf(IsFixedAssetInvoice)); + } + + /** Get IsFixedAssetInvoice. + @return IsFixedAssetInvoice */ + public boolean isFixedAssetInvoice () + { + Object oo = get_Value(COLUMNNAME_IsFixedAssetInvoice); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + /** Set In Dispute. @param IsInDispute Document is in dispute diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java index c4472418f4..51af31bba2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceBatch - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InvoiceBatch (Properties ctx, int C_InvoiceBatch_ID, String trxName) @@ -85,9 +85,9 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste return sb.toString(); } - public I_C_ConversionType getC_ConversionType() throws RuntimeException + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionType_ID(), get_TrxName()); } /** Set Currency Type. @@ -113,9 +113,9 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -164,6 +164,20 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste return ii.intValue(); } + /** Set C_InvoiceBatch_UU. + @param C_InvoiceBatch_UU C_InvoiceBatch_UU */ + public void setC_InvoiceBatch_UU (String C_InvoiceBatch_UU) + { + set_Value (COLUMNNAME_C_InvoiceBatch_UU, C_InvoiceBatch_UU); + } + + /** Get C_InvoiceBatch_UU. + @return C_InvoiceBatch_UU */ + public String getC_InvoiceBatch_UU () + { + return (String)get_Value(COLUMNNAME_C_InvoiceBatch_UU); + } + /** Set Control Amount. @param ControlAmt If not zero, the Debit amount of the document must be equal this amount @@ -332,9 +346,9 @@ public class X_C_InvoiceBatch extends PO implements I_C_InvoiceBatch, I_Persiste return false; } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java index c1d3da2849..38ebc2b4a9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceBatchLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceBatchLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InvoiceBatchLine (Properties ctx, int C_InvoiceBatchLine_ID, String trxName) @@ -122,9 +122,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -150,9 +150,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -178,9 +178,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -206,9 +206,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -234,9 +234,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -262,9 +262,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -290,9 +290,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_InvoiceBatch getC_InvoiceBatch() throws RuntimeException + public org.compiere.model.I_C_InvoiceBatch getC_InvoiceBatch() throws RuntimeException { - return (I_C_InvoiceBatch)MTable.get(getCtx(), I_C_InvoiceBatch.Table_Name) + return (org.compiere.model.I_C_InvoiceBatch)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceBatch.Table_Name) .getPO(getC_InvoiceBatch_ID(), get_TrxName()); } /** Set Invoice Batch. @@ -341,9 +341,23 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + /** Set C_InvoiceBatchLine_UU. + @param C_InvoiceBatchLine_UU C_InvoiceBatchLine_UU */ + public void setC_InvoiceBatchLine_UU (String C_InvoiceBatchLine_UU) + { + set_Value (COLUMNNAME_C_InvoiceBatchLine_UU, C_InvoiceBatchLine_UU); + } + + /** Get C_InvoiceBatchLine_UU. + @return C_InvoiceBatchLine_UU */ + public String getC_InvoiceBatchLine_UU () + { + return (String)get_Value(COLUMNNAME_C_InvoiceBatchLine_UU); + } + + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -369,9 +383,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -397,9 +411,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -425,9 +439,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -697,9 +711,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -725,9 +739,9 @@ public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_ return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java index 2302dc879a..98a17d8a29 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InvoiceLine (Properties ctx, int C_InvoiceLine_ID, String trxName) @@ -92,9 +92,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return sb.toString(); } - public I_A_Asset_Group getA_Asset_Group() throws RuntimeException + public org.compiere.model.I_A_Asset_Group getA_Asset_Group() throws RuntimeException { - return (I_A_Asset_Group)MTable.get(getCtx(), I_A_Asset_Group.Table_Name) + return (org.compiere.model.I_A_Asset_Group)MTable.get(getCtx(), org.compiere.model.I_A_Asset_Group.Table_Name) .getPO(getA_Asset_Group_ID(), get_TrxName()); } /** Set Asset Group. @@ -120,9 +120,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -154,30 +154,30 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent public static final String A_CAPVSEXP_Capital = "Cap"; /** Expense = Exp */ public static final String A_CAPVSEXP_Expense = "Exp"; - /** Set Capital vs Expense. - @param A_CapvsExp Capital vs Expense */ + /** Set Capital/Expense. + @param A_CapvsExp Capital/Expense */ public void setA_CapvsExp (String A_CapvsExp) { set_Value (COLUMNNAME_A_CapvsExp, A_CapvsExp); } - /** Get Capital vs Expense. - @return Capital vs Expense */ + /** Get Capital/Expense. + @return Capital/Expense */ public String getA_CapvsExp () { return (String)get_Value(COLUMNNAME_A_CapvsExp); } - /** Set Asset Related?. - @param A_CreateAsset Asset Related? */ + /** Set Create Asset. + @param A_CreateAsset Create Asset */ public void setA_CreateAsset (boolean A_CreateAsset) { set_Value (COLUMNNAME_A_CreateAsset, Boolean.valueOf(A_CreateAsset)); } - /** Get Asset Related?. - @return Asset Related? */ + /** Get Create Asset. + @return Create Asset */ public boolean isA_CreateAsset () { Object oo = get_Value(COLUMNNAME_A_CreateAsset); @@ -234,9 +234,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return false; } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -262,9 +262,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -290,9 +290,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -318,9 +318,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -377,9 +377,23 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + /** Set C_InvoiceLine_UU. + @param C_InvoiceLine_UU C_InvoiceLine_UU */ + public void setC_InvoiceLine_UU (String C_InvoiceLine_UU) + { + set_Value (COLUMNNAME_C_InvoiceLine_UU, C_InvoiceLine_UU); + } + + /** Get C_InvoiceLine_UU. + @return C_InvoiceLine_UU */ + public String getC_InvoiceLine_UU () + { + return (String)get_Value(COLUMNNAME_C_InvoiceLine_UU); + } + + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -405,9 +419,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -433,9 +447,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -461,9 +475,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -489,9 +503,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -517,9 +531,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -586,6 +600,27 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return false; } + /** Set IsFixedAssetInvoice. + @param IsFixedAssetInvoice IsFixedAssetInvoice */ + public void setIsFixedAssetInvoice (boolean IsFixedAssetInvoice) + { + set_Value (COLUMNNAME_IsFixedAssetInvoice, Boolean.valueOf(IsFixedAssetInvoice)); + } + + /** Get IsFixedAssetInvoice. + @return IsFixedAssetInvoice */ + public boolean isFixedAssetInvoice () + { + Object oo = get_Value(COLUMNNAME_IsFixedAssetInvoice); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + /** Set Printed. @param IsPrinted Indicates if this document / line is printed @@ -698,9 +733,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -726,9 +761,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -754,9 +789,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_M_RMALine getM_RMALine() throws RuntimeException + public org.compiere.model.I_M_RMALine getM_RMALine() throws RuntimeException { - return (I_M_RMALine)MTable.get(getCtx(), I_M_RMALine.Table_Name) + return (org.compiere.model.I_M_RMALine)MTable.get(getCtx(), org.compiere.model.I_M_RMALine.Table_Name) .getPO(getM_RMALine_ID(), get_TrxName()); } /** Set RMA Line. @@ -1026,9 +1061,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1054,9 +1089,9 @@ public class X_C_InvoiceLine extends PO implements I_C_InvoiceLine, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java index ced9ed5371..eaf942c4c6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoicePaySchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoicePaySchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InvoicePaySchedule (Properties ctx, int C_InvoicePaySchedule_ID, String trxName) @@ -80,9 +80,9 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule return sb.toString(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -131,9 +131,23 @@ public class X_C_InvoicePaySchedule extends PO implements I_C_InvoicePaySchedule return ii.intValue(); } - public I_C_PaySchedule getC_PaySchedule() throws RuntimeException + /** Set C_InvoicePaySchedule_UU. + @param C_InvoicePaySchedule_UU C_InvoicePaySchedule_UU */ + public void setC_InvoicePaySchedule_UU (String C_InvoicePaySchedule_UU) + { + set_Value (COLUMNNAME_C_InvoicePaySchedule_UU, C_InvoicePaySchedule_UU); + } + + /** Get C_InvoicePaySchedule_UU. + @return C_InvoicePaySchedule_UU */ + public String getC_InvoicePaySchedule_UU () + { + return (String)get_Value(COLUMNNAME_C_InvoicePaySchedule_UU); + } + + public org.compiere.model.I_C_PaySchedule getC_PaySchedule() throws RuntimeException { - return (I_C_PaySchedule)MTable.get(getCtx(), I_C_PaySchedule.Table_Name) + return (org.compiere.model.I_C_PaySchedule)MTable.get(getCtx(), org.compiere.model.I_C_PaySchedule.Table_Name) .getPO(getC_PaySchedule_ID(), get_TrxName()); } /** Set Payment Schedule. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java index d64badc70b..d3867a420b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceSchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceSchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InvoiceSchedule (Properties ctx, int C_InvoiceSchedule_ID, String trxName) @@ -123,6 +123,20 @@ public class X_C_InvoiceSchedule extends PO implements I_C_InvoiceSchedule, I_Pe return ii.intValue(); } + /** Set C_InvoiceSchedule_UU. + @param C_InvoiceSchedule_UU C_InvoiceSchedule_UU */ + public void setC_InvoiceSchedule_UU (String C_InvoiceSchedule_UU) + { + set_Value (COLUMNNAME_C_InvoiceSchedule_UU, C_InvoiceSchedule_UU); + } + + /** Get C_InvoiceSchedule_UU. + @return C_InvoiceSchedule_UU */ + public String getC_InvoiceSchedule_UU () + { + return (String)get_Value(COLUMNNAME_C_InvoiceSchedule_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java index fedd73df40..0589fa8cc9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_InvoiceTax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_InvoiceTax - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_InvoiceTax (Properties ctx, int C_InvoiceTax_ID, String trxName) @@ -76,9 +76,9 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent return sb.toString(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -104,9 +104,23 @@ public class X_C_InvoiceTax extends PO implements I_C_InvoiceTax, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + /** Set C_InvoiceTax_UU. + @param C_InvoiceTax_UU C_InvoiceTax_UU */ + public void setC_InvoiceTax_UU (String C_InvoiceTax_UU) + { + set_Value (COLUMNNAME_C_InvoiceTax_UU, C_InvoiceTax_UU); + } + + /** Get C_InvoiceTax_UU. + @return C_InvoiceTax_UU */ + public String getC_InvoiceTax_UU () + { + return (String)get_Value(COLUMNNAME_C_InvoiceTax_UU); + } + + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Job.java b/org.adempiere.base/src/org/compiere/model/X_C_Job.java index ef029a46f7..3118552da5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Job.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Job.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Job - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Job extends PO implements I_C_Job, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Job (Properties ctx, int C_Job_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent return sb.toString(); } - public I_C_JobCategory getC_JobCategory() throws RuntimeException + public org.compiere.model.I_C_JobCategory getC_JobCategory() throws RuntimeException { - return (I_C_JobCategory)MTable.get(getCtx(), I_C_JobCategory.Table_Name) + return (org.compiere.model.I_C_JobCategory)MTable.get(getCtx(), org.compiere.model.I_C_JobCategory.Table_Name) .getPO(getC_JobCategory_ID(), get_TrxName()); } /** Set Position Category. @@ -125,6 +125,20 @@ public class X_C_Job extends PO implements I_C_Job, I_Persistent return ii.intValue(); } + /** Set C_Job_UU. + @param C_Job_UU C_Job_UU */ + public void setC_Job_UU (String C_Job_UU) + { + set_Value (COLUMNNAME_C_Job_UU, C_Job_UU); + } + + /** Get C_Job_UU. + @return C_Job_UU */ + public String getC_Job_UU () + { + return (String)get_Value(COLUMNNAME_C_Job_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java b/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java index df1db1847d..3c982b3558 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_JobAssignment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_JobAssignment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_JobAssignment (Properties ctx, int C_JobAssignment_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -125,9 +125,23 @@ public class X_C_JobAssignment extends PO implements I_C_JobAssignment, I_Persis return ii.intValue(); } - public I_C_Job getC_Job() throws RuntimeException + /** Set C_JobAssignment_UU. + @param C_JobAssignment_UU C_JobAssignment_UU */ + public void setC_JobAssignment_UU (String C_JobAssignment_UU) + { + set_Value (COLUMNNAME_C_JobAssignment_UU, C_JobAssignment_UU); + } + + /** Get C_JobAssignment_UU. + @return C_JobAssignment_UU */ + public String getC_JobAssignment_UU () + { + return (String)get_Value(COLUMNNAME_C_JobAssignment_UU); + } + + public org.compiere.model.I_C_Job getC_Job() throws RuntimeException { - return (I_C_Job)MTable.get(getCtx(), I_C_Job.Table_Name) + return (org.compiere.model.I_C_Job)MTable.get(getCtx(), org.compiere.model.I_C_Job.Table_Name) .getPO(getC_Job_ID(), get_TrxName()); } /** Set Position. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java b/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java index ae9c5b03a8..283d32a524 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_JobCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_JobCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_JobCategory (Properties ctx, int C_JobCategory_ID, String trxName) @@ -94,6 +94,20 @@ public class X_C_JobCategory extends PO implements I_C_JobCategory, I_Persistent return ii.intValue(); } + /** Set C_JobCategory_UU. + @param C_JobCategory_UU C_JobCategory_UU */ + public void setC_JobCategory_UU (String C_JobCategory_UU) + { + set_Value (COLUMNNAME_C_JobCategory_UU, C_JobCategory_UU); + } + + /** Get C_JobCategory_UU. + @return C_JobCategory_UU */ + public String getC_JobCategory_UU () + { + return (String)get_Value(COLUMNNAME_C_JobCategory_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java b/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java index 2c2980951b..162ed28288 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_JobRemuneration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_JobRemuneration - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_JobRemuneration (Properties ctx, int C_JobRemuneration_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe return sb.toString(); } - public I_C_Job getC_Job() throws RuntimeException + public org.compiere.model.I_C_Job getC_Job() throws RuntimeException { - return (I_C_Job)MTable.get(getCtx(), I_C_Job.Table_Name) + return (org.compiere.model.I_C_Job)MTable.get(getCtx(), org.compiere.model.I_C_Job.Table_Name) .getPO(getC_Job_ID(), get_TrxName()); } /** Set Position. @@ -133,9 +133,23 @@ public class X_C_JobRemuneration extends PO implements I_C_JobRemuneration, I_Pe return ii.intValue(); } - public I_C_Remuneration getC_Remuneration() throws RuntimeException + /** Set C_JobRemuneration_UU. + @param C_JobRemuneration_UU C_JobRemuneration_UU */ + public void setC_JobRemuneration_UU (String C_JobRemuneration_UU) + { + set_Value (COLUMNNAME_C_JobRemuneration_UU, C_JobRemuneration_UU); + } + + /** Get C_JobRemuneration_UU. + @return C_JobRemuneration_UU */ + public String getC_JobRemuneration_UU () + { + return (String)get_Value(COLUMNNAME_C_JobRemuneration_UU); + } + + public org.compiere.model.I_C_Remuneration getC_Remuneration() throws RuntimeException { - return (I_C_Remuneration)MTable.get(getCtx(), I_C_Remuneration.Table_Name) + return (org.compiere.model.I_C_Remuneration)MTable.get(getCtx(), org.compiere.model.I_C_Remuneration.Table_Name) .getPO(getC_Remuneration_ID(), get_TrxName()); } /** Set Remuneration. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java b/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java index e88d50b270..704584b979 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_LandedCost.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_LandedCost - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_LandedCost (Properties ctx, int C_LandedCost_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent return sb.toString(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -133,6 +133,20 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent return ii.intValue(); } + /** Set C_LandedCost_UU. + @param C_LandedCost_UU C_LandedCost_UU */ + public void setC_LandedCost_UU (String C_LandedCost_UU) + { + set_Value (COLUMNNAME_C_LandedCost_UU, C_LandedCost_UU); + } + + /** Get C_LandedCost_UU. + @return C_LandedCost_UU */ + public String getC_LandedCost_UU () + { + return (String)get_Value(COLUMNNAME_C_LandedCost_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -180,9 +194,9 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent return (String)get_Value(COLUMNNAME_LandedCostDistribution); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -208,9 +222,9 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent return ii.intValue(); } - public I_M_InOut getM_InOut() throws RuntimeException + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -236,9 +250,9 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -264,9 +278,9 @@ public class X_C_LandedCost extends PO implements I_C_LandedCost, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java index 7c53e22db9..1ae29ef51f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_LandedCostAllocation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_LandedCostAllocation - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAllocation, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_LandedCostAllocation (Properties ctx, int C_LandedCostAllocation_ID, String trxName) @@ -118,9 +118,9 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca return bd; } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -177,6 +177,20 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca return ii.intValue(); } + /** Set C_LandedCostAllocation_UU. + @param C_LandedCostAllocation_UU C_LandedCostAllocation_UU */ + public void setC_LandedCostAllocation_UU (String C_LandedCostAllocation_UU) + { + set_Value (COLUMNNAME_C_LandedCostAllocation_UU, C_LandedCostAllocation_UU); + } + + /** Get C_LandedCostAllocation_UU. + @return C_LandedCostAllocation_UU */ + public String getC_LandedCostAllocation_UU () + { + return (String)get_Value(COLUMNNAME_C_LandedCostAllocation_UU); + } + public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException { return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) @@ -205,9 +219,9 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -233,9 +247,9 @@ public class X_C_LandedCostAllocation extends PO implements I_C_LandedCostAlloca return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Location.java b/org.adempiere.base/src/org/compiere/model/X_C_Location.java index 4b3a70d98d..a204888e66 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Location.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Location.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Location - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Location extends PO implements I_C_Location, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Location (Properties ctx, int C_Location_ID, String trxName) @@ -139,9 +139,9 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent return (String)get_Value(COLUMNNAME_Address4); } - public I_C_City getC_City() throws RuntimeException + public org.compiere.model.I_C_City getC_City() throws RuntimeException { - return (I_C_City)MTable.get(getCtx(), I_C_City.Table_Name) + return (org.compiere.model.I_C_City)MTable.get(getCtx(), org.compiere.model.I_C_City.Table_Name) .getPO(getC_City_ID(), get_TrxName()); } /** Set City. @@ -167,9 +167,9 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent return ii.intValue(); } - public I_C_Country getC_Country() throws RuntimeException + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -243,9 +243,23 @@ public class X_C_Location extends PO implements I_C_Location, I_Persistent return ii.intValue(); } - public I_C_Region getC_Region() throws RuntimeException + /** Set C_Location_UU. + @param C_Location_UU C_Location_UU */ + public void setC_Location_UU (String C_Location_UU) + { + set_Value (COLUMNNAME_C_Location_UU, C_Location_UU); + } + + /** Get C_Location_UU. + @return C_Location_UU */ + public String getC_Location_UU () + { + return (String)get_Value(COLUMNNAME_C_Location_UU); + } + + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java b/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java index 0cd118fd80..f94a90011f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_NonBusinessDay.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_NonBusinessDay - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_NonBusinessDay (Properties ctx, int C_NonBusinessDay_ID, String trxName) @@ -73,9 +73,9 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers return sb.toString(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -124,6 +124,20 @@ public class X_C_NonBusinessDay extends PO implements I_C_NonBusinessDay, I_Pers return ii.intValue(); } + /** Set C_NonBusinessDay_UU. + @param C_NonBusinessDay_UU C_NonBusinessDay_UU */ + public void setC_NonBusinessDay_UU (String C_NonBusinessDay_UU) + { + set_Value (COLUMNNAME_C_NonBusinessDay_UU, C_NonBusinessDay_UU); + } + + /** Get C_NonBusinessDay_UU. + @return C_NonBusinessDay_UU */ + public String getC_NonBusinessDay_UU () + { + return (String)get_Value(COLUMNNAME_C_NonBusinessDay_UU); + } + /** Set Date. @param Date1 Date when business is not conducted diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Order.java b/org.adempiere.base/src/org/compiere/model/X_C_Order.java index 97bc7ac7f1..6a5aa4b14c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Order.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Order extends PO implements I_C_Order, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Order (Properties ctx, int C_Order_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java index 48458226c9..000db2bbf4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_OrderLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_OrderLine (Properties ctx, int C_OrderLine_ID, String trxName) @@ -128,9 +128,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -156,9 +156,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -184,9 +184,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -212,9 +212,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -240,9 +240,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -268,9 +268,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -296,9 +296,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -355,9 +355,23 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + /** Set C_OrderLine_UU. + @param C_OrderLine_UU C_OrderLine_UU */ + public void setC_OrderLine_UU (String C_OrderLine_UU) + { + set_Value (COLUMNNAME_C_OrderLine_UU, C_OrderLine_UU); + } + + /** Get C_OrderLine_UU. + @return C_OrderLine_UU */ + public String getC_OrderLine_UU () + { + return (String)get_Value(COLUMNNAME_C_OrderLine_UU); + } + + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -383,9 +397,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -411,9 +425,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -439,9 +453,37 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + /** Set Create Production. + @param CreateProduction Create Production */ + public void setCreateProduction (String CreateProduction) + { + set_Value (COLUMNNAME_CreateProduction, CreateProduction); + } + + /** Get Create Production. + @return Create Production */ + public String getCreateProduction () + { + return (String)get_Value(COLUMNNAME_CreateProduction); + } + + /** Set Create Shipment. + @param CreateShipment Create Shipment */ + public void setCreateShipment (String CreateShipment) + { + set_Value (COLUMNNAME_CreateShipment, CreateShipment); + } + + /** Get Create Shipment. + @return Create Shipment */ + public String getCreateShipment () + { + return (String)get_Value(COLUMNNAME_CreateShipment); + } + + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -467,9 +509,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -684,9 +726,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return bd; } - public I_C_OrderLine getLink_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getLink_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getLink_OrderLine_ID(), get_TrxName()); } /** Set Linked Order Line. @@ -740,9 +782,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -768,9 +810,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Promotion getM_Promotion() throws RuntimeException + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException { - return (I_M_Promotion)MTable.get(getCtx(), I_M_Promotion.Table_Name) + return (org.compiere.model.I_M_Promotion)MTable.get(getCtx(), org.compiere.model.I_M_Promotion.Table_Name) .getPO(getM_Promotion_ID(), get_TrxName()); } /** Set Promotion. @@ -793,9 +835,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -821,9 +863,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -1118,9 +1160,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return bd; } - public I_C_OrderLine getRef_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getRef_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getRef_OrderLine_ID(), get_TrxName()); } /** Set Referenced Order Line. @@ -1206,9 +1248,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1234,9 +1276,9 @@ public class X_C_OrderLine extends PO implements I_C_OrderLine, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java index 1acc5cadf8..232504c635 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderPaySchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_OrderPaySchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_OrderPaySchedule (Properties ctx, int C_OrderPaySchedule_ID, String trxName) @@ -128,6 +128,20 @@ public class X_C_OrderPaySchedule extends PO implements I_C_OrderPaySchedule, I_ return ii.intValue(); } + /** Set C_OrderPaySchedule_UU. + @param C_OrderPaySchedule_UU C_OrderPaySchedule_UU */ + public void setC_OrderPaySchedule_UU (String C_OrderPaySchedule_UU) + { + set_Value (COLUMNNAME_C_OrderPaySchedule_UU, C_OrderPaySchedule_UU); + } + + /** Get C_OrderPaySchedule_UU. + @return C_OrderPaySchedule_UU */ + public String getC_OrderPaySchedule_UU () + { + return (String)get_Value(COLUMNNAME_C_OrderPaySchedule_UU); + } + public org.compiere.model.I_C_PaySchedule getC_PaySchedule() throws RuntimeException { return (org.compiere.model.I_C_PaySchedule)MTable.get(getCtx(), org.compiere.model.I_C_PaySchedule.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java index 83c10cd936..a0c3279888 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderSource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_OrderSource - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_OrderSource (Properties ctx, int C_OrderSource_ID, String trxName) @@ -91,6 +91,20 @@ public class X_C_OrderSource extends PO implements I_C_OrderSource, I_Persistent return ii.intValue(); } + /** Set C_OrderSource_UU. + @param C_OrderSource_UU C_OrderSource_UU */ + public void setC_OrderSource_UU (String C_OrderSource_UU) + { + set_Value (COLUMNNAME_C_OrderSource_UU, C_OrderSource_UU); + } + + /** Get C_OrderSource_UU. + @return C_OrderSource_UU */ + public String getC_OrderSource_UU () + { + return (String)get_Value(COLUMNNAME_C_OrderSource_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java b/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java index 43dac78af3..9d46e92370 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrderTax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_OrderTax - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_OrderTax (Properties ctx, int C_OrderTax_ID, String trxName) @@ -76,9 +76,9 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent return sb.toString(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -104,9 +104,23 @@ public class X_C_OrderTax extends PO implements I_C_OrderTax, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + /** Set C_OrderTax_UU. + @param C_OrderTax_UU C_OrderTax_UU */ + public void setC_OrderTax_UU (String C_OrderTax_UU) + { + set_Value (COLUMNNAME_C_OrderTax_UU, C_OrderTax_UU); + } + + /** Get C_OrderTax_UU. + @return C_OrderTax_UU */ + public String getC_OrderTax_UU () + { + return (String)get_Value(COLUMNNAME_C_OrderTax_UU); + } + + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java b/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java index ba62ec791a..094bfef755 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_OrgAssignment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for C_OrgAssignment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_OrgAssignment (Properties ctx, int C_OrgAssignment_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,6 +123,20 @@ public class X_C_OrgAssignment extends PO implements I_C_OrgAssignment, I_Persis return ii.intValue(); } + /** Set C_OrgAssignment_UU. + @param C_OrgAssignment_UU C_OrgAssignment_UU */ + public void setC_OrgAssignment_UU (String C_OrgAssignment_UU) + { + set_Value (COLUMNNAME_C_OrgAssignment_UU, C_OrgAssignment_UU); + } + + /** Get C_OrgAssignment_UU. + @return C_OrgAssignment_UU */ + public String getC_OrgAssignment_UU () + { + return (String)get_Value(COLUMNNAME_C_OrgAssignment_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POS.java b/org.adempiere.base/src/org/compiere/model/X_C_POS.java index 8c83d3aae8..b3303e96b4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POS.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POS.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_POS - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_POS extends PO implements I_C_POS, I_Persistent { /** * */ - private static final long serialVersionUID = 20110815L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_POS (Properties ctx, int C_POS_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java b/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java index eb00dd6dfe..f70aec73bf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSKey.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_POSKey - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent { /** * */ - private static final long serialVersionUID = 20110815L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_POSKey (Properties ctx, int C_POSKey_ID, String trxName) @@ -398,15 +398,15 @@ public class X_C_POSKey extends PO implements I_C_POSKey, I_Persistent return ii.intValue(); } - /** Set Text. - @param Text Text */ + /** Set Description. + @param Text Description */ public void setText (String Text) { set_Value (COLUMNNAME_Text, Text); } - /** Get Text. - @return Text */ + /** Get Description. + @return Description */ public String getText () { return (String)get_Value(COLUMNNAME_Text); diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java b/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java index 97567e44c0..8fd4bd93f8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSKeyLayout.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_POSKeyLayout - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_POSKeyLayout extends PO implements I_C_POSKeyLayout, I_Persistent { /** * */ - private static final long serialVersionUID = 20110815L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_POSKeyLayout (Properties ctx, int C_POSKeyLayout_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java b/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java index 78b6400cdc..9175ae8024 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSPayment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_POSPayment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_POSPayment extends PO implements I_C_POSPayment, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_POSPayment (Properties ctx, int C_POSPayment_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java b/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java index ea73f1c3a0..6379a64159 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_POSTenderType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_POSTenderType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_POSTenderType extends PO implements I_C_POSTenderType, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_POSTenderType (Properties ctx, int C_POSTenderType_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java index 05d7669d98..b366db9bfc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySchedule.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaySchedule - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaySchedule (Properties ctx, int C_PaySchedule_ID, String trxName) @@ -79,9 +79,9 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent return sb.toString(); } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -138,6 +138,20 @@ public class X_C_PaySchedule extends PO implements I_C_PaySchedule, I_Persistent return ii.intValue(); } + /** Set C_PaySchedule_UU. + @param C_PaySchedule_UU C_PaySchedule_UU */ + public void setC_PaySchedule_UU (String C_PaySchedule_UU) + { + set_Value (COLUMNNAME_C_PaySchedule_UU, C_PaySchedule_UU); + } + + /** Get C_PaySchedule_UU. + @return C_PaySchedule_UU */ + public String getC_PaySchedule_UU () + { + return (String)get_Value(COLUMNNAME_C_PaySchedule_UU); + } + /** Set Discount %. @param Discount Discount in percent diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java index 3fd95dff56..c0a1badc71 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySelection.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaySelection - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaySelection (Properties ctx, int C_PaySelection_ID, String trxName) @@ -82,9 +82,9 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste return sb.toString(); } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -133,6 +133,20 @@ public class X_C_PaySelection extends PO implements I_C_PaySelection, I_Persiste return ii.intValue(); } + /** Set C_PaySelection_UU. + @param C_PaySelection_UU C_PaySelection_UU */ + public void setC_PaySelection_UU (String C_PaySelection_UU) + { + set_Value (COLUMNNAME_C_PaySelection_UU, C_PaySelection_UU); + } + + /** Get C_PaySelection_UU. + @return C_PaySelection_UU */ + public String getC_PaySelection_UU () + { + return (String)get_Value(COLUMNNAME_C_PaySelection_UU); + } + /** Set Create lines from. @param CreateFrom Process which will generate a new document lines based on an existing document diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java index b97f9a9ebb..77dc31fdc7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionCheck.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_PaySelectionCheck - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaySelectionCheck extends PO implements I_C_PaySelectionCheck, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaySelectionCheck (Properties ctx, int C_PaySelectionCheck_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java index 202791a54b..2f59f766a8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaySelectionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaySelectionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaySelectionLine extends PO implements I_C_PaySelectionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaySelectionLine (Properties ctx, int C_PaySelectionLine_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Payment.java b/org.adempiere.base/src/org/compiere/model/X_C_Payment.java index f03325bf24..6d1e4dd661 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Payment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Payment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent { /** * */ - private static final long serialVersionUID = 20121012L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Payment (Properties ctx, int C_Payment_ID, String trxName) @@ -107,6 +107,23 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return sb.toString(); } + /** Set Account No. + @param AccountNo + Account Number + */ + public void setAccountNo (String AccountNo) + { + set_Value (COLUMNNAME_AccountNo, AccountNo); + } + + /** Get Account No. + @return Account Number + */ + public String getAccountNo () + { + return (String)get_Value(COLUMNNAME_AccountNo); + } + /** Set Account City. @param A_City City or the Credit Card or Account Holder @@ -141,6 +158,29 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return (String)get_Value(COLUMNNAME_A_Country); } + /** Set Trx Organization. + @param AD_OrgTrx_ID + Performing or initiating organization + */ + public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) + { + if (AD_OrgTrx_ID < 1) + set_Value (COLUMNNAME_AD_OrgTrx_ID, null); + else + set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); + } + + /** Get Trx Organization. + @return Performing or initiating organization + */ + public int getAD_OrgTrx_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Account EMail. @param A_EMail Email Address @@ -260,46 +300,6 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return (String)get_Value(COLUMNNAME_A_Zip); } - /** Set Account No. - @param AccountNo - Account Number - */ - public void setAccountNo (String AccountNo) - { - set_Value (COLUMNNAME_AccountNo, AccountNo); - } - - /** Get Account No. - @return Account Number - */ - public String getAccountNo () - { - return (String)get_Value(COLUMNNAME_AccountNo); - } - - /** Set Trx Organization. - @param AD_OrgTrx_ID - Performing or initiating organization - */ - public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) - { - if (AD_OrgTrx_ID < 1) - set_Value (COLUMNNAME_AD_OrgTrx_ID, null); - else - set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); - } - - /** Get Trx Organization. - @return Performing or initiating organization - */ - public int getAD_OrgTrx_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) @@ -356,34 +356,6 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } - public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException - { - return (org.compiere.model.I_C_BP_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BP_BankAccount.Table_Name) - .getPO(getC_BP_BankAccount_ID(), get_TrxName()); } - - /** Set Partner Bank Account. - @param C_BP_BankAccount_ID - Bank Account of the Business Partner - */ - public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) - { - if (C_BP_BankAccount_ID < 1) - set_Value (COLUMNNAME_C_BP_BankAccount_ID, null); - else - set_Value (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); - } - - /** Get Partner Bank Account. - @return Bank Account of the Business Partner - */ - public int getC_BP_BankAccount_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) @@ -412,6 +384,34 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } + public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException + { + return (org.compiere.model.I_C_BP_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BP_BankAccount.Table_Name) + .getPO(getC_BP_BankAccount_ID(), get_TrxName()); } + + /** Set Partner Bank Account. + @param C_BP_BankAccount_ID + Bank Account of the Business Partner + */ + public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID) + { + if (C_BP_BankAccount_ID < 1) + set_Value (COLUMNNAME_C_BP_BankAccount_ID, null); + else + set_Value (COLUMNNAME_C_BP_BankAccount_ID, Integer.valueOf(C_BP_BankAccount_ID)); + } + + /** Get Partner Bank Account. + @return Bank Account of the Business Partner + */ + public int getC_BP_BankAccount_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_BankAccount_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) @@ -580,6 +580,43 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } + /** Set Charge amount. + @param ChargeAmt + Charge Amount + */ + public void setChargeAmt (BigDecimal ChargeAmt) + { + set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); + } + + /** Get Charge amount. + @return Charge Amount + */ + public BigDecimal getChargeAmt () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Check No. + @param CheckNo + Check Number + */ + public void setCheckNo (String CheckNo) + { + set_Value (COLUMNNAME_CheckNo, CheckNo); + } + + /** Get Check No. + @return Check Number + */ + public String getCheckNo () + { + return (String)get_Value(COLUMNNAME_CheckNo); + } + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) @@ -636,43 +673,6 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } - /** Set Payment. - @param C_Payment_ID - Payment identifier - */ - public void setC_Payment_ID (int C_Payment_ID) - { - if (C_Payment_ID < 1) - set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); - else - set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); - } - - /** Get Payment. - @return Payment identifier - */ - public int getC_Payment_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set C_Payment_UU. - @param C_Payment_UU C_Payment_UU */ - public void setC_Payment_UU (String C_Payment_UU) - { - set_Value (COLUMNNAME_C_Payment_UU, C_Payment_UU); - } - - /** Get C_Payment_UU. - @return C_Payment_UU */ - public String getC_Payment_UU () - { - return (String)get_Value(COLUMNNAME_C_Payment_UU); - } - public org.compiere.model.I_C_PaymentBatch getC_PaymentBatch() throws RuntimeException { return (org.compiere.model.I_C_PaymentBatch)MTable.get(getCtx(), org.compiere.model.I_C_PaymentBatch.Table_Name) @@ -701,6 +701,29 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } + /** Set Payment. + @param C_Payment_ID + Payment identifier + */ + public void setC_Payment_ID (int C_Payment_ID) + { + if (C_Payment_ID < 1) + set_ValueNoCheck (COLUMNNAME_C_Payment_ID, null); + else + set_ValueNoCheck (COLUMNNAME_C_Payment_ID, Integer.valueOf(C_Payment_ID)); + } + + /** Get Payment. + @return Payment identifier + */ + public int getC_Payment_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_Payment_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + public org.compiere.model.I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException { return (org.compiere.model.I_C_PaymentProcessor)MTable.get(getCtx(), org.compiere.model.I_C_PaymentProcessor.Table_Name) @@ -729,6 +752,20 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } + /** Set C_Payment_UU. + @param C_Payment_UU C_Payment_UU */ + public void setC_Payment_UU (String C_Payment_UU) + { + set_Value (COLUMNNAME_C_Payment_UU, C_Payment_UU); + } + + /** Get C_Payment_UU. + @return C_Payment_UU */ + public String getC_Payment_UU () + { + return (String)get_Value(COLUMNNAME_C_Payment_UU); + } + public org.compiere.model.I_C_POSTenderType getC_POSTenderType() throws RuntimeException { return (org.compiere.model.I_C_POSTenderType)MTable.get(getCtx(), org.compiere.model.I_C_POSTenderType.Table_Name) @@ -782,43 +819,6 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return ii.intValue(); } - /** Set Charge amount. - @param ChargeAmt - Charge Amount - */ - public void setChargeAmt (BigDecimal ChargeAmt) - { - set_Value (COLUMNNAME_ChargeAmt, ChargeAmt); - } - - /** Get Charge amount. - @return Charge Amount - */ - public BigDecimal getChargeAmt () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Check No. - @param CheckNo - Check Number - */ - public void setCheckNo (String CheckNo) - { - set_Value (COLUMNNAME_CheckNo, CheckNo); - } - - /** Get Check No. - @return Check Number - */ - public String getCheckNo () - { - return (String)get_Value(COLUMNNAME_CheckNo); - } - /** Set Exp. Month. @param CreditCardExpMM Expiry Month @@ -1701,6 +1701,59 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return false; } + public org.compiere.model.I_C_Payment getRef_Payment() throws RuntimeException + { + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) + .getPO(getRef_Payment_ID(), get_TrxName()); } + + /** Set Referenced Payment. + @param Ref_Payment_ID Referenced Payment */ + public void setRef_Payment_ID (int Ref_Payment_ID) + { + if (Ref_Payment_ID < 1) + set_ValueNoCheck (COLUMNNAME_Ref_Payment_ID, null); + else + set_ValueNoCheck (COLUMNNAME_Ref_Payment_ID, Integer.valueOf(Ref_Payment_ID)); + } + + /** Get Referenced Payment. + @return Referenced Payment */ + public int getRef_Payment_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_Ref_Payment_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_C_Payment getReversal() throws RuntimeException + { + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) + .getPO(getReversal_ID(), get_TrxName()); } + + /** Set Reversal ID. + @param Reversal_ID + ID of document reversal + */ + public void setReversal_ID (int Reversal_ID) + { + if (Reversal_ID < 1) + set_Value (COLUMNNAME_Reversal_ID, null); + else + set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); + } + + /** Get Reversal ID. + @return ID of document reversal + */ + public int getReversal_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Info. @param R_Info Response info @@ -1718,6 +1771,23 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return (String)get_Value(COLUMNNAME_R_Info); } + /** Set Routing No. + @param RoutingNo + Bank Routing Number + */ + public void setRoutingNo (String RoutingNo) + { + set_Value (COLUMNNAME_RoutingNo, RoutingNo); + } + + /** Get Routing No. + @return Bank Routing Number + */ + public String getRoutingNo () + { + return (String)get_Value(COLUMNNAME_RoutingNo); + } + /** Set Reference. @param R_PnRef Payment reference @@ -1800,76 +1870,6 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent return (String)get_Value(COLUMNNAME_R_VoidMsg); } - public org.compiere.model.I_C_Payment getRef_Payment() throws RuntimeException - { - return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) - .getPO(getRef_Payment_ID(), get_TrxName()); } - - /** Set Referenced Payment. - @param Ref_Payment_ID Referenced Payment */ - public void setRef_Payment_ID (int Ref_Payment_ID) - { - if (Ref_Payment_ID < 1) - set_ValueNoCheck (COLUMNNAME_Ref_Payment_ID, null); - else - set_ValueNoCheck (COLUMNNAME_Ref_Payment_ID, Integer.valueOf(Ref_Payment_ID)); - } - - /** Get Referenced Payment. - @return Referenced Payment */ - public int getRef_Payment_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Ref_Payment_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public org.compiere.model.I_C_Payment getReversal() throws RuntimeException - { - return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) - .getPO(getReversal_ID(), get_TrxName()); } - - /** Set Reversal ID. - @param Reversal_ID - ID of document reversal - */ - public void setReversal_ID (int Reversal_ID) - { - if (Reversal_ID < 1) - set_Value (COLUMNNAME_Reversal_ID, null); - else - set_Value (COLUMNNAME_Reversal_ID, Integer.valueOf(Reversal_ID)); - } - - /** Get Reversal ID. - @return ID of document reversal - */ - public int getReversal_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Reversal_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Routing No. - @param RoutingNo - Bank Routing Number - */ - public void setRoutingNo (String RoutingNo) - { - set_Value (COLUMNNAME_RoutingNo, RoutingNo); - } - - /** Get Routing No. - @return Bank Routing Number - */ - public String getRoutingNo () - { - return (String)get_Value(COLUMNNAME_RoutingNo); - } - /** Set Swipe. @param Swipe Track 1 and 2 of the Credit Card diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java index 15332c6f5a..332fb81072 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentAllocate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentAllocate - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaymentAllocate (Properties ctx, int C_PaymentAllocate_ID, String trxName) @@ -98,9 +98,9 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe return bd; } - public I_C_AllocationLine getC_AllocationLine() throws RuntimeException + public org.compiere.model.I_C_AllocationLine getC_AllocationLine() throws RuntimeException { - return (I_C_AllocationLine)MTable.get(getCtx(), I_C_AllocationLine.Table_Name) + return (org.compiere.model.I_C_AllocationLine)MTable.get(getCtx(), org.compiere.model.I_C_AllocationLine.Table_Name) .getPO(getC_AllocationLine_ID(), get_TrxName()); } /** Set Allocation Line. @@ -126,9 +126,9 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -185,9 +185,23 @@ public class X_C_PaymentAllocate extends PO implements I_C_PaymentAllocate, I_Pe return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + /** Set C_PaymentAllocate_UU. + @param C_PaymentAllocate_UU C_PaymentAllocate_UU */ + public void setC_PaymentAllocate_UU (String C_PaymentAllocate_UU) + { + set_Value (COLUMNNAME_C_PaymentAllocate_UU, C_PaymentAllocate_UU); + } + + /** Get C_PaymentAllocate_UU. + @return C_PaymentAllocate_UU */ + public String getC_PaymentAllocate_UU () + { + return (String)get_Value(COLUMNNAME_C_PaymentAllocate_UU); + } + + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java index 5c0a510ba9..476e958262 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentBatch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentBatch - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaymentBatch (Properties ctx, int C_PaymentBatch_ID, String trxName) @@ -98,9 +98,23 @@ public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persiste return ii.intValue(); } - public I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException + /** Set C_PaymentBatch_UU. + @param C_PaymentBatch_UU C_PaymentBatch_UU */ + public void setC_PaymentBatch_UU (String C_PaymentBatch_UU) + { + set_Value (COLUMNNAME_C_PaymentBatch_UU, C_PaymentBatch_UU); + } + + /** Get C_PaymentBatch_UU. + @return C_PaymentBatch_UU */ + public String getC_PaymentBatch_UU () + { + return (String)get_Value(COLUMNNAME_C_PaymentBatch_UU); + } + + public org.compiere.model.I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException { - return (I_C_PaymentProcessor)MTable.get(getCtx(), I_C_PaymentProcessor.Table_Name) + return (org.compiere.model.I_C_PaymentProcessor)MTable.get(getCtx(), org.compiere.model.I_C_PaymentProcessor.Table_Name) .getPO(getC_PaymentProcessor_ID(), get_TrxName()); } /** Set Payment Processor. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java index 6c6955d961..4817ecf84e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_Persistent { /** * */ - private static final long serialVersionUID = 20121003L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaymentProcessor (Properties ctx, int C_PaymentProcessor_ID, String trxName) @@ -50,9 +50,9 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ setAcceptDiscover (false); setAcceptMC (false); setAcceptVisa (false); - setC_PaymentProcessor_ID (0); setCommission (Env.ZERO); setCostPerTrx (Env.ZERO); + setC_PaymentProcessor_ID (0); setHostAddress (null); setHostPort (0); setName (null); @@ -414,43 +414,6 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ return ii.intValue(); } - /** Set Payment Processor. - @param C_PaymentProcessor_ID - Payment processor for electronic payments - */ - public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) - { - if (C_PaymentProcessor_ID < 1) - set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, null); - else - set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); - } - - /** Get Payment Processor. - @return Payment processor for electronic payments - */ - public int getC_PaymentProcessor_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set C_PaymentProcessor_UU. - @param C_PaymentProcessor_UU C_PaymentProcessor_UU */ - public void setC_PaymentProcessor_UU (String C_PaymentProcessor_UU) - { - set_Value (COLUMNNAME_C_PaymentProcessor_UU, C_PaymentProcessor_UU); - } - - /** Get C_PaymentProcessor_UU. - @return C_PaymentProcessor_UU */ - public String getC_PaymentProcessor_UU () - { - return (String)get_Value(COLUMNNAME_C_PaymentProcessor_UU); - } - /** Set Commission %. @param Commission Commission stated as a percentage @@ -491,6 +454,43 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_ return bd; } + /** Set Payment Processor. + @param C_PaymentProcessor_ID + Payment processor for electronic payments + */ + public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID) + { + if (C_PaymentProcessor_ID < 1) + set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, null); + else + set_ValueNoCheck (COLUMNNAME_C_PaymentProcessor_ID, Integer.valueOf(C_PaymentProcessor_ID)); + } + + /** Get Payment Processor. + @return Payment processor for electronic payments + */ + public int getC_PaymentProcessor_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_PaymentProcessor_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set C_PaymentProcessor_UU. + @param C_PaymentProcessor_UU C_PaymentProcessor_UU */ + public void setC_PaymentProcessor_UU (String C_PaymentProcessor_UU) + { + set_Value (COLUMNNAME_C_PaymentProcessor_UU, C_PaymentProcessor_UU); + } + + /** Get C_PaymentProcessor_UU. + @return C_PaymentProcessor_UU */ + public String getC_PaymentProcessor_UU () + { + return (String)get_Value(COLUMNNAME_C_PaymentProcessor_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java b/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java index 87c4a6b47e..33723d9e20 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PaymentTerm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_PaymentTerm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PaymentTerm (Properties ctx, int C_PaymentTerm_ID, String trxName) @@ -132,6 +132,20 @@ public class X_C_PaymentTerm extends PO implements I_C_PaymentTerm, I_Persistent return ii.intValue(); } + /** Set C_PaymentTerm_UU. + @param C_PaymentTerm_UU C_PaymentTerm_UU */ + public void setC_PaymentTerm_UU (String C_PaymentTerm_UU) + { + set_Value (COLUMNNAME_C_PaymentTerm_UU, C_PaymentTerm_UU); + } + + /** Get C_PaymentTerm_UU. + @return C_PaymentTerm_UU */ + public String getC_PaymentTerm_UU () + { + return (String)get_Value(COLUMNNAME_C_PaymentTerm_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Period.java b/org.adempiere.base/src/org/compiere/model/X_C_Period.java index e5bedecaf9..623859c83e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Period.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Period.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Period - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Period extends PO implements I_C_Period, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Period (Properties ctx, int C_Period_ID, String trxName) @@ -100,9 +100,23 @@ public class X_C_Period extends PO implements I_C_Period, I_Persistent return ii.intValue(); } - public I_C_Year getC_Year() throws RuntimeException + /** Set C_Period_UU. + @param C_Period_UU C_Period_UU */ + public void setC_Period_UU (String C_Period_UU) + { + set_Value (COLUMNNAME_C_Period_UU, C_Period_UU); + } + + /** Get C_Period_UU. + @return C_Period_UU */ + public String getC_Period_UU () + { + return (String)get_Value(COLUMNNAME_C_Period_UU); + } + + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException { - return (I_C_Year)MTable.get(getCtx(), I_C_Year.Table_Name) + return (org.compiere.model.I_C_Year)MTable.get(getCtx(), org.compiere.model.I_C_Year.Table_Name) .getPO(getC_Year_ID(), get_TrxName()); } /** Set Year. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java b/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java index 69f3894d01..4ed1953874 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_PeriodControl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_PeriodControl - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_PeriodControl (Properties ctx, int C_PeriodControl_ID, String trxName) @@ -102,9 +102,23 @@ public class X_C_PeriodControl extends PO implements I_C_PeriodControl, I_Persis return new KeyNamePair(get_ID(), String.valueOf(getC_PeriodControl_ID())); } - public I_C_Period getC_Period() throws RuntimeException + /** Set C_PeriodControl_UU. + @param C_PeriodControl_UU C_PeriodControl_UU */ + public void setC_PeriodControl_UU (String C_PeriodControl_UU) + { + set_Value (COLUMNNAME_C_PeriodControl_UU, C_PeriodControl_UU); + } + + /** Get C_PeriodControl_UU. + @return C_PeriodControl_UU */ + public String getC_PeriodControl_UU () + { + return (String)get_Value(COLUMNNAME_C_PeriodControl_UU); + } + + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Phase.java b/org.adempiere.base/src/org/compiere/model/X_C_Phase.java index e610c2c858..7c14de0118 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Phase.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Phase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Phase - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Phase (Properties ctx, int C_Phase_ID, String trxName) @@ -101,9 +101,23 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent return ii.intValue(); } - public I_C_ProjectType getC_ProjectType() throws RuntimeException + /** Set C_Phase_UU. + @param C_Phase_UU C_Phase_UU */ + public void setC_Phase_UU (String C_Phase_UU) + { + set_Value (COLUMNNAME_C_Phase_UU, C_Phase_UU); + } + + /** Get C_Phase_UU. + @return C_Phase_UU */ + public String getC_Phase_UU () + { + return (String)get_Value(COLUMNNAME_C_Phase_UU); + } + + public org.compiere.model.I_C_ProjectType getC_ProjectType() throws RuntimeException { - return (I_C_ProjectType)MTable.get(getCtx(), I_C_ProjectType.Table_Name) + return (org.compiere.model.I_C_ProjectType)MTable.get(getCtx(), org.compiere.model.I_C_ProjectType.Table_Name) .getPO(getC_ProjectType_ID(), get_TrxName()); } /** Set Project Type. @@ -163,9 +177,9 @@ public class X_C_Phase extends PO implements I_C_Phase, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Project.java b/org.adempiere.base/src/org/compiere/model/X_C_Project.java index 95def07885..90fe37a6b4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Project.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Project.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Project - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Project extends PO implements I_C_Project, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Project (Properties ctx, int C_Project_ID, String trxName) @@ -92,9 +92,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -120,9 +120,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -148,9 +148,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -176,9 +176,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartnerSR() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartnerSR() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartnerSR_ID(), get_TrxName()); } /** Set BPartner (Agent). @@ -204,9 +204,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -232,9 +232,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -317,9 +317,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -345,9 +345,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_C_Phase getC_Phase() throws RuntimeException + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException { - return (I_C_Phase)MTable.get(getCtx(), I_C_Phase.Table_Name) + return (org.compiere.model.I_C_Phase)MTable.get(getCtx(), org.compiere.model.I_C_Phase.Table_Name) .getPO(getC_Phase_ID(), get_TrxName()); } /** Set Standard Phase. @@ -413,6 +413,20 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return (String)get_Value(COLUMNNAME_C_ProjectType_ID); } + /** Set C_Project_UU. + @param C_Project_UU C_Project_UU */ + public void setC_Project_UU (String C_Project_UU) + { + set_Value (COLUMNNAME_C_Project_UU, C_Project_UU); + } + + /** Get C_Project_UU. + @return C_Project_UU */ + public String getC_Project_UU () + { + return (String)get_Value(COLUMNNAME_C_Project_UU); + } + /** Set Contract Date. @param DateContract The (planned) effective date of this document. @@ -593,9 +607,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return false; } - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_PriceList_Version_ID(), get_TrxName()); } /** Set Price List Version. @@ -621,9 +635,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -909,9 +923,9 @@ public class X_C_Project extends PO implements I_C_Project, I_Persistent return (String)get_Value(COLUMNNAME_ProjInvoiceRule); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java index 82ce4c512f..e3483aef75 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectIssue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ProjectIssue (Properties ctx, int C_ProjectIssue_ID, String trxName) @@ -84,9 +84,9 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste return sb.toString(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -143,6 +143,20 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste return ii.intValue(); } + /** Set C_ProjectIssue_UU. + @param C_ProjectIssue_UU C_ProjectIssue_UU */ + public void setC_ProjectIssue_UU (String C_ProjectIssue_UU) + { + set_Value (COLUMNNAME_C_ProjectIssue_UU, C_ProjectIssue_UU); + } + + /** Get C_ProjectIssue_UU. + @return C_ProjectIssue_UU */ + public String getC_ProjectIssue_UU () + { + return (String)get_Value(COLUMNNAME_C_ProjectIssue_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -208,9 +222,9 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -301,9 +315,9 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -418,9 +432,9 @@ public class X_C_ProjectIssue extends PO implements I_C_ProjectIssue, I_Persiste return false; } - public I_S_TimeExpenseLine getS_TimeExpenseLine() throws RuntimeException + public org.compiere.model.I_S_TimeExpenseLine getS_TimeExpenseLine() throws RuntimeException { - return (I_S_TimeExpenseLine)MTable.get(getCtx(), I_S_TimeExpenseLine.Table_Name) + return (org.compiere.model.I_S_TimeExpenseLine)MTable.get(getCtx(), org.compiere.model.I_S_TimeExpenseLine.Table_Name) .getPO(getS_TimeExpenseLine_ID(), get_TrxName()); } /** Set Expense Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java index a6fc20cb3c..ff86365282 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectIssueMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectIssueMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ProjectIssueMA (Properties ctx, int C_ProjectIssueMA_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers return sb.toString(); } - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException { - return (I_C_ProjectIssue)MTable.get(getCtx(), I_C_ProjectIssue.Table_Name) + return (org.compiere.model.I_C_ProjectIssue)MTable.get(getCtx(), org.compiere.model.I_C_ProjectIssue.Table_Name) .getPO(getC_ProjectIssue_ID(), get_TrxName()); } /** Set Project Issue. @@ -110,6 +110,20 @@ public class X_C_ProjectIssueMA extends PO implements I_C_ProjectIssueMA, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getC_ProjectIssue_ID())); } + /** Set C_ProjectIssueMA_UU. + @param C_ProjectIssueMA_UU C_ProjectIssueMA_UU */ + public void setC_ProjectIssueMA_UU (String C_ProjectIssueMA_UU) + { + set_Value (COLUMNNAME_C_ProjectIssueMA_UU, C_ProjectIssueMA_UU); + } + + /** Get C_ProjectIssueMA_UU. + @return C_ProjectIssueMA_UU */ + public String getC_ProjectIssueMA_UU () + { + return (String)get_Value(COLUMNNAME_C_ProjectIssueMA_UU); + } + public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException { return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java index 13cd5f0d3d..96e1f17d2e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ProjectLine (Properties ctx, int C_ProjectLine_ID, String trxName) @@ -127,9 +127,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return bd; } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -155,9 +155,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return ii.intValue(); } - public I_C_Order getC_OrderPO() throws RuntimeException + public org.compiere.model.I_C_Order getC_OrderPO() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_OrderPO_ID(), get_TrxName()); } /** Set Purchase Order. @@ -183,9 +183,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -211,9 +211,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return ii.intValue(); } - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException { - return (I_C_ProjectIssue)MTable.get(getCtx(), I_C_ProjectIssue.Table_Name) + return (org.compiere.model.I_C_ProjectIssue)MTable.get(getCtx(), org.compiere.model.I_C_ProjectIssue.Table_Name) .getPO(getC_ProjectIssue_ID(), get_TrxName()); } /** Set Project Issue. @@ -262,9 +262,23 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + /** Set C_ProjectLine_UU. + @param C_ProjectLine_UU C_ProjectLine_UU */ + public void setC_ProjectLine_UU (String C_ProjectLine_UU) + { + set_Value (COLUMNNAME_C_ProjectLine_UU, C_ProjectLine_UU); + } + + /** Get C_ProjectLine_UU. + @return C_ProjectLine_UU */ + public String getC_ProjectLine_UU () + { + return (String)get_Value(COLUMNNAME_C_ProjectLine_UU); + } + + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -290,9 +304,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -441,9 +455,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getLine())); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -469,9 +483,9 @@ public class X_C_ProjectLine extends PO implements I_C_ProjectLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java index 6dc15a8ef6..06ff53bf53 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectPhase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectPhase - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ProjectPhase (Properties ctx, int C_ProjectPhase_ID, String trxName) @@ -103,9 +103,9 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste return bd; } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -131,9 +131,9 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste return ii.intValue(); } - public I_C_Phase getC_Phase() throws RuntimeException + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException { - return (I_C_Phase)MTable.get(getCtx(), I_C_Phase.Table_Name) + return (org.compiere.model.I_C_Phase)MTable.get(getCtx(), org.compiere.model.I_C_Phase.Table_Name) .getPO(getC_Phase_ID(), get_TrxName()); } /** Set Standard Phase. @@ -159,9 +159,9 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -210,6 +210,20 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste return ii.intValue(); } + /** Set C_ProjectPhase_UU. + @param C_ProjectPhase_UU C_ProjectPhase_UU */ + public void setC_ProjectPhase_UU (String C_ProjectPhase_UU) + { + set_Value (COLUMNNAME_C_ProjectPhase_UU, C_ProjectPhase_UU); + } + + /** Get C_ProjectPhase_UU. + @return C_ProjectPhase_UU */ + public String getC_ProjectPhase_UU () + { + return (String)get_Value(COLUMNNAME_C_ProjectPhase_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -326,9 +340,9 @@ public class X_C_ProjectPhase extends PO implements I_C_ProjectPhase, I_Persiste return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java index dc3279c788..31883e588b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectTask.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectTask - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ProjectTask (Properties ctx, int C_ProjectTask_ID, String trxName) @@ -100,9 +100,9 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent return bd; } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -151,9 +151,23 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent return ii.intValue(); } - public I_C_Task getC_Task() throws RuntimeException + /** Set C_ProjectTask_UU. + @param C_ProjectTask_UU C_ProjectTask_UU */ + public void setC_ProjectTask_UU (String C_ProjectTask_UU) + { + set_Value (COLUMNNAME_C_ProjectTask_UU, C_ProjectTask_UU); + } + + /** Get C_ProjectTask_UU. + @return C_ProjectTask_UU */ + public String getC_ProjectTask_UU () + { + return (String)get_Value(COLUMNNAME_C_ProjectTask_UU); + } + + public org.compiere.model.I_C_Task getC_Task() throws RuntimeException { - return (I_C_Task)MTable.get(getCtx(), I_C_Task.Table_Name) + return (org.compiere.model.I_C_Task)MTable.get(getCtx(), org.compiere.model.I_C_Task.Table_Name) .getPO(getC_Task_ID(), get_TrxName()); } /** Set Standard Task. @@ -213,9 +227,9 @@ public class X_C_ProjectTask extends PO implements I_C_ProjectTask, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java b/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java index c4d9beec26..6f3c1d36a9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ProjectType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_ProjectType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ProjectType (Properties ctx, int C_ProjectType_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_ProjectType extends PO implements I_C_ProjectType, I_Persistent return ii.intValue(); } + /** Set C_ProjectType_UU. + @param C_ProjectType_UU C_ProjectType_UU */ + public void setC_ProjectType_UU (String C_ProjectType_UU) + { + set_Value (COLUMNNAME_C_ProjectType_UU, C_ProjectType_UU); + } + + /** Get C_ProjectType_UU. + @return C_ProjectType_UU */ + public String getC_ProjectType_UU () + { + return (String)get_Value(COLUMNNAME_C_ProjectType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java index 6d2d53b0f2..6d7b1c4bff 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Project_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_Project_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Project_Acct (Properties ctx, int C_Project_Acct_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -100,9 +100,23 @@ public class X_C_Project_Acct extends PO implements I_C_Project_Acct, I_Persiste return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + /** Set C_Project_Acct_UU. + @param C_Project_Acct_UU C_Project_Acct_UU */ + public void setC_Project_Acct_UU (String C_Project_Acct_UU) + { + set_Value (COLUMNNAME_C_Project_Acct_UU, C_Project_Acct_UU); + } + + /** Get C_Project_Acct_UU. + @return C_Project_Acct_UU */ + public String getC_Project_Acct_UU () + { + return (String)get_Value(COLUMNNAME_C_Project_Acct_UU); + } + + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java b/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java index bb83dc80ca..5c7fda27e7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Recurring.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Recurring - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Recurring (Properties ctx, int C_Recurring_ID, String trxName) @@ -78,9 +78,9 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent return sb.toString(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -106,9 +106,9 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -134,9 +134,9 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -162,9 +162,9 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -213,6 +213,20 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent return ii.intValue(); } + /** Set C_Recurring_UU. + @param C_Recurring_UU C_Recurring_UU */ + public void setC_Recurring_UU (String C_Recurring_UU) + { + set_Value (COLUMNNAME_C_Recurring_UU, C_Recurring_UU); + } + + /** Get C_Recurring_UU. + @return C_Recurring_UU */ + public String getC_Recurring_UU () + { + return (String)get_Value(COLUMNNAME_C_Recurring_UU); + } + /** Set Date last run. @param DateLastRun Date the process was last run. @@ -312,9 +326,9 @@ public class X_C_Recurring extends PO implements I_C_Recurring, I_Persistent return (String)get_Value(COLUMNNAME_FrequencyType); } - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException { - return (I_GL_JournalBatch)MTable.get(getCtx(), I_GL_JournalBatch.Table_Name) + return (org.compiere.model.I_GL_JournalBatch)MTable.get(getCtx(), org.compiere.model.I_GL_JournalBatch.Table_Name) .getPO(getGL_JournalBatch_ID(), get_TrxName()); } /** Set Journal Batch. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java b/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java index 635d095455..ccb86efab5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Recurring_Run.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for C_Recurring_Run - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Recurring_Run (Properties ctx, int C_Recurring_Run_ID, String trxName) @@ -71,9 +71,9 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return sb.toString(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -99,9 +99,9 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -127,9 +127,9 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -155,9 +155,9 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -183,9 +183,9 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return ii.intValue(); } - public I_C_Recurring getC_Recurring() throws RuntimeException + public org.compiere.model.I_C_Recurring getC_Recurring() throws RuntimeException { - return (I_C_Recurring)MTable.get(getCtx(), I_C_Recurring.Table_Name) + return (org.compiere.model.I_C_Recurring)MTable.get(getCtx(), org.compiere.model.I_C_Recurring.Table_Name) .getPO(getC_Recurring_ID(), get_TrxName()); } /** Set Recurring. @@ -234,6 +234,20 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return ii.intValue(); } + /** Set C_Recurring_Run_UU. + @param C_Recurring_Run_UU C_Recurring_Run_UU */ + public void setC_Recurring_Run_UU (String C_Recurring_Run_UU) + { + set_Value (COLUMNNAME_C_Recurring_Run_UU, C_Recurring_Run_UU); + } + + /** Get C_Recurring_Run_UU. + @return C_Recurring_Run_UU */ + public String getC_Recurring_Run_UU () + { + return (String)get_Value(COLUMNNAME_C_Recurring_Run_UU); + } + /** Set Document Date. @param DateDoc Date of the Document @@ -251,9 +265,9 @@ public class X_C_Recurring_Run extends PO implements I_C_Recurring_Run, I_Persis return (Timestamp)get_Value(COLUMNNAME_DateDoc); } - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException { - return (I_GL_JournalBatch)MTable.get(getCtx(), I_GL_JournalBatch.Table_Name) + return (org.compiere.model.I_GL_JournalBatch)MTable.get(getCtx(), org.compiere.model.I_GL_JournalBatch.Table_Name) .getPO(getGL_JournalBatch_ID(), get_TrxName()); } /** Set Journal Batch. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Region.java b/org.adempiere.base/src/org/compiere/model/X_C_Region.java index afeaa6e6e6..586c87267c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Region.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Region.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Region - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Region extends PO implements I_C_Region, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Region (Properties ctx, int C_Region_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent return sb.toString(); } - public I_C_Country getC_Country() throws RuntimeException + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -123,6 +123,20 @@ public class X_C_Region extends PO implements I_C_Region, I_Persistent return ii.intValue(); } + /** Set C_Region_UU. + @param C_Region_UU C_Region_UU */ + public void setC_Region_UU (String C_Region_UU) + { + set_Value (COLUMNNAME_C_Region_UU, C_Region_UU); + } + + /** Get C_Region_UU. + @return C_Region_UU */ + public String getC_Region_UU () + { + return (String)get_Value(COLUMNNAME_C_Region_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java b/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java index 7143b26c1c..df1f92830a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Remuneration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Remuneration - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Remuneration (Properties ctx, int C_Remuneration_ID, String trxName) @@ -102,6 +102,20 @@ public class X_C_Remuneration extends PO implements I_C_Remuneration, I_Persiste return ii.intValue(); } + /** Set C_Remuneration_UU. + @param C_Remuneration_UU C_Remuneration_UU */ + public void setC_Remuneration_UU (String C_Remuneration_UU) + { + set_Value (COLUMNNAME_C_Remuneration_UU, C_Remuneration_UU); + } + + /** Get C_Remuneration_UU. + @return C_Remuneration_UU */ + public String getC_Remuneration_UU () + { + return (String)get_Value(COLUMNNAME_C_Remuneration_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java index f922cf4fc0..7d06546aa9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecognition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RevenueRecognition (Properties ctx, int C_RevenueRecognition_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_RevenueRecognition extends PO implements I_C_RevenueRecognition return ii.intValue(); } + /** Set C_RevenueRecognition_UU. + @param C_RevenueRecognition_UU C_RevenueRecognition_UU */ + public void setC_RevenueRecognition_UU (String C_RevenueRecognition_UU) + { + set_Value (COLUMNNAME_C_RevenueRecognition_UU, C_RevenueRecognition_UU); + } + + /** Get C_RevenueRecognition_UU. + @return C_RevenueRecognition_UU */ + public String getC_RevenueRecognition_UU () + { + return (String)get_Value(COLUMNNAME_C_RevenueRecognition_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java index 2c4483099e..1827c9f357 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Plan.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecognition_Plan - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecognition_Plan, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RevenueRecognition_Plan (Properties ctx, int C_RevenueRecognition_Plan_ID, String trxName) @@ -80,9 +80,9 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -108,9 +108,9 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -136,9 +136,9 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -164,9 +164,9 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn return ii.intValue(); } - public I_C_RevenueRecognition getC_RevenueRecognition() throws RuntimeException + public org.compiere.model.I_C_RevenueRecognition getC_RevenueRecognition() throws RuntimeException { - return (I_C_RevenueRecognition)MTable.get(getCtx(), I_C_RevenueRecognition.Table_Name) + return (org.compiere.model.I_C_RevenueRecognition)MTable.get(getCtx(), org.compiere.model.I_C_RevenueRecognition.Table_Name) .getPO(getC_RevenueRecognition_ID(), get_TrxName()); } /** Set Revenue Recognition. @@ -223,6 +223,20 @@ public class X_C_RevenueRecognition_Plan extends PO implements I_C_RevenueRecogn return ii.intValue(); } + /** Set C_RevenueRecognition_Plan_UU. + @param C_RevenueRecognition_Plan_UU C_RevenueRecognition_Plan_UU */ + public void setC_RevenueRecognition_Plan_UU (String C_RevenueRecognition_Plan_UU) + { + set_Value (COLUMNNAME_C_RevenueRecognition_Plan_UU, C_RevenueRecognition_Plan_UU); + } + + /** Get C_RevenueRecognition_Plan_UU. + @return C_RevenueRecognition_Plan_UU */ + public String getC_RevenueRecognition_Plan_UU () + { + return (String)get_Value(COLUMNNAME_C_RevenueRecognition_Plan_UU); + } + public I_C_ValidCombination getP_Revenue_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java index 6b826c3926..7bef727414 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RevenueRecognition_Run.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_RevenueRecognition_Run - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecognition_Run, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RevenueRecognition_Run (Properties ctx, int C_RevenueRecognition_Run_ID, String trxName) @@ -75,9 +75,9 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni return sb.toString(); } - public I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException + public org.compiere.model.I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException { - return (I_C_RevenueRecognition_Plan)MTable.get(getCtx(), I_C_RevenueRecognition_Plan.Table_Name) + return (org.compiere.model.I_C_RevenueRecognition_Plan)MTable.get(getCtx(), org.compiere.model.I_C_RevenueRecognition_Plan.Table_Name) .getPO(getC_RevenueRecognition_Plan_ID(), get_TrxName()); } /** Set Revenue Recognition Plan. @@ -134,9 +134,23 @@ public class X_C_RevenueRecognition_Run extends PO implements I_C_RevenueRecogni return ii.intValue(); } - public I_GL_Journal getGL_Journal() throws RuntimeException + /** Set C_RevenueRecognition_Run_UU. + @param C_RevenueRecognition_Run_UU C_RevenueRecognition_Run_UU */ + public void setC_RevenueRecognition_Run_UU (String C_RevenueRecognition_Run_UU) + { + set_Value (COLUMNNAME_C_RevenueRecognition_Run_UU, C_RevenueRecognition_Run_UU); + } + + /** Get C_RevenueRecognition_Run_UU. + @return C_RevenueRecognition_Run_UU */ + public String getC_RevenueRecognition_Run_UU () + { + return (String)get_Value(COLUMNNAME_C_RevenueRecognition_Run_UU); + } + + public org.compiere.model.I_GL_Journal getGL_Journal() throws RuntimeException { - return (I_GL_Journal)MTable.get(getCtx(), I_GL_Journal.Table_Name) + return (org.compiere.model.I_GL_Journal)MTable.get(getCtx(), org.compiere.model.I_GL_Journal.Table_Name) .getPO(getGL_Journal_ID(), get_TrxName()); } /** Set Journal. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java index 14921286f2..e02be5409b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQ (Properties ctx, int C_RfQ_ID, String trxName) @@ -90,9 +90,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -118,9 +118,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -146,9 +146,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -174,9 +174,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -216,9 +216,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return (String)get_Value(COLUMNNAME_CopyLines); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -298,9 +298,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return ii.intValue(); } - public I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException + public org.compiere.model.I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException { - return (I_C_RfQ_Topic)MTable.get(getCtx(), I_C_RfQ_Topic.Table_Name) + return (org.compiere.model.I_C_RfQ_Topic)MTable.get(getCtx(), org.compiere.model.I_C_RfQ_Topic.Table_Name) .getPO(getC_RfQ_Topic_ID(), get_TrxName()); } /** Set RfQ Topic. @@ -326,6 +326,20 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return ii.intValue(); } + /** Set C_RfQ_UU. + @param C_RfQ_UU C_RfQ_UU */ + public void setC_RfQ_UU (String C_RfQ_UU) + { + set_Value (COLUMNNAME_C_RfQ_UU, C_RfQ_UU); + } + + /** Get C_RfQ_UU. + @return C_RfQ_UU */ + public String getC_RfQ_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQ_UU); + } + /** Set Response Date. @param DateResponse Date of the Response @@ -712,9 +726,9 @@ public class X_C_RfQ extends PO implements I_C_RfQ, I_Persistent return (String)get_Value(COLUMNNAME_RankRfQ); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java index 23f7a17124..a9cc9c3629 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQLine (Properties ctx, int C_RfQLine_ID, String trxName) @@ -75,9 +75,9 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent return sb.toString(); } - public I_C_RfQ getC_RfQ() throws RuntimeException + public org.compiere.model.I_C_RfQ getC_RfQ() throws RuntimeException { - return (I_C_RfQ)MTable.get(getCtx(), I_C_RfQ.Table_Name) + return (org.compiere.model.I_C_RfQ)MTable.get(getCtx(), org.compiere.model.I_C_RfQ.Table_Name) .getPO(getC_RfQ_ID(), get_TrxName()); } /** Set RfQ. @@ -134,6 +134,20 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent return ii.intValue(); } + /** Set C_RfQLine_UU. + @param C_RfQLine_UU C_RfQLine_UU */ + public void setC_RfQLine_UU (String C_RfQLine_UU) + { + set_Value (COLUMNNAME_C_RfQLine_UU, C_RfQLine_UU); + } + + /** Get C_RfQLine_UU. + @return C_RfQLine_UU */ + public String getC_RfQLine_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQLine_UU); + } + /** Set Work Complete. @param DateWorkComplete Date when work is (planned to be) complete @@ -270,9 +284,9 @@ public class X_C_RfQLine extends PO implements I_C_RfQLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java index a19611015f..9b0c5b1e0c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQLineQty.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQLineQty - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQLineQty (Properties ctx, int C_RfQLineQty_ID, String trxName) @@ -121,9 +121,9 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent return bd; } - public I_C_RfQLine getC_RfQLine() throws RuntimeException + public org.compiere.model.I_C_RfQLine getC_RfQLine() throws RuntimeException { - return (I_C_RfQLine)MTable.get(getCtx(), I_C_RfQLine.Table_Name) + return (org.compiere.model.I_C_RfQLine)MTable.get(getCtx(), org.compiere.model.I_C_RfQLine.Table_Name) .getPO(getC_RfQLine_ID(), get_TrxName()); } /** Set RfQ Line. @@ -172,9 +172,23 @@ public class X_C_RfQLineQty extends PO implements I_C_RfQLineQty, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + /** Set C_RfQLineQty_UU. + @param C_RfQLineQty_UU C_RfQLineQty_UU */ + public void setC_RfQLineQty_UU (String C_RfQLineQty_UU) + { + set_Value (COLUMNNAME_C_RfQLineQty_UU, C_RfQLineQty_UU); + } + + /** Get C_RfQLineQty_UU. + @return C_RfQLineQty_UU */ + public String getC_RfQLineQty_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQLineQty_UU); + } + + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java index 1d66836e30..04cac0e2c1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQResponse - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQResponse (Properties ctx, int C_RfQResponse_ID, String trxName) @@ -84,9 +84,9 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -112,9 +112,9 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -140,9 +140,9 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -168,9 +168,9 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -210,9 +210,9 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return (String)get_Value(COLUMNNAME_CheckComplete); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -238,9 +238,9 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return ii.intValue(); } - public I_C_RfQ getC_RfQ() throws RuntimeException + public org.compiere.model.I_C_RfQ getC_RfQ() throws RuntimeException { - return (I_C_RfQ)MTable.get(getCtx(), I_C_RfQ.Table_Name) + return (org.compiere.model.I_C_RfQ)MTable.get(getCtx(), org.compiere.model.I_C_RfQ.Table_Name) .getPO(getC_RfQ_ID(), get_TrxName()); } /** Set RfQ. @@ -289,6 +289,20 @@ public class X_C_RfQResponse extends PO implements I_C_RfQResponse, I_Persistent return ii.intValue(); } + /** Set C_RfQResponse_UU. + @param C_RfQResponse_UU C_RfQResponse_UU */ + public void setC_RfQResponse_UU (String C_RfQResponse_UU) + { + set_Value (COLUMNNAME_C_RfQResponse_UU, C_RfQResponse_UU); + } + + /** Get C_RfQResponse_UU. + @return C_RfQResponse_UU */ + public String getC_RfQResponse_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQResponse_UU); + } + /** Set Invited. @param DateInvited Date when (last) invitation was sent diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java index fb1be45c90..b5011eacf9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for C_RfQResponseLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQResponseLine (Properties ctx, int C_RfQResponseLine_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe return sb.toString(); } - public I_C_RfQLine getC_RfQLine() throws RuntimeException + public org.compiere.model.I_C_RfQLine getC_RfQLine() throws RuntimeException { - return (I_C_RfQLine)MTable.get(getCtx(), I_C_RfQLine.Table_Name) + return (org.compiere.model.I_C_RfQLine)MTable.get(getCtx(), org.compiere.model.I_C_RfQLine.Table_Name) .getPO(getC_RfQLine_ID(), get_TrxName()); } /** Set RfQ Line. @@ -102,9 +102,9 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe return ii.intValue(); } - public I_C_RfQResponse getC_RfQResponse() throws RuntimeException + public org.compiere.model.I_C_RfQResponse getC_RfQResponse() throws RuntimeException { - return (I_C_RfQResponse)MTable.get(getCtx(), I_C_RfQResponse.Table_Name) + return (org.compiere.model.I_C_RfQResponse)MTable.get(getCtx(), org.compiere.model.I_C_RfQResponse.Table_Name) .getPO(getC_RfQResponse_ID(), get_TrxName()); } /** Set RfQ Response. @@ -153,6 +153,20 @@ public class X_C_RfQResponseLine extends PO implements I_C_RfQResponseLine, I_Pe return ii.intValue(); } + /** Set C_RfQResponseLine_UU. + @param C_RfQResponseLine_UU C_RfQResponseLine_UU */ + public void setC_RfQResponseLine_UU (String C_RfQResponseLine_UU) + { + set_Value (COLUMNNAME_C_RfQResponseLine_UU, C_RfQResponseLine_UU); + } + + /** Get C_RfQResponseLine_UU. + @return C_RfQResponseLine_UU */ + public String getC_RfQResponseLine_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQResponseLine_UU); + } + /** Set Work Complete. @param DateWorkComplete Date when work is (planned to be) complete diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java index 3afb9bb7f9..6c4ee1a434 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQResponseLineQty.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQResponseLineQty - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQResponseLineQty (Properties ctx, int C_RfQResponseLineQty_ID, String trxName) @@ -75,9 +75,9 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty return sb.toString(); } - public I_C_RfQLineQty getC_RfQLineQty() throws RuntimeException + public org.compiere.model.I_C_RfQLineQty getC_RfQLineQty() throws RuntimeException { - return (I_C_RfQLineQty)MTable.get(getCtx(), I_C_RfQLineQty.Table_Name) + return (org.compiere.model.I_C_RfQLineQty)MTable.get(getCtx(), org.compiere.model.I_C_RfQLineQty.Table_Name) .getPO(getC_RfQLineQty_ID(), get_TrxName()); } /** Set RfQ Line Quantity. @@ -103,9 +103,9 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty return ii.intValue(); } - public I_C_RfQResponseLine getC_RfQResponseLine() throws RuntimeException + public org.compiere.model.I_C_RfQResponseLine getC_RfQResponseLine() throws RuntimeException { - return (I_C_RfQResponseLine)MTable.get(getCtx(), I_C_RfQResponseLine.Table_Name) + return (org.compiere.model.I_C_RfQResponseLine)MTable.get(getCtx(), org.compiere.model.I_C_RfQResponseLine.Table_Name) .getPO(getC_RfQResponseLine_ID(), get_TrxName()); } /** Set RfQ Response Line. @@ -162,6 +162,20 @@ public class X_C_RfQResponseLineQty extends PO implements I_C_RfQResponseLineQty return ii.intValue(); } + /** Set C_RfQResponseLineQty_UU. + @param C_RfQResponseLineQty_UU C_RfQResponseLineQty_UU */ + public void setC_RfQResponseLineQty_UU (String C_RfQResponseLineQty_UU) + { + set_Value (COLUMNNAME_C_RfQResponseLineQty_UU, C_RfQResponseLineQty_UU); + } + + /** Get C_RfQResponseLineQty_UU. + @return C_RfQResponseLineQty_UU */ + public String getC_RfQResponseLineQty_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQResponseLineQty_UU); + } + /** Set Discount %. @param Discount Discount in percent diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java index 9be493d715..f136f2dcba 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_Topic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ_Topic - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQ_Topic (Properties ctx, int C_RfQ_Topic_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -123,6 +123,20 @@ public class X_C_RfQ_Topic extends PO implements I_C_RfQ_Topic, I_Persistent return ii.intValue(); } + /** Set C_RfQ_Topic_UU. + @param C_RfQ_Topic_UU C_RfQ_Topic_UU */ + public void setC_RfQ_Topic_UU (String C_RfQ_Topic_UU) + { + set_Value (COLUMNNAME_C_RfQ_Topic_UU, C_RfQ_Topic_UU); + } + + /** Get C_RfQ_Topic_UU. + @return C_RfQ_Topic_UU */ + public String getC_RfQ_Topic_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQ_Topic_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java index e14ed9c223..6df2b3d826 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ_TopicSubscriber - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscriber, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQ_TopicSubscriber (Properties ctx, int C_RfQ_TopicSubscriber_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -102,9 +102,9 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -130,9 +130,9 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -158,9 +158,9 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib return ii.intValue(); } - public I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException + public org.compiere.model.I_C_RfQ_Topic getC_RfQ_Topic() throws RuntimeException { - return (I_C_RfQ_Topic)MTable.get(getCtx(), I_C_RfQ_Topic.Table_Name) + return (org.compiere.model.I_C_RfQ_Topic)MTable.get(getCtx(), org.compiere.model.I_C_RfQ_Topic.Table_Name) .getPO(getC_RfQ_Topic_ID(), get_TrxName()); } /** Set RfQ Topic. @@ -217,6 +217,20 @@ public class X_C_RfQ_TopicSubscriber extends PO implements I_C_RfQ_TopicSubscrib return ii.intValue(); } + /** Set C_RfQ_TopicSubscriber_UU. + @param C_RfQ_TopicSubscriber_UU C_RfQ_TopicSubscriber_UU */ + public void setC_RfQ_TopicSubscriber_UU (String C_RfQ_TopicSubscriber_UU) + { + set_Value (COLUMNNAME_C_RfQ_TopicSubscriber_UU, C_RfQ_TopicSubscriber_UU); + } + + /** Get C_RfQ_TopicSubscriber_UU. + @return C_RfQ_TopicSubscriber_UU */ + public String getC_RfQ_TopicSubscriber_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQ_TopicSubscriber_UU); + } + /** Set Opt-out Date. @param OptOutDate Date the contact opted out diff --git a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java index b502041ee9..ae37d55e5b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_RfQ_TopicSubscriberOnly - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubscriberOnly, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_RfQ_TopicSubscriberOnly (Properties ctx, int C_RfQ_TopicSubscriberOnly_ID, String trxName) @@ -71,9 +71,9 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs return sb.toString(); } - public I_C_RfQ_TopicSubscriber getC_RfQ_TopicSubscriber() throws RuntimeException + public org.compiere.model.I_C_RfQ_TopicSubscriber getC_RfQ_TopicSubscriber() throws RuntimeException { - return (I_C_RfQ_TopicSubscriber)MTable.get(getCtx(), I_C_RfQ_TopicSubscriber.Table_Name) + return (org.compiere.model.I_C_RfQ_TopicSubscriber)MTable.get(getCtx(), org.compiere.model.I_C_RfQ_TopicSubscriber.Table_Name) .getPO(getC_RfQ_TopicSubscriber_ID(), get_TrxName()); } /** Set RfQ Subscriber. @@ -122,6 +122,20 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs return ii.intValue(); } + /** Set C_RfQ_TopicSubscriberOnly_UU. + @param C_RfQ_TopicSubscriberOnly_UU C_RfQ_TopicSubscriberOnly_UU */ + public void setC_RfQ_TopicSubscriberOnly_UU (String C_RfQ_TopicSubscriberOnly_UU) + { + set_Value (COLUMNNAME_C_RfQ_TopicSubscriberOnly_UU, C_RfQ_TopicSubscriberOnly_UU); + } + + /** Get C_RfQ_TopicSubscriberOnly_UU. + @return C_RfQ_TopicSubscriberOnly_UU */ + public String getC_RfQ_TopicSubscriberOnly_UU () + { + return (String)get_Value(COLUMNNAME_C_RfQ_TopicSubscriberOnly_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -139,9 +153,9 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs return (String)get_Value(COLUMNNAME_Description); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -175,9 +189,9 @@ public class X_C_RfQ_TopicSubscriberOnly extends PO implements I_C_RfQ_TopicSubs return new KeyNamePair(get_ID(), String.valueOf(getM_Product_Category_ID())); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java b/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java index 43c2680283..611e6544b2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SalesRegion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_SalesRegion - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_SalesRegion (Properties ctx, int C_SalesRegion_ID, String trxName) @@ -97,6 +97,20 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent return ii.intValue(); } + /** Set C_SalesRegion_UU. + @param C_SalesRegion_UU C_SalesRegion_UU */ + public void setC_SalesRegion_UU (String C_SalesRegion_UU) + { + set_Value (COLUMNNAME_C_SalesRegion_UU, C_SalesRegion_UU); + } + + /** Get C_SalesRegion_UU. + @return C_SalesRegion_UU */ + public String getC_SalesRegion_UU () + { + return (String)get_Value(COLUMNNAME_C_SalesRegion_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -187,9 +201,9 @@ public class X_C_SalesRegion extends PO implements I_C_SalesRegion, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java index b7661ae67c..5d5a9e6105 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevel.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ServiceLevel - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ServiceLevel (Properties ctx, int C_ServiceLevel_ID, String trxName) @@ -76,9 +76,9 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste return sb.toString(); } - public I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException + public org.compiere.model.I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException { - return (I_C_RevenueRecognition_Plan)MTable.get(getCtx(), I_C_RevenueRecognition_Plan.Table_Name) + return (org.compiere.model.I_C_RevenueRecognition_Plan)MTable.get(getCtx(), org.compiere.model.I_C_RevenueRecognition_Plan.Table_Name) .getPO(getC_RevenueRecognition_Plan_ID(), get_TrxName()); } /** Set Revenue Recognition Plan. @@ -127,6 +127,20 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste return ii.intValue(); } + /** Set C_ServiceLevel_UU. + @param C_ServiceLevel_UU C_ServiceLevel_UU */ + public void setC_ServiceLevel_UU (String C_ServiceLevel_UU) + { + set_Value (COLUMNNAME_C_ServiceLevel_UU, C_ServiceLevel_UU); + } + + /** Get C_ServiceLevel_UU. + @return C_ServiceLevel_UU */ + public String getC_ServiceLevel_UU () + { + return (String)get_Value(COLUMNNAME_C_ServiceLevel_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -152,9 +166,9 @@ public class X_C_ServiceLevel extends PO implements I_C_ServiceLevel, I_Persiste return new KeyNamePair(get_ID(), getDescription()); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java index 78dbbcacb6..81db425b0c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ServiceLevelLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_ServiceLevelLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ServiceLevelLine (Properties ctx, int C_ServiceLevelLine_ID, String trxName) @@ -76,9 +76,9 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ return sb.toString(); } - public I_C_ServiceLevel getC_ServiceLevel() throws RuntimeException + public org.compiere.model.I_C_ServiceLevel getC_ServiceLevel() throws RuntimeException { - return (I_C_ServiceLevel)MTable.get(getCtx(), I_C_ServiceLevel.Table_Name) + return (org.compiere.model.I_C_ServiceLevel)MTable.get(getCtx(), org.compiere.model.I_C_ServiceLevel.Table_Name) .getPO(getC_ServiceLevel_ID(), get_TrxName()); } /** Set Service Level. @@ -127,6 +127,20 @@ public class X_C_ServiceLevelLine extends PO implements I_C_ServiceLevelLine, I_ return ii.intValue(); } + /** Set C_ServiceLevelLine_UU. + @param C_ServiceLevelLine_UU C_ServiceLevelLine_UU */ + public void setC_ServiceLevelLine_UU (String C_ServiceLevelLine_UU) + { + set_Value (COLUMNNAME_C_ServiceLevelLine_UU, C_ServiceLevelLine_UU); + } + + /** Get C_ServiceLevelLine_UU. + @return C_ServiceLevelLine_UU */ + public String getC_ServiceLevelLine_UU () + { + return (String)get_Value(COLUMNNAME_C_ServiceLevelLine_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java b/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java index 15f4519618..f0ccd687f7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SubAcct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_SubAcct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_SubAcct (Properties ctx, int C_SubAcct_ID, String trxName) @@ -73,9 +73,9 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent return sb.toString(); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -124,6 +124,20 @@ public class X_C_SubAcct extends PO implements I_C_SubAcct, I_Persistent return ii.intValue(); } + /** Set C_SubAcct_UU. + @param C_SubAcct_UU C_SubAcct_UU */ + public void setC_SubAcct_UU (String C_SubAcct_UU) + { + set_Value (COLUMNNAME_C_SubAcct_UU, C_SubAcct_UU); + } + + /** Get C_SubAcct_UU. + @return C_SubAcct_UU */ + public String getC_SubAcct_UU () + { + return (String)get_Value(COLUMNNAME_C_SubAcct_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java b/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java index 9d9e86ed15..f684ba7460 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Subscription.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Subscription - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Subscription (Properties ctx, int C_Subscription_ID, String trxName) @@ -79,9 +79,9 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -130,9 +130,9 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste return ii.intValue(); } - public I_C_SubscriptionType getC_SubscriptionType() throws RuntimeException + public org.compiere.model.I_C_SubscriptionType getC_SubscriptionType() throws RuntimeException { - return (I_C_SubscriptionType)MTable.get(getCtx(), I_C_SubscriptionType.Table_Name) + return (org.compiere.model.I_C_SubscriptionType)MTable.get(getCtx(), org.compiere.model.I_C_SubscriptionType.Table_Name) .getPO(getC_SubscriptionType_ID(), get_TrxName()); } /** Set Subscription Type. @@ -158,6 +158,20 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste return ii.intValue(); } + /** Set C_Subscription_UU. + @param C_Subscription_UU C_Subscription_UU */ + public void setC_Subscription_UU (String C_Subscription_UU) + { + set_Value (COLUMNNAME_C_Subscription_UU, C_Subscription_UU); + } + + /** Get C_Subscription_UU. + @return C_Subscription_UU */ + public String getC_Subscription_UU () + { + return (String)get_Value(COLUMNNAME_C_Subscription_UU); + } + /** Set Due. @param IsDue Subscription Renewal is Due @@ -182,9 +196,9 @@ public class X_C_Subscription extends PO implements I_C_Subscription, I_Persiste return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java b/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java index 750cc1bb75..29c2cf4007 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_SubscriptionType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_SubscriptionType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_SubscriptionType (Properties ctx, int C_SubscriptionType_ID, String trxName) @@ -96,6 +96,20 @@ public class X_C_SubscriptionType extends PO implements I_C_SubscriptionType, I_ return ii.intValue(); } + /** Set C_SubscriptionType_UU. + @param C_SubscriptionType_UU C_SubscriptionType_UU */ + public void setC_SubscriptionType_UU (String C_SubscriptionType_UU) + { + set_Value (COLUMNNAME_C_SubscriptionType_UU, C_SubscriptionType_UU); + } + + /** Get C_SubscriptionType_UU. + @return C_SubscriptionType_UU */ + public String getC_SubscriptionType_UU () + { + return (String)get_Value(COLUMNNAME_C_SubscriptionType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java b/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java index 9af41f95a1..f7de1ef479 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Subscription_Delivery.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Subscription_Delivery - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_Delivery, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Subscription_Delivery (Properties ctx, int C_Subscription_Delivery_ID, String trxName) @@ -102,9 +102,23 @@ public class X_C_Subscription_Delivery extends PO implements I_C_Subscription_De return new KeyNamePair(get_ID(), String.valueOf(getC_Subscription_Delivery_ID())); } - public I_C_Subscription getC_Subscription() throws RuntimeException + /** Set C_Subscription_Delivery_UU. + @param C_Subscription_Delivery_UU C_Subscription_Delivery_UU */ + public void setC_Subscription_Delivery_UU (String C_Subscription_Delivery_UU) + { + set_Value (COLUMNNAME_C_Subscription_Delivery_UU, C_Subscription_Delivery_UU); + } + + /** Get C_Subscription_Delivery_UU. + @return C_Subscription_Delivery_UU */ + public String getC_Subscription_Delivery_UU () + { + return (String)get_Value(COLUMNNAME_C_Subscription_Delivery_UU); + } + + public org.compiere.model.I_C_Subscription getC_Subscription() throws RuntimeException { - return (I_C_Subscription)MTable.get(getCtx(), I_C_Subscription.Table_Name) + return (org.compiere.model.I_C_Subscription)MTable.get(getCtx(), org.compiere.model.I_C_Subscription.Table_Name) .getPO(getC_Subscription_ID(), get_TrxName()); } /** Set Subscription. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Task.java b/org.adempiere.base/src/org/compiere/model/X_C_Task.java index cb41a505c7..ba9b4cc85a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Task.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Task.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Task - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Task extends PO implements I_C_Task, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Task (Properties ctx, int C_Task_ID, String trxName) @@ -78,9 +78,9 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent return sb.toString(); } - public I_C_Phase getC_Phase() throws RuntimeException + public org.compiere.model.I_C_Phase getC_Phase() throws RuntimeException { - return (I_C_Phase)MTable.get(getCtx(), I_C_Phase.Table_Name) + return (org.compiere.model.I_C_Phase)MTable.get(getCtx(), org.compiere.model.I_C_Phase.Table_Name) .getPO(getC_Phase_ID(), get_TrxName()); } /** Set Standard Phase. @@ -129,6 +129,20 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent return ii.intValue(); } + /** Set C_Task_UU. + @param C_Task_UU C_Task_UU */ + public void setC_Task_UU (String C_Task_UU) + { + set_Value (COLUMNNAME_C_Task_UU, C_Task_UU); + } + + /** Get C_Task_UU. + @return C_Task_UU */ + public String getC_Task_UU () + { + return (String)get_Value(COLUMNNAME_C_Task_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -163,9 +177,9 @@ public class X_C_Task extends PO implements I_C_Task, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Tax.java b/org.adempiere.base/src/org/compiere/model/X_C_Tax.java index 77434b2ba3..4bcda5dbfa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Tax.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Tax.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Tax - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Tax (Properties ctx, int C_Tax_ID, String trxName) @@ -86,9 +86,9 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent return sb.toString(); } - public I_AD_Rule getAD_Rule() throws RuntimeException + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException { - return (I_AD_Rule)MTable.get(getCtx(), I_AD_Rule.Table_Name) + return (org.compiere.model.I_AD_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Rule.Table_Name) .getPO(getAD_Rule_ID(), get_TrxName()); } /** Set Rule. @@ -134,9 +134,9 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent return ii.intValue(); } - public I_C_Region getC_Region() throws RuntimeException + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. @@ -162,9 +162,9 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent return ii.intValue(); } - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { - return (I_C_TaxCategory)MTable.get(getCtx(), I_C_TaxCategory.Table_Name) + return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_Name) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. @@ -213,6 +213,20 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent return ii.intValue(); } + /** Set C_Tax_UU. + @param C_Tax_UU C_Tax_UU */ + public void setC_Tax_UU (String C_Tax_UU) + { + set_Value (COLUMNNAME_C_Tax_UU, C_Tax_UU); + } + + /** Get C_Tax_UU. + @return C_Tax_UU */ + public String getC_Tax_UU () + { + return (String)get_Value(COLUMNNAME_C_Tax_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -375,9 +389,9 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_C_Tax getParent_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getParent_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getParent_Tax_ID(), get_TrxName()); } /** Set Parent Tax. @@ -513,9 +527,9 @@ public class X_C_Tax extends PO implements I_C_Tax, I_Persistent return ii.intValue(); } - public I_C_Region getTo_Region() throws RuntimeException + public org.compiere.model.I_C_Region getTo_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getTo_Region_ID(), get_TrxName()); } /** Set To. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java index a835b14835..0777f8f715 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxCategory (Properties ctx, int C_TaxCategory_ID, String trxName) @@ -112,6 +112,20 @@ public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent return ii.intValue(); } + /** Set C_TaxCategory_UU. + @param C_TaxCategory_UU C_TaxCategory_UU */ + public void setC_TaxCategory_UU (String C_TaxCategory_UU) + { + set_Value (COLUMNNAME_C_TaxCategory_UU, C_TaxCategory_UU); + } + + /** Get C_TaxCategory_UU. + @return C_TaxCategory_UU */ + public String getC_TaxCategory_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxCategory_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java index 7500a2b207..7235981b57 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclaration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxDeclaration - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxDeclaration (Properties ctx, int C_TaxDeclaration_ID, String trxName) @@ -99,6 +99,20 @@ public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Pers return ii.intValue(); } + /** Set C_TaxDeclaration_UU. + @param C_TaxDeclaration_UU C_TaxDeclaration_UU */ + public void setC_TaxDeclaration_UU (String C_TaxDeclaration_UU) + { + set_Value (COLUMNNAME_C_TaxDeclaration_UU, C_TaxDeclaration_UU); + } + + /** Get C_TaxDeclaration_UU. + @return C_TaxDeclaration_UU */ + public String getC_TaxDeclaration_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxDeclaration_UU); + } + /** Set Date From. @param DateFrom Starting date for a range diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java index d3fcfa8d09..30652fdaa9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationAcct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_TaxDeclarationAcct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxDeclarationAcct (Properties ctx, int C_TaxDeclarationAcct_ID, String trxName) @@ -75,9 +75,9 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -175,9 +175,9 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return bd; } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -203,9 +203,9 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -227,9 +227,9 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -274,9 +274,23 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return ii.intValue(); } - public I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException + /** Set C_TaxDeclarationAcct_UU. + @param C_TaxDeclarationAcct_UU C_TaxDeclarationAcct_UU */ + public void setC_TaxDeclarationAcct_UU (String C_TaxDeclarationAcct_UU) + { + set_Value (COLUMNNAME_C_TaxDeclarationAcct_UU, C_TaxDeclarationAcct_UU); + } + + /** Get C_TaxDeclarationAcct_UU. + @return C_TaxDeclarationAcct_UU */ + public String getC_TaxDeclarationAcct_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxDeclarationAcct_UU); + } + + public org.compiere.model.I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException { - return (I_C_TaxDeclaration)MTable.get(getCtx(), I_C_TaxDeclaration.Table_Name) + return (org.compiere.model.I_C_TaxDeclaration)MTable.get(getCtx(), org.compiere.model.I_C_TaxDeclaration.Table_Name) .getPO(getC_TaxDeclaration_ID(), get_TrxName()); } /** Set Tax Declaration. @@ -302,9 +316,9 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -359,9 +373,9 @@ public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct return (String)get_Value(COLUMNNAME_Description); } - public I_Fact_Acct getFact_Acct() throws RuntimeException + public org.compiere.model.I_Fact_Acct getFact_Acct() throws RuntimeException { - return (I_Fact_Acct)MTable.get(getCtx(), I_Fact_Acct.Table_Name) + return (org.compiere.model.I_Fact_Acct)MTable.get(getCtx(), org.compiere.model.I_Fact_Acct.Table_Name) .getPO(getFact_Acct_ID(), get_TrxName()); } /** Set Accounting Fact. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java index c1b194f99b..87af529ef1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxDeclarationLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_TaxDeclarationLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxDeclarationLine (Properties ctx, int C_TaxDeclarationLine_ID, String trxName) @@ -82,9 +82,9 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return sb.toString(); } - public I_C_AllocationLine getC_AllocationLine() throws RuntimeException + public org.compiere.model.I_C_AllocationLine getC_AllocationLine() throws RuntimeException { - return (I_C_AllocationLine)MTable.get(getCtx(), I_C_AllocationLine.Table_Name) + return (org.compiere.model.I_C_AllocationLine)MTable.get(getCtx(), org.compiere.model.I_C_AllocationLine.Table_Name) .getPO(getC_AllocationLine_ID(), get_TrxName()); } /** Set Allocation Line. @@ -110,9 +110,9 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -138,9 +138,9 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -166,9 +166,9 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -194,9 +194,9 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -222,9 +222,9 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return ii.intValue(); } - public I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException + public org.compiere.model.I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException { - return (I_C_TaxDeclaration)MTable.get(getCtx(), I_C_TaxDeclaration.Table_Name) + return (org.compiere.model.I_C_TaxDeclaration)MTable.get(getCtx(), org.compiere.model.I_C_TaxDeclaration.Table_Name) .getPO(getC_TaxDeclaration_ID(), get_TrxName()); } /** Set Tax Declaration. @@ -273,9 +273,23 @@ public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + /** Set C_TaxDeclarationLine_UU. + @param C_TaxDeclarationLine_UU C_TaxDeclarationLine_UU */ + public void setC_TaxDeclarationLine_UU (String C_TaxDeclarationLine_UU) + { + set_Value (COLUMNNAME_C_TaxDeclarationLine_UU, C_TaxDeclarationLine_UU); + } + + /** Get C_TaxDeclarationLine_UU. + @return C_TaxDeclarationLine_UU */ + public String getC_TaxDeclarationLine_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxDeclarationLine_UU); + } + + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java b/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java index 94ee518e1f..9a5ea993c9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_TaxPostal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxPostal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxPostal (Properties ctx, int C_TaxPostal_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent return sb.toString(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -123,6 +123,20 @@ public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent return ii.intValue(); } + /** Set C_TaxPostal_UU. + @param C_TaxPostal_UU C_TaxPostal_UU */ + public void setC_TaxPostal_UU (String C_TaxPostal_UU) + { + set_Value (COLUMNNAME_C_TaxPostal_UU, C_TaxPostal_UU); + } + + /** Get C_TaxPostal_UU. + @return C_TaxPostal_UU */ + public String getC_TaxPostal_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxPostal_UU); + } + /** Set ZIP. @param Postal Postal code diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java index d7447d0c7c..9fd354eb43 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Tax_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_Tax_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Tax_Acct (Properties ctx, int C_Tax_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_C_UOM.java b/org.adempiere.base/src/org/compiere/model/X_C_UOM.java index 59352f1400..0adce64eaf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_UOM.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_UOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_UOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_UOM (Properties ctx, int C_UOM_ID, String trxName) @@ -118,6 +118,20 @@ public class X_C_UOM extends PO implements I_C_UOM, I_Persistent return ii.intValue(); } + /** Set C_UOM_UU. + @param C_UOM_UU C_UOM_UU */ + public void setC_UOM_UU (String C_UOM_UU) + { + set_Value (COLUMNNAME_C_UOM_UU, C_UOM_UU); + } + + /** Get C_UOM_UU. + @return C_UOM_UU */ + public String getC_UOM_UU () + { + return (String)get_Value(COLUMNNAME_C_UOM_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java b/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java index 0613807677..49ccf0e685 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_UOM_Conversion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_UOM_Conversion - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_UOM_Conversion (Properties ctx, int C_UOM_Conversion_ID, String trxName) @@ -107,9 +107,23 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getC_UOM_Conversion_ID())); } - public I_C_UOM getC_UOM() throws RuntimeException + /** Set C_UOM_Conversion_UU. + @param C_UOM_Conversion_UU C_UOM_Conversion_UU */ + public void setC_UOM_Conversion_UU (String C_UOM_Conversion_UU) + { + set_Value (COLUMNNAME_C_UOM_Conversion_UU, C_UOM_Conversion_UU); + } + + /** Get C_UOM_Conversion_UU. + @return C_UOM_Conversion_UU */ + public String getC_UOM_Conversion_UU () + { + return (String)get_Value(COLUMNNAME_C_UOM_Conversion_UU); + } + + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -135,9 +149,9 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers return ii.intValue(); } - public I_C_UOM getC_UOM_To() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM_To() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_To_ID(), get_TrxName()); } /** Set UoM To. @@ -183,9 +197,9 @@ public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Pers return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java b/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java index d8a89d684d..0aad4d3614 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_UserRemuneration.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_UserRemuneration - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_UserRemuneration (Properties ctx, int C_UserRemuneration_ID, String trxName) @@ -80,9 +80,9 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -116,9 +116,9 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ return new KeyNamePair(get_ID(), String.valueOf(getAD_User_ID())); } - public I_C_Remuneration getC_Remuneration() throws RuntimeException + public org.compiere.model.I_C_Remuneration getC_Remuneration() throws RuntimeException { - return (I_C_Remuneration)MTable.get(getCtx(), I_C_Remuneration.Table_Name) + return (org.compiere.model.I_C_Remuneration)MTable.get(getCtx(), org.compiere.model.I_C_Remuneration.Table_Name) .getPO(getC_Remuneration_ID(), get_TrxName()); } /** Set Remuneration. @@ -167,6 +167,20 @@ public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_ return ii.intValue(); } + /** Set C_UserRemuneration_UU. + @param C_UserRemuneration_UU C_UserRemuneration_UU */ + public void setC_UserRemuneration_UU (String C_UserRemuneration_UU) + { + set_Value (COLUMNNAME_C_UserRemuneration_UU, C_UserRemuneration_UU); + } + + /** Get C_UserRemuneration_UU. + @return C_UserRemuneration_UU */ + public String getC_UserRemuneration_UU () + { + return (String)get_Value(COLUMNNAME_C_UserRemuneration_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java b/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java index b7aa7d3ac9..1169c08085 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_ValidCombination.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_ValidCombination - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_ValidCombination (Properties ctx, int C_ValidCombination_ID, String trxName) @@ -73,9 +73,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -141,9 +141,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return (String)get_Value(COLUMNNAME_Alias); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -169,9 +169,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -197,9 +197,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -225,9 +225,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -253,9 +253,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_Location getC_LocFrom() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocFrom_ID(), get_TrxName()); } /** Set Location From. @@ -281,9 +281,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_Location getC_LocTo() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocTo_ID(), get_TrxName()); } /** Set Location To. @@ -334,9 +334,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return new KeyNamePair(get_ID(), getCombination()); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -362,9 +362,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -390,9 +390,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_SubAcct getC_SubAcct() throws RuntimeException + public org.compiere.model.I_C_SubAcct getC_SubAcct() throws RuntimeException { - return (I_C_SubAcct)MTable.get(getCtx(), I_C_SubAcct.Table_Name) + return (org.compiere.model.I_C_SubAcct)MTable.get(getCtx(), org.compiere.model.I_C_SubAcct.Table_Name) .getPO(getC_SubAcct_ID(), get_TrxName()); } /** Set Sub Account. @@ -441,6 +441,20 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } + /** Set C_ValidCombination_UU. + @param C_ValidCombination_UU C_ValidCombination_UU */ + public void setC_ValidCombination_UU (String C_ValidCombination_UU) + { + set_Value (COLUMNNAME_C_ValidCombination_UU, C_ValidCombination_UU); + } + + /** Get C_ValidCombination_UU. + @return C_ValidCombination_UU */ + public String getC_ValidCombination_UU () + { + return (String)get_Value(COLUMNNAME_C_ValidCombination_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -482,9 +496,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -510,9 +524,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -538,9 +552,9 @@ public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_ return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java b/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java index 11cb0042fd..2d45874fa9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Withholding.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for C_Withholding - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Withholding (Properties ctx, int C_Withholding_ID, String trxName) @@ -79,9 +79,9 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent return sb.toString(); } - public I_C_BPartner getBenefici() throws RuntimeException + public org.compiere.model.I_C_BPartner getBenefici() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getBeneficiary(), get_TrxName()); } /** Set Beneficiary. @@ -104,9 +104,9 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent return ii.intValue(); } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -155,6 +155,20 @@ public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent return ii.intValue(); } + /** Set C_Withholding_UU. + @param C_Withholding_UU C_Withholding_UU */ + public void setC_Withholding_UU (String C_Withholding_UU) + { + set_Value (COLUMNNAME_C_Withholding_UU, C_Withholding_UU); + } + + /** Get C_Withholding_UU. + @return C_Withholding_UU */ + public String getC_Withholding_UU () + { + return (String)get_Value(COLUMNNAME_C_Withholding_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java b/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java index f6e80dd7eb..30e45f648c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Withholding_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for C_Withholding_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Withholding_Acct (Properties ctx, int C_Withholding_Acct_ID, String trxName) @@ -71,9 +71,9 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -99,9 +99,23 @@ public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_ return ii.intValue(); } - public I_C_Withholding getC_Withholding() throws RuntimeException + /** Set C_Withholding_Acct_UU. + @param C_Withholding_Acct_UU C_Withholding_Acct_UU */ + public void setC_Withholding_Acct_UU (String C_Withholding_Acct_UU) + { + set_Value (COLUMNNAME_C_Withholding_Acct_UU, C_Withholding_Acct_UU); + } + + /** Get C_Withholding_Acct_UU. + @return C_Withholding_Acct_UU */ + public String getC_Withholding_Acct_UU () + { + return (String)get_Value(COLUMNNAME_C_Withholding_Acct_UU); + } + + public org.compiere.model.I_C_Withholding getC_Withholding() throws RuntimeException { - return (I_C_Withholding)MTable.get(getCtx(), I_C_Withholding.Table_Name) + return (org.compiere.model.I_C_Withholding)MTable.get(getCtx(), org.compiere.model.I_C_Withholding.Table_Name) .getPO(getC_Withholding_ID(), get_TrxName()); } /** Set Withholding. diff --git a/org.adempiere.base/src/org/compiere/model/X_C_Year.java b/org.adempiere.base/src/org/compiere/model/X_C_Year.java index f9051b5996..774aeaa723 100644 --- a/org.adempiere.base/src/org/compiere/model/X_C_Year.java +++ b/org.adempiere.base/src/org/compiere/model/X_C_Year.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for C_Year - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_Year extends PO implements I_C_Year, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_Year (Properties ctx, int C_Year_ID, String trxName) @@ -72,9 +72,9 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent return sb.toString(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -123,6 +123,20 @@ public class X_C_Year extends PO implements I_C_Year, I_Persistent return ii.intValue(); } + /** Set C_Year_UU. + @param C_Year_UU C_Year_UU */ + public void setC_Year_UU (String C_Year_UU) + { + set_Value (COLUMNNAME_C_Year_UU, C_Year_UU); + } + + /** Get C_Year_UU. + @return C_Year_UU */ + public String getC_Year_UU () + { + return (String)get_Value(COLUMNNAME_C_Year_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java b/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java index 83c91c6663..fb9b360836 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_Format.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for EXP_Format - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_EXP_Format (Properties ctx, int EXP_Format_ID, String trxName) @@ -73,9 +73,9 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -138,6 +138,20 @@ public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent return ii.intValue(); } + /** Set EXP_Format_UU. + @param EXP_Format_UU EXP_Format_UU */ + public void setEXP_Format_UU (String EXP_Format_UU) + { + set_Value (COLUMNNAME_EXP_Format_UU, EXP_Format_UU); + } + + /** Get EXP_Format_UU. + @return EXP_Format_UU */ + public String getEXP_Format_UU () + { + return (String)get_Value(COLUMNNAME_EXP_Format_UU); + } + /** Set Comment/Help. @param Help Comment or Hint diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java b/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java index 05fd6bdbf1..58d5e18797 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_FormatLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for EXP_FormatLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_EXP_FormatLine (Properties ctx, int EXP_FormatLine_ID, String trxName) @@ -74,9 +74,9 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return sb.toString(); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -102,9 +102,9 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return ii.intValue(); } - public I_AD_Reference getAD_Reference() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. @@ -230,6 +230,20 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste return ii.intValue(); } + /** Set EXP_FormatLine_UU. + @param EXP_FormatLine_UU EXP_FormatLine_UU */ + public void setEXP_FormatLine_UU (String EXP_FormatLine_UU) + { + set_Value (COLUMNNAME_EXP_FormatLine_UU, EXP_FormatLine_UU); + } + + /** Get EXP_FormatLine_UU. + @return EXP_FormatLine_UU */ + public String getEXP_FormatLine_UU () + { + return (String)get_Value(COLUMNNAME_EXP_FormatLine_UU); + } + /** Set Comment/Help. @param Help Comment or Hint diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java index 615b322c01..e9be1721c9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for EXP_Processor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_EXP_Processor (Properties ctx, int EXP_Processor_ID, String trxName) @@ -148,6 +148,20 @@ public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent return ii.intValue(); } + /** Set EXP_Processor_UU. + @param EXP_Processor_UU EXP_Processor_UU */ + public void setEXP_Processor_UU (String EXP_Processor_UU) + { + set_Value (COLUMNNAME_EXP_Processor_UU, EXP_Processor_UU); + } + + /** Get EXP_Processor_UU. + @return EXP_Processor_UU */ + public String getEXP_Processor_UU () + { + return (String)get_Value(COLUMNNAME_EXP_Processor_UU); + } + /** Set Comment/Help. @param Help Comment or Hint diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java index 6f7406a87e..b9f3016257 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_ProcessorParameter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for EXP_ProcessorParameter - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParameter, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_EXP_ProcessorParameter (Properties ctx, int EXP_ProcessorParameter_ID, String trxName) @@ -134,6 +134,20 @@ public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParam return ii.intValue(); } + /** Set EXP_ProcessorParameter_UU. + @param EXP_ProcessorParameter_UU EXP_ProcessorParameter_UU */ + public void setEXP_ProcessorParameter_UU (String EXP_ProcessorParameter_UU) + { + set_Value (COLUMNNAME_EXP_ProcessorParameter_UU, EXP_ProcessorParameter_UU); + } + + /** Get EXP_ProcessorParameter_UU. + @return EXP_ProcessorParameter_UU */ + public String getEXP_ProcessorParameter_UU () + { + return (String)get_Value(COLUMNNAME_EXP_ProcessorParameter_UU); + } + /** Set Comment/Help. @param Help Comment or Hint diff --git a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java index 24d93d0904..c14ef31198 100644 --- a/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_EXP_Processor_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for EXP_Processor_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_EXP_Processor_Type (Properties ctx, int EXP_Processor_Type_ID, String trxName) @@ -109,6 +109,20 @@ public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_ return ii.intValue(); } + /** Set EXP_Processor_Type_UU. + @param EXP_Processor_Type_UU EXP_Processor_Type_UU */ + public void setEXP_Processor_Type_UU (String EXP_Processor_Type_UU) + { + set_Value (COLUMNNAME_EXP_Processor_Type_UU, EXP_Processor_Type_UU); + } + + /** Get EXP_Processor_Type_UU. + @return EXP_Processor_Type_UU */ + public String getEXP_Processor_Type_UU () + { + return (String)get_Value(COLUMNNAME_EXP_Processor_Type_UU); + } + /** Set Comment/Help. @param Help Comment or Hint diff --git a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java index c341760a0d..74d44e0fa5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for Fact_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_Fact_Acct (Properties ctx, int Fact_Acct_ID, String trxName) @@ -156,9 +156,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -264,9 +264,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return bd; } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -292,9 +292,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -320,9 +320,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -348,9 +348,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -376,9 +376,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -404,9 +404,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Location getC_LocFrom() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocFrom_ID(), get_TrxName()); } /** Set Location From. @@ -432,9 +432,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Location getC_LocTo() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocTo_ID(), get_TrxName()); } /** Set Location To. @@ -460,9 +460,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -488,9 +488,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -516,9 +516,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -544,9 +544,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -572,9 +572,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -600,9 +600,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_SubAcct getC_SubAcct() throws RuntimeException + public org.compiere.model.I_C_SubAcct getC_SubAcct() throws RuntimeException { - return (I_C_SubAcct)MTable.get(getCtx(), I_C_SubAcct.Table_Name) + return (org.compiere.model.I_C_SubAcct)MTable.get(getCtx(), org.compiere.model.I_C_SubAcct.Table_Name) .getPO(getC_SubAcct_ID(), get_TrxName()); } /** Set Sub Account. @@ -628,9 +628,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -656,9 +656,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -763,9 +763,23 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getFact_Acct_ID())); } - public I_GL_Budget getGL_Budget() throws RuntimeException + /** Set Fact_Acct_UU. + @param Fact_Acct_UU Fact_Acct_UU */ + public void setFact_Acct_UU (String Fact_Acct_UU) + { + set_Value (COLUMNNAME_Fact_Acct_UU, Fact_Acct_UU); + } + + /** Get Fact_Acct_UU. + @return Fact_Acct_UU */ + public String getFact_Acct_UU () + { + return (String)get_Value(COLUMNNAME_Fact_Acct_UU); + } + + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. @@ -791,9 +805,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_GL_Category getGL_Category() throws RuntimeException + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException { - return (I_GL_Category)MTable.get(getCtx(), I_GL_Category.Table_Name) + return (org.compiere.model.I_GL_Category)MTable.get(getCtx(), org.compiere.model.I_GL_Category.Table_Name) .getPO(getGL_Category_ID(), get_TrxName()); } /** Set GL Category. @@ -842,9 +856,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_M_Locator getM_Locator() throws RuntimeException + public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException { - return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) + return (org.compiere.model.I_M_Locator)MTable.get(getCtx(), org.compiere.model.I_M_Locator.Table_Name) .getPO(getM_Locator_ID(), get_TrxName()); } /** Set Locator. @@ -870,9 +884,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -971,9 +985,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -999,9 +1013,9 @@ public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java index 536e5fed24..c3d563eb75 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java +++ b/org.adempiere.base/src/org/compiere/model/X_Fact_Acct_Summary.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for Fact_Acct_Summary - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_Fact_Acct_Summary (Properties ctx, int Fact_Acct_Summary_ID, String trxName) @@ -79,9 +79,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -107,9 +107,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_AD_Org getAD_OrgTrx() throws RuntimeException + public org.compiere.model.I_AD_Org getAD_OrgTrx() throws RuntimeException { - return (I_AD_Org)MTable.get(getCtx(), I_AD_Org.Table_Name) + return (org.compiere.model.I_AD_Org)MTable.get(getCtx(), org.compiere.model.I_AD_Org.Table_Name) .getPO(getAD_OrgTrx_ID(), get_TrxName()); } /** Set Trx Organization. @@ -175,9 +175,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return bd; } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -203,9 +203,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -231,9 +231,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -259,9 +259,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -287,9 +287,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_Location getC_LocFrom() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocFrom_ID(), get_TrxName()); } /** Set Location From. @@ -315,9 +315,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_Location getC_LocTo() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocTo_ID(), get_TrxName()); } /** Set Location To. @@ -343,9 +343,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -371,9 +371,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -399,9 +399,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -427,9 +427,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -455,9 +455,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -483,9 +483,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_SubAcct getC_SubAcct() throws RuntimeException + public org.compiere.model.I_C_SubAcct getC_SubAcct() throws RuntimeException { - return (I_C_SubAcct)MTable.get(getCtx(), I_C_SubAcct.Table_Name) + return (org.compiere.model.I_C_SubAcct)MTable.get(getCtx(), org.compiere.model.I_C_SubAcct.Table_Name) .getPO(getC_SubAcct_ID(), get_TrxName()); } /** Set Sub Account. @@ -528,9 +528,23 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return (Timestamp)get_Value(COLUMNNAME_DateAcct); } - public I_GL_Budget getGL_Budget() throws RuntimeException + /** Set Fact_Acct_Summary_UU. + @param Fact_Acct_Summary_UU Fact_Acct_Summary_UU */ + public void setFact_Acct_Summary_UU (String Fact_Acct_Summary_UU) + { + set_Value (COLUMNNAME_Fact_Acct_Summary_UU, Fact_Acct_Summary_UU); + } + + /** Get Fact_Acct_Summary_UU. + @return Fact_Acct_Summary_UU */ + public String getFact_Acct_Summary_UU () + { + return (String)get_Value(COLUMNNAME_Fact_Acct_Summary_UU); + } + + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. @@ -556,9 +570,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -584,9 +598,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_PA_ReportCube getPA_ReportCube() throws RuntimeException + public org.compiere.model.I_PA_ReportCube getPA_ReportCube() throws RuntimeException { - return (I_PA_ReportCube)MTable.get(getCtx(), I_PA_ReportCube.Table_Name) + return (org.compiere.model.I_PA_ReportCube)MTable.get(getCtx(), org.compiere.model.I_PA_ReportCube.Table_Name) .getPO(getPA_ReportCube_ID(), get_TrxName()); } /** Set Report Cube. @@ -656,9 +670,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -684,9 +698,9 @@ public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Pe return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java index e8fdd8ff38..ec353556b9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java +++ b/org.adempiere.base/src/org/compiere/model/X_Fact_Reconciliation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for Fact_Reconciliation - * @author Adempiere (generated) - * @version 360LTS.015 - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, I_Persistent { /** * */ - private static final long serialVersionUID = 20120229L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_Fact_Reconciliation (Properties ctx, int Fact_Reconciliation_ID, String trxName) @@ -74,9 +74,9 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -117,9 +117,9 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -157,9 +157,9 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, return (Timestamp)get_Value(COLUMNNAME_DateAcct); } - public I_Fact_Acct getFact_Acct() throws RuntimeException + public org.compiere.model.I_Fact_Acct getFact_Acct() throws RuntimeException { - return (I_Fact_Acct)MTable.get(getCtx(), I_Fact_Acct.Table_Name) + return (org.compiere.model.I_Fact_Acct)MTable.get(getCtx(), org.compiere.model.I_Fact_Acct.Table_Name) .getPO(getFact_Acct_ID(), get_TrxName()); } /** Set Accounting Fact. @@ -210,6 +210,20 @@ public class X_Fact_Reconciliation extends PO implements I_Fact_Reconciliation, return ii.intValue(); } + /** Set Fact_Reconciliation_UU. + @param Fact_Reconciliation_UU Fact_Reconciliation_UU */ + public void setFact_Reconciliation_UU (String Fact_Reconciliation_UU) + { + set_Value (COLUMNNAME_Fact_Reconciliation_UU, Fact_Reconciliation_UU); + } + + /** Get Fact_Reconciliation_UU. + @return Fact_Reconciliation_UU */ + public String getFact_Reconciliation_UU () + { + return (String)get_Value(COLUMNNAME_Fact_Reconciliation_UU); + } + /** Set Match Code. @param MatchCode String identifying related accounting facts diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java b/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java index 44eb62b307..c2c4d1fbcd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Budget.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for GL_Budget - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_Budget (Properties ctx, int GL_Budget_ID, String trxName) @@ -136,6 +136,20 @@ public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent return ii.intValue(); } + /** Set GL_Budget_UU. + @param GL_Budget_UU GL_Budget_UU */ + public void setGL_Budget_UU (String GL_Budget_UU) + { + set_Value (COLUMNNAME_GL_Budget_UU, GL_Budget_UU); + } + + /** Get GL_Budget_UU. + @return GL_Budget_UU */ + public String getGL_Budget_UU () + { + return (String)get_Value(COLUMNNAME_GL_Budget_UU); + } + /** Set Primary. @param IsPrimary Indicates if this is the primary budget diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java b/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java index b8765ebfa7..03aec8753b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_BudgetControl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for GL_BudgetControl - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_BudgetControl (Properties ctx, int GL_BudgetControl_ID, String trxName) @@ -103,9 +103,9 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers return (String)get_Value(COLUMNNAME_BudgetControlScope); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -203,9 +203,23 @@ public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Pers return ii.intValue(); } - public I_GL_Budget getGL_Budget() throws RuntimeException + /** Set GL_BudgetControl_UU. + @param GL_BudgetControl_UU GL_BudgetControl_UU */ + public void setGL_BudgetControl_UU (String GL_BudgetControl_UU) + { + set_Value (COLUMNNAME_GL_BudgetControl_UU, GL_BudgetControl_UU); + } + + /** Get GL_BudgetControl_UU. + @return GL_BudgetControl_UU */ + public String getGL_BudgetControl_UU () + { + return (String)get_Value(COLUMNNAME_GL_BudgetControl_UU); + } + + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Category.java b/org.adempiere.base/src/org/compiere/model/X_GL_Category.java index f961016054..6759691649 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for GL_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_Category (Properties ctx, int GL_Category_ID, String trxName) @@ -142,6 +142,20 @@ public class X_GL_Category extends PO implements I_GL_Category, I_Persistent return ii.intValue(); } + /** Set GL_Category_UU. + @param GL_Category_UU GL_Category_UU */ + public void setGL_Category_UU (String GL_Category_UU) + { + set_Value (COLUMNNAME_GL_Category_UU, GL_Category_UU); + } + + /** Get GL_Category_UU. + @return GL_Category_UU */ + public String getGL_Category_UU () + { + return (String)get_Value(COLUMNNAME_GL_Category_UU); + } + /** Set Default. @param IsDefault Default value diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java b/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java index 679f1e404b..91917e74d6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Distribution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_Distribution - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_Distribution (Properties ctx, int GL_Distribution_ID, String trxName) @@ -105,9 +105,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -468,9 +468,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return false; } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -496,9 +496,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -524,9 +524,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -552,9 +552,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -580,9 +580,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -608,9 +608,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_Location getC_LocFrom() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocFrom_ID(), get_TrxName()); } /** Set Location From. @@ -636,9 +636,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_Location getC_LocTo() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocTo_ID(), get_TrxName()); } /** Set Location To. @@ -664,9 +664,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -692,9 +692,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -760,6 +760,20 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } + /** Set GL_Distribution_UU. + @param GL_Distribution_UU GL_Distribution_UU */ + public void setGL_Distribution_UU (String GL_Distribution_UU) + { + set_Value (COLUMNNAME_GL_Distribution_UU, GL_Distribution_UU); + } + + /** Get GL_Distribution_UU. + @return GL_Distribution_UU */ + public String getGL_Distribution_UU () + { + return (String)get_Value(COLUMNNAME_GL_Distribution_UU); + } + /** Set Comment/Help. @param Help Comment or Hint @@ -825,9 +839,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -972,9 +986,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return false; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1000,9 +1014,9 @@ public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persis return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java b/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java index 5a39ab1bc0..5308694e15 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_DistributionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_DistributionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_DistributionLine (Properties ctx, int GL_DistributionLine_ID, String trxName) @@ -135,9 +135,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -163,9 +163,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -191,9 +191,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -219,9 +219,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_Location getC_LocFrom() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocFrom_ID(), get_TrxName()); } /** Set Location From. @@ -247,9 +247,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_Location getC_LocTo() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocTo_ID(), get_TrxName()); } /** Set Location To. @@ -275,9 +275,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -303,9 +303,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -348,9 +348,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return (String)get_Value(COLUMNNAME_Description); } - public I_GL_Distribution getGL_Distribution() throws RuntimeException + public org.compiere.model.I_GL_Distribution getGL_Distribution() throws RuntimeException { - return (I_GL_Distribution)MTable.get(getCtx(), I_GL_Distribution.Table_Name) + return (org.compiere.model.I_GL_Distribution)MTable.get(getCtx(), org.compiere.model.I_GL_Distribution.Table_Name) .getPO(getGL_Distribution_ID(), get_TrxName()); } /** Set GL Distribution. @@ -399,6 +399,20 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } + /** Set GL_DistributionLine_UU. + @param GL_DistributionLine_UU GL_DistributionLine_UU */ + public void setGL_DistributionLine_UU (String GL_DistributionLine_UU) + { + set_Value (COLUMNNAME_GL_DistributionLine_UU, GL_DistributionLine_UU); + } + + /** Get GL_DistributionLine_UU. + @return GL_DistributionLine_UU */ + public String getGL_DistributionLine_UU () + { + return (String)get_Value(COLUMNNAME_GL_DistributionLine_UU); + } + /** Set Line No. @param Line Unique line for this document @@ -427,9 +441,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return new KeyNamePair(get_ID(), String.valueOf(getLine())); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -810,9 +824,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -838,9 +852,9 @@ public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java b/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java index 4078f042a1..af71f6ef88 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Fund.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_Fund - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_Fund (Properties ctx, int GL_Fund_ID, String trxName) @@ -96,9 +96,9 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent return bd; } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -198,6 +198,20 @@ public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent return ii.intValue(); } + /** Set GL_Fund_UU. + @param GL_Fund_UU GL_Fund_UU */ + public void setGL_Fund_UU (String GL_Fund_UU) + { + set_Value (COLUMNNAME_GL_Fund_UU, GL_Fund_UU); + } + + /** Get GL_Fund_UU. + @return GL_Fund_UU */ + public String getGL_Fund_UU () + { + return (String)get_Value(COLUMNNAME_GL_Fund_UU); + } + /** Set Comment/Help. @param Help Comment or Hint diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java b/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java index 462840c40e..04c3b265c4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_FundRestriction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for GL_FundRestriction - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_FundRestriction (Properties ctx, int GL_FundRestriction_ID, String trxName) @@ -73,9 +73,9 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ return sb.toString(); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -118,9 +118,9 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ return (String)get_Value(COLUMNNAME_Description); } - public I_GL_Fund getGL_Fund() throws RuntimeException + public org.compiere.model.I_GL_Fund getGL_Fund() throws RuntimeException { - return (I_GL_Fund)MTable.get(getCtx(), I_GL_Fund.Table_Name) + return (org.compiere.model.I_GL_Fund)MTable.get(getCtx(), org.compiere.model.I_GL_Fund.Table_Name) .getPO(getGL_Fund_ID(), get_TrxName()); } /** Set GL Fund. @@ -169,6 +169,20 @@ public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_ return ii.intValue(); } + /** Set GL_FundRestriction_UU. + @param GL_FundRestriction_UU GL_FundRestriction_UU */ + public void setGL_FundRestriction_UU (String GL_FundRestriction_UU) + { + set_Value (COLUMNNAME_GL_FundRestriction_UU, GL_FundRestriction_UU); + } + + /** Get GL_FundRestriction_UU. + @return GL_FundRestriction_UU */ + public String getGL_FundRestriction_UU () + { + return (String)get_Value(COLUMNNAME_GL_FundRestriction_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java b/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java index 0ba54b6df9..fee54450ec 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_Journal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_Journal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_Journal (Properties ctx, int GL_Journal_ID, String trxName) @@ -108,9 +108,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -136,9 +136,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return ii.intValue(); } - public I_C_ConversionType getC_ConversionType() throws RuntimeException + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionType_ID(), get_TrxName()); } /** Set Currency Type. @@ -164,9 +164,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -192,9 +192,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -240,9 +240,26 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return bd; } - public I_C_Period getC_Period() throws RuntimeException + /** Set Copy From. + @param CopyFrom + Copy From Record + */ + public void setCopyFrom (String CopyFrom) + { + set_Value (COLUMNNAME_CopyFrom, CopyFrom); + } + + /** Get Copy From. + @return Copy From Record + */ + public String getCopyFrom () + { + return (String)get_Value(COLUMNNAME_CopyFrom); + } + + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -456,9 +473,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return new KeyNamePair(get_ID(), getDocumentNo()); } - public I_GL_Budget getGL_Budget() throws RuntimeException + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. @@ -484,9 +501,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return ii.intValue(); } - public I_GL_Category getGL_Category() throws RuntimeException + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException { - return (I_GL_Category)MTable.get(getCtx(), I_GL_Category.Table_Name) + return (org.compiere.model.I_GL_Category)MTable.get(getCtx(), org.compiere.model.I_GL_Category.Table_Name) .getPO(getGL_Category_ID(), get_TrxName()); } /** Set GL Category. @@ -512,9 +529,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return ii.intValue(); } - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException { - return (I_GL_JournalBatch)MTable.get(getCtx(), I_GL_JournalBatch.Table_Name) + return (org.compiere.model.I_GL_JournalBatch)MTable.get(getCtx(), org.compiere.model.I_GL_JournalBatch.Table_Name) .getPO(getGL_JournalBatch_ID(), get_TrxName()); } /** Set Journal Batch. @@ -563,6 +580,20 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return ii.intValue(); } + /** Set GL_Journal_UU. + @param GL_Journal_UU GL_Journal_UU */ + public void setGL_Journal_UU (String GL_Journal_UU) + { + set_Value (COLUMNNAME_GL_Journal_UU, GL_Journal_UU); + } + + /** Get GL_Journal_UU. + @return GL_Journal_UU */ + public String getGL_Journal_UU () + { + return (String)get_Value(COLUMNNAME_GL_Journal_UU); + } + /** Set Approved. @param IsApproved Indicates if this document requires approval @@ -730,9 +761,9 @@ public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent return false; } - public I_GL_Journal getReversal() throws RuntimeException + public org.compiere.model.I_GL_Journal getReversal() throws RuntimeException { - return (I_GL_Journal)MTable.get(getCtx(), I_GL_Journal.Table_Name) + return (org.compiere.model.I_GL_Journal)MTable.get(getCtx(), org.compiere.model.I_GL_Journal.Table_Name) .getPO(getReversal_ID(), get_TrxName()); } /** Set Reversal ID. diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java index 3a504a55dc..72b5b45d91 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalBatch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalBatch - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_JournalBatch (Properties ctx, int GL_JournalBatch_ID, String trxName) @@ -86,9 +86,9 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis return sb.toString(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -114,9 +114,9 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -179,9 +179,9 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -375,9 +375,9 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis return new KeyNamePair(get_ID(), getDocumentNo()); } - public I_GL_Category getGL_Category() throws RuntimeException + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException { - return (I_GL_Category)MTable.get(getCtx(), I_GL_Category.Table_Name) + return (org.compiere.model.I_GL_Category)MTable.get(getCtx(), org.compiere.model.I_GL_Category.Table_Name) .getPO(getGL_Category_ID(), get_TrxName()); } /** Set GL Category. @@ -426,6 +426,20 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis return ii.intValue(); } + /** Set GL_JournalBatch_UU. + @param GL_JournalBatch_UU GL_JournalBatch_UU */ + public void setGL_JournalBatch_UU (String GL_JournalBatch_UU) + { + set_Value (COLUMNNAME_GL_JournalBatch_UU, GL_JournalBatch_UU); + } + + /** Get GL_JournalBatch_UU. + @return GL_JournalBatch_UU */ + public String getGL_JournalBatch_UU () + { + return (String)get_Value(COLUMNNAME_GL_JournalBatch_UU); + } + /** Set Approved. @param IsApproved Indicates if this document requires approval @@ -525,9 +539,9 @@ public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persis return false; } - public I_GL_JournalBatch getReversal() throws RuntimeException + public org.compiere.model.I_GL_JournalBatch getReversal() throws RuntimeException { - return (I_GL_JournalBatch)MTable.get(getCtx(), I_GL_JournalBatch.Table_Name) + return (org.compiere.model.I_GL_JournalBatch)MTable.get(getCtx(), org.compiere.model.I_GL_JournalBatch.Table_Name) .getPO(getReversal_ID(), get_TrxName()); } /** Set Reversal ID. diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java index 1080918bf7..4cb4beee12 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGenerator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalGenerator - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_JournalGenerator extends PO implements I_GL_JournalGenerator, I_Persistent { /** * */ - private static final long serialVersionUID = 20120924L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_JournalGenerator (Properties ctx, int GL_JournalGenerator_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java index e9aca8cad5..06e4ad9f5c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalGeneratorLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_JournalGeneratorLine extends PO implements I_GL_JournalGeneratorLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20120924L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_JournalGeneratorLine (Properties ctx, int GL_JournalGeneratorLine_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java index 7ede65679b..62029c3a51 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalGeneratorSource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for GL_JournalGeneratorSource - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_JournalGeneratorSource extends PO implements I_GL_JournalGeneratorSource, I_Persistent { /** * */ - private static final long serialVersionUID = 20120924L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_JournalGeneratorSource (Properties ctx, int GL_JournalGeneratorSource_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java b/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java index df06703aed..bcd4c00d3b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_GL_JournalLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for GL_JournalLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20120725L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_GL_JournalLine (Properties ctx, int GL_JournalLine_ID, String trxName) @@ -173,15 +173,15 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste return ii.intValue(); } - /** Set Asset Related?. - @param A_CreateAsset Asset Related? */ + /** Set Create Asset. + @param A_CreateAsset Create Asset */ public void setA_CreateAsset (boolean A_CreateAsset) { set_Value (COLUMNNAME_A_CreateAsset, Boolean.valueOf(A_CreateAsset)); } - /** Get Asset Related?. - @return Asset Related? */ + /** Get Create Asset. + @return Create Asset */ public boolean isA_CreateAsset () { Object oo = get_Value(COLUMNNAME_A_CreateAsset); diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java index 50c8b7eaa8..2af5fc4e46 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for IMP_Processor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_IMP_Processor (Properties ctx, int IMP_Processor_ID, String trxName) @@ -264,6 +264,20 @@ public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent return ii.intValue(); } + /** Set IMP_Processor_UU. + @param IMP_Processor_UU IMP_Processor_UU */ + public void setIMP_Processor_UU (String IMP_Processor_UU) + { + set_Value (COLUMNNAME_IMP_Processor_UU, IMP_Processor_UU); + } + + /** Get IMP_Processor_UU. + @return IMP_Processor_UU */ + public String getIMP_Processor_UU () + { + return (String)get_Value(COLUMNNAME_IMP_Processor_UU); + } + /** Set Days to keep Log. @param KeepLogDays Number of days to keep the log entries diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java index 0074f23824..688e25919a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for IMP_ProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_IMP_ProcessorLog (Properties ctx, int IMP_ProcessorLog_ID, String trxName) @@ -168,6 +168,20 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers return ii.intValue(); } + /** Set IMP_ProcessorLog_UU. + @param IMP_ProcessorLog_UU IMP_ProcessorLog_UU */ + public void setIMP_ProcessorLog_UU (String IMP_ProcessorLog_UU) + { + set_Value (COLUMNNAME_IMP_ProcessorLog_UU, IMP_ProcessorLog_UU); + } + + /** Get IMP_ProcessorLog_UU. + @return IMP_ProcessorLog_UU */ + public String getIMP_ProcessorLog_UU () + { + return (String)get_Value(COLUMNNAME_IMP_ProcessorLog_UU); + } + /** Set Error. @param IsError An Error occurred in the execution diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java index 43b027ee19..fb4fe01015 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_ProcessorParameter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for IMP_ProcessorParameter - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParameter, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_IMP_ProcessorParameter (Properties ctx, int IMP_ProcessorParameter_ID, String trxName) @@ -151,6 +151,20 @@ public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParam return ii.intValue(); } + /** Set IMP_ProcessorParameter_UU. + @param IMP_ProcessorParameter_UU IMP_ProcessorParameter_UU */ + public void setIMP_ProcessorParameter_UU (String IMP_ProcessorParameter_UU) + { + set_Value (COLUMNNAME_IMP_ProcessorParameter_UU, IMP_ProcessorParameter_UU); + } + + /** Get IMP_ProcessorParameter_UU. + @return IMP_ProcessorParameter_UU */ + public String getIMP_ProcessorParameter_UU () + { + return (String)get_Value(COLUMNNAME_IMP_ProcessorParameter_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java index c8dc2a36f6..ec5307532d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_IMP_Processor_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for IMP_Processor_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_IMP_Processor_Type (Properties ctx, int IMP_Processor_Type_ID, String trxName) @@ -126,6 +126,20 @@ public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_ return ii.intValue(); } + /** Set IMP_Processor_Type_UU. + @param IMP_Processor_Type_UU IMP_Processor_Type_UU */ + public void setIMP_Processor_Type_UU (String IMP_Processor_Type_UU) + { + set_Value (COLUMNNAME_IMP_Processor_Type_UU, IMP_Processor_Type_UU); + } + + /** Get IMP_Processor_Type_UU. + @return IMP_Processor_Type_UU */ + public String getIMP_Processor_Type_UU () + { + return (String)get_Value(COLUMNNAME_IMP_Processor_Type_UU); + } + /** Set Java Class. @param JavaClass Java Class */ public void setJavaClass (String JavaClass) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Asset.java b/org.adempiere.base/src/org/compiere/model/X_I_Asset.java index 30ddff1107..797470fd59 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Asset.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Asset (Properties ctx, int I_Asset_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java b/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java index f38f95b234..51bcfdf255 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_BPartner.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for I_BPartner - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_BPartner (Properties ctx, int I_BPartner_ID, String trxName) @@ -107,9 +107,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return (String)get_Value(COLUMNNAME_Address2); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -169,9 +169,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return (String)get_Value(COLUMNNAME_BPContactGreeting); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -197,9 +197,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -225,9 +225,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -253,9 +253,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return ii.intValue(); } - public I_C_Country getC_Country() throws RuntimeException + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -281,9 +281,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return ii.intValue(); } - public I_C_Greeting getC_Greeting() throws RuntimeException + public org.compiere.model.I_C_Greeting getC_Greeting() throws RuntimeException { - return (I_C_Greeting)MTable.get(getCtx(), I_C_Greeting.Table_Name) + return (org.compiere.model.I_C_Greeting)MTable.get(getCtx(), org.compiere.model.I_C_Greeting.Table_Name) .getPO(getC_Greeting_ID(), get_TrxName()); } /** Set Greeting. @@ -394,9 +394,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return (String)get_Value(COLUMNNAME_CountryCode); } - public I_C_Region getC_Region() throws RuntimeException + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. @@ -527,6 +527,20 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return ii.intValue(); } + /** Set I_BPartner_UU. + @param I_BPartner_UU I_BPartner_UU */ + public void setI_BPartner_UU (String I_BPartner_UU) + { + set_Value (COLUMNNAME_I_BPartner_UU, I_BPartner_UU); + } + + /** Get I_BPartner_UU. + @return I_BPartner_UU */ + public String getI_BPartner_UU () + { + return (String)get_Value(COLUMNNAME_I_BPartner_UU); + } + /** Set Import Error Message. @param I_ErrorMsg Messages generated from import process @@ -855,9 +869,9 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent return (String)get_Value(COLUMNNAME_RegionName); } - public I_R_InterestArea getR_InterestArea() throws RuntimeException + public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException { - return (I_R_InterestArea)MTable.get(getCtx(), I_R_InterestArea.Table_Name) + return (org.compiere.model.I_R_InterestArea)MTable.get(getCtx(), org.compiere.model.I_R_InterestArea.Table_Name) .getPO(getR_InterestArea_ID(), get_TrxName()); } /** Set Interest Area. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java b/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java index dadfb85c50..1841ff6605 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_BankStatement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for I_BankStatement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_BankStatement (Properties ctx, int I_BankStatement_ID, String trxName) @@ -107,9 +107,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return (String)get_Value(COLUMNNAME_BPartnerValue); } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -135,9 +135,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } - public I_C_BankStatement getC_BankStatement() throws RuntimeException + public org.compiere.model.I_C_BankStatement getC_BankStatement() throws RuntimeException { - return (I_C_BankStatement)MTable.get(getCtx(), I_C_BankStatement.Table_Name) + return (org.compiere.model.I_C_BankStatement)MTable.get(getCtx(), org.compiere.model.I_C_BankStatement.Table_Name) .getPO(getC_BankStatement_ID(), get_TrxName()); } /** Set Bank Statement. @@ -163,9 +163,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } - public I_C_BankStatementLine getC_BankStatementLine() throws RuntimeException + public org.compiere.model.I_C_BankStatementLine getC_BankStatementLine() throws RuntimeException { - return (I_C_BankStatementLine)MTable.get(getCtx(), I_C_BankStatementLine.Table_Name) + return (org.compiere.model.I_C_BankStatementLine)MTable.get(getCtx(), org.compiere.model.I_C_BankStatementLine.Table_Name) .getPO(getC_BankStatementLine_ID(), get_TrxName()); } /** Set Bank statement line. @@ -191,9 +191,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -219,9 +219,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -247,9 +247,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -312,9 +312,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return (String)get_Value(COLUMNNAME_ChargeName); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -340,9 +340,9 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -663,6 +663,20 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis return ii.intValue(); } + /** Set I_BankStatement_UU. + @param I_BankStatement_UU I_BankStatement_UU */ + public void setI_BankStatement_UU (String I_BankStatement_UU) + { + set_Value (COLUMNNAME_I_BankStatement_UU, I_BankStatement_UU); + } + + /** Get I_BankStatement_UU. + @return I_BankStatement_UU */ + public String getI_BankStatement_UU () + { + return (String)get_Value(COLUMNNAME_I_BankStatement_UU); + } + /** Set Import Error Message. @param I_ErrorMsg Messages generated from import process diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java b/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java index fa7a3f6147..031b2ccd92 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Conversion_Rate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_Conversion_Rate - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Conversion_Rate (Properties ctx, int I_Conversion_Rate_ID, String trxName) @@ -73,9 +73,9 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe return sb.toString(); } - public I_C_Conversion_Rate getC_Conversion_Rate() throws RuntimeException + public org.compiere.model.I_C_Conversion_Rate getC_Conversion_Rate() throws RuntimeException { - return (I_C_Conversion_Rate)MTable.get(getCtx(), I_C_Conversion_Rate.Table_Name) + return (org.compiere.model.I_C_Conversion_Rate)MTable.get(getCtx(), org.compiere.model.I_C_Conversion_Rate.Table_Name) .getPO(getC_Conversion_Rate_ID(), get_TrxName()); } /** Set Conversion Rate. @@ -101,9 +101,9 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe return ii.intValue(); } - public I_C_ConversionType getC_ConversionType() throws RuntimeException + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionType_ID(), get_TrxName()); } /** Set Currency Type. @@ -129,9 +129,9 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -157,9 +157,9 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe return ii.intValue(); } - public I_C_Currency getC_Currency_To() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency_To() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID_To(), get_TrxName()); } /** Set Currency To. @@ -274,6 +274,20 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe return new KeyNamePair(get_ID(), String.valueOf(getI_Conversion_Rate_ID())); } + /** Set I_Conversion_Rate_UU. + @param I_Conversion_Rate_UU I_Conversion_Rate_UU */ + public void setI_Conversion_Rate_UU (String I_Conversion_Rate_UU) + { + set_Value (COLUMNNAME_I_Conversion_Rate_UU, I_Conversion_Rate_UU); + } + + /** Get I_Conversion_Rate_UU. + @return I_Conversion_Rate_UU */ + public String getI_Conversion_Rate_UU () + { + return (String)get_Value(COLUMNNAME_I_Conversion_Rate_UU); + } + /** Set Import Error Message. @param I_ErrorMsg Messages generated from import process diff --git a/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java b/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java index 53b768b571..51dadc1c70 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_ElementValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for I_ElementValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_ElementValue (Properties ctx, int I_ElementValue_ID, String trxName) @@ -129,9 +129,9 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste return (String)get_Value(COLUMNNAME_AccountType); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -157,9 +157,9 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste return ii.intValue(); } - public I_C_Element getC_Element() throws RuntimeException + public org.compiere.model.I_C_Element getC_Element() throws RuntimeException { - return (I_C_Element)MTable.get(getCtx(), I_C_Element.Table_Name) + return (org.compiere.model.I_C_Element)MTable.get(getCtx(), org.compiere.model.I_C_Element.Table_Name) .getPO(getC_Element_ID(), get_TrxName()); } /** Set Element. @@ -185,9 +185,9 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste return ii.intValue(); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -287,6 +287,20 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste return ii.intValue(); } + /** Set I_ElementValue_UU. + @param I_ElementValue_UU I_ElementValue_UU */ + public void setI_ElementValue_UU (String I_ElementValue_UU) + { + set_Value (COLUMNNAME_I_ElementValue_UU, I_ElementValue_UU); + } + + /** Get I_ElementValue_UU. + @return I_ElementValue_UU */ + public String getI_ElementValue_UU () + { + return (String)get_Value(COLUMNNAME_I_ElementValue_UU); + } + /** Set Import Error Message. @param I_ErrorMsg Messages generated from import process @@ -393,9 +407,9 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste return (String)get_Value(COLUMNNAME_Name); } - public I_C_ElementValue getParentElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getParentElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getParentElementValue_ID(), get_TrxName()); } /** Set Parent Account. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java b/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java index 3c8d06d9fc..5a5a9bede1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_FAJournal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_FAJournal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_FAJournal (Properties ctx, int I_FAJournal_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java b/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java index baa7189eca..de8607c243 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_FixedAsset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for I_FixedAsset - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_FixedAsset (Properties ctx, int I_FixedAsset_ID, String trxName) @@ -621,6 +621,20 @@ public class X_I_FixedAsset extends PO implements I_I_FixedAsset, I_Persistent return ii.intValue(); } + /** Set I_FixedAsset_UU. + @param I_FixedAsset_UU I_FixedAsset_UU */ + public void setI_FixedAsset_UU (String I_FixedAsset_UU) + { + set_Value (COLUMNNAME_I_FixedAsset_UU, I_FixedAsset_UU); + } + + /** Get I_FixedAsset_UU. + @return I_FixedAsset_UU */ + public String getI_FixedAsset_UU () + { + return (String)get_Value(COLUMNNAME_I_FixedAsset_UU); + } + /** Set Imported. @param I_IsImported Has this import been processed diff --git a/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java b/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java index e7870ec1c3..5b1029f053 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_GLJournal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_GLJournal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_GLJournal (Properties ctx, int I_GLJournal_ID, String trxName) @@ -74,9 +74,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -313,9 +313,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return (String)get_Value(COLUMNNAME_BPartnerValue); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -341,9 +341,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -386,9 +386,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return (String)get_Value(COLUMNNAME_CategoryName); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -414,9 +414,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -442,9 +442,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_ConversionType getC_ConversionType() throws RuntimeException + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionType_ID(), get_TrxName()); } /** Set Currency Type. @@ -470,9 +470,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -498,9 +498,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -543,9 +543,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return (String)get_Value(COLUMNNAME_ClientValue); } - public I_C_Location getC_LocFrom() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocFrom() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocFrom_ID(), get_TrxName()); } /** Set Location From. @@ -571,9 +571,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_Location getC_LocTo() throws RuntimeException + public org.compiere.model.I_C_Location getC_LocTo() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_LocTo_ID(), get_TrxName()); } /** Set Location To. @@ -616,9 +616,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return (String)get_Value(COLUMNNAME_ConversionTypeValue); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -644,9 +644,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -672,9 +672,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -700,9 +700,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -748,9 +748,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return bd; } - public I_C_ValidCombination getC_ValidCombination() throws RuntimeException + public org.compiere.model.I_C_ValidCombination getC_ValidCombination() throws RuntimeException { - return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_Name) + return (org.compiere.model.I_C_ValidCombination)MTable.get(getCtx(), org.compiere.model.I_C_ValidCombination.Table_Name) .getPO(getC_ValidCombination_ID(), get_TrxName()); } /** Set Combination. @@ -827,9 +827,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return (String)get_Value(COLUMNNAME_DocTypeName); } - public I_GL_Budget getGL_Budget() throws RuntimeException + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. @@ -855,9 +855,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_GL_Category getGL_Category() throws RuntimeException + public org.compiere.model.I_GL_Category getGL_Category() throws RuntimeException { - return (I_GL_Category)MTable.get(getCtx(), I_GL_Category.Table_Name) + return (org.compiere.model.I_GL_Category)MTable.get(getCtx(), org.compiere.model.I_GL_Category.Table_Name) .getPO(getGL_Category_ID(), get_TrxName()); } /** Set GL Category. @@ -883,9 +883,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException + public org.compiere.model.I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException { - return (I_GL_JournalBatch)MTable.get(getCtx(), I_GL_JournalBatch.Table_Name) + return (org.compiere.model.I_GL_JournalBatch)MTable.get(getCtx(), org.compiere.model.I_GL_JournalBatch.Table_Name) .getPO(getGL_JournalBatch_ID(), get_TrxName()); } /** Set Journal Batch. @@ -911,9 +911,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_GL_Journal getGL_Journal() throws RuntimeException + public org.compiere.model.I_GL_Journal getGL_Journal() throws RuntimeException { - return (I_GL_Journal)MTable.get(getCtx(), I_GL_Journal.Table_Name) + return (org.compiere.model.I_GL_Journal)MTable.get(getCtx(), org.compiere.model.I_GL_Journal.Table_Name) .getPO(getGL_Journal_ID(), get_TrxName()); } /** Set Journal. @@ -939,9 +939,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_GL_JournalLine getGL_JournalLine() throws RuntimeException + public org.compiere.model.I_GL_JournalLine getGL_JournalLine() throws RuntimeException { - return (I_GL_JournalLine)MTable.get(getCtx(), I_GL_JournalLine.Table_Name) + return (org.compiere.model.I_GL_JournalLine)MTable.get(getCtx(), org.compiere.model.I_GL_JournalLine.Table_Name) .getPO(getGL_JournalLine_ID(), get_TrxName()); } /** Set Journal Line. @@ -1015,6 +1015,20 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getI_GLJournal_ID())); } + /** Set I_GLJournal_UU. + @param I_GLJournal_UU I_GLJournal_UU */ + public void setI_GLJournal_UU (String I_GLJournal_UU) + { + set_Value (COLUMNNAME_I_GLJournal_UU, I_GLJournal_UU); + } + + /** Get I_GLJournal_UU. + @return I_GLJournal_UU */ + public String getI_GLJournal_UU () + { + return (String)get_Value(COLUMNNAME_I_GLJournal_UU); + } + /** Set Imported. @param I_IsImported Has this import been processed @@ -1141,9 +1155,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -1366,9 +1380,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return (String)get_Value(COLUMNNAME_UPC); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1394,9 +1408,9 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java index 001994589f..7550b49fa2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_InOutLineConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_InOutLineConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_InOutLineConfirm (Properties ctx, int I_InOutLineConfirm_ID, String trxName) @@ -200,6 +200,20 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ return new KeyNamePair(get_ID(), String.valueOf(getI_InOutLineConfirm_ID())); } + /** Set I_InOutLineConfirm_UU. + @param I_InOutLineConfirm_UU I_InOutLineConfirm_UU */ + public void setI_InOutLineConfirm_UU (String I_InOutLineConfirm_UU) + { + set_Value (COLUMNNAME_I_InOutLineConfirm_UU, I_InOutLineConfirm_UU); + } + + /** Get I_InOutLineConfirm_UU. + @return I_InOutLineConfirm_UU */ + public String getI_InOutLineConfirm_UU () + { + return (String)get_Value(COLUMNNAME_I_InOutLineConfirm_UU); + } + /** Set Imported. @param I_IsImported Has this import been processed @@ -224,9 +238,9 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_ return false; } - public I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException + public org.compiere.model.I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException { - return (I_M_InOutLineConfirm)MTable.get(getCtx(), I_M_InOutLineConfirm.Table_Name) + return (org.compiere.model.I_M_InOutLineConfirm)MTable.get(getCtx(), org.compiere.model.I_M_InOutLineConfirm.Table_Name) .getPO(getM_InOutLineConfirm_ID(), get_TrxName()); } /** Set Ship/Receipt Confirmation Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java b/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java index e472c604bc..ff9fbd6db1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Inventory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_Inventory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent { /** * */ - private static final long serialVersionUID = 20120529L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Inventory (Properties ctx, int I_Inventory_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java b/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java index 87bd9678a8..f8b1a54188 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Invoice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for I_Invoice - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Invoice (Properties ctx, int I_Invoice_ID, String trxName) @@ -144,9 +144,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -189,9 +189,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return (String)get_Value(COLUMNNAME_BPartnerValue); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -217,9 +217,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -245,9 +245,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -273,9 +273,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -301,9 +301,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -329,9 +329,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Country getC_Country() throws RuntimeException + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -357,9 +357,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -385,9 +385,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -430,9 +430,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return (String)get_Value(COLUMNNAME_ChargeName); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -458,9 +458,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -503,9 +503,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return (String)get_Value(COLUMNNAME_City); } - public I_C_Location getC_Location() throws RuntimeException + public org.compiere.model.I_C_Location getC_Location() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_Location_ID(), get_TrxName()); } /** Set Address. @@ -572,9 +572,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return false; } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -600,9 +600,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -628,9 +628,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Region getC_Region() throws RuntimeException + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. @@ -656,9 +656,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -826,6 +826,20 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } + /** Set I_Invoice_UU. + @param I_Invoice_UU I_Invoice_UU */ + public void setI_Invoice_UU (String I_Invoice_UU) + { + set_Value (COLUMNNAME_I_Invoice_UU, I_Invoice_UU); + } + + /** Get I_Invoice_UU. + @return I_Invoice_UU */ + public String getI_Invoice_UU () + { + return (String)get_Value(COLUMNNAME_I_Invoice_UU); + } + /** Set Imported. @param I_IsImported Has this import been processed @@ -891,9 +905,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return (String)get_Value(COLUMNNAME_LineDescription); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -919,9 +933,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -1151,9 +1165,9 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent return (String)get_Value(COLUMNNAME_RegionName); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Order.java b/org.adempiere.base/src/org/compiere/model/X_I_Order.java index 4b5ab6d5ba..1e3ae556dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Order.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for I_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Order extends PO implements I_I_Order, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Order (Properties ctx, int I_Order_ID, String trxName) @@ -130,9 +130,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -158,9 +158,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getBillTo() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getBillTo() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getBillTo_ID(), get_TrxName()); } /** Set Invoice To. @@ -203,9 +203,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return (String)get_Value(COLUMNNAME_BPartnerValue); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -231,9 +231,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -259,9 +259,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -287,9 +287,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -315,9 +315,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -343,9 +343,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Country getC_Country() throws RuntimeException + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -371,9 +371,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -399,9 +399,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -461,9 +461,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return (String)get_Value(COLUMNNAME_City); } - public I_C_Location getC_Location() throws RuntimeException + public org.compiere.model.I_C_Location getC_Location() throws RuntimeException { - return (I_C_Location)MTable.get(getCtx(), I_C_Location.Table_Name) + return (org.compiere.model.I_C_Location)MTable.get(getCtx(), org.compiere.model.I_C_Location.Table_Name) .getPO(getC_Location_ID(), get_TrxName()); } /** Set Address. @@ -506,9 +506,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return (String)get_Value(COLUMNNAME_ContactName); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -534,9 +534,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -562,9 +562,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_OrderSource getC_OrderSource() throws RuntimeException + public org.compiere.model.I_C_OrderSource getC_OrderSource() throws RuntimeException { - return (I_C_OrderSource)MTable.get(getCtx(), I_C_OrderSource.Table_Name) + return (org.compiere.model.I_C_OrderSource)MTable.get(getCtx(), org.compiere.model.I_C_OrderSource.Table_Name) .getPO(getC_OrderSource_ID(), get_TrxName()); } /** Set Order Source. @@ -618,9 +618,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return (String)get_Value(COLUMNNAME_CountryCode); } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -646,9 +646,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -674,9 +674,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Region getC_Region() throws RuntimeException + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. @@ -702,9 +702,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -730,9 +730,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -976,6 +976,20 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } + /** Set I_Order_UU. + @param I_Order_UU I_Order_UU */ + public void setI_Order_UU (String I_Order_UU) + { + set_Value (COLUMNNAME_I_Order_UU, I_Order_UU); + } + + /** Get I_Order_UU. + @return I_Order_UU */ + public String getI_Order_UU () + { + return (String)get_Value(COLUMNNAME_I_Order_UU); + } + /** Set Sales Transaction. @param IsSOTrx This is a Sales Transaction @@ -1017,9 +1031,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return (String)get_Value(COLUMNNAME_LineDescription); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -1045,9 +1059,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -1073,9 +1087,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -1101,9 +1115,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -1316,9 +1330,9 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent return (String)get_Value(COLUMNNAME_RegionName); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Payment.java b/org.adempiere.base/src/org/compiere/model/X_I_Payment.java index 73785e366c..bf4974c37e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Payment.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Payment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for I_Payment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Payment (Properties ctx, int I_Payment_ID, String trxName) @@ -277,9 +277,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return (String)get_Value(COLUMNNAME_BPartnerValue); } - public I_C_BankAccount getC_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @@ -305,9 +305,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -333,9 +333,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -361,9 +361,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -389,9 +389,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -471,9 +471,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return (String)get_Value(COLUMNNAME_CheckNo); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -499,9 +499,9 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -804,6 +804,20 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent return ii.intValue(); } + /** Set I_Payment_UU. + @param I_Payment_UU I_Payment_UU */ + public void setI_Payment_UU (String I_Payment_UU) + { + set_Value (COLUMNNAME_I_Payment_UU, I_Payment_UU); + } + + /** Get I_Payment_UU. + @return I_Payment_UU */ + public String getI_Payment_UU () + { + return (String)get_Value(COLUMNNAME_I_Payment_UU); + } + /** Set Approved. @param IsApproved Indicates if this document requires approval diff --git a/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java b/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java index f063150ff8..e08cf3de51 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_PriceList.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for I_PriceList - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_PriceList (Properties ctx, int I_PriceList_ID, String trxName) @@ -111,9 +111,9 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -139,9 +139,9 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -167,9 +167,9 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -297,6 +297,20 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return ii.intValue(); } + /** Set I_PriceList_UU. + @param I_PriceList_UU I_PriceList_UU */ + public void setI_PriceList_UU (String I_PriceList_UU) + { + set_Value (COLUMNNAME_I_PriceList_UU, I_PriceList_UU); + } + + /** Get I_PriceList_UU. + @return I_PriceList_UU */ + public String getI_PriceList_UU () + { + return (String)get_Value(COLUMNNAME_I_PriceList_UU); + } + /** Set ISO Currency Code. @param ISO_Code Three letter ISO 4217 Code of the Currency @@ -362,9 +376,9 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return false; } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -390,9 +404,9 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return ii.intValue(); } - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_PriceList_Version_ID(), get_TrxName()); } /** Set Price List Version. @@ -418,9 +432,9 @@ public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_I_Product.java b/org.adempiere.base/src/org/compiere/model/X_I_Product.java index 52c69b8b6f..27c7152e24 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_Product - * @author Adempiere (generated) - * @version 360LTS.015 - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Product extends PO implements I_I_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20120406L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Product (Properties ctx, int I_Product_ID, String trxName) @@ -91,9 +91,9 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent return (String)get_Value(COLUMNNAME_BPartner_Value); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -119,9 +119,9 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -184,9 +184,9 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent return bd; } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -422,6 +422,20 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent return ii.intValue(); } + /** Set I_Product_UU. + @param I_Product_UU I_Product_UU */ + public void setI_Product_UU (String I_Product_UU) + { + set_Value (COLUMNNAME_I_Product_UU, I_Product_UU); + } + + /** Get I_Product_UU. + @return I_Product_UU */ + public String getI_Product_UU () + { + return (String)get_Value(COLUMNNAME_I_Product_UU); + } + /** Set ISO Currency Code. @param ISO_Code Three letter ISO 4217 Code of the Currency @@ -456,9 +470,9 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent return (String)get_Value(COLUMNNAME_Manufacturer); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -484,9 +498,9 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -737,6 +751,8 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent public static final String PRODUCTTYPE_ExpenseType = "E"; /** Online = O */ public static final String PRODUCTTYPE_Online = "O"; + /** Asset = A */ + public static final String PRODUCTTYPE_Asset = "A"; /** Set Product Type. @param ProductType Type of product diff --git a/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java b/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java index 166e68a456..3a7fa9c2b3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_I_ReportLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for I_ReportLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_ReportLine (Properties ctx, int I_ReportLine_ID, String trxName) @@ -96,9 +96,9 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent return (String)get_Value(COLUMNNAME_CalculationType); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -222,6 +222,20 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent return ii.intValue(); } + /** Set I_ReportLine_UU. + @param I_ReportLine_UU I_ReportLine_UU */ + public void setI_ReportLine_UU (String I_ReportLine_UU) + { + set_Value (COLUMNNAME_I_ReportLine_UU, I_ReportLine_UU); + } + + /** Get I_ReportLine_UU. + @return I_ReportLine_UU */ + public String getI_ReportLine_UU () + { + return (String)get_Value(COLUMNNAME_I_ReportLine_UU); + } + /** Set Printed. @param IsPrinted Indicates if this document / line is printed @@ -376,9 +390,9 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent return (String)get_Value(COLUMNNAME_PAPeriodType); } - public I_PA_ReportLine getPA_ReportLine() throws RuntimeException + public org.compiere.model.I_PA_ReportLine getPA_ReportLine() throws RuntimeException { - return (I_PA_ReportLine)MTable.get(getCtx(), I_PA_ReportLine.Table_Name) + return (org.compiere.model.I_PA_ReportLine)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLine.Table_Name) .getPO(getPA_ReportLine_ID(), get_TrxName()); } /** Set Report Line. @@ -401,9 +415,9 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent return ii.intValue(); } - public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException + public org.compiere.model.I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException { - return (I_PA_ReportLineSet)MTable.get(getCtx(), I_PA_ReportLineSet.Table_Name) + return (org.compiere.model.I_PA_ReportLineSet)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLineSet.Table_Name) .getPO(getPA_ReportLineSet_ID(), get_TrxName()); } /** Set Report Line Set. @@ -426,9 +440,9 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent return ii.intValue(); } - public I_PA_ReportSource getPA_ReportSource() throws RuntimeException + public org.compiere.model.I_PA_ReportSource getPA_ReportSource() throws RuntimeException { - return (I_PA_ReportSource)MTable.get(getCtx(), I_PA_ReportSource.Table_Name) + return (org.compiere.model.I_PA_ReportSource)MTable.get(getCtx(), org.compiere.model.I_PA_ReportSource.Table_Name) .getPO(getPA_ReportSource_ID(), get_TrxName()); } /** Set Report Source. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Category.java b/org.adempiere.base/src/org/compiere/model/X_K_Category.java index 6ba953dba9..456b07dcd2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Category extends PO implements I_K_Category, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Category (Properties ctx, int K_Category_ID, String trxName) @@ -128,6 +128,20 @@ public class X_K_Category extends PO implements I_K_Category, I_Persistent return ii.intValue(); } + /** Set K_Category_UU. + @param K_Category_UU K_Category_UU */ + public void setK_Category_UU (String K_Category_UU) + { + set_Value (COLUMNNAME_K_Category_UU, K_Category_UU); + } + + /** Get K_Category_UU. + @return K_Category_UU */ + public String getK_Category_UU () + { + return (String)get_Value(COLUMNNAME_K_Category_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_K_CategoryValue.java b/org.adempiere.base/src/org/compiere/model/X_K_CategoryValue.java index 2b98ed9717..26c0ca94d8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_CategoryValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_CategoryValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_CategoryValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_CategoryValue (Properties ctx, int K_CategoryValue_ID, String trxName) @@ -89,9 +89,9 @@ public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persis return (String)get_Value(COLUMNNAME_Description); } - public I_K_Category getK_Category() throws RuntimeException + public org.compiere.model.I_K_Category getK_Category() throws RuntimeException { - return (I_K_Category)MTable.get(getCtx(), I_K_Category.Table_Name) + return (org.compiere.model.I_K_Category)MTable.get(getCtx(), org.compiere.model.I_K_Category.Table_Name) .getPO(getK_Category_ID(), get_TrxName()); } /** Set Knowledge Category. @@ -140,6 +140,20 @@ public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persis return ii.intValue(); } + /** Set K_CategoryValue_UU. + @param K_CategoryValue_UU K_CategoryValue_UU */ + public void setK_CategoryValue_UU (String K_CategoryValue_UU) + { + set_Value (COLUMNNAME_K_CategoryValue_UU, K_CategoryValue_UU); + } + + /** Get K_CategoryValue_UU. + @return K_CategoryValue_UU */ + public String getK_CategoryValue_UU () + { + return (String)get_Value(COLUMNNAME_K_CategoryValue_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Comment.java b/org.adempiere.base/src/org/compiere/model/X_K_Comment.java index 70732648dd..ee98384e68 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Comment.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Comment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Comment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Comment (Properties ctx, int K_Comment_ID, String trxName) @@ -75,9 +75,9 @@ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent return sb.toString(); } - public I_AD_Session getAD_Session() throws RuntimeException + public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException { - return (I_AD_Session)MTable.get(getCtx(), I_AD_Session.Table_Name) + return (org.compiere.model.I_AD_Session)MTable.get(getCtx(), org.compiere.model.I_AD_Session.Table_Name) .getPO(getAD_Session_ID(), get_TrxName()); } /** Set Session. @@ -158,9 +158,23 @@ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getK_Comment_ID())); } - public I_K_Entry getK_Entry() throws RuntimeException + /** Set K_Comment_UU. + @param K_Comment_UU K_Comment_UU */ + public void setK_Comment_UU (String K_Comment_UU) + { + set_Value (COLUMNNAME_K_Comment_UU, K_Comment_UU); + } + + /** Get K_Comment_UU. + @return K_Comment_UU */ + public String getK_Comment_UU () + { + return (String)get_Value(COLUMNNAME_K_Comment_UU); + } + + public org.compiere.model.I_K_Entry getK_Entry() throws RuntimeException { - return (I_K_Entry)MTable.get(getCtx(), I_K_Entry.Table_Name) + return (org.compiere.model.I_K_Entry)MTable.get(getCtx(), org.compiere.model.I_K_Entry.Table_Name) .getPO(getK_Entry_ID(), get_TrxName()); } /** Set Entry. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Entry.java b/org.adempiere.base/src/org/compiere/model/X_K_Entry.java index 5210c726f4..6a95cff918 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Entry.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Entry.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Entry - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Entry (Properties ctx, int K_Entry_ID, String trxName) @@ -77,9 +77,9 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent return sb.toString(); } - public I_AD_Session getAD_Session() throws RuntimeException + public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException { - return (I_AD_Session)MTable.get(getCtx(), I_AD_Session.Table_Name) + return (org.compiere.model.I_AD_Session)MTable.get(getCtx(), org.compiere.model.I_AD_Session.Table_Name) .getPO(getAD_Session_ID(), get_TrxName()); } /** Set Session. @@ -169,6 +169,20 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent return ii.intValue(); } + /** Set K_Entry_UU. + @param K_Entry_UU K_Entry_UU */ + public void setK_Entry_UU (String K_Entry_UU) + { + set_Value (COLUMNNAME_K_Entry_UU, K_Entry_UU); + } + + /** Get K_Entry_UU. + @return K_Entry_UU */ + public String getK_Entry_UU () + { + return (String)get_Value(COLUMNNAME_K_Entry_UU); + } + /** Set Keywords. @param Keywords List of Keywords - separated by space, comma or semicolon @@ -186,9 +200,9 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent return (String)get_Value(COLUMNNAME_Keywords); } - public I_K_Source getK_Source() throws RuntimeException + public org.compiere.model.I_K_Source getK_Source() throws RuntimeException { - return (I_K_Source)MTable.get(getCtx(), I_K_Source.Table_Name) + return (org.compiere.model.I_K_Source)MTable.get(getCtx(), org.compiere.model.I_K_Source.Table_Name) .getPO(getK_Source_ID(), get_TrxName()); } /** Set Knowledge Source. @@ -214,9 +228,9 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent return ii.intValue(); } - public I_K_Topic getK_Topic() throws RuntimeException + public org.compiere.model.I_K_Topic getK_Topic() throws RuntimeException { - return (I_K_Topic)MTable.get(getCtx(), I_K_Topic.Table_Name) + return (org.compiere.model.I_K_Topic)MTable.get(getCtx(), org.compiere.model.I_K_Topic.Table_Name) .getPO(getK_Topic_ID(), get_TrxName()); } /** Set Knowledge Topic. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_EntryCategory.java b/org.adempiere.base/src/org/compiere/model/X_K_EntryCategory.java index 28aa321198..5f9b5746b3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_EntryCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_EntryCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_EntryCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_EntryCategory (Properties ctx, int K_EntryCategory_ID, String trxName) @@ -72,9 +72,9 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis return sb.toString(); } - public I_K_Category getK_Category() throws RuntimeException + public org.compiere.model.I_K_Category getK_Category() throws RuntimeException { - return (I_K_Category)MTable.get(getCtx(), I_K_Category.Table_Name) + return (org.compiere.model.I_K_Category)MTable.get(getCtx(), org.compiere.model.I_K_Category.Table_Name) .getPO(getK_Category_ID(), get_TrxName()); } /** Set Knowledge Category. @@ -100,9 +100,9 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis return ii.intValue(); } - public I_K_CategoryValue getK_CategoryValue() throws RuntimeException + public org.compiere.model.I_K_CategoryValue getK_CategoryValue() throws RuntimeException { - return (I_K_CategoryValue)MTable.get(getCtx(), I_K_CategoryValue.Table_Name) + return (org.compiere.model.I_K_CategoryValue)MTable.get(getCtx(), org.compiere.model.I_K_CategoryValue.Table_Name) .getPO(getK_CategoryValue_ID(), get_TrxName()); } /** Set Category Value. @@ -136,9 +136,23 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis return new KeyNamePair(get_ID(), String.valueOf(getK_CategoryValue_ID())); } - public I_K_Entry getK_Entry() throws RuntimeException + /** Set K_EntryCategory_UU. + @param K_EntryCategory_UU K_EntryCategory_UU */ + public void setK_EntryCategory_UU (String K_EntryCategory_UU) + { + set_Value (COLUMNNAME_K_EntryCategory_UU, K_EntryCategory_UU); + } + + /** Get K_EntryCategory_UU. + @return K_EntryCategory_UU */ + public String getK_EntryCategory_UU () + { + return (String)get_Value(COLUMNNAME_K_EntryCategory_UU); + } + + public org.compiere.model.I_K_Entry getK_Entry() throws RuntimeException { - return (I_K_Entry)MTable.get(getCtx(), I_K_Entry.Table_Name) + return (org.compiere.model.I_K_Entry)MTable.get(getCtx(), org.compiere.model.I_K_Entry.Table_Name) .getPO(getK_Entry_ID(), get_TrxName()); } /** Set Entry. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_EntryRelated.java b/org.adempiere.base/src/org/compiere/model/X_K_EntryRelated.java index da82687ee3..c453c970ba 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_EntryRelated.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_EntryRelated.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_EntryRelated - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_EntryRelated (Properties ctx, int K_EntryRelated_ID, String trxName) @@ -71,9 +71,9 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste return sb.toString(); } - public I_K_Entry getK_Entry() throws RuntimeException + public org.compiere.model.I_K_Entry getK_Entry() throws RuntimeException { - return (I_K_Entry)MTable.get(getCtx(), I_K_Entry.Table_Name) + return (org.compiere.model.I_K_Entry)MTable.get(getCtx(), org.compiere.model.I_K_Entry.Table_Name) .getPO(getK_Entry_ID(), get_TrxName()); } /** Set Entry. @@ -130,6 +130,20 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste return new KeyNamePair(get_ID(), String.valueOf(getK_EntryRelated_ID())); } + /** Set K_EntryRelated_UU. + @param K_EntryRelated_UU K_EntryRelated_UU */ + public void setK_EntryRelated_UU (String K_EntryRelated_UU) + { + set_Value (COLUMNNAME_K_EntryRelated_UU, K_EntryRelated_UU); + } + + /** Get K_EntryRelated_UU. + @return K_EntryRelated_UU */ + public String getK_EntryRelated_UU () + { + return (String)get_Value(COLUMNNAME_K_EntryRelated_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Index.java b/org.adempiere.base/src/org/compiere/model/X_K_Index.java index d4c539a2ae..f3a2b622a7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Index.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Index.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Index - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Index extends PO implements I_K_Index, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Index (Properties ctx, int K_Index_ID, String trxName) @@ -75,9 +75,9 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -103,9 +103,9 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -131,9 +131,9 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. @@ -224,6 +224,20 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent return ii.intValue(); } + /** Set K_Index_UU. + @param K_Index_UU K_Index_UU */ + public void setK_Index_UU (String K_Index_UU) + { + set_Value (COLUMNNAME_K_Index_UU, K_Index_UU); + } + + /** Get K_Index_UU. + @return K_Index_UU */ + public String getK_Index_UU () + { + return (String)get_Value(COLUMNNAME_K_Index_UU); + } + /** Set Record ID. @param Record_ID Direct internal record ID @@ -247,9 +261,9 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent return ii.intValue(); } - public I_R_RequestType getR_RequestType() throws RuntimeException + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_IndexLog.java b/org.adempiere.base/src/org/compiere/model/X_K_IndexLog.java index c67ee7db1c..cf14e2c86e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_IndexLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_IndexLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_IndexLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_IndexLog extends PO implements I_K_IndexLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_IndexLog (Properties ctx, int K_IndexLog_ID, String trxName) @@ -141,6 +141,20 @@ public class X_K_IndexLog extends PO implements I_K_IndexLog, I_Persistent return ii.intValue(); } + /** Set K_IndexLog_UU. + @param K_IndexLog_UU K_IndexLog_UU */ + public void setK_IndexLog_UU (String K_IndexLog_UU) + { + set_Value (COLUMNNAME_K_IndexLog_UU, K_IndexLog_UU); + } + + /** Get K_IndexLog_UU. + @return K_IndexLog_UU */ + public String getK_IndexLog_UU () + { + return (String)get_Value(COLUMNNAME_K_IndexLog_UU); + } + /** QuerySource AD_Reference_ID=391 */ public static final int QUERYSOURCE_AD_Reference_ID=391; /** Collaboration Management = C */ diff --git a/org.adempiere.base/src/org/compiere/model/X_K_IndexStop.java b/org.adempiere.base/src/org/compiere/model/X_K_IndexStop.java index c8193ea6b4..838e0108ed 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_IndexStop.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_IndexStop.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_IndexStop - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_IndexStop (Properties ctx, int K_IndexStop_ID, String trxName) @@ -73,9 +73,9 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent return sb.toString(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -101,9 +101,9 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent return ii.intValue(); } - public I_CM_WebProject getCM_WebProject() throws RuntimeException + public org.compiere.model.I_CM_WebProject getCM_WebProject() throws RuntimeException { - return (I_CM_WebProject)MTable.get(getCtx(), I_CM_WebProject.Table_Name) + return (org.compiere.model.I_CM_WebProject)MTable.get(getCtx(), org.compiere.model.I_CM_WebProject.Table_Name) .getPO(getCM_WebProject_ID(), get_TrxName()); } /** Set Web Project. @@ -201,9 +201,23 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent return ii.intValue(); } - public I_R_RequestType getR_RequestType() throws RuntimeException + /** Set K_IndexStop_UU. + @param K_IndexStop_UU K_IndexStop_UU */ + public void setK_IndexStop_UU (String K_IndexStop_UU) + { + set_Value (COLUMNNAME_K_IndexStop_UU, K_IndexStop_UU); + } + + /** Get K_IndexStop_UU. + @return K_IndexStop_UU */ + public String getK_IndexStop_UU () + { + return (String)get_Value(COLUMNNAME_K_IndexStop_UU); + } + + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Source.java b/org.adempiere.base/src/org/compiere/model/X_K_Source.java index 063f9fefab..2b9dbf68e3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Source.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Source.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Source - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Source extends PO implements I_K_Source, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Source (Properties ctx, int K_Source_ID, String trxName) @@ -111,6 +111,20 @@ public class X_K_Source extends PO implements I_K_Source, I_Persistent return ii.intValue(); } + /** Set K_Source_UU. + @param K_Source_UU K_Source_UU */ + public void setK_Source_UU (String K_Source_UU) + { + set_Value (COLUMNNAME_K_Source_UU, K_Source_UU); + } + + /** Get K_Source_UU. + @return K_Source_UU */ + public String getK_Source_UU () + { + return (String)get_Value(COLUMNNAME_K_Source_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Synonym.java b/org.adempiere.base/src/org/compiere/model/X_K_Synonym.java index 99f26155b0..148d8cd5ca 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Synonym.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Synonym.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Synonym - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Synonym extends PO implements I_K_Synonym, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Synonym (Properties ctx, int K_Synonym_ID, String trxName) @@ -116,6 +116,20 @@ public class X_K_Synonym extends PO implements I_K_Synonym, I_Persistent return ii.intValue(); } + /** Set K_Synonym_UU. + @param K_Synonym_UU K_Synonym_UU */ + public void setK_Synonym_UU (String K_Synonym_UU) + { + set_Value (COLUMNNAME_K_Synonym_UU, K_Synonym_UU); + } + + /** Get K_Synonym_UU. + @return K_Synonym_UU */ + public String getK_Synonym_UU () + { + return (String)get_Value(COLUMNNAME_K_Synonym_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Topic.java b/org.adempiere.base/src/org/compiere/model/X_K_Topic.java index 079f30ed5d..117c3472b0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Topic.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Topic.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Topic - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Topic extends PO implements I_K_Topic, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Topic (Properties ctx, int K_Topic_ID, String trxName) @@ -181,9 +181,23 @@ public class X_K_Topic extends PO implements I_K_Topic, I_Persistent return ii.intValue(); } - public I_K_Type getK_Type() throws RuntimeException + /** Set K_Topic_UU. + @param K_Topic_UU K_Topic_UU */ + public void setK_Topic_UU (String K_Topic_UU) + { + set_Value (COLUMNNAME_K_Topic_UU, K_Topic_UU); + } + + /** Get K_Topic_UU. + @return K_Topic_UU */ + public String getK_Topic_UU () + { + return (String)get_Value(COLUMNNAME_K_Topic_UU); + } + + public org.compiere.model.I_K_Type getK_Type() throws RuntimeException { - return (I_K_Type)MTable.get(getCtx(), I_K_Type.Table_Name) + return (org.compiere.model.I_K_Type)MTable.get(getCtx(), org.compiere.model.I_K_Type.Table_Name) .getPO(getK_Type_ID(), get_TrxName()); } /** Set Knowledge Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_K_Type.java b/org.adempiere.base/src/org/compiere/model/X_K_Type.java index 7bc700b598..72c895e294 100644 --- a/org.adempiere.base/src/org/compiere/model/X_K_Type.java +++ b/org.adempiere.base/src/org/compiere/model/X_K_Type.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for K_Type - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_K_Type extends PO implements I_K_Type, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_K_Type (Properties ctx, int K_Type_ID, String trxName) @@ -180,6 +180,20 @@ public class X_K_Type extends PO implements I_K_Type, I_Persistent return ii.intValue(); } + /** Set K_Type_UU. + @param K_Type_UU K_Type_UU */ + public void setK_Type_UU (String K_Type_UU) + { + set_Value (COLUMNNAME_K_Type_UU, K_Type_UU); + } + + /** Get K_Type_UU. + @return K_Type_UU */ + public String getK_Type_UU () + { + return (String)get_Value(COLUMNNAME_K_Type_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java b/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java index 4e986f47a9..c8a86f17b4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Attribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Attribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Attribute (Properties ctx, int M_Attribute_ID, String trxName) @@ -189,9 +189,9 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent return ii.intValue(); } - public I_M_AttributeSearch getM_AttributeSearch() throws RuntimeException + public org.compiere.model.I_M_AttributeSearch getM_AttributeSearch() throws RuntimeException { - return (I_M_AttributeSearch)MTable.get(getCtx(), I_M_AttributeSearch.Table_Name) + return (org.compiere.model.I_M_AttributeSearch)MTable.get(getCtx(), org.compiere.model.I_M_AttributeSearch.Table_Name) .getPO(getM_AttributeSearch_ID(), get_TrxName()); } /** Set Attribute Search. @@ -217,6 +217,20 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent return ii.intValue(); } + /** Set M_Attribute_UU. + @param M_Attribute_UU M_Attribute_UU */ + public void setM_Attribute_UU (String M_Attribute_UU) + { + set_Value (COLUMNNAME_M_Attribute_UU, M_Attribute_UU); + } + + /** Get M_Attribute_UU. + @return M_Attribute_UU */ + public String getM_Attribute_UU () + { + return (String)get_Value(COLUMNNAME_M_Attribute_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java index 25dd746e38..372c742556 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeInstance (Properties ctx, int M_AttributeInstance_ID, String trxName) @@ -73,9 +73,9 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, return sb.toString(); } - public I_M_Attribute getM_Attribute() throws RuntimeException + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException { - return (I_M_Attribute)MTable.get(getCtx(), I_M_Attribute.Table_Name) + return (org.compiere.model.I_M_Attribute)MTable.get(getCtx(), org.compiere.model.I_M_Attribute.Table_Name) .getPO(getM_Attribute_ID(), get_TrxName()); } /** Set Attribute. @@ -101,6 +101,20 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, return ii.intValue(); } + /** Set M_AttributeInstance_UU. + @param M_AttributeInstance_UU M_AttributeInstance_UU */ + public void setM_AttributeInstance_UU (String M_AttributeInstance_UU) + { + set_Value (COLUMNNAME_M_AttributeInstance_UU, M_AttributeInstance_UU); + } + + /** Get M_AttributeInstance_UU. + @return M_AttributeInstance_UU */ + public String getM_AttributeInstance_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeInstance_UU); + } + public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException { return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) @@ -129,9 +143,9 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, return ii.intValue(); } - public I_M_AttributeValue getM_AttributeValue() throws RuntimeException + public org.compiere.model.I_M_AttributeValue getM_AttributeValue() throws RuntimeException { - return (I_M_AttributeValue)MTable.get(getCtx(), I_M_AttributeValue.Table_Name) + return (org.compiere.model.I_M_AttributeValue)MTable.get(getCtx(), org.compiere.model.I_M_AttributeValue.Table_Name) .getPO(getM_AttributeValue_ID(), get_TrxName()); } /** Set Attribute Value. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java index 5074a12d42..4f59ddf8f9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSearch.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeSearch - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeSearch (Properties ctx, int M_AttributeSearch_ID, String trxName) @@ -111,6 +111,20 @@ public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Pe return ii.intValue(); } + /** Set M_AttributeSearch_UU. + @param M_AttributeSearch_UU M_AttributeSearch_UU */ + public void setM_AttributeSearch_UU (String M_AttributeSearch_UU) + { + set_Value (COLUMNNAME_M_AttributeSearch_UU, M_AttributeSearch_UU); + } + + /** Get M_AttributeSearch_UU. + @return M_AttributeSearch_UU */ + public String getM_AttributeSearch_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeSearch_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java index abc8f232b2..170f3e7155 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSet.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeSet - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persistent { /** * */ - private static final long serialVersionUID = 20110308L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeSet (Properties ctx, int M_AttributeSet_ID, String trxName) @@ -367,6 +367,20 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste return ii.intValue(); } + /** Set M_AttributeSet_UU. + @param M_AttributeSet_UU M_AttributeSet_UU */ + public void setM_AttributeSet_UU (String M_AttributeSet_UU) + { + set_Value (COLUMNNAME_M_AttributeSet_UU, M_AttributeSet_UU); + } + + /** Get M_AttributeSet_UU. + @return M_AttributeSet_UU */ + public String getM_AttributeSet_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeSet_UU); + } + public org.compiere.model.I_M_LotCtl getM_LotCtl() throws RuntimeException { return (org.compiere.model.I_M_LotCtl)MTable.get(getCtx(), org.compiere.model.I_M_LotCtl.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java index 5946d9e566..b3f1e7ad04 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetExclude.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_AttributeSetExclude - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclude, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeSetExclude (Properties ctx, int M_AttributeSetExclude_ID, String trxName) @@ -72,9 +72,9 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -147,9 +147,23 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu return ii.intValue(); } - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException + /** Set M_AttributeSetExclude_UU. + @param M_AttributeSetExclude_UU M_AttributeSetExclude_UU */ + public void setM_AttributeSetExclude_UU (String M_AttributeSetExclude_UU) + { + set_Value (COLUMNNAME_M_AttributeSetExclude_UU, M_AttributeSetExclude_UU); + } + + /** Get M_AttributeSetExclude_UU. + @return M_AttributeSetExclude_UU */ + public String getM_AttributeSetExclude_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeSetExclude_UU); + } + + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException { - return (I_M_AttributeSet)MTable.get(getCtx(), I_M_AttributeSet.Table_Name) + return (org.compiere.model.I_M_AttributeSet)MTable.get(getCtx(), org.compiere.model.I_M_AttributeSet.Table_Name) .getPO(getM_AttributeSet_ID(), get_TrxName()); } /** Set Attribute Set. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java index 2eca98164d..d0e841d43c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeSetInstance.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeSetInstance - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInstance, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeSetInstance (Properties ctx, int M_AttributeSetInstance_ID, String trxName) @@ -123,9 +123,9 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst return (String)get_Value(COLUMNNAME_Lot); } - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException { - return (I_M_AttributeSet)MTable.get(getCtx(), I_M_AttributeSet.Table_Name) + return (org.compiere.model.I_M_AttributeSet)MTable.get(getCtx(), org.compiere.model.I_M_AttributeSet.Table_Name) .getPO(getM_AttributeSet_ID(), get_TrxName()); } /** Set Attribute Set. @@ -182,9 +182,23 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst return new KeyNamePair(get_ID(), String.valueOf(getM_AttributeSetInstance_ID())); } - public I_M_Lot getM_Lot() throws RuntimeException + /** Set M_AttributeSetInstance_UU. + @param M_AttributeSetInstance_UU M_AttributeSetInstance_UU */ + public void setM_AttributeSetInstance_UU (String M_AttributeSetInstance_UU) + { + set_Value (COLUMNNAME_M_AttributeSetInstance_UU, M_AttributeSetInstance_UU); + } + + /** Get M_AttributeSetInstance_UU. + @return M_AttributeSetInstance_UU */ + public String getM_AttributeSetInstance_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeSetInstance_UU); + } + + public org.compiere.model.I_M_Lot getM_Lot() throws RuntimeException { - return (I_M_Lot)MTable.get(getCtx(), I_M_Lot.Table_Name) + return (org.compiere.model.I_M_Lot)MTable.get(getCtx(), org.compiere.model.I_M_Lot.Table_Name) .getPO(getM_Lot_ID(), get_TrxName()); } /** Set Lot. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java index 1c74ffaa1b..e8e63a5d9e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeUse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeUse - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeUse (Properties ctx, int M_AttributeUse_ID, String trxName) @@ -73,9 +73,9 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste return sb.toString(); } - public I_M_Attribute getM_Attribute() throws RuntimeException + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException { - return (I_M_Attribute)MTable.get(getCtx(), I_M_Attribute.Table_Name) + return (org.compiere.model.I_M_Attribute)MTable.get(getCtx(), org.compiere.model.I_M_Attribute.Table_Name) .getPO(getM_Attribute_ID(), get_TrxName()); } /** Set Attribute. @@ -101,9 +101,9 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste return ii.intValue(); } - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException { - return (I_M_AttributeSet)MTable.get(getCtx(), I_M_AttributeSet.Table_Name) + return (org.compiere.model.I_M_AttributeSet)MTable.get(getCtx(), org.compiere.model.I_M_AttributeSet.Table_Name) .getPO(getM_AttributeSet_ID(), get_TrxName()); } /** Set Attribute Set. @@ -137,6 +137,20 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste return new KeyNamePair(get_ID(), String.valueOf(getM_AttributeSet_ID())); } + /** Set M_AttributeUse_UU. + @param M_AttributeUse_UU M_AttributeUse_UU */ + public void setM_AttributeUse_UU (String M_AttributeUse_UU) + { + set_Value (COLUMNNAME_M_AttributeUse_UU, M_AttributeUse_UU); + } + + /** Get M_AttributeUse_UU. + @return M_AttributeUse_UU */ + public String getM_AttributeUse_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeUse_UU); + } + /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first diff --git a/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java b/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java index 5ea645f33e..9f6faef754 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_AttributeValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_AttributeValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_AttributeValue (Properties ctx, int M_AttributeValue_ID, String trxName) @@ -90,9 +90,9 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers return (String)get_Value(COLUMNNAME_Description); } - public I_M_Attribute getM_Attribute() throws RuntimeException + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException { - return (I_M_Attribute)MTable.get(getCtx(), I_M_Attribute.Table_Name) + return (org.compiere.model.I_M_Attribute)MTable.get(getCtx(), org.compiere.model.I_M_Attribute.Table_Name) .getPO(getM_Attribute_ID(), get_TrxName()); } /** Set Attribute. @@ -141,6 +141,20 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers return ii.intValue(); } + /** Set M_AttributeValue_UU. + @param M_AttributeValue_UU M_AttributeValue_UU */ + public void setM_AttributeValue_UU (String M_AttributeValue_UU) + { + set_Value (COLUMNNAME_M_AttributeValue_UU, M_AttributeValue_UU); + } + + /** Get M_AttributeValue_UU. + @return M_AttributeValue_UU */ + public String getM_AttributeValue_UU () + { + return (String)get_Value(COLUMNNAME_M_AttributeValue_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BOM.java b/org.adempiere.base/src/org/compiere/model/X_M_BOM.java index 609d0be113..594af0c568 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BOM.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_BOM (Properties ctx, int M_BOM_ID, String trxName) @@ -201,9 +201,23 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + /** Set M_BOM_UU. + @param M_BOM_UU M_BOM_UU */ + public void setM_BOM_UU (String M_BOM_UU) + { + set_Value (COLUMNNAME_M_BOM_UU, M_BOM_UU); + } + + /** Get M_BOM_UU. + @return M_BOM_UU */ + public String getM_BOM_UU () + { + return (String)get_Value(COLUMNNAME_M_BOM_UU); + } + + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -229,9 +243,9 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java b/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java index d3631184d7..cbb53ff734 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BOMAlternative.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_BOMAlternative - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_BOMAlternative (Properties ctx, int M_BOMAlternative_ID, String trxName) @@ -112,9 +112,23 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_BOMAlternative_UU. + @param M_BOMAlternative_UU M_BOMAlternative_UU */ + public void setM_BOMAlternative_UU (String M_BOMAlternative_UU) + { + set_Value (COLUMNNAME_M_BOMAlternative_UU, M_BOMAlternative_UU); + } + + /** Get M_BOMAlternative_UU. + @return M_BOMAlternative_UU */ + public String getM_BOMAlternative_UU () + { + return (String)get_Value(COLUMNNAME_M_BOMAlternative_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java b/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java index 289979de35..5740bb1066 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_BOMProduct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_BOMProduct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_BOMProduct (Properties ctx, int M_BOMProduct_ID, String trxName) @@ -265,9 +265,9 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent return ii.intValue(); } - public I_M_BOMAlternative getM_BOMAlternative() throws RuntimeException + public org.compiere.model.I_M_BOMAlternative getM_BOMAlternative() throws RuntimeException { - return (I_M_BOMAlternative)MTable.get(getCtx(), I_M_BOMAlternative.Table_Name) + return (org.compiere.model.I_M_BOMAlternative)MTable.get(getCtx(), org.compiere.model.I_M_BOMAlternative.Table_Name) .getPO(getM_BOMAlternative_ID(), get_TrxName()); } /** Set Alternative Group. @@ -293,9 +293,9 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent return ii.intValue(); } - public I_M_BOM getM_BOM() throws RuntimeException + public org.compiere.model.I_M_BOM getM_BOM() throws RuntimeException { - return (I_M_BOM)MTable.get(getCtx(), I_M_BOM.Table_Name) + return (org.compiere.model.I_M_BOM)MTable.get(getCtx(), org.compiere.model.I_M_BOM.Table_Name) .getPO(getM_BOM_ID(), get_TrxName()); } /** Set BOM. @@ -344,9 +344,23 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + /** Set M_BOMProduct_UU. + @param M_BOMProduct_UU M_BOMProduct_UU */ + public void setM_BOMProduct_UU (String M_BOMProduct_UU) + { + set_Value (COLUMNNAME_M_BOMProduct_UU, M_BOMProduct_UU); + } + + /** Get M_BOMProduct_UU. + @return M_BOMProduct_UU */ + public String getM_BOMProduct_UU () + { + return (String)get_Value(COLUMNNAME_M_BOMProduct_UU); + } + + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -372,9 +386,9 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent return ii.intValue(); } - public I_M_Product getM_ProductBOM() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductBOM() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductBOM_ID(), get_TrxName()); } /** Set BOM Product. @@ -400,9 +414,9 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent return ii.intValue(); } - public I_M_ProductOperation getM_ProductOperation() throws RuntimeException + public org.compiere.model.I_M_ProductOperation getM_ProductOperation() throws RuntimeException { - return (I_M_ProductOperation)MTable.get(getCtx(), I_M_ProductOperation.Table_Name) + return (org.compiere.model.I_M_ProductOperation)MTable.get(getCtx(), org.compiere.model.I_M_ProductOperation.Table_Name) .getPO(getM_ProductOperation_ID(), get_TrxName()); } /** Set Product Operation. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java b/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java index ecb3470fdb..b13e4ae36f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ChangeNotice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_ChangeNotice - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ChangeNotice (Properties ctx, int M_ChangeNotice_ID, String trxName) @@ -172,6 +172,20 @@ public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persiste return ii.intValue(); } + /** Set M_ChangeNotice_UU. + @param M_ChangeNotice_UU M_ChangeNotice_UU */ + public void setM_ChangeNotice_UU (String M_ChangeNotice_UU) + { + set_Value (COLUMNNAME_M_ChangeNotice_UU, M_ChangeNotice_UU); + } + + /** Get M_ChangeNotice_UU. + @return M_ChangeNotice_UU */ + public String getM_ChangeNotice_UU () + { + return (String)get_Value(COLUMNNAME_M_ChangeNotice_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java b/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java index 7caddb641b..c3453f3e58 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ChangeRequest.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_ChangeRequest - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ChangeRequest (Properties ctx, int M_ChangeRequest_ID, String trxName) @@ -175,9 +175,9 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis return false; } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -226,9 +226,23 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis return ii.intValue(); } - public I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException + /** Set M_ChangeRequest_UU. + @param M_ChangeRequest_UU M_ChangeRequest_UU */ + public void setM_ChangeRequest_UU (String M_ChangeRequest_UU) + { + set_Value (COLUMNNAME_M_ChangeRequest_UU, M_ChangeRequest_UU); + } + + /** Get M_ChangeRequest_UU. + @return M_ChangeRequest_UU */ + public String getM_ChangeRequest_UU () + { + return (String)get_Value(COLUMNNAME_M_ChangeRequest_UU); + } + + public org.compiere.model.I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_FixChangeNotice_ID(), get_TrxName()); } /** Set Fixed in. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Cost.java b/org.adempiere.base/src/org/compiere/model/X_M_Cost.java index 400123aa45..859caccbee 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Cost.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Cost.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_Cost - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Cost (Properties ctx, int M_Cost_ID, String trxName) @@ -79,9 +79,9 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -347,9 +347,9 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -375,9 +375,9 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent return ii.intValue(); } - public I_M_CostType getM_CostType() throws RuntimeException + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException { - return (I_M_CostType)MTable.get(getCtx(), I_M_CostType.Table_Name) + return (org.compiere.model.I_M_CostType)MTable.get(getCtx(), org.compiere.model.I_M_CostType.Table_Name) .getPO(getM_CostType_ID(), get_TrxName()); } /** Set Cost Type. @@ -403,9 +403,23 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_Cost_UU. + @param M_Cost_UU M_Cost_UU */ + public void setM_Cost_UU (String M_Cost_UU) + { + set_Value (COLUMNNAME_M_Cost_UU, M_Cost_UU); + } + + /** Get M_Cost_UU. + @return M_Cost_UU */ + public String getM_Cost_UU () + { + return (String)get_Value(COLUMNNAME_M_Cost_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java b/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java index c8e44a9824..134af23a2a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_CostDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_CostDetail (Properties ctx, int M_CostDetail_ID, String trxName) @@ -98,9 +98,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return bd; } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -126,9 +126,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -154,9 +154,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -182,9 +182,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException { - return (I_C_ProjectIssue)MTable.get(getCtx(), I_C_ProjectIssue.Table_Name) + return (org.compiere.model.I_C_ProjectIssue)MTable.get(getCtx(), org.compiere.model.I_C_ProjectIssue.Table_Name) .getPO(getC_ProjectIssue_ID(), get_TrxName()); } /** Set Project Issue. @@ -422,9 +422,23 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws RuntimeException + /** Set M_CostDetail_UU. + @param M_CostDetail_UU M_CostDetail_UU */ + public void setM_CostDetail_UU (String M_CostDetail_UU) + { + set_Value (COLUMNNAME_M_CostDetail_UU, M_CostDetail_UU); + } + + /** Get M_CostDetail_UU. + @return M_CostDetail_UU */ + public String getM_CostDetail_UU () + { + return (String)get_Value(COLUMNNAME_M_CostDetail_UU); + } + + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -450,9 +464,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -478,9 +492,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. @@ -506,9 +520,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_M_MovementLine getM_MovementLine() throws RuntimeException + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) .getPO(getM_MovementLine_ID(), get_TrxName()); } /** Set Move Line. @@ -534,9 +548,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -562,9 +576,9 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent return ii.intValue(); } - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException { - return (I_M_ProductionLine)MTable.get(getCtx(), I_M_ProductionLine.Table_Name) + return (org.compiere.model.I_M_ProductionLine)MTable.get(getCtx(), org.compiere.model.I_M_ProductionLine.Table_Name) .getPO(getM_ProductionLine_ID(), get_TrxName()); } /** Set Production Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java b/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java index 868e9c0b9a..07a8c63243 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostElement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_CostElement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_CostElement (Properties ctx, int M_CostElement_ID, String trxName) @@ -205,6 +205,20 @@ public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent return ii.intValue(); } + /** Set M_CostElement_UU. + @param M_CostElement_UU M_CostElement_UU */ + public void setM_CostElement_UU (String M_CostElement_UU) + { + set_Value (COLUMNNAME_M_CostElement_UU, M_CostElement_UU); + } + + /** Get M_CostElement_UU. + @return M_CostElement_UU */ + public String getM_CostElement_UU () + { + return (String)get_Value(COLUMNNAME_M_CostElement_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java b/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java index 80edfbcf38..fc25b8c9ff 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostHistory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_CostHistory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_CostHistory extends PO implements I_M_CostHistory, I_Persistent { /** * */ - private static final long serialVersionUID = 20120402L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_CostHistory (Properties ctx, int M_CostHistory_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java b/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java index 4b49b3502d..ea1ad0d86f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostQueue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_CostQueue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_CostQueue (Properties ctx, int M_CostQueue_ID, String trxName) @@ -78,9 +78,9 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -174,9 +174,9 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -225,9 +225,23 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent return ii.intValue(); } - public I_M_CostType getM_CostType() throws RuntimeException + /** Set M_CostQueue_UU. + @param M_CostQueue_UU M_CostQueue_UU */ + public void setM_CostQueue_UU (String M_CostQueue_UU) + { + set_Value (COLUMNNAME_M_CostQueue_UU, M_CostQueue_UU); + } + + /** Get M_CostQueue_UU. + @return M_CostQueue_UU */ + public String getM_CostQueue_UU () + { + return (String)get_Value(COLUMNNAME_M_CostQueue_UU); + } + + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException { - return (I_M_CostType)MTable.get(getCtx(), I_M_CostType.Table_Name) + return (org.compiere.model.I_M_CostType)MTable.get(getCtx(), org.compiere.model.I_M_CostType.Table_Name) .getPO(getM_CostType_ID(), get_TrxName()); } /** Set Cost Type. @@ -253,9 +267,9 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_CostType.java b/org.adempiere.base/src/org/compiere/model/X_M_CostType.java index a001edef8a..42b123acde 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_CostType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_CostType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_CostType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_CostType (Properties ctx, int M_CostType_ID, String trxName) @@ -128,6 +128,20 @@ public class X_M_CostType extends PO implements I_M_CostType, I_Persistent return ii.intValue(); } + /** Set M_CostType_UU. + @param M_CostType_UU M_CostType_UU */ + public void setM_CostType_UU (String M_CostType_UU) + { + set_Value (COLUMNNAME_M_CostType_UU, M_CostType_UU); + } + + /** Get M_CostType_UU. + @return M_CostType_UU */ + public String getM_CostType_UU () + { + return (String)get_Value(COLUMNNAME_M_CostType_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Demand.java b/org.adempiere.base/src/org/compiere/model/X_M_Demand.java index a5c430f47e..a6e8a1ebc6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Demand.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Demand.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Demand - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Demand (Properties ctx, int M_Demand_ID, String trxName) @@ -74,9 +74,9 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent return sb.toString(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -102,9 +102,9 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent return ii.intValue(); } - public I_C_Year getC_Year() throws RuntimeException + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException { - return (I_C_Year)MTable.get(getCtx(), I_C_Year.Table_Name) + return (org.compiere.model.I_C_Year)MTable.get(getCtx(), org.compiere.model.I_C_Year.Table_Name) .getPO(getC_Year_ID(), get_TrxName()); } /** Set Year. @@ -211,6 +211,20 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent return ii.intValue(); } + /** Set M_Demand_UU. + @param M_Demand_UU M_Demand_UU */ + public void setM_Demand_UU (String M_Demand_UU) + { + set_Value (COLUMNNAME_M_Demand_UU, M_Demand_UU); + } + + /** Get M_Demand_UU. + @return M_Demand_UU */ + public String getM_Demand_UU () + { + return (String)get_Value(COLUMNNAME_M_Demand_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java b/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java index fd8595af72..cb4d4bc734 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DemandDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_DemandDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DemandDetail (Properties ctx, int M_DemandDetail_ID, String trxName) @@ -71,9 +71,9 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste return sb.toString(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -130,9 +130,23 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste return new KeyNamePair(get_ID(), String.valueOf(getM_DemandDetail_ID())); } - public I_M_DemandLine getM_DemandLine() throws RuntimeException + /** Set M_DemandDetail_UU. + @param M_DemandDetail_UU M_DemandDetail_UU */ + public void setM_DemandDetail_UU (String M_DemandDetail_UU) + { + set_Value (COLUMNNAME_M_DemandDetail_UU, M_DemandDetail_UU); + } + + /** Get M_DemandDetail_UU. + @return M_DemandDetail_UU */ + public String getM_DemandDetail_UU () + { + return (String)get_Value(COLUMNNAME_M_DemandDetail_UU); + } + + public org.compiere.model.I_M_DemandLine getM_DemandLine() throws RuntimeException { - return (I_M_DemandLine)MTable.get(getCtx(), I_M_DemandLine.Table_Name) + return (org.compiere.model.I_M_DemandLine)MTable.get(getCtx(), org.compiere.model.I_M_DemandLine.Table_Name) .getPO(getM_DemandLine_ID(), get_TrxName()); } /** Set Demand Line. @@ -158,9 +172,9 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste return ii.intValue(); } - public I_M_ForecastLine getM_ForecastLine() throws RuntimeException + public org.compiere.model.I_M_ForecastLine getM_ForecastLine() throws RuntimeException { - return (I_M_ForecastLine)MTable.get(getCtx(), I_M_ForecastLine.Table_Name) + return (org.compiere.model.I_M_ForecastLine)MTable.get(getCtx(), org.compiere.model.I_M_ForecastLine.Table_Name) .getPO(getM_ForecastLine_ID(), get_TrxName()); } /** Set Forecast Line. @@ -186,9 +200,9 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste return ii.intValue(); } - public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException + public org.compiere.model.I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException { - return (I_M_RequisitionLine)MTable.get(getCtx(), I_M_RequisitionLine.Table_Name) + return (org.compiere.model.I_M_RequisitionLine)MTable.get(getCtx(), org.compiere.model.I_M_RequisitionLine.Table_Name) .getPO(getM_RequisitionLine_ID(), get_TrxName()); } /** Set Requisition Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java index 175ec5649d..5ea349032d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DemandLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DemandLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DemandLine (Properties ctx, int M_DemandLine_ID, String trxName) @@ -77,9 +77,9 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent return sb.toString(); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -113,9 +113,9 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getC_Period_ID())); } - public I_M_Demand getM_Demand() throws RuntimeException + public org.compiere.model.I_M_Demand getM_Demand() throws RuntimeException { - return (I_M_Demand)MTable.get(getCtx(), I_M_Demand.Table_Name) + return (org.compiere.model.I_M_Demand)MTable.get(getCtx(), org.compiere.model.I_M_Demand.Table_Name) .getPO(getM_Demand_ID(), get_TrxName()); } /** Set Demand. @@ -164,9 +164,23 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_DemandLine_UU. + @param M_DemandLine_UU M_DemandLine_UU */ + public void setM_DemandLine_UU (String M_DemandLine_UU) + { + set_Value (COLUMNNAME_M_DemandLine_UU, M_DemandLine_UU); + } + + /** Get M_DemandLine_UU. + @return M_DemandLine_UU */ + public String getM_DemandLine_UU () + { + return (String)get_Value(COLUMNNAME_M_DemandLine_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java index 5ab867ebdf..6dc18ded3d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchema.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DiscountSchema - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DiscountSchema (Properties ctx, int M_DiscountSchema_ID, String trxName) @@ -237,6 +237,20 @@ public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Pers return ii.intValue(); } + /** Set M_DiscountSchema_UU. + @param M_DiscountSchema_UU M_DiscountSchema_UU */ + public void setM_DiscountSchema_UU (String M_DiscountSchema_UU) + { + set_Value (COLUMNNAME_M_DiscountSchema_UU, M_DiscountSchema_UU); + } + + /** Get M_DiscountSchema_UU. + @return M_DiscountSchema_UU */ + public String getM_DiscountSchema_UU () + { + return (String)get_Value(COLUMNNAME_M_DiscountSchema_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java index 2438c83503..1b8e46ba93 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaBreak.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DiscountSchemaBreak - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBreak, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DiscountSchemaBreak (Properties ctx, int M_DiscountSchemaBreak_ID, String trxName) @@ -166,9 +166,23 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre return ii.intValue(); } - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException + /** Set M_DiscountSchemaBreak_UU. + @param M_DiscountSchemaBreak_UU M_DiscountSchemaBreak_UU */ + public void setM_DiscountSchemaBreak_UU (String M_DiscountSchemaBreak_UU) + { + set_Value (COLUMNNAME_M_DiscountSchemaBreak_UU, M_DiscountSchemaBreak_UU); + } + + /** Get M_DiscountSchemaBreak_UU. + @return M_DiscountSchemaBreak_UU */ + public String getM_DiscountSchemaBreak_UU () + { + return (String)get_Value(COLUMNNAME_M_DiscountSchemaBreak_UU); + } + + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException { - return (I_M_DiscountSchema)MTable.get(getCtx(), I_M_DiscountSchema.Table_Name) + return (org.compiere.model.I_M_DiscountSchema)MTable.get(getCtx(), org.compiere.model.I_M_DiscountSchema.Table_Name) .getPO(getM_DiscountSchema_ID(), get_TrxName()); } /** Set Discount Schema. @@ -194,9 +208,9 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre return ii.intValue(); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -222,9 +236,9 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java index 29a1ae920c..ce2fdaeaad 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DiscountSchemaLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DiscountSchemaLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DiscountSchemaLine (Properties ctx, int M_DiscountSchemaLine_ID, String trxName) @@ -103,9 +103,9 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -131,9 +131,9 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine return ii.intValue(); } - public I_C_ConversionType getC_ConversionType() throws RuntimeException + public org.compiere.model.I_C_ConversionType getC_ConversionType() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionType_ID(), get_TrxName()); } /** Set Currency Type. @@ -549,9 +549,9 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine return (String)get_Value(COLUMNNAME_List_Rounding); } - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException { - return (I_M_DiscountSchema)MTable.get(getCtx(), I_M_DiscountSchema.Table_Name) + return (org.compiere.model.I_M_DiscountSchema)MTable.get(getCtx(), org.compiere.model.I_M_DiscountSchema.Table_Name) .getPO(getM_DiscountSchema_ID(), get_TrxName()); } /** Set Discount Schema. @@ -600,9 +600,23 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine return ii.intValue(); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + /** Set M_DiscountSchemaLine_UU. + @param M_DiscountSchemaLine_UU M_DiscountSchemaLine_UU */ + public void setM_DiscountSchemaLine_UU (String M_DiscountSchemaLine_UU) + { + set_Value (COLUMNNAME_M_DiscountSchemaLine_UU, M_DiscountSchemaLine_UU); + } + + /** Get M_DiscountSchemaLine_UU. + @return M_DiscountSchemaLine_UU */ + public String getM_DiscountSchemaLine_UU () + { + return (String)get_Value(COLUMNNAME_M_DiscountSchemaLine_UU); + } + + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -628,9 +642,9 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java index 45cccfe576..51ca23d36e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionList.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionList - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DistributionList (Properties ctx, int M_DistributionList_ID, String trxName) @@ -130,6 +130,20 @@ public class X_M_DistributionList extends PO implements I_M_DistributionList, I_ return ii.intValue(); } + /** Set M_DistributionList_UU. + @param M_DistributionList_UU M_DistributionList_UU */ + public void setM_DistributionList_UU (String M_DistributionList_UU) + { + set_Value (COLUMNNAME_M_DistributionList_UU, M_DistributionList_UU); + } + + /** Get M_DistributionList_UU. + @return M_DistributionList_UU */ + public String getM_DistributionList_UU () + { + return (String)get_Value(COLUMNNAME_M_DistributionList_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java index 9905bc10cc..77f8aa1bc4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionListLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionListLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DistributionListLine extends PO implements I_M_DistributionListLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DistributionListLine (Properties ctx, int M_DistributionListLine_ID, String trxName) @@ -76,9 +76,9 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -104,9 +104,9 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -149,9 +149,9 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList return (String)get_Value(COLUMNNAME_Description); } - public I_M_DistributionList getM_DistributionList() throws RuntimeException + public org.compiere.model.I_M_DistributionList getM_DistributionList() throws RuntimeException { - return (I_M_DistributionList)MTable.get(getCtx(), I_M_DistributionList.Table_Name) + return (org.compiere.model.I_M_DistributionList)MTable.get(getCtx(), org.compiere.model.I_M_DistributionList.Table_Name) .getPO(getM_DistributionList_ID(), get_TrxName()); } /** Set Distribution List. @@ -208,6 +208,20 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList return ii.intValue(); } + /** Set M_DistributionListLine_UU. + @param M_DistributionListLine_UU M_DistributionListLine_UU */ + public void setM_DistributionListLine_UU (String M_DistributionListLine_UU) + { + set_Value (COLUMNNAME_M_DistributionListLine_UU, M_DistributionListLine_UU); + } + + /** Get M_DistributionListLine_UU. + @return M_DistributionListLine_UU */ + public String getM_DistributionListLine_UU () + { + return (String)get_Value(COLUMNNAME_M_DistributionListLine_UU); + } + /** Set Minimum Quantity. @param MinQty Minimum quantity for the business partner diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java index f4ea5e9ddf..0b75db13f6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRun.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionRun - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DistributionRun (Properties ctx, int M_DistributionRun_ID, String trxName) @@ -73,9 +73,9 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -101,9 +101,9 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -193,6 +193,20 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe return ii.intValue(); } + /** Set M_DistributionRun_UU. + @param M_DistributionRun_UU M_DistributionRun_UU */ + public void setM_DistributionRun_UU (String M_DistributionRun_UU) + { + set_Value (COLUMNNAME_M_DistributionRun_UU, M_DistributionRun_UU); + } + + /** Get M_DistributionRun_UU. + @return M_DistributionRun_UU */ + public String getM_DistributionRun_UU () + { + return (String)get_Value(COLUMNNAME_M_DistributionRun_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java index 10e31b174c..ba6a1818b4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_DistributionRunLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_DistributionRunLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_DistributionRunLine (Properties ctx, int M_DistributionRunLine_ID, String trxName) @@ -117,9 +117,9 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi return ii.intValue(); } - public I_M_DistributionList getM_DistributionList() throws RuntimeException + public org.compiere.model.I_M_DistributionList getM_DistributionList() throws RuntimeException { - return (I_M_DistributionList)MTable.get(getCtx(), I_M_DistributionList.Table_Name) + return (org.compiere.model.I_M_DistributionList)MTable.get(getCtx(), org.compiere.model.I_M_DistributionList.Table_Name) .getPO(getM_DistributionList_ID(), get_TrxName()); } /** Set Distribution List. @@ -145,9 +145,9 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi return ii.intValue(); } - public I_M_DistributionRun getM_DistributionRun() throws RuntimeException + public org.compiere.model.I_M_DistributionRun getM_DistributionRun() throws RuntimeException { - return (I_M_DistributionRun)MTable.get(getCtx(), I_M_DistributionRun.Table_Name) + return (org.compiere.model.I_M_DistributionRun)MTable.get(getCtx(), org.compiere.model.I_M_DistributionRun.Table_Name) .getPO(getM_DistributionRun_ID(), get_TrxName()); } /** Set Distribution Run. @@ -204,6 +204,20 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi return ii.intValue(); } + /** Set M_DistributionRunLine_UU. + @param M_DistributionRunLine_UU M_DistributionRunLine_UU */ + public void setM_DistributionRunLine_UU (String M_DistributionRunLine_UU) + { + set_Value (COLUMNNAME_M_DistributionRunLine_UU, M_DistributionRunLine_UU); + } + + /** Get M_DistributionRunLine_UU. + @return M_DistributionRunLine_UU */ + public String getM_DistributionRunLine_UU () + { + return (String)get_Value(COLUMNNAME_M_DistributionRunLine_UU); + } + /** Set Minimum Quantity. @param MinQty Minimum quantity for the business partner @@ -224,9 +238,9 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java b/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java index cf379c5841..1d05fadc7d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Forecast.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Forecast - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Forecast (Properties ctx, int M_Forecast_ID, String trxName) @@ -74,9 +74,9 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent return sb.toString(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -102,9 +102,9 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent return ii.intValue(); } - public I_C_Year getC_Year() throws RuntimeException + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException { - return (I_C_Year)MTable.get(getCtx(), I_C_Year.Table_Name) + return (org.compiere.model.I_C_Year)MTable.get(getCtx(), org.compiere.model.I_C_Year.Table_Name) .getPO(getC_Year_ID(), get_TrxName()); } /** Set Year. @@ -211,9 +211,23 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent return ii.intValue(); } - public I_M_PriceList getM_PriceList() throws RuntimeException + /** Set M_Forecast_UU. + @param M_Forecast_UU M_Forecast_UU */ + public void setM_Forecast_UU (String M_Forecast_UU) + { + set_Value (COLUMNNAME_M_Forecast_UU, M_Forecast_UU); + } + + /** Get M_Forecast_UU. + @return M_Forecast_UU */ + public String getM_Forecast_UU () + { + return (String)get_Value(COLUMNNAME_M_Forecast_UU); + } + + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java b/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java index 7d88b47979..e1e0230b72 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ForecastLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_ForecastLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ForecastLine (Properties ctx, int M_ForecastLine_ID, String trxName) @@ -81,9 +81,9 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste return sb.toString(); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -134,9 +134,9 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste return (Timestamp)get_Value(COLUMNNAME_DatePromised); } - public I_M_Forecast getM_Forecast() throws RuntimeException + public org.compiere.model.I_M_Forecast getM_Forecast() throws RuntimeException { - return (I_M_Forecast)MTable.get(getCtx(), I_M_Forecast.Table_Name) + return (org.compiere.model.I_M_Forecast)MTable.get(getCtx(), org.compiere.model.I_M_Forecast.Table_Name) .getPO(getM_Forecast_ID(), get_TrxName()); } /** Set Forecast. @@ -185,9 +185,23 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_ForecastLine_UU. + @param M_ForecastLine_UU M_ForecastLine_UU */ + public void setM_ForecastLine_UU (String M_ForecastLine_UU) + { + set_Value (COLUMNNAME_M_ForecastLine_UU, M_ForecastLine_UU); + } + + /** Get M_ForecastLine_UU. + @return M_ForecastLine_UU */ + public String getM_ForecastLine_UU () + { + return (String)get_Value(COLUMNNAME_M_ForecastLine_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -213,9 +227,9 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Freight.java b/org.adempiere.base/src/org/compiere/model/X_M_Freight.java index 3d3e09afa1..b5fd384c28 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Freight.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Freight.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Freight - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Freight (Properties ctx, int M_Freight_ID, String trxName) @@ -78,9 +78,9 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent return sb.toString(); } - public I_C_Country getC_Country() throws RuntimeException + public org.compiere.model.I_C_Country getC_Country() throws RuntimeException { - return (I_C_Country)MTable.get(getCtx(), I_C_Country.Table_Name) + return (org.compiere.model.I_C_Country)MTable.get(getCtx(), org.compiere.model.I_C_Country.Table_Name) .getPO(getC_Country_ID(), get_TrxName()); } /** Set Country. @@ -106,9 +106,9 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -134,9 +134,9 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent return ii.intValue(); } - public I_C_Region getC_Region() throws RuntimeException + public org.compiere.model.I_C_Region getC_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getC_Region_ID(), get_TrxName()); } /** Set Region. @@ -182,9 +182,9 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent return bd; } - public I_M_FreightCategory getM_FreightCategory() throws RuntimeException + public org.compiere.model.I_M_FreightCategory getM_FreightCategory() throws RuntimeException { - return (I_M_FreightCategory)MTable.get(getCtx(), I_M_FreightCategory.Table_Name) + return (org.compiere.model.I_M_FreightCategory)MTable.get(getCtx(), org.compiere.model.I_M_FreightCategory.Table_Name) .getPO(getM_FreightCategory_ID(), get_TrxName()); } /** Set Freight Category. @@ -233,9 +233,23 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + /** Set M_Freight_UU. + @param M_Freight_UU M_Freight_UU */ + public void setM_Freight_UU (String M_Freight_UU) + { + set_Value (COLUMNNAME_M_Freight_UU, M_Freight_UU); + } + + /** Get M_Freight_UU. + @return M_Freight_UU */ + public String getM_Freight_UU () + { + return (String)get_Value(COLUMNNAME_M_Freight_UU); + } + + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -292,9 +306,9 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent return ii.intValue(); } - public I_C_Region getTo_Region() throws RuntimeException + public org.compiere.model.I_C_Region getTo_Region() throws RuntimeException { - return (I_C_Region)MTable.get(getCtx(), I_C_Region.Table_Name) + return (org.compiere.model.I_C_Region)MTable.get(getCtx(), org.compiere.model.I_C_Region.Table_Name) .getPO(getTo_Region_ID(), get_TrxName()); } /** Set To. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java b/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java index 88cbcba26a..443ee095ca 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_FreightCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_FreightCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_FreightCategory (Properties ctx, int M_FreightCategory_ID, String trxName) @@ -129,6 +129,20 @@ public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Pe return ii.intValue(); } + /** Set M_FreightCategory_UU. + @param M_FreightCategory_UU M_FreightCategory_UU */ + public void setM_FreightCategory_UU (String M_FreightCategory_UU) + { + set_Value (COLUMNNAME_M_FreightCategory_UU, M_FreightCategory_UU); + } + + /** Get M_FreightCategory_UU. + @return M_FreightCategory_UU */ + public String getM_FreightCategory_UU () + { + return (String)get_Value(COLUMNNAME_M_FreightCategory_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOut.java b/org.adempiere.base/src/org/compiere/model/X_M_InOut.java index 4438554360..6dfb32ba98 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOut.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOut.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InOut - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InOut (Properties ctx, int M_InOut_ID, String trxName) @@ -127,9 +127,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -155,9 +155,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -183,9 +183,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -211,9 +211,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -239,9 +239,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -267,9 +267,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -295,9 +295,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -343,9 +343,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return bd; } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -371,9 +371,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -399,9 +399,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -732,9 +732,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return new KeyNamePair(get_ID(), getDocumentNo()); } - public I_C_BPartner getDropShip_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getDropShip_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getDropShip_BPartner_ID(), get_TrxName()); } /** Set Drop Shipment Partner. @@ -760,9 +760,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getDropShip_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getDropShip_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getDropShip_Location_ID(), get_TrxName()); } /** Set Drop Shipment Location. @@ -788,9 +788,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_AD_User getDropShip_User() throws RuntimeException + public org.compiere.model.I_AD_User getDropShip_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getDropShip_User_ID(), get_TrxName()); } /** Set Drop Shipment Contact. @@ -1048,6 +1048,20 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } + /** Set M_InOut_UU. + @param M_InOut_UU M_InOut_UU */ + public void setM_InOut_UU (String M_InOut_UU) + { + set_Value (COLUMNNAME_M_InOut_UU, M_InOut_UU); + } + + /** Get M_InOut_UU. + @return M_InOut_UU */ + public String getM_InOut_UU () + { + return (String)get_Value(COLUMNNAME_M_InOut_UU); + } + /** Set Movement Date. @param MovementDate Date a product was moved in or out of inventory @@ -1109,9 +1123,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return (String)get_Value(COLUMNNAME_MovementType); } - public I_M_RMA getM_RMA() throws RuntimeException + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException { - return (I_M_RMA)MTable.get(getCtx(), I_M_RMA.Table_Name) + return (org.compiere.model.I_M_RMA)MTable.get(getCtx(), org.compiere.model.I_M_RMA.Table_Name) .getPO(getM_RMA_ID(), get_TrxName()); } /** Set RMA. @@ -1137,9 +1151,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -1165,9 +1179,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -1386,9 +1400,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_M_InOut getReversal() throws RuntimeException + public org.compiere.model.I_M_InOut getReversal() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getReversal_ID(), get_TrxName()); } /** Set Reversal ID. @@ -1414,9 +1428,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. @@ -1500,9 +1514,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return (String)get_Value(COLUMNNAME_TrackingNo); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1528,9 +1542,9 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java index 6056a54618..ff30f211dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InOutConfirm (Properties ctx, int M_InOutConfirm_ID, String trxName) @@ -104,9 +104,9 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste return bd; } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -422,9 +422,23 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste return ii.intValue(); } - public I_M_InOut getM_InOut() throws RuntimeException + /** Set M_InOutConfirm_UU. + @param M_InOutConfirm_UU M_InOutConfirm_UU */ + public void setM_InOutConfirm_UU (String M_InOutConfirm_UU) + { + set_Value (COLUMNNAME_M_InOutConfirm_UU, M_InOutConfirm_UU); + } + + /** Get M_InOutConfirm_UU. + @return M_InOutConfirm_UU */ + public String getM_InOutConfirm_UU () + { + return (String)get_Value(COLUMNNAME_M_InOutConfirm_UU); + } + + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -450,9 +464,9 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste return ii.intValue(); } - public I_M_Inventory getM_Inventory() throws RuntimeException + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException { - return (I_M_Inventory)MTable.get(getCtx(), I_M_Inventory.Table_Name) + return (org.compiere.model.I_M_Inventory)MTable.get(getCtx(), org.compiere.model.I_M_Inventory.Table_Name) .getPO(getM_Inventory_ID(), get_TrxName()); } /** Set Phys.Inventory. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java index e2551eee34..49a4042548 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InOutLine (Properties ctx, int M_InOutLine_ID, String trxName) @@ -109,9 +109,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -137,9 +137,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -165,9 +165,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -213,9 +213,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return bd; } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -241,9 +241,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -269,9 +269,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -297,9 +297,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -325,9 +325,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -474,9 +474,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_M_InOut getM_InOut() throws RuntimeException + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -525,6 +525,20 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } + /** Set M_InOutLine_UU. + @param M_InOutLine_UU M_InOutLine_UU */ + public void setM_InOutLine_UU (String M_InOutLine_UU) + { + set_Value (COLUMNNAME_M_InOutLine_UU, M_InOutLine_UU); + } + + /** Get M_InOutLine_UU. + @return M_InOutLine_UU */ + public String getM_InOutLine_UU () + { + return (String)get_Value(COLUMNNAME_M_InOutLine_UU); + } + public I_M_Locator getM_Locator() throws RuntimeException { return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) @@ -573,9 +587,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -601,9 +615,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_M_RMALine getM_RMALine() throws RuntimeException + public org.compiere.model.I_M_RMALine getM_RMALine() throws RuntimeException { - return (I_M_RMALine)MTable.get(getCtx(), I_M_RMALine.Table_Name) + return (org.compiere.model.I_M_RMALine)MTable.get(getCtx(), org.compiere.model.I_M_RMALine.Table_Name) .getPO(getM_RMALine_ID(), get_TrxName()); } /** Set RMA Line. @@ -710,9 +724,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_M_InOutLine getReversalLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getReversalLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getReversalLine_ID(), get_TrxName()); } /** Set Reversal Line. @@ -778,9 +792,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -806,9 +820,9 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java index 8f96ab7bd9..fb9255fca8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutLineConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InOutLineConfirm (Properties ctx, int M_InOutLineConfirm_ID, String trxName) @@ -77,9 +77,9 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ return sb.toString(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -179,9 +179,9 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ return bd; } - public I_M_InOutConfirm getM_InOutConfirm() throws RuntimeException + public org.compiere.model.I_M_InOutConfirm getM_InOutConfirm() throws RuntimeException { - return (I_M_InOutConfirm)MTable.get(getCtx(), I_M_InOutConfirm.Table_Name) + return (org.compiere.model.I_M_InOutConfirm)MTable.get(getCtx(), org.compiere.model.I_M_InOutConfirm.Table_Name) .getPO(getM_InOutConfirm_ID(), get_TrxName()); } /** Set Ship/Receipt Confirmation. @@ -230,9 +230,23 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + /** Set M_InOutLineConfirm_UU. + @param M_InOutLineConfirm_UU M_InOutLineConfirm_UU */ + public void setM_InOutLineConfirm_UU (String M_InOutLineConfirm_UU) + { + set_Value (COLUMNNAME_M_InOutLineConfirm_UU, M_InOutLineConfirm_UU); + } + + /** Get M_InOutLineConfirm_UU. + @return M_InOutLineConfirm_UU */ + public String getM_InOutLineConfirm_UU () + { + return (String)get_Value(COLUMNNAME_M_InOutLineConfirm_UU); + } + + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -266,9 +280,9 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_ return new KeyNamePair(get_ID(), String.valueOf(getM_InOutLine_ID())); } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java index 0ff91e4478..843ec8fcb2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InOutLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InOutLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InOutLineMA (Properties ctx, int M_InOutLineMA_ID, String trxName) @@ -102,9 +102,9 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -138,6 +138,20 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getM_InOutLine_ID())); } + /** Set M_InOutLineMA_UU. + @param M_InOutLineMA_UU M_InOutLineMA_UU */ + public void setM_InOutLineMA_UU (String M_InOutLineMA_UU) + { + set_Value (COLUMNNAME_M_InOutLineMA_UU, M_InOutLineMA_UU); + } + + /** Get M_InOutLineMA_UU. + @return M_InOutLineMA_UU */ + public String getM_InOutLineMA_UU () + { + return (String)get_Value(COLUMNNAME_M_InOutLineMA_UU); + } + /** Set Movement Quantity. @param MovementQty Quantity of a product moved. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java b/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java index 385e2e7fd0..52cb4231f1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Inventory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Inventory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Inventory (Properties ctx, int M_Inventory_ID, String trxName) @@ -128,9 +128,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -156,9 +156,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -184,9 +184,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -212,9 +212,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -438,6 +438,20 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return ii.intValue(); } + /** Set M_Inventory_UU. + @param M_Inventory_UU M_Inventory_UU */ + public void setM_Inventory_UU (String M_Inventory_UU) + { + set_Value (COLUMNNAME_M_Inventory_UU, M_Inventory_UU); + } + + /** Get M_Inventory_UU. + @return M_Inventory_UU */ + public String getM_Inventory_UU () + { + return (String)get_Value(COLUMNNAME_M_Inventory_UU); + } + /** Set Movement Date. @param MovementDate Date a product was moved in or out of inventory @@ -455,9 +469,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return (Timestamp)get_Value(COLUMNNAME_MovementDate); } - public I_M_PerpetualInv getM_PerpetualInv() throws RuntimeException + public org.compiere.model.I_M_PerpetualInv getM_PerpetualInv() throws RuntimeException { - return (I_M_PerpetualInv)MTable.get(getCtx(), I_M_PerpetualInv.Table_Name) + return (org.compiere.model.I_M_PerpetualInv)MTable.get(getCtx(), org.compiere.model.I_M_PerpetualInv.Table_Name) .getPO(getM_PerpetualInv_ID(), get_TrxName()); } /** Set Perpetual Inventory. @@ -483,9 +497,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -600,9 +614,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return false; } - public I_M_Inventory getReversal() throws RuntimeException + public org.compiere.model.I_M_Inventory getReversal() throws RuntimeException { - return (I_M_Inventory)MTable.get(getCtx(), I_M_Inventory.Table_Name) + return (org.compiere.model.I_M_Inventory)MTable.get(getCtx(), org.compiere.model.I_M_Inventory.Table_Name) .getPO(getReversal_ID(), get_TrxName()); } /** Set Reversal ID. @@ -642,9 +656,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return (String)get_Value(COLUMNNAME_UpdateQty); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -670,9 +684,9 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java index d2d4035ac6..11b1aa990d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InventoryLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InventoryLine (Properties ctx, int M_InventoryLine_ID, String trxName) @@ -83,9 +83,9 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis return sb.toString(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -208,9 +208,9 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis return ii.intValue(); } - public I_M_Inventory getM_Inventory() throws RuntimeException + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException { - return (I_M_Inventory)MTable.get(getCtx(), I_M_Inventory.Table_Name) + return (org.compiere.model.I_M_Inventory)MTable.get(getCtx(), org.compiere.model.I_M_Inventory.Table_Name) .getPO(getM_Inventory_ID(), get_TrxName()); } /** Set Phys.Inventory. @@ -259,6 +259,20 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis return ii.intValue(); } + /** Set M_InventoryLine_UU. + @param M_InventoryLine_UU M_InventoryLine_UU */ + public void setM_InventoryLine_UU (String M_InventoryLine_UU) + { + set_Value (COLUMNNAME_M_InventoryLine_UU, M_InventoryLine_UU); + } + + /** Get M_InventoryLine_UU. + @return M_InventoryLine_UU */ + public String getM_InventoryLine_UU () + { + return (String)get_Value(COLUMNNAME_M_InventoryLine_UU); + } + public I_M_Locator getM_Locator() throws RuntimeException { return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) @@ -287,9 +301,9 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -416,9 +430,9 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis return bd; } - public I_M_InventoryLine getReversalLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getReversalLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getReversalLine_ID(), get_TrxName()); } /** Set Reversal Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java index bd99c365d7..41c4240ed1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_InventoryLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_InventoryLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_InventoryLineMA (Properties ctx, int M_InventoryLineMA_ID, String trxName) @@ -102,9 +102,9 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe return ii.intValue(); } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. @@ -138,6 +138,20 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe return new KeyNamePair(get_ID(), String.valueOf(getM_InventoryLine_ID())); } + /** Set M_InventoryLineMA_UU. + @param M_InventoryLineMA_UU M_InventoryLineMA_UU */ + public void setM_InventoryLineMA_UU (String M_InventoryLineMA_UU) + { + set_Value (COLUMNNAME_M_InventoryLineMA_UU, M_InventoryLineMA_UU); + } + + /** Get M_InventoryLineMA_UU. + @return M_InventoryLineMA_UU */ + public String getM_InventoryLineMA_UU () + { + return (String)get_Value(COLUMNNAME_M_InventoryLineMA_UU); + } + /** Set Movement Quantity. @param MovementQty Quantity of a product moved. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Locator.java b/org.adempiere.base/src/org/compiere/model/X_M_Locator.java index cb197cf2a8..04b199a2fd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Locator.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Locator.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Locator - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Locator (Properties ctx, int M_Locator_ID, String trxName) @@ -125,9 +125,23 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + /** Set M_Locator_UU. + @param M_Locator_UU M_Locator_UU */ + public void setM_Locator_UU (String M_Locator_UU) + { + set_Value (COLUMNNAME_M_Locator_UU, M_Locator_UU); + } + + /** Get M_Locator_UU. + @return M_Locator_UU */ + public String getM_Locator_UU () + { + return (String)get_Value(COLUMNNAME_M_Locator_UU); + } + + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Lot.java b/org.adempiere.base/src/org/compiere/model/X_M_Lot.java index f6fb8cadb4..5f5e175ed6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Lot.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Lot.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Lot - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Lot (Properties ctx, int M_Lot_ID, String trxName) @@ -141,9 +141,9 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_LotCtl getM_LotCtl() throws RuntimeException + public org.compiere.model.I_M_LotCtl getM_LotCtl() throws RuntimeException { - return (I_M_LotCtl)MTable.get(getCtx(), I_M_LotCtl.Table_Name) + return (org.compiere.model.I_M_LotCtl)MTable.get(getCtx(), org.compiere.model.I_M_LotCtl.Table_Name) .getPO(getM_LotCtl_ID(), get_TrxName()); } /** Set Lot Control. @@ -192,9 +192,23 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_Lot_UU. + @param M_Lot_UU M_Lot_UU */ + public void setM_Lot_UU (String M_Lot_UU) + { + set_Value (COLUMNNAME_M_Lot_UU, M_Lot_UU); + } + + /** Get M_Lot_UU. + @return M_Lot_UU */ + public String getM_Lot_UU () + { + return (String)get_Value(COLUMNNAME_M_Lot_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java b/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java index cc323c4f8b..1858e59457 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_LotCtl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_LotCtl - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_LotCtl (Properties ctx, int M_LotCtl_ID, String trxName) @@ -157,6 +157,20 @@ public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent return ii.intValue(); } + /** Set M_LotCtl_UU. + @param M_LotCtl_UU M_LotCtl_UU */ + public void setM_LotCtl_UU (String M_LotCtl_UU) + { + set_Value (COLUMNNAME_M_LotCtl_UU, M_LotCtl_UU); + } + + /** Get M_LotCtl_UU. + @return M_LotCtl_UU */ + public String getM_LotCtl_UU () + { + return (String)get_Value(COLUMNNAME_M_LotCtl_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java b/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java index 3a30d57c5a..ce075a6880 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_LotCtlExclude.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_LotCtlExclude - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_LotCtlExclude (Properties ctx, int M_LotCtlExclude_ID, String trxName) @@ -72,9 +72,9 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -147,9 +147,23 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis return ii.intValue(); } - public I_M_LotCtl getM_LotCtl() throws RuntimeException + /** Set M_LotCtlExclude_UU. + @param M_LotCtlExclude_UU M_LotCtlExclude_UU */ + public void setM_LotCtlExclude_UU (String M_LotCtlExclude_UU) + { + set_Value (COLUMNNAME_M_LotCtlExclude_UU, M_LotCtlExclude_UU); + } + + /** Get M_LotCtlExclude_UU. + @return M_LotCtlExclude_UU */ + public String getM_LotCtlExclude_UU () + { + return (String)get_Value(COLUMNNAME_M_LotCtlExclude_UU); + } + + public org.compiere.model.I_M_LotCtl getM_LotCtl() throws RuntimeException { - return (I_M_LotCtl)MTable.get(getCtx(), I_M_LotCtl.Table_Name) + return (org.compiere.model.I_M_LotCtl)MTable.get(getCtx(), org.compiere.model.I_M_LotCtl.Table_Name) .getPO(getM_LotCtl_ID(), get_TrxName()); } /** Set Lot Control. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java b/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java index e1623389d4..3e318cf47b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MatchInv.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MatchInv - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_MatchInv (Properties ctx, int M_MatchInv_ID, String trxName) @@ -82,9 +82,9 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent return sb.toString(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -214,9 +214,9 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -265,9 +265,23 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_MatchInv_UU. + @param M_MatchInv_UU M_MatchInv_UU */ + public void setM_MatchInv_UU (String M_MatchInv_UU) + { + set_Value (COLUMNNAME_M_MatchInv_UU, M_MatchInv_UU); + } + + /** Get M_MatchInv_UU. + @return M_MatchInv_UU */ + public String getM_MatchInv_UU () + { + return (String)get_Value(COLUMNNAME_M_MatchInv_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java b/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java index 60205f1875..ceeba9819e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MatchPO.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MatchPO - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_MatchPO (Properties ctx, int M_MatchPO_ID, String trxName) @@ -82,9 +82,9 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent return sb.toString(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -110,9 +110,9 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -266,9 +266,9 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -317,9 +317,23 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_MatchPO_UU. + @param M_MatchPO_UU M_MatchPO_UU */ + public void setM_MatchPO_UU (String M_MatchPO_UU) + { + set_Value (COLUMNNAME_M_MatchPO_UU, M_MatchPO_UU); + } + + /** Get M_MatchPO_UU. + @return M_MatchPO_UU */ + public String getM_MatchPO_UU () + { + return (String)get_Value(COLUMNNAME_M_MatchPO_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Movement.java b/org.adempiere.base/src/org/compiere/model/X_M_Movement.java index b22d82e891..987bc967d2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Movement.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Movement (Properties ctx, int M_Movement_ID, String trxName) @@ -108,9 +108,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -156,9 +156,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -184,9 +184,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -240,9 +240,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -268,9 +268,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -296,9 +296,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -344,9 +344,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return bd; } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -742,6 +742,20 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } + /** Set M_Movement_UU. + @param M_Movement_UU M_Movement_UU */ + public void setM_Movement_UU (String M_Movement_UU) + { + set_Value (COLUMNNAME_M_Movement_UU, M_Movement_UU); + } + + /** Get M_Movement_UU. + @return M_Movement_UU */ + public String getM_Movement_UU () + { + return (String)get_Value(COLUMNNAME_M_Movement_UU); + } + /** Set Movement Date. @param MovementDate Date a product was moved in or out of inventory @@ -759,9 +773,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return (Timestamp)get_Value(COLUMNNAME_MovementDate); } - public I_M_Shipper getM_Shipper() throws RuntimeException + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -923,9 +937,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return false; } - public I_M_Movement getReversal() throws RuntimeException + public org.compiere.model.I_M_Movement getReversal() throws RuntimeException { - return (I_M_Movement)MTable.get(getCtx(), I_M_Movement.Table_Name) + return (org.compiere.model.I_M_Movement)MTable.get(getCtx(), org.compiere.model.I_M_Movement.Table_Name) .getPO(getReversal_ID(), get_TrxName()); } /** Set Reversal ID. @@ -951,9 +965,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. @@ -979,9 +993,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1007,9 +1021,9 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java index 9cc678be7b..b0684a72a7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_MovementConfirm (Properties ctx, int M_MovementConfirm_ID, String trxName) @@ -257,9 +257,9 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe return false; } - public I_M_Inventory getM_Inventory() throws RuntimeException + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException { - return (I_M_Inventory)MTable.get(getCtx(), I_M_Inventory.Table_Name) + return (org.compiere.model.I_M_Inventory)MTable.get(getCtx(), org.compiere.model.I_M_Inventory.Table_Name) .getPO(getM_Inventory_ID(), get_TrxName()); } /** Set Phys.Inventory. @@ -308,9 +308,23 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe return ii.intValue(); } - public I_M_Movement getM_Movement() throws RuntimeException + /** Set M_MovementConfirm_UU. + @param M_MovementConfirm_UU M_MovementConfirm_UU */ + public void setM_MovementConfirm_UU (String M_MovementConfirm_UU) + { + set_Value (COLUMNNAME_M_MovementConfirm_UU, M_MovementConfirm_UU); + } + + /** Get M_MovementConfirm_UU. + @return M_MovementConfirm_UU */ + public String getM_MovementConfirm_UU () + { + return (String)get_Value(COLUMNNAME_M_MovementConfirm_UU); + } + + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException { - return (I_M_Movement)MTable.get(getCtx(), I_M_Movement.Table_Name) + return (org.compiere.model.I_M_Movement)MTable.get(getCtx(), org.compiere.model.I_M_Movement.Table_Name) .getPO(getM_Movement_ID(), get_TrxName()); } /** Set Inventory Move. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java index aac16a15ac..492961c629 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_MovementLine (Properties ctx, int M_MovementLine_ID, String trxName) @@ -287,9 +287,9 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste return ii.intValue(); } - public I_M_Movement getM_Movement() throws RuntimeException + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException { - return (I_M_Movement)MTable.get(getCtx(), I_M_Movement.Table_Name) + return (org.compiere.model.I_M_Movement)MTable.get(getCtx(), org.compiere.model.I_M_Movement.Table_Name) .getPO(getM_Movement_ID(), get_TrxName()); } /** Set Inventory Move. @@ -338,6 +338,20 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste return ii.intValue(); } + /** Set M_MovementLine_UU. + @param M_MovementLine_UU M_MovementLine_UU */ + public void setM_MovementLine_UU (String M_MovementLine_UU) + { + set_Value (COLUMNNAME_M_MovementLine_UU, M_MovementLine_UU); + } + + /** Get M_MovementLine_UU. + @return M_MovementLine_UU */ + public String getM_MovementLine_UU () + { + return (String)get_Value(COLUMNNAME_M_MovementLine_UU); + } + /** Set Movement Quantity. @param MovementQty Quantity of a product moved. @@ -358,9 +372,9 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -410,9 +424,9 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste return false; } - public I_M_MovementLine getReversalLine() throws RuntimeException + public org.compiere.model.I_M_MovementLine getReversalLine() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) .getPO(getReversalLine_ID(), get_TrxName()); } /** Set Reversal Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java index 067036c961..1cdef7c19b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineConfirm.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLineConfirm - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfirm, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_MovementLineConfirm (Properties ctx, int M_MovementLineConfirm_ID, String trxName) @@ -136,9 +136,9 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi return bd; } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. @@ -164,9 +164,9 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi return ii.intValue(); } - public I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException + public org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException { - return (I_M_MovementConfirm)MTable.get(getCtx(), I_M_MovementConfirm.Table_Name) + return (org.compiere.model.I_M_MovementConfirm)MTable.get(getCtx(), org.compiere.model.I_M_MovementConfirm.Table_Name) .getPO(getM_MovementConfirm_ID(), get_TrxName()); } /** Set Move Confirm. @@ -223,9 +223,23 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi return ii.intValue(); } - public I_M_MovementLine getM_MovementLine() throws RuntimeException + /** Set M_MovementLineConfirm_UU. + @param M_MovementLineConfirm_UU M_MovementLineConfirm_UU */ + public void setM_MovementLineConfirm_UU (String M_MovementLineConfirm_UU) + { + set_Value (COLUMNNAME_M_MovementLineConfirm_UU, M_MovementLineConfirm_UU); + } + + /** Get M_MovementLineConfirm_UU. + @return M_MovementLineConfirm_UU */ + public String getM_MovementLineConfirm_UU () + { + return (String)get_Value(COLUMNNAME_M_MovementLineConfirm_UU); + } + + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) .getPO(getM_MovementLine_ID(), get_TrxName()); } /** Set Move Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java index 3ca6ac1608..09e2067a71 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_MovementLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_MovementLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_MovementLineMA (Properties ctx, int M_MovementLineMA_ID, String trxName) @@ -101,9 +101,9 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers return ii.intValue(); } - public I_M_MovementLine getM_MovementLine() throws RuntimeException + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) .getPO(getM_MovementLine_ID(), get_TrxName()); } /** Set Move Line. @@ -137,6 +137,20 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getM_MovementLine_ID())); } + /** Set M_MovementLineMA_UU. + @param M_MovementLineMA_UU M_MovementLineMA_UU */ + public void setM_MovementLineMA_UU (String M_MovementLineMA_UU) + { + set_Value (COLUMNNAME_M_MovementLineMA_UU, M_MovementLineMA_UU); + } + + /** Get M_MovementLineMA_UU. + @return M_MovementLineMA_UU */ + public String getM_MovementLineMA_UU () + { + return (String)get_Value(COLUMNNAME_M_MovementLineMA_UU); + } + /** Set Movement Quantity. @param MovementQty Quantity of a product moved. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java b/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java index 1ed0cdd3fb..8675f6b6a1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_OperationResource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_OperationResource - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_OperationResource extends PO implements I_M_OperationResource, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_OperationResource (Properties ctx, int M_OperationResource_ID, String trxName) @@ -77,9 +77,9 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -105,9 +105,9 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, return ii.intValue(); } - public I_C_Job getC_Job() throws RuntimeException + public org.compiere.model.I_C_Job getC_Job() throws RuntimeException { - return (I_C_Job)MTable.get(getCtx(), I_C_Job.Table_Name) + return (org.compiere.model.I_C_Job)MTable.get(getCtx(), org.compiere.model.I_C_Job.Table_Name) .getPO(getC_Job_ID(), get_TrxName()); } /** Set Position. @@ -190,9 +190,23 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource, return ii.intValue(); } - public I_M_ProductOperation getM_ProductOperation() throws RuntimeException + /** Set M_OperationResource_UU. + @param M_OperationResource_UU M_OperationResource_UU */ + public void setM_OperationResource_UU (String M_OperationResource_UU) + { + set_Value (COLUMNNAME_M_OperationResource_UU, M_OperationResource_UU); + } + + /** Get M_OperationResource_UU. + @return M_OperationResource_UU */ + public String getM_OperationResource_UU () + { + return (String)get_Value(COLUMNNAME_M_OperationResource_UU); + } + + public org.compiere.model.I_M_ProductOperation getM_ProductOperation() throws RuntimeException { - return (I_M_ProductOperation)MTable.get(getCtx(), I_M_ProductOperation.Table_Name) + return (org.compiere.model.I_M_ProductOperation)MTable.get(getCtx(), org.compiere.model.I_M_ProductOperation.Table_Name) .getPO(getM_ProductOperation_ID(), get_TrxName()); } /** Set Product Operation. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Package.java b/org.adempiere.base/src/org/compiere/model/X_M_Package.java index d12fb1927c..3f188e2557 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Package.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Package.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for M_Package - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Package extends PO implements I_M_Package, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Package (Properties ctx, int M_Package_ID, String trxName) @@ -124,9 +124,9 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent return (String)get_Value(COLUMNNAME_DocumentNo); } - public I_M_InOut getM_InOut() throws RuntimeException + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -175,9 +175,23 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + /** Set M_Package_UU. + @param M_Package_UU M_Package_UU */ + public void setM_Package_UU (String M_Package_UU) + { + set_Value (COLUMNNAME_M_Package_UU, M_Package_UU); + } + + /** Get M_Package_UU. + @return M_Package_UU */ + public String getM_Package_UU () + { + return (String)get_Value(COLUMNNAME_M_Package_UU); + } + + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java b/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java index 0def9d34ff..9faa9a8ec7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PackageLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_PackageLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PackageLine (Properties ctx, int M_PackageLine_ID, String trxName) @@ -92,9 +92,9 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -120,9 +120,9 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent return ii.intValue(); } - public I_M_Package getM_Package() throws RuntimeException + public org.compiere.model.I_M_Package getM_Package() throws RuntimeException { - return (I_M_Package)MTable.get(getCtx(), I_M_Package.Table_Name) + return (org.compiere.model.I_M_Package)MTable.get(getCtx(), org.compiere.model.I_M_Package.Table_Name) .getPO(getM_Package_ID(), get_TrxName()); } /** Set Package. @@ -179,6 +179,20 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent return ii.intValue(); } + /** Set M_PackageLine_UU. + @param M_PackageLine_UU M_PackageLine_UU */ + public void setM_PackageLine_UU (String M_PackageLine_UU) + { + set_Value (COLUMNNAME_M_PackageLine_UU, M_PackageLine_UU); + } + + /** Get M_PackageLine_UU. + @return M_PackageLine_UU */ + public String getM_PackageLine_UU () + { + return (String)get_Value(COLUMNNAME_M_PackageLine_UU); + } + /** Set Quantity. @param Qty Quantity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PartType.java b/org.adempiere.base/src/org/compiere/model/X_M_PartType.java index 553ec38909..150f059053 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PartType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PartType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_PartType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent { /** * */ - private static final long serialVersionUID = 20120821L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PartType (Properties ctx, int M_PartType_ID, String trxName) @@ -107,6 +107,20 @@ public class X_M_PartType extends PO implements I_M_PartType, I_Persistent return ii.intValue(); } + /** Set M_PartType_UU. + @param M_PartType_UU M_PartType_UU */ + public void setM_PartType_UU (String M_PartType_UU) + { + set_Value (COLUMNNAME_M_PartType_UU, M_PartType_UU); + } + + /** Get M_PartType_UU. + @return M_PartType_UU */ + public String getM_PartType_UU () + { + return (String)get_Value(COLUMNNAME_M_PartType_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java b/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java index a1b4a1d9f6..839de041fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PerpetualInv.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_PerpetualInv - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PerpetualInv (Properties ctx, int M_PerpetualInv_ID, String trxName) @@ -178,9 +178,23 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste return ii.intValue(); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + /** Set M_PerpetualInv_UU. + @param M_PerpetualInv_UU M_PerpetualInv_UU */ + public void setM_PerpetualInv_UU (String M_PerpetualInv_UU) + { + set_Value (COLUMNNAME_M_PerpetualInv_UU, M_PerpetualInv_UU); + } + + /** Get M_PerpetualInv_UU. + @return M_PerpetualInv_UU */ + public String getM_PerpetualInv_UU () + { + return (String)get_Value(COLUMNNAME_M_PerpetualInv_UU); + } + + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -206,9 +220,9 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java b/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java index f02aa14b52..7aa5d0c062 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PriceList.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_PriceList - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PriceList (Properties ctx, int M_PriceList_ID, String trxName) @@ -78,9 +78,9 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent return sb.toString(); } - public I_M_PriceList getBasePriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getBasePriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getBasePriceList_ID(), get_TrxName()); } /** Set Base Pricelist. @@ -106,9 +106,9 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -315,6 +315,20 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent return ii.intValue(); } + /** Set M_PriceList_UU. + @param M_PriceList_UU M_PriceList_UU */ + public void setM_PriceList_UU (String M_PriceList_UU) + { + set_Value (COLUMNNAME_M_PriceList_UU, M_PriceList_UU); + } + + /** Get M_PriceList_UU. + @return M_PriceList_UU */ + public String getM_PriceList_UU () + { + return (String)get_Value(COLUMNNAME_M_PriceList_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java b/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java index 51ad1afb6f..f53f5a3bd6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PriceList_Version.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_PriceList_Version - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PriceList_Version (Properties ctx, int M_PriceList_Version_ID, String trxName) @@ -94,9 +94,9 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, return (String)get_Value(COLUMNNAME_Description); } - public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException + public org.compiere.model.I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException { - return (I_M_DiscountSchema)MTable.get(getCtx(), I_M_DiscountSchema.Table_Name) + return (org.compiere.model.I_M_DiscountSchema)MTable.get(getCtx(), org.compiere.model.I_M_DiscountSchema.Table_Name) .getPO(getM_DiscountSchema_ID(), get_TrxName()); } /** Set Discount Schema. @@ -122,9 +122,9 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, return ii.intValue(); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -150,9 +150,9 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, return ii.intValue(); } - public I_M_PriceList_Version getM_Pricelist_Version_Base() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_Pricelist_Version_Base() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_Pricelist_Version_Base_ID(), get_TrxName()); } /** Set Base Price List. @@ -201,6 +201,20 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, return ii.intValue(); } + /** Set M_PriceList_Version_UU. + @param M_PriceList_Version_UU M_PriceList_Version_UU */ + public void setM_PriceList_Version_UU (String M_PriceList_Version_UU) + { + set_Value (COLUMNNAME_M_PriceList_Version_UU, M_PriceList_Version_UU); + } + + /** Get M_PriceList_Version_UU. + @return M_PriceList_Version_UU */ + public String getM_PriceList_Version_UU () + { + return (String)get_Value(COLUMNNAME_M_PriceList_Version_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product.java b/org.adempiere.base/src/org/compiere/model/X_M_Product.java index 24f9bfe4d9..f1c78837f9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Product extends PO implements I_M_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20121024L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Product (Properties ctx, int M_Product_ID, String trxName) @@ -959,9 +959,9 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent return ii.intValue(); } - public I_M_PartType getM_PartType() throws RuntimeException + public org.compiere.model.I_M_PartType getM_PartType() throws RuntimeException { - return (I_M_PartType)MTable.get(getCtx(), I_M_PartType.Table_Name) + return (org.compiere.model.I_M_PartType)MTable.get(getCtx(), org.compiere.model.I_M_PartType.Table_Name) .getPO(getM_PartType_ID(), get_TrxName()); } /** Set Part Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java index c186830d9a..c4732c99a5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductDownload.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductDownload - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductDownload (Properties ctx, int M_ProductDownload_ID, String trxName) @@ -113,9 +113,23 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_ProductDownload_UU. + @param M_ProductDownload_UU M_ProductDownload_UU */ + public void setM_ProductDownload_UU (String M_ProductDownload_UU) + { + set_Value (COLUMNNAME_M_ProductDownload_UU, M_ProductDownload_UU); + } + + /** Get M_ProductDownload_UU. + @return M_ProductDownload_UU */ + public String getM_ProductDownload_UU () + { + return (String)get_Value(COLUMNNAME_M_ProductDownload_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java index aeebec1055..a6ea8bbbb1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductOperation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductOperation - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductOperation (Properties ctx, int M_ProductOperation_ID, String trxName) @@ -108,9 +108,9 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ return (String)get_Value(COLUMNNAME_Help); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -159,6 +159,20 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_ return ii.intValue(); } + /** Set M_ProductOperation_UU. + @param M_ProductOperation_UU M_ProductOperation_UU */ + public void setM_ProductOperation_UU (String M_ProductOperation_UU) + { + set_Value (COLUMNNAME_M_ProductOperation_UU, M_ProductOperation_UU); + } + + /** Get M_ProductOperation_UU. + @return M_ProductOperation_UU */ + public String getM_ProductOperation_UU () + { + return (String)get_Value(COLUMNNAME_M_ProductOperation_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java index feaaba87cf..685e15f230 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductPrice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_ProductPrice - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductPrice (Properties ctx, int M_ProductPrice_ID, String trxName) @@ -75,9 +75,9 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste return sb.toString(); } - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_PriceList_Version_ID(), get_TrxName()); } /** Set Price List Version. @@ -103,9 +103,9 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -131,6 +131,20 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste return ii.intValue(); } + /** Set M_ProductPrice_UU. + @param M_ProductPrice_UU M_ProductPrice_UU */ + public void setM_ProductPrice_UU (String M_ProductPrice_UU) + { + set_Value (COLUMNNAME_M_ProductPrice_UU, M_ProductPrice_UU); + } + + /** Get M_ProductPrice_UU. + @return M_ProductPrice_UU */ + public String getM_ProductPrice_UU () + { + return (String)get_Value(COLUMNNAME_M_ProductPrice_UU); + } + /** Set Limit Price. @param PriceLimit Lowest price for a product diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java index d9834af3cc..ae41306a92 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductPriceVendorBreak.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_ProductPriceVendorBreak - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceVendorBreak, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductPriceVendorBreak (Properties ctx, int M_ProductPriceVendorBreak_ID, String trxName) @@ -98,9 +98,9 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -126,9 +126,9 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV return ii.intValue(); } - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_PriceList_Version_ID(), get_TrxName()); } /** Set Price List Version. @@ -154,9 +154,9 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -182,8 +182,8 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV return ii.intValue(); } - /** Set Product Price Vendor Break. - @param M_ProductPriceVendorBreak_ID Product Price Vendor Break */ + /** Set Product Price Break. + @param M_ProductPriceVendorBreak_ID Product Price Break */ public void setM_ProductPriceVendorBreak_ID (int M_ProductPriceVendorBreak_ID) { if (M_ProductPriceVendorBreak_ID < 1) @@ -192,8 +192,8 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV set_ValueNoCheck (COLUMNNAME_M_ProductPriceVendorBreak_ID, Integer.valueOf(M_ProductPriceVendorBreak_ID)); } - /** Get Product Price Vendor Break. - @return Product Price Vendor Break */ + /** Get Product Price Break. + @return Product Price Break */ public int getM_ProductPriceVendorBreak_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_M_ProductPriceVendorBreak_ID); @@ -202,6 +202,20 @@ public class X_M_ProductPriceVendorBreak extends PO implements I_M_ProductPriceV return ii.intValue(); } + /** Set M_ProductPriceVendorBreak_UU. + @param M_ProductPriceVendorBreak_UU M_ProductPriceVendorBreak_UU */ + public void setM_ProductPriceVendorBreak_UU (String M_ProductPriceVendorBreak_UU) + { + set_Value (COLUMNNAME_M_ProductPriceVendorBreak_UU, M_ProductPriceVendorBreak_UU); + } + + /** Get M_ProductPriceVendorBreak_UU. + @return M_ProductPriceVendorBreak_UU */ + public String getM_ProductPriceVendorBreak_UU () + { + return (String)get_Value(COLUMNNAME_M_ProductPriceVendorBreak_UU); + } + /** Set Limit Price. @param PriceLimit Lowest price for a product diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java index a8a902ff9f..924458e8d2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_Product_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Product_Acct (Properties ctx, int M_Product_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_BOM.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_BOM.java index db33eec215..dbd9396872 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_BOM.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Product_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Product_BOM (Properties ctx, int M_Product_BOM_ID, String trxName) @@ -140,6 +140,44 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent return (String)get_Value(COLUMNNAME_BOMType); } + /** Set Standard Cost. + @param CostStandard + Standard Costs + */ + public void setCostStandard (BigDecimal CostStandard) + { + throw new IllegalArgumentException ("CostStandard is virtual column"); } + + /** Get Standard Cost. + @return Standard Costs + */ + public BigDecimal getCostStandard () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostStandard); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Std Cost Amount Sum. + @param CostStandardCumAmt + Standard Cost Invoice Amount Sum (internal) + */ + public void setCostStandardCumAmt (BigDecimal CostStandardCumAmt) + { + throw new IllegalArgumentException ("CostStandardCumAmt is virtual column"); } + + /** Get Std Cost Amount Sum. + @return Standard Cost Invoice Amount Sum (internal) + */ + public BigDecimal getCostStandardCumAmt () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostStandardCumAmt); + if (bd == null) + return Env.ZERO; + return bd; + } + /** Set Description. @param Description Optional short description of the record @@ -157,6 +195,29 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent return (String)get_Value(COLUMNNAME_Description); } + /** Set Bill of Materials. + @param IsBillOfMaterial + Bill of Materials + */ + public void setIsBillOfMaterial (boolean IsBillOfMaterial) + { + throw new IllegalArgumentException ("IsBillOfMaterial is virtual column"); } + + /** Get Bill of Materials. + @return Bill of Materials + */ + public boolean isBillOfMaterial () + { + Object oo = get_Value(COLUMNNAME_IsBillOfMaterial); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + /** Set Line No. @param Line Unique line for this document @@ -177,6 +238,27 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent return ii.intValue(); } + public org.compiere.model.I_M_PartType getM_PartType() throws RuntimeException + { + return (org.compiere.model.I_M_PartType)MTable.get(getCtx(), org.compiere.model.I_M_PartType.Table_Name) + .getPO(getM_PartType_ID(), get_TrxName()); } + + /** Set Part Type. + @param M_PartType_ID Part Type */ + public void setM_PartType_ID (int M_PartType_ID) + { + throw new IllegalArgumentException ("M_PartType_ID is virtual column"); } + + /** Get Part Type. + @return Part Type */ + public int getM_PartType_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_PartType_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set BOM Line. @param M_Product_BOM_ID BOM Line */ public void setM_Product_BOM_ID (int M_Product_BOM_ID) @@ -197,9 +279,9 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent return ii.intValue(); } - public I_M_Product getM_ProductBOM() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductBOM() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductBOM_ID(), get_TrxName()); } /** Set BOM Product. @@ -233,9 +315,23 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getM_ProductBOM_ID())); } - public I_M_Product getM_Product() throws RuntimeException + /** Set M_Product_BOM_UU. + @param M_Product_BOM_UU M_Product_BOM_UU */ + public void setM_Product_BOM_UU (String M_Product_BOM_UU) + { + set_Value (COLUMNNAME_M_Product_BOM_UU, M_Product_BOM_UU); + } + + /** Get M_Product_BOM_UU. + @return M_Product_BOM_UU */ + public String getM_Product_BOM_UU () + { + return (String)get_Value(COLUMNNAME_M_Product_BOM_UU); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -260,4 +356,20 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent return 0; return ii.intValue(); } + + /** Set Search Key. + @param Value + Search key for the record in the format required - must be unique + */ + public void setValue (String Value) + { + throw new IllegalArgumentException ("Value is virtual column"); } + + /** Get Search Key. + @return Search key for the record in the format required - must be unique + */ + public String getValue () + { + return (String)get_Value(COLUMNNAME_Value); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java index 5b731a531b..d49a7e98cf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Product_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Product_Category (Properties ctx, int M_Product_Category_ID, String trxName) @@ -80,9 +80,9 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ return sb.toString(); } - public I_A_Asset_Group getA_Asset_Group() throws RuntimeException + public org.compiere.model.I_A_Asset_Group getA_Asset_Group() throws RuntimeException { - return (I_A_Asset_Group)MTable.get(getCtx(), I_A_Asset_Group.Table_Name) + return (org.compiere.model.I_A_Asset_Group)MTable.get(getCtx(), org.compiere.model.I_A_Asset_Group.Table_Name) .getPO(getA_Asset_Group_ID(), get_TrxName()); } /** Set Asset Group. @@ -108,9 +108,9 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ return ii.intValue(); } - public I_AD_PrintColor getAD_PrintColor() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor_ID(), get_TrxName()); } /** Set Print Color. @@ -248,9 +248,9 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ return ii.intValue(); } - public I_M_Product_Category getM_Product_Category_Parent() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category_Parent() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_Parent_ID(), get_TrxName()); } /** Set Parent Product Category. @@ -273,6 +273,20 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_ return ii.intValue(); } + /** Set M_Product_Category_UU. + @param M_Product_Category_UU M_Product_Category_UU */ + public void setM_Product_Category_UU (String M_Product_Category_UU) + { + set_Value (COLUMNNAME_M_Product_Category_UU, M_Product_Category_UU); + } + + /** Get M_Product_Category_UU. + @return M_Product_Category_UU */ + public String getM_Product_Category_UU () + { + return (String)get_Value(COLUMNNAME_M_Product_Category_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java index 914bd49a85..f76249278d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_Category_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_Product_Category_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Category_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Product_Category_Acct (Properties ctx, int M_Product_Category_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java index fc0d1ae3e7..7122f19f9e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_PO.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_Product_PO - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Product_PO (Properties ctx, int M_Product_PO_ID, String trxName) @@ -79,9 +79,9 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -107,9 +107,9 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -155,9 +155,9 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent return bd; } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -305,9 +305,9 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent return (String)get_Value(COLUMNNAME_Manufacturer); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -333,6 +333,20 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent return ii.intValue(); } + /** Set M_Product_PO_UU. + @param M_Product_PO_UU M_Product_PO_UU */ + public void setM_Product_PO_UU (String M_Product_PO_UU) + { + set_Value (COLUMNNAME_M_Product_PO_UU, M_Product_PO_UU); + } + + /** Get M_Product_PO_UU. + @return M_Product_PO_UU */ + public String getM_Product_PO_UU () + { + return (String)get_Value(COLUMNNAME_M_Product_PO_UU); + } + /** Set Minimum Order Qty. @param Order_Min Minimum order quantity in UOM diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java b/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java new file mode 100644 index 0000000000..3f261b0f42 --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/X_M_Product_QualityTest.java @@ -0,0 +1,184 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; +import org.compiere.util.KeyNamePair; + +/** Generated Model for M_Product_QualityTest + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_M_Product_QualityTest extends PO implements I_M_Product_QualityTest, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_M_Product_QualityTest (Properties ctx, int M_Product_QualityTest_ID, String trxName) + { + super (ctx, M_Product_QualityTest_ID, trxName); + /** if (M_Product_QualityTest_ID == 0) + { + setExpectedResult (null); + setM_Product_ID (0); + setM_Product_QualityTest_ID (0); + setM_QualityTest_ID (0); + } */ + } + + /** Load Constructor */ + public X_M_Product_QualityTest (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 3 - Client - Org + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_M_Product_QualityTest[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + /** Set Expected Result. + @param ExpectedResult Expected Result */ + public void setExpectedResult (String ExpectedResult) + { + set_Value (COLUMNNAME_ExpectedResult, ExpectedResult); + } + + /** Get Expected Result. + @return Expected Result */ + public String getExpectedResult () + { + return (String)get_Value(COLUMNNAME_ExpectedResult); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException + { + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) + .getPO(getM_Product_ID(), get_TrxName()); } + + /** Set Product. + @param M_Product_ID + Product, Service, Item + */ + public void setM_Product_ID (int M_Product_ID) + { + if (M_Product_ID < 1) + set_ValueNoCheck (COLUMNNAME_M_Product_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); + } + + /** Get Product. + @return Product, Service, Item + */ + public int getM_Product_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Product Quality Test. + @param M_Product_QualityTest_ID Product Quality Test */ + public void setM_Product_QualityTest_ID (int M_Product_QualityTest_ID) + { + if (M_Product_QualityTest_ID < 1) + set_ValueNoCheck (COLUMNNAME_M_Product_QualityTest_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_Product_QualityTest_ID, Integer.valueOf(M_Product_QualityTest_ID)); + } + + /** Get Product Quality Test. + @return Product Quality Test */ + public int getM_Product_QualityTest_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_QualityTest_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set M_Product_QualityTest_UU. + @param M_Product_QualityTest_UU M_Product_QualityTest_UU */ + public void setM_Product_QualityTest_UU (String M_Product_QualityTest_UU) + { + set_Value (COLUMNNAME_M_Product_QualityTest_UU, M_Product_QualityTest_UU); + } + + /** Get M_Product_QualityTest_UU. + @return M_Product_QualityTest_UU */ + public String getM_Product_QualityTest_UU () + { + return (String)get_Value(COLUMNNAME_M_Product_QualityTest_UU); + } + + public org.compiere.model.I_M_QualityTest getM_QualityTest() throws RuntimeException + { + return (org.compiere.model.I_M_QualityTest)MTable.get(getCtx(), org.compiere.model.I_M_QualityTest.Table_Name) + .getPO(getM_QualityTest_ID(), get_TrxName()); } + + /** Set Quality Test. + @param M_QualityTest_ID Quality Test */ + public void setM_QualityTest_ID (int M_QualityTest_ID) + { + if (M_QualityTest_ID < 1) + set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); + } + + /** Get Quality Test. + @return Quality Test */ + public int getM_QualityTest_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Get Record ID/ColumnName + @return ID/ColumnName pair + */ + public KeyNamePair getKeyNamePair() + { + return new KeyNamePair(get_ID(), String.valueOf(getM_QualityTest_ID())); + } +} \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Production.java b/org.adempiere.base/src/org/compiere/model/X_M_Production.java index 0592afb7c2..b9e820835d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Production.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Production.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Production - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Production extends PO implements I_M_Production, I_Persistent { /** * */ - private static final long serialVersionUID = 20120821L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Production (Properties ctx, int M_Production_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java index 37a89464ff..e64fb10efa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20120821L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductionLine (Properties ctx, int M_ProductionLine_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java index 6fd20a02b4..28ad4118e3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductionLineMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductionLineMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20120821L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductionLineMA (Properties ctx, int M_ProductionLineMA_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java b/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java index 774e7a70dd..68ae71a96c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_ProductionPlan.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_ProductionPlan - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Persistent { /** * */ - private static final long serialVersionUID = 20120821L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_ProductionPlan (Properties ctx, int M_ProductionPlan_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java b/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java index 25d81498c1..0c4ac61a8b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Promotion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Promotion - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Promotion (Properties ctx, int M_Promotion_ID, String trxName) @@ -73,9 +73,9 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent return sb.toString(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -138,6 +138,20 @@ public class X_M_Promotion extends PO implements I_M_Promotion, I_Persistent return ii.intValue(); } + /** Set M_Promotion_UU. + @param M_Promotion_UU M_Promotion_UU */ + public void setM_Promotion_UU (String M_Promotion_UU) + { + set_Value (COLUMNNAME_M_Promotion_UU, M_Promotion_UU); + } + + /** Get M_Promotion_UU. + @return M_Promotion_UU */ + public String getM_Promotion_UU () + { + return (String)get_Value(COLUMNNAME_M_Promotion_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java index 4e606ea7a9..5fd5c6a279 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionDistribution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_PromotionDistribution - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistribution, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PromotionDistribution (Properties ctx, int M_PromotionDistribution_ID, String trxName) @@ -149,9 +149,23 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri return ii.intValue(); } - public I_M_Promotion getM_Promotion() throws RuntimeException + /** Set M_PromotionDistribution_UU. + @param M_PromotionDistribution_UU M_PromotionDistribution_UU */ + public void setM_PromotionDistribution_UU (String M_PromotionDistribution_UU) + { + set_Value (COLUMNNAME_M_PromotionDistribution_UU, M_PromotionDistribution_UU); + } + + /** Get M_PromotionDistribution_UU. + @return M_PromotionDistribution_UU */ + public String getM_PromotionDistribution_UU () + { + return (String)get_Value(COLUMNNAME_M_PromotionDistribution_UU); + } + + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException { - return (I_M_Promotion)MTable.get(getCtx(), I_M_Promotion.Table_Name) + return (org.compiere.model.I_M_Promotion)MTable.get(getCtx(), org.compiere.model.I_M_Promotion.Table_Name) .getPO(getM_Promotion_ID(), get_TrxName()); } /** Set Promotion. @@ -174,9 +188,9 @@ public class X_M_PromotionDistribution extends PO implements I_M_PromotionDistri return ii.intValue(); } - public I_M_PromotionLine getM_PromotionLine() throws RuntimeException + public org.compiere.model.I_M_PromotionLine getM_PromotionLine() throws RuntimeException { - return (I_M_PromotionLine)MTable.get(getCtx(), I_M_PromotionLine.Table_Name) + return (org.compiere.model.I_M_PromotionLine)MTable.get(getCtx(), org.compiere.model.I_M_PromotionLine.Table_Name) .getPO(getM_PromotionLine_ID(), get_TrxName()); } /** Set Promotion Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java index b484da94e0..6b6d8ab1fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_PromotionGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PromotionGroup (Properties ctx, int M_PromotionGroup_ID, String trxName) @@ -108,6 +108,20 @@ public class X_M_PromotionGroup extends PO implements I_M_PromotionGroup, I_Pers return ii.intValue(); } + /** Set M_PromotionGroup_UU. + @param M_PromotionGroup_UU M_PromotionGroup_UU */ + public void setM_PromotionGroup_UU (String M_PromotionGroup_UU) + { + set_Value (COLUMNNAME_M_PromotionGroup_UU, M_PromotionGroup_UU); + } + + /** Get M_PromotionGroup_UU. + @return M_PromotionGroup_UU */ + public String getM_PromotionGroup_UU () + { + return (String)get_Value(COLUMNNAME_M_PromotionGroup_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java index a90fed23f6..8ab200929c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionGroupLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_PromotionGroupLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PromotionGroupLine (Properties ctx, int M_PromotionGroupLine_ID, String trxName) @@ -71,9 +71,9 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine return sb.toString(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -99,9 +99,9 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine return ii.intValue(); } - public I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException + public org.compiere.model.I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException { - return (I_M_PromotionGroup)MTable.get(getCtx(), I_M_PromotionGroup.Table_Name) + return (org.compiere.model.I_M_PromotionGroup)MTable.get(getCtx(), org.compiere.model.I_M_PromotionGroup.Table_Name) .getPO(getM_PromotionGroup_ID(), get_TrxName()); } /** Set Promotion Group. @@ -143,4 +143,18 @@ public class X_M_PromotionGroupLine extends PO implements I_M_PromotionGroupLine return 0; return ii.intValue(); } + + /** Set M_PromotionGroupLine_UU. + @param M_PromotionGroupLine_UU M_PromotionGroupLine_UU */ + public void setM_PromotionGroupLine_UU (String M_PromotionGroupLine_UU) + { + set_Value (COLUMNNAME_M_PromotionGroupLine_UU, M_PromotionGroupLine_UU); + } + + /** Get M_PromotionGroupLine_UU. + @return M_PromotionGroupLine_UU */ + public String getM_PromotionGroupLine_UU () + { + return (String)get_Value(COLUMNNAME_M_PromotionGroupLine_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java index 306219cf46..6d1ecf0b86 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_PromotionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PromotionLine (Properties ctx, int M_PromotionLine_ID, String trxName) @@ -118,9 +118,9 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis return bd; } - public I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException + public org.compiere.model.I_M_PromotionGroup getM_PromotionGroup() throws RuntimeException { - return (I_M_PromotionGroup)MTable.get(getCtx(), I_M_PromotionGroup.Table_Name) + return (org.compiere.model.I_M_PromotionGroup)MTable.get(getCtx(), org.compiere.model.I_M_PromotionGroup.Table_Name) .getPO(getM_PromotionGroup_ID(), get_TrxName()); } /** Set Promotion Group. @@ -143,9 +143,9 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis return ii.intValue(); } - public I_M_Promotion getM_Promotion() throws RuntimeException + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException { - return (I_M_Promotion)MTable.get(getCtx(), I_M_Promotion.Table_Name) + return (org.compiere.model.I_M_Promotion)MTable.get(getCtx(), org.compiere.model.I_M_Promotion.Table_Name) .getPO(getM_Promotion_ID(), get_TrxName()); } /** Set Promotion. @@ -187,4 +187,18 @@ public class X_M_PromotionLine extends PO implements I_M_PromotionLine, I_Persis return 0; return ii.intValue(); } + + /** Set M_PromotionLine_UU. + @param M_PromotionLine_UU M_PromotionLine_UU */ + public void setM_PromotionLine_UU (String M_PromotionLine_UU) + { + set_Value (COLUMNNAME_M_PromotionLine_UU, M_PromotionLine_UU); + } + + /** Get M_PromotionLine_UU. + @return M_PromotionLine_UU */ + public String getM_PromotionLine_UU () + { + return (String)get_Value(COLUMNNAME_M_PromotionLine_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java index b3122a0f60..006a2e8a62 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionPreCondition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for M_PromotionPreCondition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCondition, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PromotionPreCondition (Properties ctx, int M_PromotionPreCondition_ID, String trxName) @@ -74,9 +74,9 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon return sb.toString(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -102,9 +102,9 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -130,9 +130,9 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -175,9 +175,9 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon return (Timestamp)get_Value(COLUMNNAME_EndDate); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -203,9 +203,9 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon return ii.intValue(); } - public I_M_Promotion getM_Promotion() throws RuntimeException + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException { - return (I_M_Promotion)MTable.get(getCtx(), I_M_Promotion.Table_Name) + return (org.compiere.model.I_M_Promotion)MTable.get(getCtx(), org.compiere.model.I_M_Promotion.Table_Name) .getPO(getM_Promotion_ID(), get_TrxName()); } /** Set Promotion. @@ -248,9 +248,23 @@ public class X_M_PromotionPreCondition extends PO implements I_M_PromotionPreCon return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + /** Set M_PromotionPreCondition_UU. + @param M_PromotionPreCondition_UU M_PromotionPreCondition_UU */ + public void setM_PromotionPreCondition_UU (String M_PromotionPreCondition_UU) + { + set_Value (COLUMNNAME_M_PromotionPreCondition_UU, M_PromotionPreCondition_UU); + } + + /** Get M_PromotionPreCondition_UU. + @return M_PromotionPreCondition_UU */ + public String getM_PromotionPreCondition_UU () + { + return (String)get_Value(COLUMNNAME_M_PromotionPreCondition_UU); + } + + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java b/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java index 40390fb1a1..efc05907be 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_PromotionReward.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_PromotionReward - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_PromotionReward (Properties ctx, int M_PromotionReward_ID, String trxName) @@ -98,9 +98,9 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe return bd; } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -198,9 +198,9 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe return false; } - public I_M_PromotionDistribution getM_PromotionDistribution() throws RuntimeException + public org.compiere.model.I_M_PromotionDistribution getM_PromotionDistribution() throws RuntimeException { - return (I_M_PromotionDistribution)MTable.get(getCtx(), I_M_PromotionDistribution.Table_Name) + return (org.compiere.model.I_M_PromotionDistribution)MTable.get(getCtx(), org.compiere.model.I_M_PromotionDistribution.Table_Name) .getPO(getM_PromotionDistribution_ID(), get_TrxName()); } /** Set Promotion Distribution. @@ -223,9 +223,9 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe return ii.intValue(); } - public I_M_Promotion getM_Promotion() throws RuntimeException + public org.compiere.model.I_M_Promotion getM_Promotion() throws RuntimeException { - return (I_M_Promotion)MTable.get(getCtx(), I_M_Promotion.Table_Name) + return (org.compiere.model.I_M_Promotion)MTable.get(getCtx(), org.compiere.model.I_M_Promotion.Table_Name) .getPO(getM_Promotion_ID(), get_TrxName()); } /** Set Promotion. @@ -268,9 +268,23 @@ public class X_M_PromotionReward extends PO implements I_M_PromotionReward, I_Pe return ii.intValue(); } - public I_M_PromotionDistribution getM_TargetDistribution() throws RuntimeException + /** Set M_PromotionReward_UU. + @param M_PromotionReward_UU M_PromotionReward_UU */ + public void setM_PromotionReward_UU (String M_PromotionReward_UU) + { + set_Value (COLUMNNAME_M_PromotionReward_UU, M_PromotionReward_UU); + } + + /** Get M_PromotionReward_UU. + @return M_PromotionReward_UU */ + public String getM_PromotionReward_UU () + { + return (String)get_Value(COLUMNNAME_M_PromotionReward_UU); + } + + public org.compiere.model.I_M_PromotionDistribution getM_TargetDistribution() throws RuntimeException { - return (I_M_PromotionDistribution)MTable.get(getCtx(), I_M_PromotionDistribution.Table_Name) + return (org.compiere.model.I_M_PromotionDistribution)MTable.get(getCtx(), org.compiere.model.I_M_PromotionDistribution.Table_Name) .getPO(getM_TargetDistribution_ID(), get_TrxName()); } /** Set Target distribution. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java b/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java index f9bf45e0e2..c52db70860 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_QualityTest.java @@ -1,152 +1,166 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * - * This program is free software, you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program, if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -/** Generated Model - DO NOT CHANGE */ -package org.compiere.model; - -import java.sql.ResultSet; -import java.util.Properties; -import org.compiere.util.KeyNamePair; - -/** Generated Model for M_QualityTest - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ -public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent -{ - - /** - * - */ - private static final long serialVersionUID = 20101207L; - - /** Standard Constructor */ - public X_M_QualityTest (Properties ctx, int M_QualityTest_ID, String trxName) - { - super (ctx, M_QualityTest_ID, trxName); - /** if (M_QualityTest_ID == 0) - { - setM_QualityTest_ID (0); - setName (null); - } */ - } - - /** Load Constructor */ - public X_M_QualityTest (Properties ctx, ResultSet rs, String trxName) - { - super (ctx, rs, trxName); - } - - /** AccessLevel - * @return 3 - Client - Org - */ - protected int get_AccessLevel() - { - return accessLevel.intValue(); - } - - /** Load Meta Data */ - protected POInfo initPO (Properties ctx) - { - POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); - return poi; - } - - public String toString() - { - StringBuffer sb = new StringBuffer ("X_M_QualityTest[") - .append(get_ID()).append("]"); - return sb.toString(); - } - - /** Set Description. - @param Description - Optional short description of the record - */ - public void setDescription (String Description) - { - set_Value (COLUMNNAME_Description, Description); - } - - /** Get Description. - @return Optional short description of the record - */ - public String getDescription () - { - return (String)get_Value(COLUMNNAME_Description); - } - - /** Set Comment/Help. - @param Help - Comment or Hint - */ - public void setHelp (String Help) - { - set_Value (COLUMNNAME_Help, Help); - } - - /** Get Comment/Help. - @return Comment or Hint - */ - public String getHelp () - { - return (String)get_Value(COLUMNNAME_Help); - } - - /** Set Quality Test. - @param M_QualityTest_ID Quality Test */ - public void setM_QualityTest_ID (int M_QualityTest_ID) - { - if (M_QualityTest_ID < 1) - set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); - else - set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); - } - - /** Get Quality Test. - @return Quality Test */ - public int getM_QualityTest_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Name. - @param Name - Alphanumeric identifier of the entity - */ - public void setName (String Name) - { - set_Value (COLUMNNAME_Name, Name); - } - - /** Get Name. - @return Alphanumeric identifier of the entity - */ - public String getName () - { - return (String)get_Value(COLUMNNAME_Name); - } - - /** Get Record ID/ColumnName - @return ID/ColumnName pair - */ - public KeyNamePair getKeyNamePair() - { - return new KeyNamePair(get_ID(), getName()); - } +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; +import org.compiere.util.KeyNamePair; + +/** Generated Model for M_QualityTest + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_M_QualityTest extends PO implements I_M_QualityTest, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_M_QualityTest (Properties ctx, int M_QualityTest_ID, String trxName) + { + super (ctx, M_QualityTest_ID, trxName); + /** if (M_QualityTest_ID == 0) + { + setM_QualityTest_ID (0); + setName (null); + } */ + } + + /** Load Constructor */ + public X_M_QualityTest (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 3 - Client - Org + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_M_QualityTest[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + /** Set Description. + @param Description + Optional short description of the record + */ + public void setDescription (String Description) + { + set_Value (COLUMNNAME_Description, Description); + } + + /** Get Description. + @return Optional short description of the record + */ + public String getDescription () + { + return (String)get_Value(COLUMNNAME_Description); + } + + /** Set Comment/Help. + @param Help + Comment or Hint + */ + public void setHelp (String Help) + { + set_Value (COLUMNNAME_Help, Help); + } + + /** Get Comment/Help. + @return Comment or Hint + */ + public String getHelp () + { + return (String)get_Value(COLUMNNAME_Help); + } + + /** Set Quality Test. + @param M_QualityTest_ID Quality Test */ + public void setM_QualityTest_ID (int M_QualityTest_ID) + { + if (M_QualityTest_ID < 1) + set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); + } + + /** Get Quality Test. + @return Quality Test */ + public int getM_QualityTest_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set M_QualityTest_UU. + @param M_QualityTest_UU M_QualityTest_UU */ + public void setM_QualityTest_UU (String M_QualityTest_UU) + { + set_Value (COLUMNNAME_M_QualityTest_UU, M_QualityTest_UU); + } + + /** Get M_QualityTest_UU. + @return M_QualityTest_UU */ + public String getM_QualityTest_UU () + { + return (String)get_Value(COLUMNNAME_M_QualityTest_UU); + } + + /** Set Name. + @param Name + Alphanumeric identifier of the entity + */ + public void setName (String Name) + { + set_Value (COLUMNNAME_Name, Name); + } + + /** Get Name. + @return Alphanumeric identifier of the entity + */ + public String getName () + { + return (String)get_Value(COLUMNNAME_Name); + } + + /** Get Record ID/ColumnName + @return ID/ColumnName pair + */ + public KeyNamePair getKeyNamePair() + { + return new KeyNamePair(get_ID(), getName()); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java b/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java index f484b7e39f..5c513cb6ca 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_QualityTestResult.java @@ -1,239 +1,255 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * - * This program is free software, you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program, if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -/** Generated Model - DO NOT CHANGE */ -package org.compiere.model; - -import java.sql.ResultSet; -import java.util.Properties; - -/** Generated Model for M_QualityTestResult - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ -public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, I_Persistent -{ - - /** - * - */ - private static final long serialVersionUID = 20101207L; - - /** Standard Constructor */ - public X_M_QualityTestResult (Properties ctx, int M_QualityTestResult_ID, String trxName) - { - super (ctx, M_QualityTestResult_ID, trxName); - /** if (M_QualityTestResult_ID == 0) - { - setM_AttributeSetInstance_ID (0); - setM_QualityTest_ID (0); - setM_QualityTestResult_ID (0); - setProcessed (false); -// N - } */ - } - - /** Load Constructor */ - public X_M_QualityTestResult (Properties ctx, ResultSet rs, String trxName) - { - super (ctx, rs, trxName); - } - - /** AccessLevel - * @return 3 - Client - Org - */ - protected int get_AccessLevel() - { - return accessLevel.intValue(); - } - - /** Load Meta Data */ - protected POInfo initPO (Properties ctx) - { - POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); - return poi; - } - - public String toString() - { - StringBuffer sb = new StringBuffer ("X_M_QualityTestResult[") - .append(get_ID()).append("]"); - return sb.toString(); - } - - /** Set Description. - @param Description - Optional short description of the record - */ - public void setDescription (String Description) - { - throw new IllegalArgumentException ("Description is virtual column"); } - - /** Get Description. - @return Optional short description of the record - */ - public String getDescription () - { - return (String)get_Value(COLUMNNAME_Description); - } - - /** Set Expected Result. - @param ExpectedResult Expected Result */ - public void setExpectedResult (String ExpectedResult) - { - throw new IllegalArgumentException ("ExpectedResult is virtual column"); } - - /** Get Expected Result. - @return Expected Result */ - public String getExpectedResult () - { - return (String)get_Value(COLUMNNAME_ExpectedResult); - } - - /** Set QC Pass. - @param IsQCPass QC Pass */ - public void setIsQCPass (boolean IsQCPass) - { - set_Value (COLUMNNAME_IsQCPass, Boolean.valueOf(IsQCPass)); - } - - /** Get QC Pass. - @return QC Pass */ - public boolean isQCPass () - { - Object oo = get_Value(COLUMNNAME_IsQCPass); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - - public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException - { - return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) - .getPO(getM_AttributeSetInstance_ID(), get_TrxName()); } - - /** Set Attribute Set Instance. - @param M_AttributeSetInstance_ID - Product Attribute Set Instance - */ - public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) - { - if (M_AttributeSetInstance_ID < 0) - set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); - else - set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); - } - - /** Get Attribute Set Instance. - @return Product Attribute Set Instance - */ - public int getM_AttributeSetInstance_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_M_QualityTest getM_QualityTest() throws RuntimeException - { - return (I_M_QualityTest)MTable.get(getCtx(), I_M_QualityTest.Table_Name) - .getPO(getM_QualityTest_ID(), get_TrxName()); } - - /** Set Quality Test. - @param M_QualityTest_ID Quality Test */ - public void setM_QualityTest_ID (int M_QualityTest_ID) - { - if (M_QualityTest_ID < 1) - set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); - else - set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); - } - - /** Get Quality Test. - @return Quality Test */ - public int getM_QualityTest_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Quality Test Result. - @param M_QualityTestResult_ID Quality Test Result */ - public void setM_QualityTestResult_ID (int M_QualityTestResult_ID) - { - if (M_QualityTestResult_ID < 1) - set_ValueNoCheck (COLUMNNAME_M_QualityTestResult_ID, null); - else - set_ValueNoCheck (COLUMNNAME_M_QualityTestResult_ID, Integer.valueOf(M_QualityTestResult_ID)); - } - - /** Get Quality Test Result. - @return Quality Test Result */ - public int getM_QualityTestResult_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTestResult_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Processed. - @param Processed - The document has been processed - */ - public void setProcessed (boolean Processed) - { - set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); - } - - /** Get Processed. - @return The document has been processed - */ - public boolean isProcessed () - { - Object oo = get_Value(COLUMNNAME_Processed); - if (oo != null) - { - if (oo instanceof Boolean) - return ((Boolean)oo).booleanValue(); - return "Y".equals(oo); - } - return false; - } - - /** Set Result. - @param Result - Result of the action taken - */ - public void setResult (String Result) - { - set_Value (COLUMNNAME_Result, Result); - } - - /** Get Result. - @return Result of the action taken - */ - public String getResult () - { - return (String)get_Value(COLUMNNAME_Result); - } +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; + +/** Generated Model for M_QualityTestResult + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_M_QualityTestResult extends PO implements I_M_QualityTestResult, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_M_QualityTestResult (Properties ctx, int M_QualityTestResult_ID, String trxName) + { + super (ctx, M_QualityTestResult_ID, trxName); + /** if (M_QualityTestResult_ID == 0) + { + setIsQCPass (false); +// N + setM_AttributeSetInstance_ID (0); + setM_QualityTest_ID (0); + setM_QualityTestResult_ID (0); + setProcessed (false); +// N + } */ + } + + /** Load Constructor */ + public X_M_QualityTestResult (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 3 - Client - Org + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_M_QualityTestResult[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + /** Set Description. + @param Description + Optional short description of the record + */ + public void setDescription (String Description) + { + throw new IllegalArgumentException ("Description is virtual column"); } + + /** Get Description. + @return Optional short description of the record + */ + public String getDescription () + { + return (String)get_Value(COLUMNNAME_Description); + } + + /** Set Expected Result. + @param ExpectedResult Expected Result */ + public void setExpectedResult (String ExpectedResult) + { + throw new IllegalArgumentException ("ExpectedResult is virtual column"); } + + /** Get Expected Result. + @return Expected Result */ + public String getExpectedResult () + { + return (String)get_Value(COLUMNNAME_ExpectedResult); + } + + /** Set QC Pass. + @param IsQCPass QC Pass */ + public void setIsQCPass (boolean IsQCPass) + { + set_Value (COLUMNNAME_IsQCPass, Boolean.valueOf(IsQCPass)); + } + + /** Get QC Pass. + @return QC Pass */ + public boolean isQCPass () + { + Object oo = get_Value(COLUMNNAME_IsQCPass); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + + public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException + { + return (I_M_AttributeSetInstance)MTable.get(getCtx(), I_M_AttributeSetInstance.Table_Name) + .getPO(getM_AttributeSetInstance_ID(), get_TrxName()); } + + /** Set Attribute Set Instance. + @param M_AttributeSetInstance_ID + Product Attribute Set Instance + */ + public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID) + { + if (M_AttributeSetInstance_ID < 0) + set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstance_ID, Integer.valueOf(M_AttributeSetInstance_ID)); + } + + /** Get Attribute Set Instance. + @return Product Attribute Set Instance + */ + public int getM_AttributeSetInstance_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstance_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_M_QualityTest getM_QualityTest() throws RuntimeException + { + return (org.compiere.model.I_M_QualityTest)MTable.get(getCtx(), org.compiere.model.I_M_QualityTest.Table_Name) + .getPO(getM_QualityTest_ID(), get_TrxName()); } + + /** Set Quality Test. + @param M_QualityTest_ID Quality Test */ + public void setM_QualityTest_ID (int M_QualityTest_ID) + { + if (M_QualityTest_ID < 1) + set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_QualityTest_ID, Integer.valueOf(M_QualityTest_ID)); + } + + /** Get Quality Test. + @return Quality Test */ + public int getM_QualityTest_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTest_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Quality Test Result. + @param M_QualityTestResult_ID Quality Test Result */ + public void setM_QualityTestResult_ID (int M_QualityTestResult_ID) + { + if (M_QualityTestResult_ID < 1) + set_ValueNoCheck (COLUMNNAME_M_QualityTestResult_ID, null); + else + set_ValueNoCheck (COLUMNNAME_M_QualityTestResult_ID, Integer.valueOf(M_QualityTestResult_ID)); + } + + /** Get Quality Test Result. + @return Quality Test Result */ + public int getM_QualityTestResult_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_QualityTestResult_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set M_QualityTestResult_UU. + @param M_QualityTestResult_UU M_QualityTestResult_UU */ + public void setM_QualityTestResult_UU (String M_QualityTestResult_UU) + { + set_Value (COLUMNNAME_M_QualityTestResult_UU, M_QualityTestResult_UU); + } + + /** Get M_QualityTestResult_UU. + @return M_QualityTestResult_UU */ + public String getM_QualityTestResult_UU () + { + return (String)get_Value(COLUMNNAME_M_QualityTestResult_UU); + } + + /** Set Processed. + @param Processed + The document has been processed + */ + public void setProcessed (boolean Processed) + { + set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); + } + + /** Get Processed. + @return The document has been processed + */ + public boolean isProcessed () + { + Object oo = get_Value(COLUMNNAME_Processed); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + + /** Set Result. + @param Result + Result of the action taken + */ + public void setResult (String Result) + { + set_Value (COLUMNNAME_Result, Result); + } + + /** Get Result. + @return Result of the action taken + */ + public String getResult () + { + return (String)get_Value(COLUMNNAME_Result); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMA.java b/org.adempiere.base/src/org/compiere/model/X_M_RMA.java index fa35fc6a6f..f9f2d14ebd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMA.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_RMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_RMA (Properties ctx, int M_RMA_ID, String trxName) @@ -106,9 +106,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -134,9 +134,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -162,9 +162,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -190,9 +190,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -386,9 +386,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_InOut getInOut() throws RuntimeException + public org.compiere.model.I_M_InOut getInOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getInOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -485,9 +485,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return ii.intValue(); } - public I_M_RMAType getM_RMAType() throws RuntimeException + public org.compiere.model.I_M_RMAType getM_RMAType() throws RuntimeException { - return (I_M_RMAType)MTable.get(getCtx(), I_M_RMAType.Table_Name) + return (org.compiere.model.I_M_RMAType)MTable.get(getCtx(), org.compiere.model.I_M_RMAType.Table_Name) .getPO(getM_RMAType_ID(), get_TrxName()); } /** Set RMA Type. @@ -513,6 +513,20 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return ii.intValue(); } + /** Set M_RMA_UU. + @param M_RMA_UU M_RMA_UU */ + public void setM_RMA_UU (String M_RMA_UU) + { + set_Value (COLUMNNAME_M_RMA_UU, M_RMA_UU); + } + + /** Get M_RMA_UU. + @return M_RMA_UU */ + public String getM_RMA_UU () + { + return (String)get_Value(COLUMNNAME_M_RMA_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity @@ -575,9 +589,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return false; } - public I_M_RMA getRef_RMA() throws RuntimeException + public org.compiere.model.I_M_RMA getRef_RMA() throws RuntimeException { - return (I_M_RMA)MTable.get(getCtx(), I_M_RMA.Table_Name) + return (org.compiere.model.I_M_RMA)MTable.get(getCtx(), org.compiere.model.I_M_RMA.Table_Name) .getPO(getRef_RMA_ID(), get_TrxName()); } /** Set Referenced RMA. @@ -600,9 +614,9 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent return ii.intValue(); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java b/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java index f67ab329b0..d37ab61484 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMALine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_RMALine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_RMALine (Properties ctx, int M_RMALine_ID, String trxName) @@ -95,9 +95,9 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent return bd; } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -180,9 +180,9 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent return bd; } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -208,9 +208,9 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent return ii.intValue(); } - public I_M_RMA getM_RMA() throws RuntimeException + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException { - return (I_M_RMA)MTable.get(getCtx(), I_M_RMA.Table_Name) + return (org.compiere.model.I_M_RMA)MTable.get(getCtx(), org.compiere.model.I_M_RMA.Table_Name) .getPO(getM_RMA_ID(), get_TrxName()); } /** Set RMA. @@ -267,6 +267,20 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent return ii.intValue(); } + /** Set M_RMALine_UU. + @param M_RMALine_UU M_RMALine_UU */ + public void setM_RMALine_UU (String M_RMALine_UU) + { + set_Value (COLUMNNAME_M_RMALine_UU, M_RMALine_UU); + } + + /** Get M_RMALine_UU. + @return M_RMALine_UU */ + public String getM_RMALine_UU () + { + return (String)get_Value(COLUMNNAME_M_RMALine_UU); + } + /** Set Processed. @param Processed The document has been processed @@ -351,9 +365,9 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent return bd; } - public I_M_RMALine getRef_RMALine() throws RuntimeException + public org.compiere.model.I_M_RMALine getRef_RMALine() throws RuntimeException { - return (I_M_RMALine)MTable.get(getCtx(), I_M_RMALine.Table_Name) + return (org.compiere.model.I_M_RMALine)MTable.get(getCtx(), org.compiere.model.I_M_RMALine.Table_Name) .getPO(getRef_RMALine_ID(), get_TrxName()); } /** Set Referenced RMA Line. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java b/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java index d65de7d1d0..09562c1a66 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RMAType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_RMAType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_RMAType (Properties ctx, int M_RMAType_ID, String trxName) @@ -128,6 +128,20 @@ public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent return ii.intValue(); } + /** Set M_RMAType_UU. + @param M_RMAType_UU M_RMAType_UU */ + public void setM_RMAType_UU (String M_RMAType_UU) + { + set_Value (COLUMNNAME_M_RMAType_UU, M_RMAType_UU); + } + + /** Get M_RMAType_UU. + @return M_RMAType_UU */ + public String getM_RMAType_UU () + { + return (String)get_Value(COLUMNNAME_M_RMAType_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java b/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java index 0eefa881a2..ac631cc07a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RelatedProduct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_RelatedProduct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_RelatedProduct (Properties ctx, int M_RelatedProduct_ID, String trxName) @@ -89,9 +89,9 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers return (String)get_Value(COLUMNNAME_Description); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -117,6 +117,20 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers return ii.intValue(); } + /** Set M_RelatedProduct_UU. + @param M_RelatedProduct_UU M_RelatedProduct_UU */ + public void setM_RelatedProduct_UU (String M_RelatedProduct_UU) + { + set_Value (COLUMNNAME_M_RelatedProduct_UU, M_RelatedProduct_UU); + } + + /** Get M_RelatedProduct_UU. + @return M_RelatedProduct_UU */ + public String getM_RelatedProduct_UU () + { + return (String)get_Value(COLUMNNAME_M_RelatedProduct_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity @@ -134,9 +148,9 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers return (String)get_Value(COLUMNNAME_Name); } - public I_M_Product getRelatedProduct() throws RuntimeException + public org.compiere.model.I_M_Product getRelatedProduct() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getRelatedProduct_ID(), get_TrxName()); } /** Set Related Product. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java b/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java index 4f9b4d41b6..8271f0a111 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Replenish.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_Replenish - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Replenish extends PO implements I_M_Replenish, I_Persistent { /** * */ - private static final long serialVersionUID = 20120821L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Replenish (Properties ctx, int M_Replenish_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java b/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java index eb69734d6e..3c54a6258e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Requisition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Requisition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Requisition (Properties ctx, int M_Requisition_ID, String trxName) @@ -91,9 +91,9 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -119,9 +119,9 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -356,9 +356,9 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent return false; } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -407,9 +407,23 @@ public class X_M_Requisition extends PO implements I_M_Requisition, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + /** Set M_Requisition_UU. + @param M_Requisition_UU M_Requisition_UU */ + public void setM_Requisition_UU (String M_Requisition_UU) + { + set_Value (COLUMNNAME_M_Requisition_UU, M_Requisition_UU); + } + + /** Get M_Requisition_UU. + @return M_Requisition_UU */ + public String getM_Requisition_UU () + { + return (String)get_Value(COLUMNNAME_M_Requisition_UU); + } + + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java b/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java index 8fadeb010b..f09522b0e5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_RequisitionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_RequisitionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_RequisitionLine (Properties ctx, int M_RequisitionLine_ID, String trxName) @@ -79,9 +79,9 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -107,9 +107,9 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -135,9 +135,9 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -163,9 +163,9 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -284,9 +284,9 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -312,9 +312,9 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return ii.intValue(); } - public I_M_Requisition getM_Requisition() throws RuntimeException + public org.compiere.model.I_M_Requisition getM_Requisition() throws RuntimeException { - return (I_M_Requisition)MTable.get(getCtx(), I_M_Requisition.Table_Name) + return (org.compiere.model.I_M_Requisition)MTable.get(getCtx(), org.compiere.model.I_M_Requisition.Table_Name) .getPO(getM_Requisition_ID(), get_TrxName()); } /** Set Requisition. @@ -363,6 +363,20 @@ public class X_M_RequisitionLine extends PO implements I_M_RequisitionLine, I_Pe return ii.intValue(); } + /** Set M_RequisitionLine_UU. + @param M_RequisitionLine_UU M_RequisitionLine_UU */ + public void setM_RequisitionLine_UU (String M_RequisitionLine_UU) + { + set_Value (COLUMNNAME_M_RequisitionLine_UU, M_RequisitionLine_UU); + } + + /** Get M_RequisitionLine_UU. + @return M_RequisitionLine_UU */ + public String getM_RequisitionLine_UU () + { + return (String)get_Value(COLUMNNAME_M_RequisitionLine_UU); + } + /** Set Unit Price. @param PriceActual Actual Price diff --git a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java index e5c8f46c7c..029a6b8811 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtl.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_SerNoCtl - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_SerNoCtl (Properties ctx, int M_SerNoCtl_ID, String trxName) @@ -157,6 +157,20 @@ public class X_M_SerNoCtl extends PO implements I_M_SerNoCtl, I_Persistent return ii.intValue(); } + /** Set M_SerNoCtl_UU. + @param M_SerNoCtl_UU M_SerNoCtl_UU */ + public void setM_SerNoCtl_UU (String M_SerNoCtl_UU) + { + set_Value (COLUMNNAME_M_SerNoCtl_UU, M_SerNoCtl_UU); + } + + /** Get M_SerNoCtl_UU. + @return M_SerNoCtl_UU */ + public String getM_SerNoCtl_UU () + { + return (String)get_Value(COLUMNNAME_M_SerNoCtl_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java index b0a822f1ba..1808ba254e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_SerNoCtlExclude.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_SerNoCtlExclude - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_SerNoCtlExclude (Properties ctx, int M_SerNoCtlExclude_ID, String trxName) @@ -72,9 +72,9 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -147,9 +147,23 @@ public class X_M_SerNoCtlExclude extends PO implements I_M_SerNoCtlExclude, I_Pe return ii.intValue(); } - public I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException + /** Set M_SerNoCtlExclude_UU. + @param M_SerNoCtlExclude_UU M_SerNoCtlExclude_UU */ + public void setM_SerNoCtlExclude_UU (String M_SerNoCtlExclude_UU) + { + set_Value (COLUMNNAME_M_SerNoCtlExclude_UU, M_SerNoCtlExclude_UU); + } + + /** Get M_SerNoCtlExclude_UU. + @return M_SerNoCtlExclude_UU */ + public String getM_SerNoCtlExclude_UU () + { + return (String)get_Value(COLUMNNAME_M_SerNoCtlExclude_UU); + } + + public org.compiere.model.I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException { - return (I_M_SerNoCtl)MTable.get(getCtx(), I_M_SerNoCtl.Table_Name) + return (org.compiere.model.I_M_SerNoCtl)MTable.get(getCtx(), org.compiere.model.I_M_SerNoCtl.Table_Name) .getPO(getM_SerNoCtl_ID(), get_TrxName()); } /** Set Serial No Control. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java b/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java index 3f57495125..04f4258ab4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Shipper.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Shipper - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Shipper (Properties ctx, int M_Shipper_ID, String trxName) @@ -71,9 +71,9 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -139,6 +139,20 @@ public class X_M_Shipper extends PO implements I_M_Shipper, I_Persistent return ii.intValue(); } + /** Set M_Shipper_UU. + @param M_Shipper_UU M_Shipper_UU */ + public void setM_Shipper_UU (String M_Shipper_UU) + { + set_Value (COLUMNNAME_M_Shipper_UU, M_Shipper_UU); + } + + /** Get M_Shipper_UU. + @return M_Shipper_UU */ + public String getM_Shipper_UU () + { + return (String)get_Value(COLUMNNAME_M_Shipper_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Storage.java b/org.adempiere.base/src/org/compiere/model/X_M_Storage.java index 7dfbea1b3d..66dfd5b2fc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Storage.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Storage.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_Storage - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Storage extends PO implements I_M_Storage, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Storage (Properties ctx, int M_Storage_ID, String trxName) @@ -150,9 +150,9 @@ public class X_M_Storage extends PO implements I_M_Storage, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -178,6 +178,20 @@ public class X_M_Storage extends PO implements I_M_Storage, I_Persistent return ii.intValue(); } + /** Set M_Storage_UU. + @param M_Storage_UU M_Storage_UU */ + public void setM_Storage_UU (String M_Storage_UU) + { + set_Value (COLUMNNAME_M_Storage_UU, M_Storage_UU); + } + + /** Get M_Storage_UU. + @return M_Storage_UU */ + public String getM_Storage_UU () + { + return (String)get_Value(COLUMNNAME_M_Storage_UU); + } + /** Set On Hand Quantity. @param QtyOnHand On Hand Quantity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java b/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java index 00834a9241..7186aa6ce6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Substitute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Substitute - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Substitute (Properties ctx, int M_Substitute_ID, String trxName) @@ -89,9 +89,9 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -117,6 +117,20 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent return ii.intValue(); } + /** Set M_Substitute_UU. + @param M_Substitute_UU M_Substitute_UU */ + public void setM_Substitute_UU (String M_Substitute_UU) + { + set_Value (COLUMNNAME_M_Substitute_UU, M_Substitute_UU); + } + + /** Get M_Substitute_UU. + @return M_Substitute_UU */ + public String getM_Substitute_UU () + { + return (String)get_Value(COLUMNNAME_M_Substitute_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity @@ -142,9 +156,9 @@ public class X_M_Substitute extends PO implements I_M_Substitute, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_M_Product getSubstitute() throws RuntimeException + public org.compiere.model.I_M_Product getSubstitute() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getSubstitute_ID(), get_TrxName()); } /** Set Substitute. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java b/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java index cc77094cab..f9443fc7e1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Transaction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for M_Transaction - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Transaction (Properties ctx, int M_Transaction_ID, String trxName) @@ -79,9 +79,9 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return sb.toString(); } - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException { - return (I_C_ProjectIssue)MTable.get(getCtx(), I_C_ProjectIssue.Table_Name) + return (org.compiere.model.I_C_ProjectIssue)MTable.get(getCtx(), org.compiere.model.I_C_ProjectIssue.Table_Name) .getPO(getC_ProjectIssue_ID(), get_TrxName()); } /** Set Project Issue. @@ -135,9 +135,9 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -163,9 +163,9 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return ii.intValue(); } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. @@ -219,9 +219,9 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return ii.intValue(); } - public I_M_MovementLine getM_MovementLine() throws RuntimeException + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) .getPO(getM_MovementLine_ID(), get_TrxName()); } /** Set Move Line. @@ -336,9 +336,9 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return (String)get_Value(COLUMNNAME_MovementType); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -364,9 +364,9 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return ii.intValue(); } - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException { - return (I_M_ProductionLine)MTable.get(getCtx(), I_M_ProductionLine.Table_Name) + return (org.compiere.model.I_M_ProductionLine)MTable.get(getCtx(), org.compiere.model.I_M_ProductionLine.Table_Name) .getPO(getM_ProductionLine_ID(), get_TrxName()); } /** Set Production Line. @@ -412,6 +412,20 @@ public class X_M_Transaction extends PO implements I_M_Transaction, I_Persistent return ii.intValue(); } + /** Set M_Transaction_UU. + @param M_Transaction_UU M_Transaction_UU */ + public void setM_Transaction_UU (String M_Transaction_UU) + { + set_Value (COLUMNNAME_M_Transaction_UU, M_Transaction_UU); + } + + /** Get M_Transaction_UU. + @return M_Transaction_UU */ + public String getM_Transaction_UU () + { + return (String)get_Value(COLUMNNAME_M_Transaction_UU); + } + public org.eevolution.model.I_PP_Cost_Collector getPP_Cost_Collector() throws RuntimeException { return (org.eevolution.model.I_PP_Cost_Collector)MTable.get(getCtx(), org.eevolution.model.I_PP_Cost_Collector.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java b/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java index 93b667ac8e..b24db743b2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_TransactionAllocation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for M_TransactionAllocation - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllocation, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_TransactionAllocation (Properties ctx, int M_TransactionAllocation_ID, String trxName) @@ -179,9 +179,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -207,9 +207,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. @@ -235,9 +235,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -263,9 +263,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException { - return (I_M_ProductionLine)MTable.get(getCtx(), I_M_ProductionLine.Table_Name) + return (org.compiere.model.I_M_ProductionLine)MTable.get(getCtx(), org.compiere.model.I_M_ProductionLine.Table_Name) .getPO(getM_ProductionLine_ID(), get_TrxName()); } /** Set Production Line. @@ -291,9 +291,23 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_Transaction getM_Transaction() throws RuntimeException + /** Set M_TransactionAllocation_UU. + @param M_TransactionAllocation_UU M_TransactionAllocation_UU */ + public void setM_TransactionAllocation_UU (String M_TransactionAllocation_UU) + { + set_Value (COLUMNNAME_M_TransactionAllocation_UU, M_TransactionAllocation_UU); + } + + /** Get M_TransactionAllocation_UU. + @return M_TransactionAllocation_UU */ + public String getM_TransactionAllocation_UU () + { + return (String)get_Value(COLUMNNAME_M_TransactionAllocation_UU); + } + + public org.compiere.model.I_M_Transaction getM_Transaction() throws RuntimeException { - return (I_M_Transaction)MTable.get(getCtx(), I_M_Transaction.Table_Name) + return (org.compiere.model.I_M_Transaction)MTable.get(getCtx(), org.compiere.model.I_M_Transaction.Table_Name) .getPO(getM_Transaction_ID(), get_TrxName()); } /** Set Inventory Transaction. @@ -316,9 +330,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_InOutLine getOut_M_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getOut_M_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getOut_M_InOutLine_ID(), get_TrxName()); } /** Set Out Shipment Line. @@ -344,9 +358,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_InventoryLine getOut_M_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getOut_M_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getOut_M_InventoryLine_ID(), get_TrxName()); } /** Set Out Inventory Line. @@ -372,9 +386,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_ProductionLine getOut_M_ProductionLine() throws RuntimeException + public org.compiere.model.I_M_ProductionLine getOut_M_ProductionLine() throws RuntimeException { - return (I_M_ProductionLine)MTable.get(getCtx(), I_M_ProductionLine.Table_Name) + return (org.compiere.model.I_M_ProductionLine)MTable.get(getCtx(), org.compiere.model.I_M_ProductionLine.Table_Name) .getPO(getOut_M_ProductionLine_ID(), get_TrxName()); } /** Set Out Production Line. @@ -400,9 +414,9 @@ public class X_M_TransactionAllocation extends PO implements I_M_TransactionAllo return ii.intValue(); } - public I_M_Transaction getOut_M_Transaction() throws RuntimeException + public org.compiere.model.I_M_Transaction getOut_M_Transaction() throws RuntimeException { - return (I_M_Transaction)MTable.get(getCtx(), I_M_Transaction.Table_Name) + return (org.compiere.model.I_M_Transaction)MTable.get(getCtx(), org.compiere.model.I_M_Transaction.Table_Name) .getPO(getOut_M_Transaction_ID(), get_TrxName()); } /** Set Out Transaction. diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java index a53a83c251..f898e6079b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for M_Warehouse - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Warehouse (Properties ctx, int M_Warehouse_ID, String trxName) @@ -221,6 +221,20 @@ public class X_M_Warehouse extends PO implements I_M_Warehouse, I_Persistent return ii.intValue(); } + /** Set M_Warehouse_UU. + @param M_Warehouse_UU M_Warehouse_UU */ + public void setM_Warehouse_UU (String M_Warehouse_UU) + { + set_Value (COLUMNNAME_M_Warehouse_UU, M_Warehouse_UU); + } + + /** Get M_Warehouse_UU. + @return M_Warehouse_UU */ + public String getM_Warehouse_UU () + { + return (String)get_Value(COLUMNNAME_M_Warehouse_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java index 13e1e294a6..90d157754c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java +++ b/org.adempiere.base/src/org/compiere/model/X_M_Warehouse_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for M_Warehouse_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_M_Warehouse_Acct extends PO implements I_M_Warehouse_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20120928L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_M_Warehouse_Acct (Properties ctx, int M_Warehouse_Acct_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java b/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java index 9793929c9b..c80f9efbd5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Achievement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Achievement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Achievement (Properties ctx, int PA_Achievement_ID, String trxName) @@ -221,9 +221,23 @@ public class X_PA_Achievement extends PO implements I_PA_Achievement, I_Persiste return ii.intValue(); } - public I_PA_Measure getPA_Measure() throws RuntimeException + /** Set PA_Achievement_UU. + @param PA_Achievement_UU PA_Achievement_UU */ + public void setPA_Achievement_UU (String PA_Achievement_UU) + { + set_Value (COLUMNNAME_PA_Achievement_UU, PA_Achievement_UU); + } + + /** Get PA_Achievement_UU. + @return PA_Achievement_UU */ + public String getPA_Achievement_UU () + { + return (String)get_Value(COLUMNNAME_PA_Achievement_UU); + } + + public org.compiere.model.I_PA_Measure getPA_Measure() throws RuntimeException { - return (I_PA_Measure)MTable.get(getCtx(), I_PA_Measure.Table_Name) + return (org.compiere.model.I_PA_Measure)MTable.get(getCtx(), org.compiere.model.I_PA_Measure.Table_Name) .getPO(getPA_Measure_ID(), get_TrxName()); } /** Set Measure. diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java b/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java index bb96f6a422..6ea99f0599 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Benchmark.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Benchmark - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Benchmark (Properties ctx, int PA_Benchmark_ID, String trxName) @@ -177,4 +177,18 @@ public class X_PA_Benchmark extends PO implements I_PA_Benchmark, I_Persistent return 0; return ii.intValue(); } + + /** Set PA_Benchmark_UU. + @param PA_Benchmark_UU PA_Benchmark_UU */ + public void setPA_Benchmark_UU (String PA_Benchmark_UU) + { + set_Value (COLUMNNAME_PA_Benchmark_UU, PA_Benchmark_UU); + } + + /** Get PA_Benchmark_UU. + @return PA_Benchmark_UU */ + public String getPA_Benchmark_UU () + { + return (String)get_Value(COLUMNNAME_PA_Benchmark_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java b/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java index eb4736e058..876142c0a6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_BenchmarkData.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_BenchmarkData - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_BenchmarkData (Properties ctx, int PA_BenchmarkData_ID, String trxName) @@ -179,9 +179,23 @@ public class X_PA_BenchmarkData extends PO implements I_PA_BenchmarkData, I_Pers return ii.intValue(); } - public I_PA_Benchmark getPA_Benchmark() throws RuntimeException + /** Set PA_BenchmarkData_UU. + @param PA_BenchmarkData_UU PA_BenchmarkData_UU */ + public void setPA_BenchmarkData_UU (String PA_BenchmarkData_UU) + { + set_Value (COLUMNNAME_PA_BenchmarkData_UU, PA_BenchmarkData_UU); + } + + /** Get PA_BenchmarkData_UU. + @return PA_BenchmarkData_UU */ + public String getPA_BenchmarkData_UU () + { + return (String)get_Value(COLUMNNAME_PA_BenchmarkData_UU); + } + + public org.compiere.model.I_PA_Benchmark getPA_Benchmark() throws RuntimeException { - return (I_PA_Benchmark)MTable.get(getCtx(), I_PA_Benchmark.Table_Name) + return (org.compiere.model.I_PA_Benchmark)MTable.get(getCtx(), org.compiere.model.I_PA_Benchmark.Table_Name) .getPO(getPA_Benchmark_ID(), get_TrxName()); } /** Set Benchmark. diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java b/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java index dff1f8dc41..cca54937e6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ColorSchema.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ColorSchema - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ColorSchema (Properties ctx, int PA_ColorSchema_ID, String trxName) @@ -77,9 +77,9 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste return sb.toString(); } - public I_AD_PrintColor getAD_PrintColor1() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor1() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor1_ID(), get_TrxName()); } /** Set Color 1. @@ -105,9 +105,9 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste return ii.intValue(); } - public I_AD_PrintColor getAD_PrintColor2() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor2() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor2_ID(), get_TrxName()); } /** Set Color 2. @@ -133,9 +133,9 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste return ii.intValue(); } - public I_AD_PrintColor getAD_PrintColor3() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor3() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor3_ID(), get_TrxName()); } /** Set Color 3. @@ -161,9 +161,9 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste return ii.intValue(); } - public I_AD_PrintColor getAD_PrintColor4() throws RuntimeException + public org.compiere.model.I_AD_PrintColor getAD_PrintColor4() throws RuntimeException { - return (I_AD_PrintColor)MTable.get(getCtx(), I_AD_PrintColor.Table_Name) + return (org.compiere.model.I_AD_PrintColor)MTable.get(getCtx(), org.compiere.model.I_AD_PrintColor.Table_Name) .getPO(getAD_PrintColor4_ID(), get_TrxName()); } /** Set Color 4. @@ -353,4 +353,18 @@ public class X_PA_ColorSchema extends PO implements I_PA_ColorSchema, I_Persiste return 0; return ii.intValue(); } + + /** Set PA_ColorSchema_UU. + @param PA_ColorSchema_UU PA_ColorSchema_UU */ + public void setPA_ColorSchema_UU (String PA_ColorSchema_UU) + { + set_Value (COLUMNNAME_PA_ColorSchema_UU, PA_ColorSchema_UU); + } + + /** Get PA_ColorSchema_UU. + @return PA_ColorSchema_UU */ + public String getPA_ColorSchema_UU () + { + return (String)get_Value(COLUMNNAME_PA_ColorSchema_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java index da6e795ec1..ace66dad5a 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardContent.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_DashboardContent - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_DashboardContent extends PO implements I_PA_DashboardContent, I_Persistent { /** * */ - private static final long serialVersionUID = 20120807L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_DashboardContent (Properties ctx, int PA_DashboardContent_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java index aaef289604..9ec7519d04 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_DashboardPreference.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for PA_DashboardPreference - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPreference, I_Persistent { /** * */ - private static final long serialVersionUID = 20120822L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_DashboardPreference (Properties ctx, int PA_DashboardPreference_ID, String trxName) @@ -268,4 +268,18 @@ public class X_PA_DashboardPreference extends PO implements I_PA_DashboardPrefer return 0; return ii.intValue(); } + + /** Set PA_DashboardPreference_UU. + @param PA_DashboardPreference_UU PA_DashboardPreference_UU */ + public void setPA_DashboardPreference_UU (String PA_DashboardPreference_UU) + { + set_Value (COLUMNNAME_PA_DashboardPreference_UU, PA_DashboardPreference_UU); + } + + /** Get PA_DashboardPreference_UU. + @return PA_DashboardPreference_UU */ + public String getPA_DashboardPreference_UU () + { + return (String)get_Value(COLUMNNAME_PA_DashboardPreference_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java b/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java index bfc625010c..7ffd839d8c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Goal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Goal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Goal (Properties ctx, int PA_Goal_ID, String trxName) @@ -85,9 +85,9 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -113,9 +113,9 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -431,9 +431,9 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent return (String)get_Value(COLUMNNAME_Note); } - public I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException + public org.compiere.model.I_PA_ColorSchema getPA_ColorSchema() throws RuntimeException { - return (I_PA_ColorSchema)MTable.get(getCtx(), I_PA_ColorSchema.Table_Name) + return (org.compiere.model.I_PA_ColorSchema)MTable.get(getCtx(), org.compiere.model.I_PA_ColorSchema.Table_Name) .getPO(getPA_ColorSchema_ID(), get_TrxName()); } /** Set Color Schema. @@ -482,9 +482,9 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent return ii.intValue(); } - public I_PA_Goal getPA_GoalParent() throws RuntimeException + public org.compiere.model.I_PA_Goal getPA_GoalParent() throws RuntimeException { - return (I_PA_Goal)MTable.get(getCtx(), I_PA_Goal.Table_Name) + return (org.compiere.model.I_PA_Goal)MTable.get(getCtx(), org.compiere.model.I_PA_Goal.Table_Name) .getPO(getPA_GoalParent_ID(), get_TrxName()); } /** Set Parent Goal. @@ -510,9 +510,23 @@ public class X_PA_Goal extends PO implements I_PA_Goal, I_Persistent return ii.intValue(); } - public I_PA_Measure getPA_Measure() throws RuntimeException + /** Set PA_Goal_UU. + @param PA_Goal_UU PA_Goal_UU */ + public void setPA_Goal_UU (String PA_Goal_UU) + { + set_Value (COLUMNNAME_PA_Goal_UU, PA_Goal_UU); + } + + /** Get PA_Goal_UU. + @return PA_Goal_UU */ + public String getPA_Goal_UU () + { + return (String)get_Value(COLUMNNAME_PA_Goal_UU); + } + + public org.compiere.model.I_PA_Measure getPA_Measure() throws RuntimeException { - return (I_PA_Measure)MTable.get(getCtx(), I_PA_Measure.Table_Name) + return (org.compiere.model.I_PA_Measure)MTable.get(getCtx(), org.compiere.model.I_PA_Measure.Table_Name) .getPO(getPA_Measure_ID(), get_TrxName()); } /** Set Measure. diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java b/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java index fe40de0563..8526a2e5fb 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_GoalRestriction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_GoalRestriction - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_GoalRestriction (Properties ctx, int PA_GoalRestriction_ID, String trxName) @@ -73,9 +73,9 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -101,9 +101,9 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -159,9 +159,9 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ return (String)get_Value(COLUMNNAME_GoalRestrictionType); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -187,9 +187,9 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -263,9 +263,9 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ return ii.intValue(); } - public I_PA_Goal getPA_Goal() throws RuntimeException + public org.compiere.model.I_PA_Goal getPA_Goal() throws RuntimeException { - return (I_PA_Goal)MTable.get(getCtx(), I_PA_Goal.Table_Name) + return (org.compiere.model.I_PA_Goal)MTable.get(getCtx(), org.compiere.model.I_PA_Goal.Table_Name) .getPO(getPA_Goal_ID(), get_TrxName()); } /** Set Goal. @@ -313,4 +313,18 @@ public class X_PA_GoalRestriction extends PO implements I_PA_GoalRestriction, I_ return 0; return ii.intValue(); } + + /** Set PA_GoalRestriction_UU. + @param PA_GoalRestriction_UU PA_GoalRestriction_UU */ + public void setPA_GoalRestriction_UU (String PA_GoalRestriction_UU) + { + set_Value (COLUMNNAME_PA_GoalRestriction_UU, PA_GoalRestriction_UU); + } + + /** Get PA_GoalRestriction_UU. + @return PA_GoalRestriction_UU */ + public String getPA_GoalRestriction_UU () + { + return (String)get_Value(COLUMNNAME_PA_GoalRestriction_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java b/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java index 691be1fe1f..fdd8cf3843 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Hierarchy.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Hierarchy - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Hierarchy (Properties ctx, int PA_Hierarchy_ID, String trxName) @@ -79,9 +79,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return sb.toString(); } - public I_AD_Tree getAD_Tree_Account() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Account() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Account_ID(), get_TrxName()); } /** Set Account Tree. @@ -107,9 +107,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Activity() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Activity() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Activity_ID(), get_TrxName()); } /** Set Activity Tree. @@ -135,9 +135,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_BPartner() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_BPartner() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_BPartner_ID(), get_TrxName()); } /** Set BPartner Tree. @@ -163,9 +163,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Campaign() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Campaign() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Campaign_ID(), get_TrxName()); } /** Set Campaign Tree. @@ -191,9 +191,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Org() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Org() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Org_ID(), get_TrxName()); } /** Set Organization Tree. @@ -219,9 +219,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Product() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Product() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Product_ID(), get_TrxName()); } /** Set Product Tree. @@ -247,9 +247,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_Project() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_Project() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_Project_ID(), get_TrxName()); } /** Set Project Tree. @@ -275,9 +275,9 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return ii.intValue(); } - public I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException + public org.compiere.model.I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException { - return (I_AD_Tree)MTable.get(getCtx(), I_AD_Tree.Table_Name) + return (org.compiere.model.I_AD_Tree)MTable.get(getCtx(), org.compiere.model.I_AD_Tree.Table_Name) .getPO(getAD_Tree_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region Tree. @@ -384,4 +384,18 @@ public class X_PA_Hierarchy extends PO implements I_PA_Hierarchy, I_Persistent return 0; return ii.intValue(); } + + /** Set PA_Hierarchy_UU. + @param PA_Hierarchy_UU PA_Hierarchy_UU */ + public void setPA_Hierarchy_UU (String PA_Hierarchy_UU) + { + set_Value (COLUMNNAME_PA_Hierarchy_UU, PA_Hierarchy_UU); + } + + /** Get PA_Hierarchy_UU. + @return PA_Hierarchy_UU */ + public String getPA_Hierarchy_UU () + { + return (String)get_Value(COLUMNNAME_PA_Hierarchy_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java b/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java index 6f6cbbb5a0..37920e5916 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Measure.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Measure - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Measure (Properties ctx, int PA_Measure_ID, String trxName) @@ -94,9 +94,9 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent return (String)get_Value(COLUMNNAME_CalculationClass); } - public I_C_ProjectType getC_ProjectType() throws RuntimeException + public org.compiere.model.I_C_ProjectType getC_ProjectType() throws RuntimeException { - return (I_C_ProjectType)MTable.get(getCtx(), I_C_ProjectType.Table_Name) + return (org.compiere.model.I_C_ProjectType)MTable.get(getCtx(), org.compiere.model.I_C_ProjectType.Table_Name) .getPO(getC_ProjectType_ID(), get_TrxName()); } /** Set Project Type. @@ -259,9 +259,9 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_PA_Benchmark getPA_Benchmark() throws RuntimeException + public org.compiere.model.I_PA_Benchmark getPA_Benchmark() throws RuntimeException { - return (I_PA_Benchmark)MTable.get(getCtx(), I_PA_Benchmark.Table_Name) + return (org.compiere.model.I_PA_Benchmark)MTable.get(getCtx(), org.compiere.model.I_PA_Benchmark.Table_Name) .getPO(getPA_Benchmark_ID(), get_TrxName()); } /** Set Benchmark. @@ -287,9 +287,9 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent return ii.intValue(); } - public I_PA_Hierarchy getPA_Hierarchy() throws RuntimeException + public org.compiere.model.I_PA_Hierarchy getPA_Hierarchy() throws RuntimeException { - return (I_PA_Hierarchy)MTable.get(getCtx(), I_PA_Hierarchy.Table_Name) + return (org.compiere.model.I_PA_Hierarchy)MTable.get(getCtx(), org.compiere.model.I_PA_Hierarchy.Table_Name) .getPO(getPA_Hierarchy_ID(), get_TrxName()); } /** Set Reporting Hierarchy. @@ -315,9 +315,9 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent return ii.intValue(); } - public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException + public org.compiere.model.I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException { - return (I_PA_MeasureCalc)MTable.get(getCtx(), I_PA_MeasureCalc.Table_Name) + return (org.compiere.model.I_PA_MeasureCalc)MTable.get(getCtx(), org.compiere.model.I_PA_MeasureCalc.Table_Name) .getPO(getPA_MeasureCalc_ID(), get_TrxName()); } /** Set Measure Calculation. @@ -366,9 +366,23 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent return ii.intValue(); } - public I_PA_Ratio getPA_Ratio() throws RuntimeException + /** Set PA_Measure_UU. + @param PA_Measure_UU PA_Measure_UU */ + public void setPA_Measure_UU (String PA_Measure_UU) + { + set_Value (COLUMNNAME_PA_Measure_UU, PA_Measure_UU); + } + + /** Get PA_Measure_UU. + @return PA_Measure_UU */ + public String getPA_Measure_UU () + { + return (String)get_Value(COLUMNNAME_PA_Measure_UU); + } + + public org.compiere.model.I_PA_Ratio getPA_Ratio() throws RuntimeException { - return (I_PA_Ratio)MTable.get(getCtx(), I_PA_Ratio.Table_Name) + return (org.compiere.model.I_PA_Ratio)MTable.get(getCtx(), org.compiere.model.I_PA_Ratio.Table_Name) .getPO(getPA_Ratio_ID(), get_TrxName()); } /** Set Ratio. @@ -394,9 +408,9 @@ public class X_PA_Measure extends PO implements I_PA_Measure, I_Persistent return ii.intValue(); } - public I_R_RequestType getR_RequestType() throws RuntimeException + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java b/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java index bc1ac457a4..2211d3d260 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_MeasureCalc.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_MeasureCalc - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_MeasureCalc (Properties ctx, int PA_MeasureCalc_ID, String trxName) @@ -83,9 +83,9 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -264,6 +264,20 @@ public class X_PA_MeasureCalc extends PO implements I_PA_MeasureCalc, I_Persiste return ii.intValue(); } + /** Set PA_MeasureCalc_UU. + @param PA_MeasureCalc_UU PA_MeasureCalc_UU */ + public void setPA_MeasureCalc_UU (String PA_MeasureCalc_UU) + { + set_Value (COLUMNNAME_PA_MeasureCalc_UU, PA_MeasureCalc_UU); + } + + /** Get PA_MeasureCalc_UU. + @return PA_MeasureCalc_UU */ + public String getPA_MeasureCalc_UU () + { + return (String)get_Value(COLUMNNAME_PA_MeasureCalc_UU); + } + /** Set Product Column. @param ProductColumn Fully qualified Product column (M_Product_ID) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java b/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java index 32393df82e..602c544769 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Ratio.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Ratio - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Ratio (Properties ctx, int PA_Ratio_ID, String trxName) @@ -72,9 +72,9 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -181,4 +181,18 @@ public class X_PA_Ratio extends PO implements I_PA_Ratio, I_Persistent return 0; return ii.intValue(); } + + /** Set PA_Ratio_UU. + @param PA_Ratio_UU PA_Ratio_UU */ + public void setPA_Ratio_UU (String PA_Ratio_UU) + { + set_Value (COLUMNNAME_PA_Ratio_UU, PA_Ratio_UU); + } + + /** Get PA_Ratio_UU. + @return PA_Ratio_UU */ + public String getPA_Ratio_UU () + { + return (String)get_Value(COLUMNNAME_PA_Ratio_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java b/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java index c855bbe6dd..4526906ed0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_RatioElement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_RatioElement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_RatioElement (Properties ctx, int PA_RatioElement_ID, String trxName) @@ -78,9 +78,9 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis return sb.toString(); } - public I_C_ElementValue getAccount() throws RuntimeException + public org.compiere.model.I_C_ElementValue getAccount() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getAccount_ID(), get_TrxName()); } /** Set Account. @@ -160,9 +160,9 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis return (String)get_Value(COLUMNNAME_Name); } - public I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException + public org.compiere.model.I_PA_MeasureCalc getPA_MeasureCalc() throws RuntimeException { - return (I_PA_MeasureCalc)MTable.get(getCtx(), I_PA_MeasureCalc.Table_Name) + return (org.compiere.model.I_PA_MeasureCalc)MTable.get(getCtx(), org.compiere.model.I_PA_MeasureCalc.Table_Name) .getPO(getPA_MeasureCalc_ID(), get_TrxName()); } /** Set Measure Calculation. @@ -211,9 +211,23 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis return ii.intValue(); } - public I_PA_Ratio getPA_Ratio() throws RuntimeException + /** Set PA_RatioElement_UU. + @param PA_RatioElement_UU PA_RatioElement_UU */ + public void setPA_RatioElement_UU (String PA_RatioElement_UU) + { + set_Value (COLUMNNAME_PA_RatioElement_UU, PA_RatioElement_UU); + } + + /** Get PA_RatioElement_UU. + @return PA_RatioElement_UU */ + public String getPA_RatioElement_UU () + { + return (String)get_Value(COLUMNNAME_PA_RatioElement_UU); + } + + public org.compiere.model.I_PA_Ratio getPA_Ratio() throws RuntimeException { - return (I_PA_Ratio)MTable.get(getCtx(), I_PA_Ratio.Table_Name) + return (org.compiere.model.I_PA_Ratio)MTable.get(getCtx(), org.compiere.model.I_PA_Ratio.Table_Name) .getPO(getPA_Ratio_ID(), get_TrxName()); } /** Set Ratio. @@ -239,9 +253,9 @@ public class X_PA_RatioElement extends PO implements I_PA_RatioElement, I_Persis return ii.intValue(); } - public I_PA_Ratio getPA_RatioUsed() throws RuntimeException + public org.compiere.model.I_PA_Ratio getPA_RatioUsed() throws RuntimeException { - return (I_PA_Ratio)MTable.get(getCtx(), I_PA_Ratio.Table_Name) + return (org.compiere.model.I_PA_Ratio)MTable.get(getCtx(), org.compiere.model.I_PA_Ratio.Table_Name) .getPO(getPA_RatioUsed_ID(), get_TrxName()); } /** Set Ratio Used. diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_Report.java b/org.adempiere.base/src/org/compiere/model/X_PA_Report.java index 98b85d8a0e..375e036c4f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_Report.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_Report.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_Report - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_Report (Properties ctx, int PA_Report_ID, String trxName) @@ -78,9 +78,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -106,9 +106,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return ii.intValue(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -134,9 +134,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return ii.intValue(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -179,9 +179,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public I_AD_Process getJasperProcess() throws RuntimeException + public org.compiere.model.I_AD_Process getJasperProcess() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getJasperProcess_ID(), get_TrxName()); } /** Set Jasper Process. @@ -294,9 +294,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException + public org.compiere.model.I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException { - return (I_PA_ReportColumnSet)MTable.get(getCtx(), I_PA_ReportColumnSet.Table_Name) + return (org.compiere.model.I_PA_ReportColumnSet)MTable.get(getCtx(), org.compiere.model.I_PA_ReportColumnSet.Table_Name) .getPO(getPA_ReportColumnSet_ID(), get_TrxName()); } /** Set Report Column Set. @@ -322,9 +322,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return ii.intValue(); } - public I_PA_ReportCube getPA_ReportCube() throws RuntimeException + public org.compiere.model.I_PA_ReportCube getPA_ReportCube() throws RuntimeException { - return (I_PA_ReportCube)MTable.get(getCtx(), I_PA_ReportCube.Table_Name) + return (org.compiere.model.I_PA_ReportCube)MTable.get(getCtx(), org.compiere.model.I_PA_ReportCube.Table_Name) .getPO(getPA_ReportCube_ID(), get_TrxName()); } /** Set Report Cube. @@ -373,9 +373,9 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return ii.intValue(); } - public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException + public org.compiere.model.I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException { - return (I_PA_ReportLineSet)MTable.get(getCtx(), I_PA_ReportLineSet.Table_Name) + return (org.compiere.model.I_PA_ReportLineSet)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLineSet.Table_Name) .getPO(getPA_ReportLineSet_ID(), get_TrxName()); } /** Set Report Line Set. @@ -398,6 +398,20 @@ public class X_PA_Report extends PO implements I_PA_Report, I_Persistent return ii.intValue(); } + /** Set PA_Report_UU. + @param PA_Report_UU PA_Report_UU */ + public void setPA_Report_UU (String PA_Report_UU) + { + set_Value (COLUMNNAME_PA_Report_UU, PA_Report_UU); + } + + /** Get PA_Report_UU. + @return PA_Report_UU */ + public String getPA_Report_UU () + { + return (String)get_Value(COLUMNNAME_PA_Report_UU); + } + /** Set Process Now. @param Processing Process Now */ public void setProcessing (boolean Processing) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java index a06c6936a9..bdcb827bad 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumn.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportColumn - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ReportColumn (Properties ctx, int PA_ReportColumn_ID, String trxName) @@ -129,9 +129,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -182,9 +182,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return (String)get_Value(COLUMNNAME_CalculationType); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -210,9 +210,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -238,9 +238,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -266,9 +266,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -345,9 +345,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return (String)get_Value(COLUMNNAME_ColumnType); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -373,9 +373,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -534,9 +534,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return (String)get_Value(COLUMNNAME_FormatPattern); } - public I_GL_Budget getGL_Budget() throws RuntimeException + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. @@ -898,9 +898,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -951,9 +951,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return new KeyNamePair(get_ID(), getName()); } - public I_PA_ReportColumn getOper_1() throws RuntimeException + public org.compiere.model.I_PA_ReportColumn getOper_1() throws RuntimeException { - return (I_PA_ReportColumn)MTable.get(getCtx(), I_PA_ReportColumn.Table_Name) + return (org.compiere.model.I_PA_ReportColumn)MTable.get(getCtx(), org.compiere.model.I_PA_ReportColumn.Table_Name) .getPO(getOper_1_ID(), get_TrxName()); } /** Set Operand 1. @@ -979,9 +979,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_PA_ReportColumn getOper_2() throws RuntimeException + public org.compiere.model.I_PA_ReportColumn getOper_2() throws RuntimeException { - return (I_PA_ReportColumn)MTable.get(getCtx(), I_PA_ReportColumn.Table_Name) + return (org.compiere.model.I_PA_ReportColumn)MTable.get(getCtx(), org.compiere.model.I_PA_ReportColumn.Table_Name) .getPO(getOper_2_ID(), get_TrxName()); } /** Set Operand 2. @@ -1113,9 +1113,9 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } - public I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException + public org.compiere.model.I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException { - return (I_PA_ReportColumnSet)MTable.get(getCtx(), I_PA_ReportColumnSet.Table_Name) + return (org.compiere.model.I_PA_ReportColumnSet)MTable.get(getCtx(), org.compiere.model.I_PA_ReportColumnSet.Table_Name) .getPO(getPA_ReportColumnSet_ID(), get_TrxName()); } /** Set Report Column Set. @@ -1141,6 +1141,20 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis return ii.intValue(); } + /** Set PA_ReportColumn_UU. + @param PA_ReportColumn_UU PA_ReportColumn_UU */ + public void setPA_ReportColumn_UU (String PA_ReportColumn_UU) + { + set_Value (COLUMNNAME_PA_ReportColumn_UU, PA_ReportColumn_UU); + } + + /** Get PA_ReportColumn_UU. + @return PA_ReportColumn_UU */ + public String getPA_ReportColumn_UU () + { + return (String)get_Value(COLUMNNAME_PA_ReportColumn_UU); + } + /** PostingType AD_Reference_ID=125 */ public static final int POSTINGTYPE_AD_Reference_ID=125; /** Actual = A */ diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java index bec2e88453..a831ce3c83 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportColumnSet.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportColumnSet - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ReportColumnSet (Properties ctx, int PA_ReportColumnSet_ID, String trxName) @@ -137,6 +137,20 @@ public class X_PA_ReportColumnSet extends PO implements I_PA_ReportColumnSet, I_ return ii.intValue(); } + /** Set PA_ReportColumnSet_UU. + @param PA_ReportColumnSet_UU PA_ReportColumnSet_UU */ + public void setPA_ReportColumnSet_UU (String PA_ReportColumnSet_UU) + { + set_Value (COLUMNNAME_PA_ReportColumnSet_UU, PA_ReportColumnSet_UU); + } + + /** Get PA_ReportColumnSet_UU. + @return PA_ReportColumnSet_UU */ + public String getPA_ReportColumnSet_UU () + { + return (String)get_Value(COLUMNNAME_PA_ReportColumnSet_UU); + } + /** Set Process Now. @param Processing Process Now */ public void setProcessing (boolean Processing) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java index d2e51032c6..8bc5dea0bd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportCube.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportCube - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ReportCube (Properties ctx, int PA_ReportCube_ID, String trxName) @@ -75,9 +75,9 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent return sb.toString(); } - public I_C_Calendar getC_Calendar() throws RuntimeException + public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException { - return (I_C_Calendar)MTable.get(getCtx(), I_C_Calendar.Table_Name) + return (org.compiere.model.I_C_Calendar)MTable.get(getCtx(), org.compiere.model.I_C_Calendar.Table_Name) .getPO(getC_Calendar_ID(), get_TrxName()); } /** Set Calendar. @@ -593,6 +593,20 @@ public class X_PA_ReportCube extends PO implements I_PA_ReportCube, I_Persistent return ii.intValue(); } + /** Set PA_ReportCube_UU. + @param PA_ReportCube_UU PA_ReportCube_UU */ + public void setPA_ReportCube_UU (String PA_ReportCube_UU) + { + set_Value (COLUMNNAME_PA_ReportCube_UU, PA_ReportCube_UU); + } + + /** Get PA_ReportCube_UU. + @return PA_ReportCube_UU */ + public String getPA_ReportCube_UU () + { + return (String)get_Value(COLUMNNAME_PA_ReportCube_UU); + } + /** Set Process Now. @param Processing Process Now */ public void setProcessing (boolean Processing) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java index 4c73090ee8..19a105f7e0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ReportLine (Properties ctx, int PA_ReportLine_ID, String trxName) @@ -119,9 +119,9 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent return (String)get_Value(COLUMNNAME_Description); } - public I_GL_Budget getGL_Budget() throws RuntimeException + public org.compiere.model.I_GL_Budget getGL_Budget() throws RuntimeException { - return (I_GL_Budget)MTable.get(getCtx(), I_GL_Budget.Table_Name) + return (org.compiere.model.I_GL_Budget)MTable.get(getCtx(), org.compiere.model.I_GL_Budget.Table_Name) .getPO(getGL_Budget_ID(), get_TrxName()); } /** Set Budget. @@ -217,9 +217,9 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_PA_ReportLine getOper_1() throws RuntimeException + public org.compiere.model.I_PA_ReportLine getOper_1() throws RuntimeException { - return (I_PA_ReportLine)MTable.get(getCtx(), I_PA_ReportLine.Table_Name) + return (org.compiere.model.I_PA_ReportLine)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLine.Table_Name) .getPO(getOper_1_ID(), get_TrxName()); } /** Set Operand 1. @@ -245,9 +245,9 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent return ii.intValue(); } - public I_PA_ReportLine getOper_2() throws RuntimeException + public org.compiere.model.I_PA_ReportLine getOper_2() throws RuntimeException { - return (I_PA_ReportLine)MTable.get(getCtx(), I_PA_ReportLine.Table_Name) + return (org.compiere.model.I_PA_ReportLine)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLine.Table_Name) .getPO(getOper_2_ID(), get_TrxName()); } /** Set Operand 2. @@ -353,9 +353,9 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent return ii.intValue(); } - public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException + public org.compiere.model.I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException { - return (I_PA_ReportLineSet)MTable.get(getCtx(), I_PA_ReportLineSet.Table_Name) + return (org.compiere.model.I_PA_ReportLineSet)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLineSet.Table_Name) .getPO(getPA_ReportLineSet_ID(), get_TrxName()); } /** Set Report Line Set. @@ -378,6 +378,20 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent return ii.intValue(); } + /** Set PA_ReportLine_UU. + @param PA_ReportLine_UU PA_ReportLine_UU */ + public void setPA_ReportLine_UU (String PA_ReportLine_UU) + { + set_Value (COLUMNNAME_PA_ReportLine_UU, PA_ReportLine_UU); + } + + /** Get PA_ReportLine_UU. + @return PA_ReportLine_UU */ + public String getPA_ReportLine_UU () + { + return (String)get_Value(COLUMNNAME_PA_ReportLine_UU); + } + /** PostingType AD_Reference_ID=125 */ public static final int POSTINGTYPE_AD_Reference_ID=125; /** Actual = A */ diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java index 1dfa405cea..eb48214aa4 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportLineSet.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportLineSet - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ReportLineSet (Properties ctx, int PA_ReportLineSet_ID, String trxName) @@ -134,6 +134,20 @@ public class X_PA_ReportLineSet extends PO implements I_PA_ReportLineSet, I_Pers return ii.intValue(); } + /** Set PA_ReportLineSet_UU. + @param PA_ReportLineSet_UU PA_ReportLineSet_UU */ + public void setPA_ReportLineSet_UU (String PA_ReportLineSet_UU) + { + set_Value (COLUMNNAME_PA_ReportLineSet_UU, PA_ReportLineSet_UU); + } + + /** Get PA_ReportLineSet_UU. + @return PA_ReportLineSet_UU */ + public String getPA_ReportLineSet_UU () + { + return (String)get_Value(COLUMNNAME_PA_ReportLineSet_UU); + } + /** Set Process Now. @param Processing Process Now */ public void setProcessing (boolean Processing) diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java b/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java index ca6ef5a0d8..050e5295a8 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_ReportSource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_ReportSource - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_ReportSource (Properties ctx, int PA_ReportSource_ID, String trxName) @@ -119,9 +119,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -147,9 +147,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -175,9 +175,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -203,9 +203,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_C_ElementValue getC_ElementValue() throws RuntimeException + public org.compiere.model.I_C_ElementValue getC_ElementValue() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @@ -259,9 +259,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -287,9 +287,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_C_SalesRegion getC_SalesRegion() throws RuntimeException + public org.compiere.model.I_C_SalesRegion getC_SalesRegion() throws RuntimeException { - return (I_C_SalesRegion)MTable.get(getCtx(), I_C_SalesRegion.Table_Name) + return (org.compiere.model.I_C_SalesRegion)MTable.get(getCtx(), org.compiere.model.I_C_SalesRegion.Table_Name) .getPO(getC_SalesRegion_ID(), get_TrxName()); } /** Set Sales Region. @@ -682,9 +682,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -733,9 +733,9 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } - public I_PA_ReportLine getPA_ReportLine() throws RuntimeException + public org.compiere.model.I_PA_ReportLine getPA_ReportLine() throws RuntimeException { - return (I_PA_ReportLine)MTable.get(getCtx(), I_PA_ReportLine.Table_Name) + return (org.compiere.model.I_PA_ReportLine)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLine.Table_Name) .getPO(getPA_ReportLine_ID(), get_TrxName()); } /** Set Report Line. @@ -781,6 +781,20 @@ public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persis return ii.intValue(); } + /** Set PA_ReportSource_UU. + @param PA_ReportSource_UU PA_ReportSource_UU */ + public void setPA_ReportSource_UU (String PA_ReportSource_UU) + { + set_Value (COLUMNNAME_PA_ReportSource_UU, PA_ReportSource_UU); + } + + /** Get PA_ReportSource_UU. + @return PA_ReportSource_UU */ + public String getPA_ReportSource_UU () + { + return (String)get_Value(COLUMNNAME_PA_ReportSource_UU); + } + /** Set User Element 1. @param UserElement1_ID User defined accounting Element diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java index 98c7410278..030ed13a35 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Criteria.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for PA_SLA_Criteria - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_SLA_Criteria (Properties ctx, int PA_SLA_Criteria_ID, String trxName) @@ -195,4 +195,18 @@ public class X_PA_SLA_Criteria extends PO implements I_PA_SLA_Criteria, I_Persis return 0; return ii.intValue(); } + + /** Set PA_SLA_Criteria_UU. + @param PA_SLA_Criteria_UU PA_SLA_Criteria_UU */ + public void setPA_SLA_Criteria_UU (String PA_SLA_Criteria_UU) + { + set_Value (COLUMNNAME_PA_SLA_Criteria_UU, PA_SLA_Criteria_UU); + } + + /** Get PA_SLA_Criteria_UU. + @return PA_SLA_Criteria_UU */ + public String getPA_SLA_Criteria_UU () + { + return (String)get_Value(COLUMNNAME_PA_SLA_Criteria_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java index cdece41cd7..3c16457dbd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Goal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_SLA_Goal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_SLA_Goal (Properties ctx, int PA_SLA_Goal_ID, String trxName) @@ -79,9 +79,9 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -223,9 +223,9 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_PA_SLA_Criteria getPA_SLA_Criteria() throws RuntimeException + public org.compiere.model.I_PA_SLA_Criteria getPA_SLA_Criteria() throws RuntimeException { - return (I_PA_SLA_Criteria)MTable.get(getCtx(), I_PA_SLA_Criteria.Table_Name) + return (org.compiere.model.I_PA_SLA_Criteria)MTable.get(getCtx(), org.compiere.model.I_PA_SLA_Criteria.Table_Name) .getPO(getPA_SLA_Criteria_ID(), get_TrxName()); } /** Set SLA Criteria. @@ -274,6 +274,20 @@ public class X_PA_SLA_Goal extends PO implements I_PA_SLA_Goal, I_Persistent return ii.intValue(); } + /** Set PA_SLA_Goal_UU. + @param PA_SLA_Goal_UU PA_SLA_Goal_UU */ + public void setPA_SLA_Goal_UU (String PA_SLA_Goal_UU) + { + set_Value (COLUMNNAME_PA_SLA_Goal_UU, PA_SLA_Goal_UU); + } + + /** Get PA_SLA_Goal_UU. + @return PA_SLA_Goal_UU */ + public String getPA_SLA_Goal_UU () + { + return (String)get_Value(COLUMNNAME_PA_SLA_Goal_UU); + } + /** Set Processed. @param Processed The document has been processed diff --git a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java index 03fae190b6..43d11080fe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java +++ b/org.adempiere.base/src/org/compiere/model/X_PA_SLA_Measure.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PA_SLA_Measure - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PA_SLA_Measure (Properties ctx, int PA_SLA_Measure_ID, String trxName) @@ -77,9 +77,9 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste return sb.toString(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -167,9 +167,9 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste return bd; } - public I_PA_SLA_Goal getPA_SLA_Goal() throws RuntimeException + public org.compiere.model.I_PA_SLA_Goal getPA_SLA_Goal() throws RuntimeException { - return (I_PA_SLA_Goal)MTable.get(getCtx(), I_PA_SLA_Goal.Table_Name) + return (org.compiere.model.I_PA_SLA_Goal)MTable.get(getCtx(), org.compiere.model.I_PA_SLA_Goal.Table_Name) .getPO(getPA_SLA_Goal_ID(), get_TrxName()); } /** Set SLA Goal. @@ -218,6 +218,20 @@ public class X_PA_SLA_Measure extends PO implements I_PA_SLA_Measure, I_Persiste return ii.intValue(); } + /** Set PA_SLA_Measure_UU. + @param PA_SLA_Measure_UU PA_SLA_Measure_UU */ + public void setPA_SLA_Measure_UU (String PA_SLA_Measure_UU) + { + set_Value (COLUMNNAME_PA_SLA_Measure_UU, PA_SLA_Measure_UU); + } + + /** Get PA_SLA_Measure_UU. + @return PA_SLA_Measure_UU */ + public String getPA_SLA_Measure_UU () + { + return (String)get_Value(COLUMNNAME_PA_SLA_Measure_UU); + } + /** Set Processed. @param Processed The document has been processed diff --git a/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java b/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java index aa53198b84..848c380fb0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java +++ b/org.adempiere.base/src/org/compiere/model/X_RV_BPartner.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for RV_BPartner - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent { /** * */ - private static final long serialVersionUID = 20120906L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_RV_BPartner (Properties ctx, int RV_BPartner_ID, String trxName) @@ -2014,7 +2014,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent /** Set URL. @param URL - Full URL address - e.g. http://www.adempiere.org + Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL) { @@ -2022,7 +2022,7 @@ public class X_RV_BPartner extends PO implements I_RV_BPartner, I_Persistent } /** Get URL. - @return Full URL address - e.g. http://www.adempiere.org + @return Full URL address - e.g. http://www.idempiere.org */ public String getURL () { diff --git a/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java b/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java index f321572156..1c9d3d94b5 100644 --- a/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java +++ b/org.adempiere.base/src/org/compiere/model/X_RV_WarehousePrice.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for RV_WarehousePrice - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_RV_WarehousePrice (Properties ctx, int RV_WarehousePrice_ID, String trxName) @@ -77,9 +77,9 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe return sb.toString(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -149,9 +149,9 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe return bd; } - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_PriceList_Version_ID(), get_TrxName()); } /** Set Price List Version. @@ -177,9 +177,9 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -205,9 +205,9 @@ public class X_RV_WarehousePrice extends PO implements I_RV_WarehousePrice, I_Pe return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Category.java b/org.adempiere.base/src/org/compiere/model/X_R_Category.java index aaa51689e0..805b90b745 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Category.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_Category extends PO implements I_R_Category, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_Category (Properties ctx, int R_Category_ID, String trxName) @@ -105,9 +105,9 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -180,4 +180,18 @@ public class X_R_Category extends PO implements I_R_Category, I_Persistent return 0; return ii.intValue(); } + + /** Set R_Category_UU. + @param R_Category_UU R_Category_UU */ + public void setR_Category_UU (String R_Category_UU) + { + set_Value (COLUMNNAME_R_Category_UU, R_Category_UU); + } + + /** Get R_Category_UU. + @return R_Category_UU */ + public String getR_Category_UU () + { + return (String)get_Value(COLUMNNAME_R_Category_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java index e48aa62e85..c11d041074 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_CategoryUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for R_CategoryUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_CategoryUpdates (Properties ctx, int R_CategoryUpdates_ID, String trxName) @@ -71,9 +71,9 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,9 +123,9 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe return false; } - public I_R_Category getR_Category() throws RuntimeException + public org.compiere.model.I_R_Category getR_Category() throws RuntimeException { - return (I_R_Category)MTable.get(getCtx(), I_R_Category.Table_Name) + return (org.compiere.model.I_R_Category)MTable.get(getCtx(), org.compiere.model.I_R_Category.Table_Name) .getPO(getR_Category_ID(), get_TrxName()); } /** Set Category. @@ -150,4 +150,18 @@ public class X_R_CategoryUpdates extends PO implements I_R_CategoryUpdates, I_Pe return 0; return ii.intValue(); } + + /** Set R_CategoryUpdates_UU. + @param R_CategoryUpdates_UU R_CategoryUpdates_UU */ + public void setR_CategoryUpdates_UU (String R_CategoryUpdates_UU) + { + set_Value (COLUMNNAME_R_CategoryUpdates_UU, R_CategoryUpdates_UU); + } + + /** Get R_CategoryUpdates_UU. + @return R_CategoryUpdates_UU */ + public String getR_CategoryUpdates_UU () + { + return (String)get_Value(COLUMNNAME_R_CategoryUpdates_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java b/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java index 3ee90f91cf..990597ee22 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_ContactInterest.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_ContactInterest - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_ContactInterest (Properties ctx, int R_ContactInterest_ID, String trxName) @@ -73,9 +73,9 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -126,9 +126,23 @@ public class X_R_ContactInterest extends PO implements I_R_ContactInterest, I_Pe return (Timestamp)get_Value(COLUMNNAME_OptOutDate); } - public I_R_InterestArea getR_InterestArea() throws RuntimeException + /** Set R_ContactInterest_UU. + @param R_ContactInterest_UU R_ContactInterest_UU */ + public void setR_ContactInterest_UU (String R_ContactInterest_UU) + { + set_Value (COLUMNNAME_R_ContactInterest_UU, R_ContactInterest_UU); + } + + /** Get R_ContactInterest_UU. + @return R_ContactInterest_UU */ + public String getR_ContactInterest_UU () + { + return (String)get_Value(COLUMNNAME_R_ContactInterest_UU); + } + + public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException { - return (I_R_InterestArea)MTable.get(getCtx(), I_R_InterestArea.Table_Name) + return (org.compiere.model.I_R_InterestArea)MTable.get(getCtx(), org.compiere.model.I_R_InterestArea.Table_Name) .getPO(getR_InterestArea_ID(), get_TrxName()); } /** Set Interest Area. diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Group.java b/org.adempiere.base/src/org/compiere/model/X_R_Group.java index 43c908fc76..f5633485ea 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Group.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Group.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_Group - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_Group extends PO implements I_R_Group, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_Group (Properties ctx, int R_Group_ID, String trxName) @@ -105,9 +105,9 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent return (String)get_Value(COLUMNNAME_Help); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -208,4 +208,18 @@ public class X_R_Group extends PO implements I_R_Group, I_Persistent return 0; return ii.intValue(); } + + /** Set R_Group_UU. + @param R_Group_UU R_Group_UU */ + public void setR_Group_UU (String R_Group_UU) + { + set_Value (COLUMNNAME_R_Group_UU, R_Group_UU); + } + + /** Get R_Group_UU. + @return R_Group_UU */ + public String getR_Group_UU () + { + return (String)get_Value(COLUMNNAME_R_Group_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java index 10274d34df..697130f7c6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_GroupUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for R_GroupUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_GroupUpdates (Properties ctx, int R_GroupUpdates_ID, String trxName) @@ -71,9 +71,9 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,9 +123,9 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste return false; } - public I_R_Group getR_Group() throws RuntimeException + public org.compiere.model.I_R_Group getR_Group() throws RuntimeException { - return (I_R_Group)MTable.get(getCtx(), I_R_Group.Table_Name) + return (org.compiere.model.I_R_Group)MTable.get(getCtx(), org.compiere.model.I_R_Group.Table_Name) .getPO(getR_Group_ID(), get_TrxName()); } /** Set Group. @@ -150,4 +150,18 @@ public class X_R_GroupUpdates extends PO implements I_R_GroupUpdates, I_Persiste return 0; return ii.intValue(); } + + /** Set R_GroupUpdates_UU. + @param R_GroupUpdates_UU R_GroupUpdates_UU */ + public void setR_GroupUpdates_UU (String R_GroupUpdates_UU) + { + set_Value (COLUMNNAME_R_GroupUpdates_UU, R_GroupUpdates_UU); + } + + /** Get R_GroupUpdates_UU. + @return R_GroupUpdates_UU */ + public String getR_GroupUpdates_UU () + { + return (String)get_Value(COLUMNNAME_R_GroupUpdates_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java b/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java index c3414c29ee..b936aa19b1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_InterestArea.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_InterestArea - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_InterestArea (Properties ctx, int R_InterestArea_ID, String trxName) @@ -163,6 +163,20 @@ public class X_R_InterestArea extends PO implements I_R_InterestArea, I_Persiste return ii.intValue(); } + /** Set R_InterestArea_UU. + @param R_InterestArea_UU R_InterestArea_UU */ + public void setR_InterestArea_UU (String R_InterestArea_UU) + { + set_Value (COLUMNNAME_R_InterestArea_UU, R_InterestArea_UU); + } + + /** Get R_InterestArea_UU. + @return R_InterestArea_UU */ + public String getR_InterestArea_UU () + { + return (String)get_Value(COLUMNNAME_R_InterestArea_UU); + } + /** Set Search Key. @param Value Search key for the record in the format required - must be unique diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java index 931e1e5243..e994fd1c70 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueKnown.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueKnown - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_IssueKnown (Properties ctx, int R_IssueKnown_ID, String trxName) @@ -229,9 +229,23 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent return ii.intValue(); } - public I_R_IssueRecommendation getR_IssueRecommendation() throws RuntimeException + /** Set R_IssueKnown_UU. + @param R_IssueKnown_UU R_IssueKnown_UU */ + public void setR_IssueKnown_UU (String R_IssueKnown_UU) + { + set_Value (COLUMNNAME_R_IssueKnown_UU, R_IssueKnown_UU); + } + + /** Get R_IssueKnown_UU. + @return R_IssueKnown_UU */ + public String getR_IssueKnown_UU () + { + return (String)get_Value(COLUMNNAME_R_IssueKnown_UU); + } + + public org.compiere.model.I_R_IssueRecommendation getR_IssueRecommendation() throws RuntimeException { - return (I_R_IssueRecommendation)MTable.get(getCtx(), I_R_IssueRecommendation.Table_Name) + return (org.compiere.model.I_R_IssueRecommendation)MTable.get(getCtx(), org.compiere.model.I_R_IssueRecommendation.Table_Name) .getPO(getR_IssueRecommendation_ID(), get_TrxName()); } /** Set Issue Recommendation. @@ -257,9 +271,9 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent return ii.intValue(); } - public I_R_IssueStatus getR_IssueStatus() throws RuntimeException + public org.compiere.model.I_R_IssueStatus getR_IssueStatus() throws RuntimeException { - return (I_R_IssueStatus)MTable.get(getCtx(), I_R_IssueStatus.Table_Name) + return (org.compiere.model.I_R_IssueStatus)MTable.get(getCtx(), org.compiere.model.I_R_IssueStatus.Table_Name) .getPO(getR_IssueStatus_ID(), get_TrxName()); } /** Set Issue Status. @@ -285,9 +299,9 @@ public class X_R_IssueKnown extends PO implements I_R_IssueKnown, I_Persistent return ii.intValue(); } - public I_R_Request getR_Request() throws RuntimeException + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException { - return (I_R_Request)MTable.get(getCtx(), I_R_Request.Table_Name) + return (org.compiere.model.I_R_Request)MTable.get(getCtx(), org.compiere.model.I_R_Request.Table_Name) .getPO(getR_Request_ID(), get_TrxName()); } /** Set Request. diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java index dbcc672ef4..f2469971a1 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueProject.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueProject - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_IssueProject (Properties ctx, int R_IssueProject_ID, String trxName) @@ -72,9 +72,9 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -100,9 +100,9 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -210,6 +210,20 @@ public class X_R_IssueProject extends PO implements I_R_IssueProject, I_Persiste return ii.intValue(); } + /** Set R_IssueProject_UU. + @param R_IssueProject_UU R_IssueProject_UU */ + public void setR_IssueProject_UU (String R_IssueProject_UU) + { + set_Value (COLUMNNAME_R_IssueProject_UU, R_IssueProject_UU); + } + + /** Get R_IssueProject_UU. + @return R_IssueProject_UU */ + public String getR_IssueProject_UU () + { + return (String)get_Value(COLUMNNAME_R_IssueProject_UU); + } + /** Set Statistics. @param StatisticsInfo Information to help profiling the system for solving support issues diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java index a8d43f4b26..946fa8432f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueRecommendation.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueRecommendation - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendation, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_IssueRecommendation (Properties ctx, int R_IssueRecommendation_ID, String trxName) @@ -152,4 +152,18 @@ public class X_R_IssueRecommendation extends PO implements I_R_IssueRecommendati return 0; return ii.intValue(); } + + /** Set R_IssueRecommendation_UU. + @param R_IssueRecommendation_UU R_IssueRecommendation_UU */ + public void setR_IssueRecommendation_UU (String R_IssueRecommendation_UU) + { + set_Value (COLUMNNAME_R_IssueRecommendation_UU, R_IssueRecommendation_UU); + } + + /** Get R_IssueRecommendation_UU. + @return R_IssueRecommendation_UU */ + public String getR_IssueRecommendation_UU () + { + return (String)get_Value(COLUMNNAME_R_IssueRecommendation_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java index f2af928b78..5667d2280f 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueStatus.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueStatus - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_IssueStatus (Properties ctx, int R_IssueStatus_ID, String trxName) @@ -135,4 +135,18 @@ public class X_R_IssueStatus extends PO implements I_R_IssueStatus, I_Persistent return 0; return ii.intValue(); } + + /** Set R_IssueStatus_UU. + @param R_IssueStatus_UU R_IssueStatus_UU */ + public void setR_IssueStatus_UU (String R_IssueStatus_UU) + { + set_Value (COLUMNNAME_R_IssueStatus_UU, R_IssueStatus_UU); + } + + /** Get R_IssueStatus_UU. + @return R_IssueStatus_UU */ + public String getR_IssueStatus_UU () + { + return (String)get_Value(COLUMNNAME_R_IssueStatus_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java index 65ccc813c0..f781542de6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueSystem.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueSystem - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_IssueSystem (Properties ctx, int R_IssueSystem_ID, String trxName) @@ -72,9 +72,9 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -165,6 +165,20 @@ public class X_R_IssueSystem extends PO implements I_R_IssueSystem, I_Persistent return ii.intValue(); } + /** Set R_IssueSystem_UU. + @param R_IssueSystem_UU R_IssueSystem_UU */ + public void setR_IssueSystem_UU (String R_IssueSystem_UU) + { + set_Value (COLUMNNAME_R_IssueSystem_UU, R_IssueSystem_UU); + } + + /** Get R_IssueSystem_UU. + @return R_IssueSystem_UU */ + public String getR_IssueSystem_UU () + { + return (String)get_Value(COLUMNNAME_R_IssueSystem_UU); + } + /** Set Statistics. @param StatisticsInfo Information to help profiling the system for solving support issues diff --git a/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java b/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java index 31e8ccca13..a04cbfaabd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_IssueUser.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_IssueUser - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_IssueUser (Properties ctx, int R_IssueUser_ID, String trxName) @@ -71,9 +71,9 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -139,6 +139,20 @@ public class X_R_IssueUser extends PO implements I_R_IssueUser, I_Persistent return ii.intValue(); } + /** Set R_IssueUser_UU. + @param R_IssueUser_UU R_IssueUser_UU */ + public void setR_IssueUser_UU (String R_IssueUser_UU) + { + set_Value (COLUMNNAME_R_IssueUser_UU, R_IssueUser_UU); + } + + /** Get R_IssueUser_UU. + @return R_IssueUser_UU */ + public String getR_IssueUser_UU () + { + return (String)get_Value(COLUMNNAME_R_IssueUser_UU); + } + /** Set Registered EMail. @param UserName Email of the responsible for the System diff --git a/org.adempiere.base/src/org/compiere/model/X_R_MailText.java b/org.adempiere.base/src/org/compiere/model/X_R_MailText.java index c2f1f7e291..76bbc4ef3d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_MailText.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_MailText.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_MailText - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_MailText (Properties ctx, int R_MailText_ID, String trxName) @@ -212,4 +212,18 @@ public class X_R_MailText extends PO implements I_R_MailText, I_Persistent return 0; return ii.intValue(); } + + /** Set R_MailText_UU. + @param R_MailText_UU R_MailText_UU */ + public void setR_MailText_UU (String R_MailText_UU) + { + set_Value (COLUMNNAME_R_MailText_UU, R_MailText_UU); + } + + /** Get R_MailText_UU. + @return R_MailText_UU */ + public String getR_MailText_UU () + { + return (String)get_Value(COLUMNNAME_R_MailText_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Request.java b/org.adempiere.base/src/org/compiere/model/X_R_Request.java index 60dacc71a0..8baf224835 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Request.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Request.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for R_Request - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_Request extends PO implements I_R_Request, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_Request (Properties ctx, int R_Request_ID, String trxName) @@ -90,9 +90,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -118,9 +118,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -146,9 +146,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -174,9 +174,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -202,9 +202,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -230,9 +230,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -258,9 +258,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -286,9 +286,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -314,9 +314,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_InvoiceRequest() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_InvoiceRequest() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_InvoiceRequest_ID(), get_TrxName()); } /** Set Request Invoice. @@ -415,9 +415,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return (String)get_Value(COLUMNNAME_ConfidentialTypeEntry); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -443,9 +443,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -471,9 +471,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -741,9 +741,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return (String)get_Value(COLUMNNAME_LastResult); } - public I_M_ChangeRequest getM_ChangeRequest() throws RuntimeException + public org.compiere.model.I_M_ChangeRequest getM_ChangeRequest() throws RuntimeException { - return (I_M_ChangeRequest)MTable.get(getCtx(), I_M_ChangeRequest.Table_Name) + return (org.compiere.model.I_M_ChangeRequest)MTable.get(getCtx(), org.compiere.model.I_M_ChangeRequest.Table_Name) .getPO(getM_ChangeRequest_ID(), get_TrxName()); } /** Set Change Request. @@ -769,9 +769,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_FixChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_FixChangeNotice_ID(), get_TrxName()); } /** Set Fixed in. @@ -797,9 +797,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_M_InOut getM_InOut() throws RuntimeException + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -825,9 +825,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -853,9 +853,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_M_Product getM_ProductSpent() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductSpent() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductSpent_ID(), get_TrxName()); } /** Set Product Used. @@ -881,9 +881,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_M_RMA getM_RMA() throws RuntimeException + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException { - return (I_M_RMA)MTable.get(getCtx(), I_M_RMA.Table_Name) + return (org.compiere.model.I_M_RMA)MTable.get(getCtx(), org.compiere.model.I_M_RMA.Table_Name) .getPO(getM_RMA_ID(), get_TrxName()); } /** Set RMA. @@ -1077,9 +1077,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return bd; } - public I_R_Category getR_Category() throws RuntimeException + public org.compiere.model.I_R_Category getR_Category() throws RuntimeException { - return (I_R_Category)MTable.get(getCtx(), I_R_Category.Table_Name) + return (org.compiere.model.I_R_Category)MTable.get(getCtx(), org.compiere.model.I_R_Category.Table_Name) .getPO(getR_Category_ID(), get_TrxName()); } /** Set Category. @@ -1165,9 +1165,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return (String)get_Value(COLUMNNAME_Result); } - public I_R_Group getR_Group() throws RuntimeException + public org.compiere.model.I_R_Group getR_Group() throws RuntimeException { - return (I_R_Group)MTable.get(getCtx(), I_R_Group.Table_Name) + return (org.compiere.model.I_R_Group)MTable.get(getCtx(), org.compiere.model.I_R_Group.Table_Name) .getPO(getR_Group_ID(), get_TrxName()); } /** Set Group. @@ -1193,9 +1193,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_R_MailText getR_MailText() throws RuntimeException + public org.compiere.model.I_R_MailText getR_MailText() throws RuntimeException { - return (I_R_MailText)MTable.get(getCtx(), I_R_MailText.Table_Name) + return (org.compiere.model.I_R_MailText)MTable.get(getCtx(), org.compiere.model.I_R_MailText.Table_Name) .getPO(getR_MailText_ID(), get_TrxName()); } /** Set Mail Template. @@ -1244,9 +1244,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_R_Request getR_RequestRelated() throws RuntimeException + public org.compiere.model.I_R_Request getR_RequestRelated() throws RuntimeException { - return (I_R_Request)MTable.get(getCtx(), I_R_Request.Table_Name) + return (org.compiere.model.I_R_Request)MTable.get(getCtx(), org.compiere.model.I_R_Request.Table_Name) .getPO(getR_RequestRelated_ID(), get_TrxName()); } /** Set Related Request. @@ -1272,9 +1272,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_R_RequestType getR_RequestType() throws RuntimeException + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. @@ -1300,9 +1300,23 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_R_Resolution getR_Resolution() throws RuntimeException + /** Set R_Request_UU. + @param R_Request_UU R_Request_UU */ + public void setR_Request_UU (String R_Request_UU) + { + set_Value (COLUMNNAME_R_Request_UU, R_Request_UU); + } + + /** Get R_Request_UU. + @return R_Request_UU */ + public String getR_Request_UU () + { + return (String)get_Value(COLUMNNAME_R_Request_UU); + } + + public org.compiere.model.I_R_Resolution getR_Resolution() throws RuntimeException { - return (I_R_Resolution)MTable.get(getCtx(), I_R_Resolution.Table_Name) + return (org.compiere.model.I_R_Resolution)MTable.get(getCtx(), org.compiere.model.I_R_Resolution.Table_Name) .getPO(getR_Resolution_ID(), get_TrxName()); } /** Set Resolution. @@ -1328,9 +1342,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_R_StandardResponse getR_StandardResponse() throws RuntimeException + public org.compiere.model.I_R_StandardResponse getR_StandardResponse() throws RuntimeException { - return (I_R_StandardResponse)MTable.get(getCtx(), I_R_StandardResponse.Table_Name) + return (org.compiere.model.I_R_StandardResponse)MTable.get(getCtx(), org.compiere.model.I_R_StandardResponse.Table_Name) .getPO(getR_StandardResponse_ID(), get_TrxName()); } /** Set Standard Response. @@ -1356,9 +1370,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_R_Status getR_Status() throws RuntimeException + public org.compiere.model.I_R_Status getR_Status() throws RuntimeException { - return (I_R_Status)MTable.get(getCtx(), I_R_Status.Table_Name) + return (org.compiere.model.I_R_Status)MTable.get(getCtx(), org.compiere.model.I_R_Status.Table_Name) .getPO(getR_Status_ID(), get_TrxName()); } /** Set Status. @@ -1384,9 +1398,9 @@ public class X_R_Request extends PO implements I_R_Request, I_Persistent return ii.intValue(); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java index f634d93756..a641890010 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestAction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for R_RequestAction - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestAction (Properties ctx, int R_RequestAction_ID, String trxName) @@ -73,9 +73,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -101,9 +101,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -129,9 +129,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -157,9 +157,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -185,9 +185,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -213,9 +213,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -269,9 +269,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return (String)get_Value(COLUMNNAME_ConfidentialType); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -297,9 +297,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -325,9 +325,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -493,9 +493,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return (String)get_Value(COLUMNNAME_IsSelfService); } - public I_M_InOut getM_InOut() throws RuntimeException + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -521,9 +521,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -549,9 +549,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_M_Product getM_ProductSpent() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductSpent() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductSpent_ID(), get_TrxName()); } /** Set Product Used. @@ -577,9 +577,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_M_RMA getM_RMA() throws RuntimeException + public org.compiere.model.I_M_RMA getM_RMA() throws RuntimeException { - return (I_M_RMA)MTable.get(getCtx(), I_M_RMA.Table_Name) + return (org.compiere.model.I_M_RMA)MTable.get(getCtx(), org.compiere.model.I_M_RMA.Table_Name) .getPO(getM_RMA_ID(), get_TrxName()); } /** Set RMA. @@ -742,9 +742,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return bd; } - public I_R_Category getR_Category() throws RuntimeException + public org.compiere.model.I_R_Category getR_Category() throws RuntimeException { - return (I_R_Category)MTable.get(getCtx(), I_R_Category.Table_Name) + return (org.compiere.model.I_R_Category)MTable.get(getCtx(), org.compiere.model.I_R_Category.Table_Name) .getPO(getR_Category_ID(), get_TrxName()); } /** Set Category. @@ -770,9 +770,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_R_Group getR_Group() throws RuntimeException + public org.compiere.model.I_R_Group getR_Group() throws RuntimeException { - return (I_R_Group)MTable.get(getCtx(), I_R_Group.Table_Name) + return (org.compiere.model.I_R_Group)MTable.get(getCtx(), org.compiere.model.I_R_Group.Table_Name) .getPO(getR_Group_ID(), get_TrxName()); } /** Set Group. @@ -821,9 +821,23 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_R_Request getR_Request() throws RuntimeException + /** Set R_RequestAction_UU. + @param R_RequestAction_UU R_RequestAction_UU */ + public void setR_RequestAction_UU (String R_RequestAction_UU) + { + set_Value (COLUMNNAME_R_RequestAction_UU, R_RequestAction_UU); + } + + /** Get R_RequestAction_UU. + @return R_RequestAction_UU */ + public String getR_RequestAction_UU () + { + return (String)get_Value(COLUMNNAME_R_RequestAction_UU); + } + + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException { - return (I_R_Request)MTable.get(getCtx(), I_R_Request.Table_Name) + return (org.compiere.model.I_R_Request)MTable.get(getCtx(), org.compiere.model.I_R_Request.Table_Name) .getPO(getR_Request_ID(), get_TrxName()); } /** Set Request. @@ -849,9 +863,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_R_RequestType getR_RequestType() throws RuntimeException + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. @@ -877,9 +891,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_R_Resolution getR_Resolution() throws RuntimeException + public org.compiere.model.I_R_Resolution getR_Resolution() throws RuntimeException { - return (I_R_Resolution)MTable.get(getCtx(), I_R_Resolution.Table_Name) + return (org.compiere.model.I_R_Resolution)MTable.get(getCtx(), org.compiere.model.I_R_Resolution.Table_Name) .getPO(getR_Resolution_ID(), get_TrxName()); } /** Set Resolution. @@ -905,9 +919,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_R_Status getR_Status() throws RuntimeException + public org.compiere.model.I_R_Status getR_Status() throws RuntimeException { - return (I_R_Status)MTable.get(getCtx(), I_R_Status.Table_Name) + return (org.compiere.model.I_R_Status)MTable.get(getCtx(), org.compiere.model.I_R_Status.Table_Name) .getPO(getR_Status_ID(), get_TrxName()); } /** Set Status. @@ -933,9 +947,9 @@ public class X_R_RequestAction extends PO implements I_R_RequestAction, I_Persis return ii.intValue(); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java index 62e13ab8d8..ad67bfdedc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestProcessor - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestProcessor (Properties ctx, int R_RequestProcessor_ID, String trxName) @@ -39,6 +39,7 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ super (ctx, R_RequestProcessor_ID, trxName); /** if (R_RequestProcessor_ID == 0) { + setAD_Schedule_ID (0); setInactivityAlertDays (0); // 0 setKeepLogDays (0); @@ -88,8 +89,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ return (org.compiere.model.I_AD_Schedule)MTable.get(getCtx(), org.compiere.model.I_AD_Schedule.Table_Name) .getPO(getAD_Schedule_ID(), get_TrxName()); } - /** Set AD_Schedule_ID. - @param AD_Schedule_ID AD_Schedule_ID */ + /** Set Schedule. + @param AD_Schedule_ID Schedule */ public void setAD_Schedule_ID (int AD_Schedule_ID) { if (AD_Schedule_ID < 1) @@ -98,8 +99,8 @@ public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_ set_Value (COLUMNNAME_AD_Schedule_ID, Integer.valueOf(AD_Schedule_ID)); } - /** Get AD_Schedule_ID. - @return AD_Schedule_ID */ + /** Get Schedule. + @return Schedule */ public int getAD_Schedule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_AD_Schedule_ID); diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java index acb5b929cd..056f8bb42d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessorLog.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for R_RequestProcessorLog - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorLog, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestProcessorLog (Properties ctx, int R_RequestProcessorLog_ID, String trxName) @@ -197,6 +197,20 @@ public class X_R_RequestProcessorLog extends PO implements I_R_RequestProcessorL return ii.intValue(); } + /** Set R_RequestProcessorLog_UU. + @param R_RequestProcessorLog_UU R_RequestProcessorLog_UU */ + public void setR_RequestProcessorLog_UU (String R_RequestProcessorLog_UU) + { + set_Value (COLUMNNAME_R_RequestProcessorLog_UU, R_RequestProcessorLog_UU); + } + + /** Get R_RequestProcessorLog_UU. + @return R_RequestProcessorLog_UU */ + public String getR_RequestProcessorLog_UU () + { + return (String)get_Value(COLUMNNAME_R_RequestProcessorLog_UU); + } + /** Set Summary. @param Summary Textual summary of this request diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java index 6c87051aa0..d38fd57f79 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestProcessor_Route.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestProcessor_Route - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcessor_Route, I_Persistent { /** * */ - private static final long serialVersionUID = 20120920L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestProcessor_Route (Properties ctx, int R_RequestProcessor_Route_ID, String trxName) @@ -169,6 +169,20 @@ public class X_R_RequestProcessor_Route extends PO implements I_R_RequestProcess return ii.intValue(); } + /** Set R_RequestProcessor_Route_UU. + @param R_RequestProcessor_Route_UU R_RequestProcessor_Route_UU */ + public void setR_RequestProcessor_Route_UU (String R_RequestProcessor_Route_UU) + { + set_Value (COLUMNNAME_R_RequestProcessor_Route_UU, R_RequestProcessor_Route_UU); + } + + /** Get R_RequestProcessor_Route_UU. + @return R_RequestProcessor_Route_UU */ + public String getR_RequestProcessor_Route_UU () + { + return (String)get_Value(COLUMNNAME_R_RequestProcessor_Route_UU); + } + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java index 9d7259872a..08740637f7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestType extends PO implements I_R_RequestType, I_Persistent { /** * */ - private static final long serialVersionUID = 20120802L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestType (Properties ctx, int R_RequestType_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java index 60374cd4a1..42807e5b32 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestTypeUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for R_RequestTypeUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestTypeUpdates (Properties ctx, int R_RequestTypeUpdates_ID, String trxName) @@ -71,9 +71,9 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,9 +123,9 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates return false; } - public I_R_RequestType getR_RequestType() throws RuntimeException + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException { - return (I_R_RequestType)MTable.get(getCtx(), I_R_RequestType.Table_Name) + return (org.compiere.model.I_R_RequestType)MTable.get(getCtx(), org.compiere.model.I_R_RequestType.Table_Name) .getPO(getR_RequestType_ID(), get_TrxName()); } /** Set Request Type. @@ -150,4 +150,18 @@ public class X_R_RequestTypeUpdates extends PO implements I_R_RequestTypeUpdates return 0; return ii.intValue(); } + + /** Set R_RequestTypeUpdates_UU. + @param R_RequestTypeUpdates_UU R_RequestTypeUpdates_UU */ + public void setR_RequestTypeUpdates_UU (String R_RequestTypeUpdates_UU) + { + set_Value (COLUMNNAME_R_RequestTypeUpdates_UU, R_RequestTypeUpdates_UU); + } + + /** Get R_RequestTypeUpdates_UU. + @return R_RequestTypeUpdates_UU */ + public String getR_RequestTypeUpdates_UU () + { + return (String)get_Value(COLUMNNAME_R_RequestTypeUpdates_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java index 09204e32c1..32264ab78c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdate.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for R_RequestUpdate - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestUpdate (Properties ctx, int R_RequestUpdate_ID, String trxName) @@ -120,9 +120,9 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis return (Timestamp)get_Value(COLUMNNAME_EndTime); } - public I_M_Product getM_ProductSpent() throws RuntimeException + public org.compiere.model.I_M_Product getM_ProductSpent() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_ProductSpent_ID(), get_TrxName()); } /** Set Product Used. @@ -205,9 +205,9 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis return (String)get_Value(COLUMNNAME_Result); } - public I_R_Request getR_Request() throws RuntimeException + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException { - return (I_R_Request)MTable.get(getCtx(), I_R_Request.Table_Name) + return (org.compiere.model.I_R_Request)MTable.get(getCtx(), org.compiere.model.I_R_Request.Table_Name) .getPO(getR_Request_ID(), get_TrxName()); } /** Set Request. @@ -264,6 +264,20 @@ public class X_R_RequestUpdate extends PO implements I_R_RequestUpdate, I_Persis return new KeyNamePair(get_ID(), String.valueOf(getR_RequestUpdate_ID())); } + /** Set R_RequestUpdate_UU. + @param R_RequestUpdate_UU R_RequestUpdate_UU */ + public void setR_RequestUpdate_UU (String R_RequestUpdate_UU) + { + set_Value (COLUMNNAME_R_RequestUpdate_UU, R_RequestUpdate_UU); + } + + /** Get R_RequestUpdate_UU. + @return R_RequestUpdate_UU */ + public String getR_RequestUpdate_UU () + { + return (String)get_Value(COLUMNNAME_R_RequestUpdate_UU); + } + /** Set Start Time. @param StartTime Time started diff --git a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java index 088b359827..8141720182 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_RequestUpdates.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for R_RequestUpdates - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_RequestUpdates (Properties ctx, int R_RequestUpdates_ID, String trxName) @@ -71,9 +71,9 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -123,9 +123,9 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers return false; } - public I_R_Request getR_Request() throws RuntimeException + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException { - return (I_R_Request)MTable.get(getCtx(), I_R_Request.Table_Name) + return (org.compiere.model.I_R_Request)MTable.get(getCtx(), org.compiere.model.I_R_Request.Table_Name) .getPO(getR_Request_ID(), get_TrxName()); } /** Set Request. @@ -150,4 +150,18 @@ public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Pers return 0; return ii.intValue(); } + + /** Set R_RequestUpdates_UU. + @param R_RequestUpdates_UU R_RequestUpdates_UU */ + public void setR_RequestUpdates_UU (String R_RequestUpdates_UU) + { + set_Value (COLUMNNAME_R_RequestUpdates_UU, R_RequestUpdates_UU); + } + + /** Get R_RequestUpdates_UU. + @return R_RequestUpdates_UU */ + public String getR_RequestUpdates_UU () + { + return (String)get_Value(COLUMNNAME_R_RequestUpdates_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java b/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java index 16433a3578..c9daae4430 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Resolution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_Resolution - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_Resolution (Properties ctx, int R_Resolution_ID, String trxName) @@ -152,4 +152,18 @@ public class X_R_Resolution extends PO implements I_R_Resolution, I_Persistent return 0; return ii.intValue(); } + + /** Set R_Resolution_UU. + @param R_Resolution_UU R_Resolution_UU */ + public void setR_Resolution_UU (String R_Resolution_UU) + { + set_Value (COLUMNNAME_R_Resolution_UU, R_Resolution_UU); + } + + /** Get R_Resolution_UU. + @return R_Resolution_UU */ + public String getR_Resolution_UU () + { + return (String)get_Value(COLUMNNAME_R_Resolution_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java b/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java index 6ae9244dac..6c83aa285c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_StandardResponse.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_StandardResponse - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_StandardResponse (Properties ctx, int R_StandardResponse_ID, String trxName) @@ -136,4 +136,18 @@ public class X_R_StandardResponse extends PO implements I_R_StandardResponse, I_ return 0; return ii.intValue(); } + + /** Set R_StandardResponse_UU. + @param R_StandardResponse_UU R_StandardResponse_UU */ + public void setR_StandardResponse_UU (String R_StandardResponse_UU) + { + set_Value (COLUMNNAME_R_StandardResponse_UU, R_StandardResponse_UU); + } + + /** Get R_StandardResponse_UU. + @return R_StandardResponse_UU */ + public String getR_StandardResponse_UU () + { + return (String)get_Value(COLUMNNAME_R_StandardResponse_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_R_Status.java b/org.adempiere.base/src/org/compiere/model/X_R_Status.java index 3bc67ecbad..86c56bcd28 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_Status.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_Status.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_Status - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_Status extends PO implements I_R_Status, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_Status (Properties ctx, int R_Status_ID, String trxName) @@ -252,9 +252,9 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent return (String)get_Value(COLUMNNAME_Name); } - public I_R_Status getNext_Status() throws RuntimeException + public org.compiere.model.I_R_Status getNext_Status() throws RuntimeException { - return (I_R_Status)MTable.get(getCtx(), I_R_Status.Table_Name) + return (org.compiere.model.I_R_Status)MTable.get(getCtx(), org.compiere.model.I_R_Status.Table_Name) .getPO(getNext_Status_ID(), get_TrxName()); } /** Set Next Status. @@ -280,9 +280,9 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent return ii.intValue(); } - public I_R_StatusCategory getR_StatusCategory() throws RuntimeException + public org.compiere.model.I_R_StatusCategory getR_StatusCategory() throws RuntimeException { - return (I_R_StatusCategory)MTable.get(getCtx(), I_R_StatusCategory.Table_Name) + return (org.compiere.model.I_R_StatusCategory)MTable.get(getCtx(), org.compiere.model.I_R_StatusCategory.Table_Name) .getPO(getR_StatusCategory_ID(), get_TrxName()); } /** Set Status Category. @@ -331,6 +331,20 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent return ii.intValue(); } + /** Set R_Status_UU. + @param R_Status_UU R_Status_UU */ + public void setR_Status_UU (String R_Status_UU) + { + set_Value (COLUMNNAME_R_Status_UU, R_Status_UU); + } + + /** Get R_Status_UU. + @return R_Status_UU */ + public String getR_Status_UU () + { + return (String)get_Value(COLUMNNAME_R_Status_UU); + } + /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first @@ -379,9 +393,9 @@ public class X_R_Status extends PO implements I_R_Status, I_Persistent return ii.intValue(); } - public I_R_Status getUpdate_Status() throws RuntimeException + public org.compiere.model.I_R_Status getUpdate_Status() throws RuntimeException { - return (I_R_Status)MTable.get(getCtx(), I_R_Status.Table_Name) + return (org.compiere.model.I_R_Status)MTable.get(getCtx(), org.compiere.model.I_R_Status.Table_Name) .getPO(getUpdate_Status_ID(), get_TrxName()); } /** Set Update Status. diff --git a/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java b/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java index 1dbdbe0424..22faf66270 100644 --- a/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java +++ b/org.adempiere.base/src/org/compiere/model/X_R_StatusCategory.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for R_StatusCategory - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_R_StatusCategory (Properties ctx, int R_StatusCategory_ID, String trxName) @@ -177,4 +177,18 @@ public class X_R_StatusCategory extends PO implements I_R_StatusCategory, I_Pers return 0; return ii.intValue(); } + + /** Set R_StatusCategory_UU. + @param R_StatusCategory_UU R_StatusCategory_UU */ + public void setR_StatusCategory_UU (String R_StatusCategory_UU) + { + set_Value (COLUMNNAME_R_StatusCategory_UU, R_StatusCategory_UU); + } + + /** Get R_StatusCategory_UU. + @return R_StatusCategory_UU */ + public String getR_StatusCategory_UU () + { + return (String)get_Value(COLUMNNAME_R_StatusCategory_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java b/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java index da554ad662..72f73b95ab 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ExpenseType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for S_ExpenseType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_ExpenseType (Properties ctx, int S_ExpenseType_ID, String trxName) @@ -76,9 +76,9 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent return sb.toString(); } - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { - return (I_C_TaxCategory)MTable.get(getCtx(), I_C_TaxCategory.Table_Name) + return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_Name) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. @@ -104,9 +104,9 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -173,9 +173,9 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent return false; } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -249,6 +249,20 @@ public class X_S_ExpenseType extends PO implements I_S_ExpenseType, I_Persistent return ii.intValue(); } + /** Set S_ExpenseType_UU. + @param S_ExpenseType_UU S_ExpenseType_UU */ + public void setS_ExpenseType_UU (String S_ExpenseType_UU) + { + set_Value (COLUMNNAME_S_ExpenseType_UU, S_ExpenseType_UU); + } + + /** Get S_ExpenseType_UU. + @return S_ExpenseType_UU */ + public String getS_ExpenseType_UU () + { + return (String)get_Value(COLUMNNAME_S_ExpenseType_UU); + } + /** Set Search Key. @param Value Search key for the record in the format required - must be unique diff --git a/org.adempiere.base/src/org/compiere/model/X_S_Resource.java b/org.adempiere.base/src/org/compiere/model/X_S_Resource.java index d1248742a9..b18fb0c8bc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_Resource.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_Resource.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for S_Resource - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_Resource (Properties ctx, int S_Resource_ID, String trxName) @@ -80,9 +80,9 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -229,9 +229,9 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent return (String)get_Value(COLUMNNAME_ManufacturingResourceType); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -362,9 +362,9 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent return ii.intValue(); } - public I_S_ResourceType getS_ResourceType() throws RuntimeException + public org.compiere.model.I_S_ResourceType getS_ResourceType() throws RuntimeException { - return (I_S_ResourceType)MTable.get(getCtx(), I_S_ResourceType.Table_Name) + return (org.compiere.model.I_S_ResourceType)MTable.get(getCtx(), org.compiere.model.I_S_ResourceType.Table_Name) .getPO(getS_ResourceType_ID(), get_TrxName()); } /** Set Resource Type. @@ -387,6 +387,20 @@ public class X_S_Resource extends PO implements I_S_Resource, I_Persistent return ii.intValue(); } + /** Set S_Resource_UU. + @param S_Resource_UU S_Resource_UU */ + public void setS_Resource_UU (String S_Resource_UU) + { + set_Value (COLUMNNAME_S_Resource_UU, S_Resource_UU); + } + + /** Get S_Resource_UU. + @return S_Resource_UU */ + public String getS_Resource_UU () + { + return (String)get_Value(COLUMNNAME_S_Resource_UU); + } + /** Set Search Key. @param Value Search key for the record in the format required - must be unique diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java b/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java index 811597ba9c..b1be3716b7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ResourceAssignment.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for S_ResourceAssignment - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_ResourceAssignment (Properties ctx, int S_ResourceAssignment_ID, String trxName) @@ -212,9 +212,23 @@ public class X_S_ResourceAssignment extends PO implements I_S_ResourceAssignment return ii.intValue(); } - public I_S_Resource getS_Resource() throws RuntimeException + /** Set S_ResourceAssignment_UU. + @param S_ResourceAssignment_UU S_ResourceAssignment_UU */ + public void setS_ResourceAssignment_UU (String S_ResourceAssignment_UU) + { + set_Value (COLUMNNAME_S_ResourceAssignment_UU, S_ResourceAssignment_UU); + } + + /** Get S_ResourceAssignment_UU. + @return S_ResourceAssignment_UU */ + public String getS_ResourceAssignment_UU () + { + return (String)get_Value(COLUMNNAME_S_ResourceAssignment_UU); + } + + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java b/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java index 8227d36463..b463177b11 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ResourceType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for S_ResourceType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_ResourceType (Properties ctx, int S_ResourceType_ID, String trxName) @@ -134,9 +134,9 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste return ii.intValue(); } - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { - return (I_C_TaxCategory)MTable.get(getCtx(), I_C_TaxCategory.Table_Name) + return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_Name) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. @@ -162,9 +162,9 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -279,9 +279,9 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste return false; } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -520,6 +520,20 @@ public class X_S_ResourceType extends PO implements I_S_ResourceType, I_Persiste return ii.intValue(); } + /** Set S_ResourceType_UU. + @param S_ResourceType_UU S_ResourceType_UU */ + public void setS_ResourceType_UU (String S_ResourceType_UU) + { + set_Value (COLUMNNAME_S_ResourceType_UU, S_ResourceType_UU); + } + + /** Get S_ResourceType_UU. + @return S_ResourceType_UU */ + public String getS_ResourceType_UU () + { + return (String)get_Value(COLUMNNAME_S_ResourceType_UU); + } + /** Set Slot End. @param TimeSlotEnd Time when timeslot ends diff --git a/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java b/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java index fe3612a69d..7396e2e227 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_ResourceUnAvailable.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for S_ResourceUnAvailable - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailable, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_ResourceUnAvailable (Properties ctx, int S_ResourceUnAvailable_ID, String trxName) @@ -124,9 +124,9 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab return (String)get_Value(COLUMNNAME_Description); } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. @@ -179,4 +179,18 @@ public class X_S_ResourceUnAvailable extends PO implements I_S_ResourceUnAvailab return 0; return ii.intValue(); } + + /** Set S_ResourceUnAvailable_UU. + @param S_ResourceUnAvailable_UU S_ResourceUnAvailable_UU */ + public void setS_ResourceUnAvailable_UU (String S_ResourceUnAvailable_UU) + { + set_Value (COLUMNNAME_S_ResourceUnAvailable_UU, S_ResourceUnAvailable_UU); + } + + /** Get S_ResourceUnAvailable_UU. + @return S_ResourceUnAvailable_UU */ + public String getS_ResourceUnAvailable_UU () + { + return (String)get_Value(COLUMNNAME_S_ResourceUnAvailable_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java index ef07415cce..e235524127 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpense.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for S_TimeExpense - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_TimeExpense (Properties ctx, int S_TimeExpense_ID, String trxName) @@ -105,9 +105,9 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -308,9 +308,9 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent return false; } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -336,9 +336,9 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -431,4 +431,18 @@ public class X_S_TimeExpense extends PO implements I_S_TimeExpense, I_Persistent return 0; return ii.intValue(); } + + /** Set S_TimeExpense_UU. + @param S_TimeExpense_UU S_TimeExpense_UU */ + public void setS_TimeExpense_UU (String S_TimeExpense_UU) + { + set_Value (COLUMNNAME_S_TimeExpense_UU, S_TimeExpense_UU); + } + + /** Get S_TimeExpense_UU. + @return S_TimeExpense_UU */ + public String getS_TimeExpense_UU () + { + return (String)get_Value(COLUMNNAME_S_TimeExpense_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java index c49b0e3452..a71cd53ddf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_TimeExpenseLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for S_TimeExpenseLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_TimeExpenseLine (Properties ctx, int S_TimeExpenseLine_ID, String trxName) @@ -81,9 +81,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return sb.toString(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -109,9 +109,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -137,9 +137,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -165,9 +165,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -193,9 +193,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException + public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { - return (I_C_InvoiceLine)MTable.get(getCtx(), I_C_InvoiceLine.Table_Name) + return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_Name) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @@ -241,9 +241,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return bd; } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -269,9 +269,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -297,9 +297,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -325,9 +325,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -353,9 +353,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -531,9 +531,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return new KeyNamePair(get_ID(), String.valueOf(getLine())); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -723,9 +723,9 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_S_TimeExpense getS_TimeExpense() throws RuntimeException + public org.compiere.model.I_S_TimeExpense getS_TimeExpense() throws RuntimeException { - return (I_S_TimeExpense)MTable.get(getCtx(), I_S_TimeExpense.Table_Name) + return (org.compiere.model.I_S_TimeExpense)MTable.get(getCtx(), org.compiere.model.I_S_TimeExpense.Table_Name) .getPO(getS_TimeExpense_ID(), get_TrxName()); } /** Set Expense Report. @@ -774,9 +774,23 @@ public class X_S_TimeExpenseLine extends PO implements I_S_TimeExpenseLine, I_Pe return ii.intValue(); } - public I_S_TimeType getS_TimeType() throws RuntimeException + /** Set S_TimeExpenseLine_UU. + @param S_TimeExpenseLine_UU S_TimeExpenseLine_UU */ + public void setS_TimeExpenseLine_UU (String S_TimeExpenseLine_UU) + { + set_Value (COLUMNNAME_S_TimeExpenseLine_UU, S_TimeExpenseLine_UU); + } + + /** Get S_TimeExpenseLine_UU. + @return S_TimeExpenseLine_UU */ + public String getS_TimeExpenseLine_UU () + { + return (String)get_Value(COLUMNNAME_S_TimeExpenseLine_UU); + } + + public org.compiere.model.I_S_TimeType getS_TimeType() throws RuntimeException { - return (I_S_TimeType)MTable.get(getCtx(), I_S_TimeType.Table_Name) + return (org.compiere.model.I_S_TimeType)MTable.get(getCtx(), org.compiere.model.I_S_TimeType.Table_Name) .getPO(getS_TimeType_ID(), get_TrxName()); } /** Set Time Type. diff --git a/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java b/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java index 8eb8bf6bf5..8aaade3afa 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_TimeType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for S_TimeType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_TimeType (Properties ctx, int S_TimeType_ID, String trxName) @@ -152,4 +152,18 @@ public class X_S_TimeType extends PO implements I_S_TimeType, I_Persistent return 0; return ii.intValue(); } + + /** Set S_TimeType_UU. + @param S_TimeType_UU S_TimeType_UU */ + public void setS_TimeType_UU (String S_TimeType_UU) + { + set_Value (COLUMNNAME_S_TimeType_UU, S_TimeType_UU); + } + + /** Get S_TimeType_UU. + @return S_TimeType_UU */ + public String getS_TimeType_UU () + { + return (String)get_Value(COLUMNNAME_S_TimeType_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_S_Training.java b/org.adempiere.base/src/org/compiere/model/X_S_Training.java index c0e476a14e..78485d29c3 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_Training.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_Training.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for S_Training - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_Training extends PO implements I_S_Training, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_Training (Properties ctx, int S_Training_ID, String trxName) @@ -74,9 +74,9 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent return sb.toString(); } - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { - return (I_C_TaxCategory)MTable.get(getCtx(), I_C_TaxCategory.Table_Name) + return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_Name) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. @@ -102,9 +102,9 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -215,9 +215,9 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent return (String)get_Value(COLUMNNAME_ImageURL); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -311,4 +311,18 @@ public class X_S_Training extends PO implements I_S_Training, I_Persistent return 0; return ii.intValue(); } + + /** Set S_Training_UU. + @param S_Training_UU S_Training_UU */ + public void setS_Training_UU (String S_Training_UU) + { + set_Value (COLUMNNAME_S_Training_UU, S_Training_UU); + } + + /** Get S_Training_UU. + @return S_Training_UU */ + public String getS_Training_UU () + { + return (String)get_Value(COLUMNNAME_S_Training_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java b/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java index 7672330bba..5ad0a2cb6e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java +++ b/org.adempiere.base/src/org/compiere/model/X_S_Training_Class.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for S_Training_Class - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_S_Training_Class (Properties ctx, int S_Training_Class_ID, String trxName) @@ -92,9 +92,9 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers return (Timestamp)get_Value(COLUMNNAME_EndDate); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -168,9 +168,23 @@ public class X_S_Training_Class extends PO implements I_S_Training_Class, I_Pers return ii.intValue(); } - public I_S_Training getS_Training() throws RuntimeException + /** Set S_Training_Class_UU. + @param S_Training_Class_UU S_Training_Class_UU */ + public void setS_Training_Class_UU (String S_Training_Class_UU) + { + set_Value (COLUMNNAME_S_Training_Class_UU, S_Training_Class_UU); + } + + /** Get S_Training_Class_UU. + @return S_Training_Class_UU */ + public String getS_Training_Class_UU () + { + return (String)get_Value(COLUMNNAME_S_Training_Class_UU); + } + + public org.compiere.model.I_S_Training getS_Training() throws RuntimeException { - return (I_S_Training)MTable.get(getCtx(), I_S_Training.Table_Name) + return (org.compiere.model.I_S_Training)MTable.get(getCtx(), org.compiere.model.I_S_Training.Table_Name) .getPO(getS_Training_ID(), get_TrxName()); } /** Set Training. diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Aging.java b/org.adempiere.base/src/org/compiere/model/X_T_Aging.java index b735609686..42a534dd17 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Aging.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Aging.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for T_Aging - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_Aging (Properties ctx, int T_Aging_ID, String trxName) @@ -101,9 +101,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -129,9 +129,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -157,9 +157,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -185,9 +185,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -213,9 +213,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -241,9 +241,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -269,9 +269,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -297,9 +297,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException + public org.compiere.model.I_C_InvoicePaySchedule getC_InvoicePaySchedule() throws RuntimeException { - return (I_C_InvoicePaySchedule)MTable.get(getCtx(), I_C_InvoicePaySchedule.Table_Name) + return (org.compiere.model.I_C_InvoicePaySchedule)MTable.get(getCtx(), org.compiere.model.I_C_InvoicePaySchedule.Table_Name) .getPO(getC_InvoicePaySchedule_ID(), get_TrxName()); } /** Set Invoice Payment Schedule. @@ -325,9 +325,9 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -861,4 +861,18 @@ public class X_T_Aging extends PO implements I_T_Aging, I_Persistent { return (Timestamp)get_Value(COLUMNNAME_StatementDate); } + + /** Set T_Aging_UU. + @param T_Aging_UU T_Aging_UU */ + public void setT_Aging_UU (String T_Aging_UU) + { + set_Value (COLUMNNAME_T_Aging_UU, T_Aging_UU); + } + + /** Get T_Aging_UU. + @return T_Aging_UU */ + public String getT_Aging_UU () + { + return (String)get_Value(COLUMNNAME_T_Aging_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java b/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java index 290a7a713a..34857dde5e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_BOM_Indented.java @@ -1,435 +1,449 @@ -/****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * - * This program is free software, you can redistribute it and/or modify it * - * under the terms version 2 of the GNU General Public License as published * - * by the Free Software Foundation. This program is distributed in the hope * - * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along * - * with this program, if not, write to the Free Software Foundation, Inc., * - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * - * For the text or an alternative of this public license, you may reach us * - * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * - * or via info@compiere.org or http://www.compiere.org/license.html * - *****************************************************************************/ -/** Generated Model - DO NOT CHANGE */ -package org.compiere.model; - -import java.math.BigDecimal; -import java.sql.ResultSet; -import java.util.Properties; -import org.compiere.util.Env; - -/** Generated Model for T_BOM_Indented - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ -public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persistent -{ - - /** - * - */ - private static final long serialVersionUID = 20101222L; - - /** Standard Constructor */ - public X_T_BOM_Indented (Properties ctx, int T_BOM_Indented_ID, String trxName) - { - super (ctx, T_BOM_Indented_ID, trxName); - /** if (T_BOM_Indented_ID == 0) - { - setT_BOM_Indented_ID (0); - } */ - } - - /** Load Constructor */ - public X_T_BOM_Indented (Properties ctx, ResultSet rs, String trxName) - { - super (ctx, rs, trxName); - } - - /** AccessLevel - * @return 3 - Client - Org - */ - protected int get_AccessLevel() - { - return accessLevel.intValue(); - } - - /** Load Meta Data */ - protected POInfo initPO (Properties ctx) - { - POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); - return poi; - } - - public String toString() - { - StringBuffer sb = new StringBuffer ("X_T_BOM_Indented[") - .append(get_ID()).append("]"); - return sb.toString(); - } - - public I_AD_PInstance getAD_PInstance() throws RuntimeException - { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) - .getPO(getAD_PInstance_ID(), get_TrxName()); } - - /** Set Process Instance. - @param AD_PInstance_ID - Instance of the process - */ - public void setAD_PInstance_ID (int AD_PInstance_ID) - { - if (AD_PInstance_ID < 1) - set_Value (COLUMNNAME_AD_PInstance_ID, null); - else - set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); - } - - /** Get Process Instance. - @return Instance of the process - */ - public int getAD_PInstance_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException - { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) - .getPO(getC_AcctSchema_ID(), get_TrxName()); } - - /** Set Accounting Schema. - @param C_AcctSchema_ID - Rules for accounting - */ - public void setC_AcctSchema_ID (int C_AcctSchema_ID) - { - if (C_AcctSchema_ID < 1) - set_Value (COLUMNNAME_C_AcctSchema_ID, null); - else - set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); - } - - /** Get Accounting Schema. - @return Rules for accounting - */ - public int getC_AcctSchema_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Cost. - @param Cost - Cost information - */ - public void setCost (BigDecimal Cost) - { - set_Value (COLUMNNAME_Cost, Cost); - } - - /** Get Cost. - @return Cost information - */ - public BigDecimal getCost () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Future Cost. - @param CostFuture - Cost information - */ - public void setCostFuture (BigDecimal CostFuture) - { - set_Value (COLUMNNAME_CostFuture, CostFuture); - } - - /** Get Future Cost. - @return Cost information - */ - public BigDecimal getCostFuture () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostFuture); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Current Cost Price. - @param CurrentCostPrice - The currently used cost price - */ - public void setCurrentCostPrice (BigDecimal CurrentCostPrice) - { - set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); - } - - /** Get Current Cost Price. - @return The currently used cost price - */ - public BigDecimal getCurrentCostPrice () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Current Cost Price Lower Level. - @param CurrentCostPriceLL - Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ - public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) - { - set_Value (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); - } - - /** Get Current Cost Price Lower Level. - @return Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. - */ - public BigDecimal getCurrentCostPriceLL () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Future Cost Price. - @param FutureCostPrice Future Cost Price */ - public void setFutureCostPrice (BigDecimal FutureCostPrice) - { - set_Value (COLUMNNAME_FutureCostPrice, FutureCostPrice); - } - - /** Get Future Cost Price. - @return Future Cost Price */ - public BigDecimal getFutureCostPrice () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPrice); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Future Cost Price Lower Level. - @param FutureCostPriceLL Future Cost Price Lower Level */ - public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL) - { - set_Value (COLUMNNAME_FutureCostPriceLL, FutureCostPriceLL); - } - - /** Get Future Cost Price Lower Level. - @return Future Cost Price Lower Level */ - public BigDecimal getFutureCostPriceLL () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPriceLL); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Level no. - @param LevelNo Level no */ - public void setLevelNo (int LevelNo) - { - set_Value (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); - } - - /** Get Level no. - @return Level no */ - public int getLevelNo () - { - Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Levels. - @param Levels Levels */ - public void setLevels (String Levels) - { - set_Value (COLUMNNAME_Levels, Levels); - } - - /** Get Levels. - @return Levels */ - public String getLevels () - { - return (String)get_Value(COLUMNNAME_Levels); - } - - public I_M_CostElement getM_CostElement() throws RuntimeException - { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) - .getPO(getM_CostElement_ID(), get_TrxName()); } - - /** Set Cost Element. - @param M_CostElement_ID - Product Cost Element - */ - public void setM_CostElement_ID (int M_CostElement_ID) - { - if (M_CostElement_ID < 1) - set_Value (COLUMNNAME_M_CostElement_ID, null); - else - set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); - } - - /** Get Cost Element. - @return Product Cost Element - */ - public int getM_CostElement_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_M_Product getM_Product() throws RuntimeException - { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) - .getPO(getM_Product_ID(), get_TrxName()); } - - /** Set Product. - @param M_Product_ID - Product, Service, Item - */ - public void setM_Product_ID (int M_Product_ID) - { - if (M_Product_ID < 1) - set_Value (COLUMNNAME_M_Product_ID, null); - else - set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); - } - - /** Get Product. - @return Product, Service, Item - */ - public int getM_Product_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Quantity. - @param Qty - Quantity - */ - public void setQty (BigDecimal Qty) - { - set_Value (COLUMNNAME_Qty, Qty); - } - - /** Get Quantity. - @return Quantity - */ - public BigDecimal getQty () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); - if (bd == null) - return Env.ZERO; - return bd; - } - - /** Set Quantity. - @param QtyBOM - Indicate the Quantity use in this BOM - */ - public void setQtyBOM (BigDecimal QtyBOM) - { - set_Value (COLUMNNAME_QtyBOM, QtyBOM); - } - - /** Get Quantity. - @return Indicate the Quantity use in this BOM - */ - public BigDecimal getQtyBOM () - { - BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); - if (bd == null) - return Env.ZERO; - return bd; - } - - public I_M_Product getSel_Product() throws RuntimeException - { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) - .getPO(getSel_Product_ID(), get_TrxName()); } - - /** Set Selected Product. - @param Sel_Product_ID Selected Product */ - public void setSel_Product_ID (int Sel_Product_ID) - { - if (Sel_Product_ID < 1) - set_Value (COLUMNNAME_Sel_Product_ID, null); - else - set_Value (COLUMNNAME_Sel_Product_ID, Integer.valueOf(Sel_Product_ID)); - } - - /** Get Selected Product. - @return Selected Product */ - public int getSel_Product_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_Sel_Product_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Sequence. - @param SeqNo - Method of ordering records; lowest number comes first - */ - public void setSeqNo (int SeqNo) - { - set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); - } - - /** Get Sequence. - @return Method of ordering records; lowest number comes first - */ - public int getSeqNo () - { - Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); - if (ii == null) - return 0; - return ii.intValue(); - } - - /** Set Indented BOM Report. - @param T_BOM_Indented_ID Indented BOM Report */ - public void setT_BOM_Indented_ID (int T_BOM_Indented_ID) - { - if (T_BOM_Indented_ID < 1) - set_ValueNoCheck (COLUMNNAME_T_BOM_Indented_ID, null); - else - set_ValueNoCheck (COLUMNNAME_T_BOM_Indented_ID, Integer.valueOf(T_BOM_Indented_ID)); - } - - /** Get Indented BOM Report. - @return Indented BOM Report */ - public int getT_BOM_Indented_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_T_BOM_Indented_ID); - if (ii == null) - return 0; - return ii.intValue(); - } +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.math.BigDecimal; +import java.sql.ResultSet; +import java.util.Properties; +import org.compiere.util.Env; + +/** Generated Model for T_BOM_Indented + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_T_BOM_Indented extends PO implements I_T_BOM_Indented, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_T_BOM_Indented (Properties ctx, int T_BOM_Indented_ID, String trxName) + { + super (ctx, T_BOM_Indented_ID, trxName); + /** if (T_BOM_Indented_ID == 0) + { + setT_BOM_Indented_ID (0); + } */ + } + + /** Load Constructor */ + public X_T_BOM_Indented (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 3 - Client - Org + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_T_BOM_Indented[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException + { + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) + .getPO(getAD_PInstance_ID(), get_TrxName()); } + + /** Set Process Instance. + @param AD_PInstance_ID + Instance of the process + */ + public void setAD_PInstance_ID (int AD_PInstance_ID) + { + if (AD_PInstance_ID < 1) + set_Value (COLUMNNAME_AD_PInstance_ID, null); + else + set_Value (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); + } + + /** Get Process Instance. + @return Instance of the process + */ + public int getAD_PInstance_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException + { + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) + .getPO(getC_AcctSchema_ID(), get_TrxName()); } + + /** Set Accounting Schema. + @param C_AcctSchema_ID + Rules for accounting + */ + public void setC_AcctSchema_ID (int C_AcctSchema_ID) + { + if (C_AcctSchema_ID < 1) + set_Value (COLUMNNAME_C_AcctSchema_ID, null); + else + set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); + } + + /** Get Accounting Schema. + @return Rules for accounting + */ + public int getC_AcctSchema_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Cost. + @param Cost + Cost information + */ + public void setCost (BigDecimal Cost) + { + set_Value (COLUMNNAME_Cost, Cost); + } + + /** Get Cost. + @return Cost information + */ + public BigDecimal getCost () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Cost); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Future Cost. + @param CostFuture + Cost information + */ + public void setCostFuture (BigDecimal CostFuture) + { + set_Value (COLUMNNAME_CostFuture, CostFuture); + } + + /** Get Future Cost. + @return Cost information + */ + public BigDecimal getCostFuture () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CostFuture); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Current Cost Price. + @param CurrentCostPrice + The currently used cost price + */ + public void setCurrentCostPrice (BigDecimal CurrentCostPrice) + { + set_Value (COLUMNNAME_CurrentCostPrice, CurrentCostPrice); + } + + /** Get Current Cost Price. + @return The currently used cost price + */ + public BigDecimal getCurrentCostPrice () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPrice); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Current Cost Price Lower Level. + @param CurrentCostPriceLL + Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ + public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL) + { + set_Value (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL); + } + + /** Get Current Cost Price Lower Level. + @return Current Price Lower Level Is the sum of the costs of the components of this product manufactured for this level. + */ + public BigDecimal getCurrentCostPriceLL () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Future Cost Price. + @param FutureCostPrice Future Cost Price */ + public void setFutureCostPrice (BigDecimal FutureCostPrice) + { + set_Value (COLUMNNAME_FutureCostPrice, FutureCostPrice); + } + + /** Get Future Cost Price. + @return Future Cost Price */ + public BigDecimal getFutureCostPrice () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPrice); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Future Cost Price Lower Level. + @param FutureCostPriceLL Future Cost Price Lower Level */ + public void setFutureCostPriceLL (BigDecimal FutureCostPriceLL) + { + set_Value (COLUMNNAME_FutureCostPriceLL, FutureCostPriceLL); + } + + /** Get Future Cost Price Lower Level. + @return Future Cost Price Lower Level */ + public BigDecimal getFutureCostPriceLL () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_FutureCostPriceLL); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Level no. + @param LevelNo Level no */ + public void setLevelNo (int LevelNo) + { + set_Value (COLUMNNAME_LevelNo, Integer.valueOf(LevelNo)); + } + + /** Get Level no. + @return Level no */ + public int getLevelNo () + { + Integer ii = (Integer)get_Value(COLUMNNAME_LevelNo); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Levels. + @param Levels Levels */ + public void setLevels (String Levels) + { + set_Value (COLUMNNAME_Levels, Levels); + } + + /** Get Levels. + @return Levels */ + public String getLevels () + { + return (String)get_Value(COLUMNNAME_Levels); + } + + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException + { + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) + .getPO(getM_CostElement_ID(), get_TrxName()); } + + /** Set Cost Element. + @param M_CostElement_ID + Product Cost Element + */ + public void setM_CostElement_ID (int M_CostElement_ID) + { + if (M_CostElement_ID < 1) + set_Value (COLUMNNAME_M_CostElement_ID, null); + else + set_Value (COLUMNNAME_M_CostElement_ID, Integer.valueOf(M_CostElement_ID)); + } + + /** Get Cost Element. + @return Product Cost Element + */ + public int getM_CostElement_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_CostElement_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException + { + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) + .getPO(getM_Product_ID(), get_TrxName()); } + + /** Set Product. + @param M_Product_ID + Product, Service, Item + */ + public void setM_Product_ID (int M_Product_ID) + { + if (M_Product_ID < 1) + set_Value (COLUMNNAME_M_Product_ID, null); + else + set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); + } + + /** Get Product. + @return Product, Service, Item + */ + public int getM_Product_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Quantity. + @param Qty + Quantity + */ + public void setQty (BigDecimal Qty) + { + set_Value (COLUMNNAME_Qty, Qty); + } + + /** Get Quantity. + @return Quantity + */ + public BigDecimal getQty () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Qty); + if (bd == null) + return Env.ZERO; + return bd; + } + + /** Set Quantity. + @param QtyBOM + Indicate the Quantity use in this BOM + */ + public void setQtyBOM (BigDecimal QtyBOM) + { + set_Value (COLUMNNAME_QtyBOM, QtyBOM); + } + + /** Get Quantity. + @return Indicate the Quantity use in this BOM + */ + public BigDecimal getQtyBOM () + { + BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyBOM); + if (bd == null) + return Env.ZERO; + return bd; + } + + public org.compiere.model.I_M_Product getSel_Product() throws RuntimeException + { + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) + .getPO(getSel_Product_ID(), get_TrxName()); } + + /** Set Selected Product. + @param Sel_Product_ID Selected Product */ + public void setSel_Product_ID (int Sel_Product_ID) + { + if (Sel_Product_ID < 1) + set_Value (COLUMNNAME_Sel_Product_ID, null); + else + set_Value (COLUMNNAME_Sel_Product_ID, Integer.valueOf(Sel_Product_ID)); + } + + /** Get Selected Product. + @return Selected Product */ + public int getSel_Product_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_Sel_Product_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Sequence. + @param SeqNo + Method of ordering records; lowest number comes first + */ + public void setSeqNo (int SeqNo) + { + set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); + } + + /** Get Sequence. + @return Method of ordering records; lowest number comes first + */ + public int getSeqNo () + { + Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Indented BOM Report. + @param T_BOM_Indented_ID Indented BOM Report */ + public void setT_BOM_Indented_ID (int T_BOM_Indented_ID) + { + if (T_BOM_Indented_ID < 1) + set_ValueNoCheck (COLUMNNAME_T_BOM_Indented_ID, null); + else + set_ValueNoCheck (COLUMNNAME_T_BOM_Indented_ID, Integer.valueOf(T_BOM_Indented_ID)); + } + + /** Get Indented BOM Report. + @return Indented BOM Report */ + public int getT_BOM_Indented_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_T_BOM_Indented_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set T_BOM_Indented_UU. + @param T_BOM_Indented_UU T_BOM_Indented_UU */ + public void setT_BOM_Indented_UU (String T_BOM_Indented_UU) + { + set_Value (COLUMNNAME_T_BOM_Indented_UU, T_BOM_Indented_UU); + } + + /** Get T_BOM_Indented_UU. + @return T_BOM_Indented_UU */ + public String getT_BOM_Indented_UU () + { + return (String)get_Value(COLUMNNAME_T_BOM_Indented_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java b/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java index d509e4a226..b0cdb92fd0 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_CashFlow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for T_CashFlow - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent { /** * */ - private static final long serialVersionUID = 20110325L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_CashFlow (Properties ctx, int T_CashFlow_ID, String trxName) @@ -603,4 +603,18 @@ public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent return 0; return ii.intValue(); } + + /** Set T_CashFlow_UU. + @param T_CashFlow_UU T_CashFlow_UU */ + public void setT_CashFlow_UU (String T_CashFlow_UU) + { + set_Value (COLUMNNAME_T_CashFlow_UU, T_CashFlow_UU); + } + + /** Get T_CashFlow_UU. + @return T_CashFlow_UU */ + public String getT_CashFlow_UU () + { + return (String)get_Value(COLUMNNAME_T_CashFlow_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java b/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java index 13bbce17ba..cde50dddde 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_DistributionRunDetail.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for T_DistributionRunDetail - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRunDetail, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_DistributionRunDetail (Properties ctx, int T_DistributionRunDetail_ID, String trxName) @@ -81,9 +81,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -109,9 +109,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -137,9 +137,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return ii.intValue(); } - public I_M_DistributionList getM_DistributionList() throws RuntimeException + public org.compiere.model.I_M_DistributionList getM_DistributionList() throws RuntimeException { - return (I_M_DistributionList)MTable.get(getCtx(), I_M_DistributionList.Table_Name) + return (org.compiere.model.I_M_DistributionList)MTable.get(getCtx(), org.compiere.model.I_M_DistributionList.Table_Name) .getPO(getM_DistributionList_ID(), get_TrxName()); } /** Set Distribution List. @@ -165,9 +165,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return ii.intValue(); } - public I_M_DistributionListLine getM_DistributionListLine() throws RuntimeException + public org.compiere.model.I_M_DistributionListLine getM_DistributionListLine() throws RuntimeException { - return (I_M_DistributionListLine)MTable.get(getCtx(), I_M_DistributionListLine.Table_Name) + return (org.compiere.model.I_M_DistributionListLine)MTable.get(getCtx(), org.compiere.model.I_M_DistributionListLine.Table_Name) .getPO(getM_DistributionListLine_ID(), get_TrxName()); } /** Set Distribution List Line. @@ -193,9 +193,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return ii.intValue(); } - public I_M_DistributionRun getM_DistributionRun() throws RuntimeException + public org.compiere.model.I_M_DistributionRun getM_DistributionRun() throws RuntimeException { - return (I_M_DistributionRun)MTable.get(getCtx(), I_M_DistributionRun.Table_Name) + return (org.compiere.model.I_M_DistributionRun)MTable.get(getCtx(), org.compiere.model.I_M_DistributionRun.Table_Name) .getPO(getM_DistributionRun_ID(), get_TrxName()); } /** Set Distribution Run. @@ -229,9 +229,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return new KeyNamePair(get_ID(), String.valueOf(getM_DistributionRun_ID())); } - public I_M_DistributionRunLine getM_DistributionRunLine() throws RuntimeException + public org.compiere.model.I_M_DistributionRunLine getM_DistributionRunLine() throws RuntimeException { - return (I_M_DistributionRunLine)MTable.get(getCtx(), I_M_DistributionRunLine.Table_Name) + return (org.compiere.model.I_M_DistributionRunLine)MTable.get(getCtx(), org.compiere.model.I_M_DistributionRunLine.Table_Name) .getPO(getM_DistributionRunLine_ID(), get_TrxName()); } /** Set Distribution Run Line. @@ -277,9 +277,9 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -344,4 +344,18 @@ public class X_T_DistributionRunDetail extends PO implements I_T_DistributionRun return Env.ZERO; return bd; } + + /** Set T_DistributionRunDetail_UU. + @param T_DistributionRunDetail_UU T_DistributionRunDetail_UU */ + public void setT_DistributionRunDetail_UU (String T_DistributionRunDetail_UU) + { + set_Value (COLUMNNAME_T_DistributionRunDetail_UU, T_DistributionRunDetail_UU); + } + + /** Get T_DistributionRunDetail_UU. + @return T_DistributionRunDetail_UU */ + public String getT_DistributionRunDetail_UU () + { + return (String)get_Value(COLUMNNAME_T_DistributionRunDetail_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java b/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java index 005807603b..575e7dd86e 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_InventoryValue.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for T_InventoryValue - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_InventoryValue (Properties ctx, int T_InventoryValue_ID, String trxName) @@ -75,9 +75,9 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -103,9 +103,9 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -256,9 +256,9 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -284,9 +284,9 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return ii.intValue(); } - public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException + public org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException { - return (I_M_PriceList_Version)MTable.get(getCtx(), I_M_PriceList_Version.Table_Name) + return (org.compiere.model.I_M_PriceList_Version)MTable.get(getCtx(), org.compiere.model.I_M_PriceList_Version.Table_Name) .getPO(getM_PriceList_Version_ID(), get_TrxName()); } /** Set Price List Version. @@ -312,9 +312,9 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -340,9 +340,9 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -547,4 +547,18 @@ public class X_T_InventoryValue extends PO implements I_T_InventoryValue, I_Pers return Env.ZERO; return bd; } + + /** Set T_InventoryValue_UU. + @param T_InventoryValue_UU T_InventoryValue_UU */ + public void setT_InventoryValue_UU (String T_InventoryValue_UU) + { + set_Value (COLUMNNAME_T_InventoryValue_UU, T_InventoryValue_UU); + } + + /** Get T_InventoryValue_UU. + @return T_InventoryValue_UU */ + public String getT_InventoryValue_UU () + { + return (String)get_Value(COLUMNNAME_T_InventoryValue_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java b/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java index 70ff3d5827..9cd9cf8bbe 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_InvoiceGL.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for T_InvoiceGL - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_InvoiceGL (Properties ctx, int T_InvoiceGL_ID, String trxName) @@ -85,9 +85,9 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -259,9 +259,9 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent return (String)get_Value(COLUMNNAME_APAR); } - public I_C_ConversionType getC_ConversionTypeReval() throws RuntimeException + public org.compiere.model.I_C_ConversionType getC_ConversionTypeReval() throws RuntimeException { - return (I_C_ConversionType)MTable.get(getCtx(), I_C_ConversionType.Table_Name) + return (org.compiere.model.I_C_ConversionType)MTable.get(getCtx(), org.compiere.model.I_C_ConversionType.Table_Name) .getPO(getC_ConversionTypeReval_ID(), get_TrxName()); } /** Set Revaluation Conversion Type. @@ -287,9 +287,9 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocTypeReval() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocTypeReval() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocTypeReval_ID(), get_TrxName()); } /** Set Revaluation Document Type. @@ -315,9 +315,9 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent return ii.intValue(); } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -463,4 +463,18 @@ public class X_T_InvoiceGL extends PO implements I_T_InvoiceGL, I_Persistent return Env.ZERO; return bd; } + + /** Set T_InvoiceGL_UU. + @param T_InvoiceGL_UU T_InvoiceGL_UU */ + public void setT_InvoiceGL_UU (String T_InvoiceGL_UU) + { + set_Value (COLUMNNAME_T_InvoiceGL_UU, T_InvoiceGL_UU); + } + + /** Get T_InvoiceGL_UU. + @return T_InvoiceGL_UU */ + public String getT_InvoiceGL_UU () + { + return (String)get_Value(COLUMNNAME_T_InvoiceGL_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java b/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java new file mode 100644 index 0000000000..814cbc3173 --- /dev/null +++ b/org.adempiere.base/src/org/compiere/model/X_T_Reconciliation.java @@ -0,0 +1,151 @@ +/****************************************************************************** + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * + * This program is free software, you can redistribute it and/or modify it * + * under the terms version 2 of the GNU General Public License as published * + * by the Free Software Foundation. This program is distributed in the hope * + * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * + * See the GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License along * + * with this program, if not, write to the Free Software Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * + * For the text or an alternative of this public license, you may reach us * + * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * + * or via info@compiere.org or http://www.compiere.org/license.html * + *****************************************************************************/ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; + +/** Generated Model for T_Reconciliation + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ +public class X_T_Reconciliation extends PO implements I_T_Reconciliation, I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = 20121031L; + + /** Standard Constructor */ + public X_T_Reconciliation (Properties ctx, int T_Reconciliation_ID, String trxName) + { + super (ctx, T_Reconciliation_ID, trxName); + /** if (T_Reconciliation_ID == 0) + { + setAD_PInstance_ID (0); + setFact_Acct_ID (0); + } */ + } + + /** Load Constructor */ + public X_T_Reconciliation (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + /** AccessLevel + * @return 3 - Client - Org + */ + protected int get_AccessLevel() + { + return accessLevel.intValue(); + } + + /** Load Meta Data */ + protected POInfo initPO (Properties ctx) + { + POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); + return poi; + } + + public String toString() + { + StringBuffer sb = new StringBuffer ("X_T_Reconciliation[") + .append(get_ID()).append("]"); + return sb.toString(); + } + + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException + { + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) + .getPO(getAD_PInstance_ID(), get_TrxName()); } + + /** Set Process Instance. + @param AD_PInstance_ID + Instance of the process + */ + public void setAD_PInstance_ID (int AD_PInstance_ID) + { + if (AD_PInstance_ID < 1) + set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); + else + set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); + } + + /** Get Process Instance. + @return Instance of the process + */ + public int getAD_PInstance_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Accounting Fact. + @param Fact_Acct_ID Accounting Fact */ + public void setFact_Acct_ID (int Fact_Acct_ID) + { + if (Fact_Acct_ID < 1) + set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, null); + else + set_ValueNoCheck (COLUMNNAME_Fact_Acct_ID, Integer.valueOf(Fact_Acct_ID)); + } + + /** Get Accounting Fact. + @return Accounting Fact */ + public int getFact_Acct_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_Fact_Acct_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Match Code. + @param MatchCode + String identifying related accounting facts + */ + public void setMatchCode (String MatchCode) + { + set_Value (COLUMNNAME_MatchCode, MatchCode); + } + + /** Get Match Code. + @return String identifying related accounting facts + */ + public String getMatchCode () + { + return (String)get_Value(COLUMNNAME_MatchCode); + } + + /** Set T_Reconciliation_UU. + @param T_Reconciliation_UU T_Reconciliation_UU */ + public void setT_Reconciliation_UU (String T_Reconciliation_UU) + { + set_Value (COLUMNNAME_T_Reconciliation_UU, T_Reconciliation_UU); + } + + /** Get T_Reconciliation_UU. + @return T_Reconciliation_UU */ + public String getT_Reconciliation_UU () + { + return (String)get_Value(COLUMNNAME_T_Reconciliation_UU); + } +} \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java b/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java index 6e2e8b721d..e331ec58d9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Replenish.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for T_Replenish - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_Replenish (Properties ctx, int T_Replenish_ID, String trxName) @@ -77,9 +77,9 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -105,9 +105,9 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -133,9 +133,9 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -201,9 +201,9 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -229,9 +229,9 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -257,9 +257,9 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_WarehouseSource() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_WarehouseSource() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_WarehouseSource_ID(), get_TrxName()); } /** Set Source Warehouse. @@ -457,4 +457,18 @@ public class X_T_Replenish extends PO implements I_T_Replenish, I_Persistent { return (String)get_Value(COLUMNNAME_ReplenishType); } + + /** Set T_Replenish_UU. + @param T_Replenish_UU T_Replenish_UU */ + public void setT_Replenish_UU (String T_Replenish_UU) + { + set_Value (COLUMNNAME_T_Replenish_UU, T_Replenish_UU); + } + + /** Get T_Replenish_UU. + @return T_Replenish_UU */ + public String getT_Replenish_UU () + { + return (String)get_Value(COLUMNNAME_T_Replenish_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Report.java b/org.adempiere.base/src/org/compiere/model/X_T_Report.java index f15528ac46..fcb3a7f3dc 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Report.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Report.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for T_Report - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_Report extends PO implements I_T_Report, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_Report (Properties ctx, int T_Report_ID, String trxName) @@ -75,9 +75,9 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -539,9 +539,9 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_PA_ReportLine getPA_ReportLine() throws RuntimeException + public org.compiere.model.I_PA_ReportLine getPA_ReportLine() throws RuntimeException { - return (I_PA_ReportLine)MTable.get(getCtx(), I_PA_ReportLine.Table_Name) + return (org.compiere.model.I_PA_ReportLine)MTable.get(getCtx(), org.compiere.model.I_PA_ReportLine.Table_Name) .getPO(getPA_ReportLine_ID(), get_TrxName()); } /** Set Report Line. @@ -606,4 +606,18 @@ public class X_T_Report extends PO implements I_T_Report, I_Persistent return 0; return ii.intValue(); } + + /** Set T_Report_UU. + @param T_Report_UU T_Report_UU */ + public void setT_Report_UU (String T_Report_UU) + { + set_Value (COLUMNNAME_T_Report_UU, T_Report_UU); + } + + /** Get T_Report_UU. + @return T_Report_UU */ + public String getT_Report_UU () + { + return (String)get_Value(COLUMNNAME_T_Report_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java b/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java index 88a30e2beb..5431eb4e49 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_ReportStatement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for T_ReportStatement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_ReportStatement (Properties ctx, int T_ReportStatement_ID, String trxName) @@ -76,9 +76,9 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -195,9 +195,9 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe return (String)get_Value(COLUMNNAME_Description); } - public I_Fact_Acct getFact_Acct() throws RuntimeException + public org.compiere.model.I_Fact_Acct getFact_Acct() throws RuntimeException { - return (I_Fact_Acct)MTable.get(getCtx(), I_Fact_Acct.Table_Name) + return (org.compiere.model.I_Fact_Acct)MTable.get(getCtx(), org.compiere.model.I_Fact_Acct.Table_Name) .getPO(getFact_Acct_ID(), get_TrxName()); } /** Set Accounting Fact. @@ -281,4 +281,18 @@ public class X_T_ReportStatement extends PO implements I_T_ReportStatement, I_Pe return Env.ZERO; return bd; } + + /** Set T_ReportStatement_UU. + @param T_ReportStatement_UU T_ReportStatement_UU */ + public void setT_ReportStatement_UU (String T_ReportStatement_UU) + { + set_Value (COLUMNNAME_T_ReportStatement_UU, T_ReportStatement_UU); + } + + /** Get T_ReportStatement_UU. + @return T_ReportStatement_UU */ + public String getT_ReportStatement_UU () + { + return (String)get_Value(COLUMNNAME_T_ReportStatement_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java b/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java index 6cd812f2ac..4f1d2cb6f2 100644 --- a/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java +++ b/org.adempiere.base/src/org/compiere/model/X_T_Transaction.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for T_Transaction - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_Transaction (Properties ctx, int T_Transaction_ID, String trxName) @@ -79,9 +79,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -107,9 +107,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -135,9 +135,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException + public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException { - return (I_C_ProjectIssue)MTable.get(getCtx(), I_C_ProjectIssue.Table_Name) + return (org.compiere.model.I_C_ProjectIssue)MTable.get(getCtx(), org.compiere.model.I_C_ProjectIssue.Table_Name) .getPO(getC_ProjectIssue_ID(), get_TrxName()); } /** Set Project Issue. @@ -191,9 +191,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_InOut getM_InOut() throws RuntimeException + public org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException { - return (I_M_InOut)MTable.get(getCtx(), I_M_InOut.Table_Name) + return (org.compiere.model.I_M_InOut)MTable.get(getCtx(), org.compiere.model.I_M_InOut.Table_Name) .getPO(getM_InOut_ID(), get_TrxName()); } /** Set Shipment/Receipt. @@ -219,9 +219,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_InOutLine getM_InOutLine() throws RuntimeException + public org.compiere.model.I_M_InOutLine getM_InOutLine() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getM_InOutLine_ID(), get_TrxName()); } /** Set Shipment/Receipt Line. @@ -247,9 +247,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_Inventory getM_Inventory() throws RuntimeException + public org.compiere.model.I_M_Inventory getM_Inventory() throws RuntimeException { - return (I_M_Inventory)MTable.get(getCtx(), I_M_Inventory.Table_Name) + return (org.compiere.model.I_M_Inventory)MTable.get(getCtx(), org.compiere.model.I_M_Inventory.Table_Name) .getPO(getM_Inventory_ID(), get_TrxName()); } /** Set Phys.Inventory. @@ -275,9 +275,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_InventoryLine getM_InventoryLine() throws RuntimeException + public org.compiere.model.I_M_InventoryLine getM_InventoryLine() throws RuntimeException { - return (I_M_InventoryLine)MTable.get(getCtx(), I_M_InventoryLine.Table_Name) + return (org.compiere.model.I_M_InventoryLine)MTable.get(getCtx(), org.compiere.model.I_M_InventoryLine.Table_Name) .getPO(getM_InventoryLine_ID(), get_TrxName()); } /** Set Phys.Inventory Line. @@ -331,9 +331,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_Movement getM_Movement() throws RuntimeException + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException { - return (I_M_Movement)MTable.get(getCtx(), I_M_Movement.Table_Name) + return (org.compiere.model.I_M_Movement)MTable.get(getCtx(), org.compiere.model.I_M_Movement.Table_Name) .getPO(getM_Movement_ID(), get_TrxName()); } /** Set Inventory Move. @@ -359,9 +359,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_MovementLine getM_MovementLine() throws RuntimeException + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) .getPO(getM_MovementLine_ID(), get_TrxName()); } /** Set Move Line. @@ -468,9 +468,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return (String)get_Value(COLUMNNAME_MovementType); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -496,9 +496,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_Production getM_Production() throws RuntimeException + public org.compiere.model.I_M_Production getM_Production() throws RuntimeException { - return (I_M_Production)MTable.get(getCtx(), I_M_Production.Table_Name) + return (org.compiere.model.I_M_Production)MTable.get(getCtx(), org.compiere.model.I_M_Production.Table_Name) .getPO(getM_Production_ID(), get_TrxName()); } /** Set Production. @@ -524,9 +524,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_ProductionLine getM_ProductionLine() throws RuntimeException + public org.compiere.model.I_M_ProductionLine getM_ProductionLine() throws RuntimeException { - return (I_M_ProductionLine)MTable.get(getCtx(), I_M_ProductionLine.Table_Name) + return (org.compiere.model.I_M_ProductionLine)MTable.get(getCtx(), org.compiere.model.I_M_ProductionLine.Table_Name) .getPO(getM_ProductionLine_ID(), get_TrxName()); } /** Set Production Line. @@ -552,9 +552,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_Transaction getM_Transaction() throws RuntimeException + public org.compiere.model.I_M_Transaction getM_Transaction() throws RuntimeException { - return (I_M_Transaction)MTable.get(getCtx(), I_M_Transaction.Table_Name) + return (org.compiere.model.I_M_Transaction)MTable.get(getCtx(), org.compiere.model.I_M_Transaction.Table_Name) .getPO(getM_Transaction_ID(), get_TrxName()); } /** Set Inventory Transaction. @@ -577,9 +577,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_M_InOutLine getSearch_InOut() throws RuntimeException + public org.compiere.model.I_M_InOutLine getSearch_InOut() throws RuntimeException { - return (I_M_InOutLine)MTable.get(getCtx(), I_M_InOutLine.Table_Name) + return (org.compiere.model.I_M_InOutLine)MTable.get(getCtx(), org.compiere.model.I_M_InOutLine.Table_Name) .getPO(getSearch_InOut_ID(), get_TrxName()); } /** Set Search Shipment/Receipt. @@ -605,9 +605,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_C_Invoice getSearch_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getSearch_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getSearch_Invoice_ID(), get_TrxName()); } /** Set Search Invoice. @@ -633,9 +633,9 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return ii.intValue(); } - public I_C_Order getSearch_Order() throws RuntimeException + public org.compiere.model.I_C_Order getSearch_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getSearch_Order_ID(), get_TrxName()); } /** Set Search Order. @@ -660,4 +660,18 @@ public class X_T_Transaction extends PO implements I_T_Transaction, I_Persistent return 0; return ii.intValue(); } + + /** Set T_Transaction_UU. + @param T_Transaction_UU T_Transaction_UU */ + public void setT_Transaction_UU (String T_Transaction_UU) + { + set_Value (COLUMNNAME_T_Transaction_UU, T_Transaction_UU); + } + + /** Get T_Transaction_UU. + @return T_Transaction_UU */ + public String getT_Transaction_UU () + { + return (String)get_Value(COLUMNNAME_T_Transaction_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_Test.java b/org.adempiere.base/src/org/compiere/model/X_Test.java index f05b933ac9..fe1aecf667 100644 --- a/org.adempiere.base/src/org/compiere/model/X_Test.java +++ b/org.adempiere.base/src/org/compiere/model/X_Test.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for Test - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_Test extends PO implements I_Test, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_Test (Properties ctx, int Test_ID, String trxName) @@ -116,9 +116,9 @@ public class X_Test extends PO implements I_Test, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -144,9 +144,9 @@ public class X_Test extends PO implements I_Test, I_Persistent return ii.intValue(); } - public I_C_Currency getC_Currency() throws RuntimeException + public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { - return (I_C_Currency)MTable.get(getCtx(), I_C_Currency.Table_Name) + return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_Name) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @@ -217,9 +217,9 @@ public class X_Test extends PO implements I_Test, I_Persistent return ii.intValue(); } - public I_C_Payment getC_Payment() throws RuntimeException + public org.compiere.model.I_C_Payment getC_Payment() throws RuntimeException { - return (I_C_Payment)MTable.get(getCtx(), I_C_Payment.Table_Name) + return (org.compiere.model.I_C_Payment)MTable.get(getCtx(), org.compiere.model.I_C_Payment.Table_Name) .getPO(getC_Payment_ID(), get_TrxName()); } /** Set Payment. @@ -245,9 +245,9 @@ public class X_Test extends PO implements I_Test, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -335,9 +335,9 @@ public class X_Test extends PO implements I_Test, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -498,6 +498,20 @@ public class X_Test extends PO implements I_Test, I_Persistent return ii.intValue(); } + /** Set Test_UU. + @param Test_UU Test_UU */ + public void setTest_UU (String Test_UU) + { + set_Value (COLUMNNAME_Test_UU, Test_UU); + } + + /** Get Test_UU. + @return Test_UU */ + public String getTest_UU () + { + return (String)get_Value(COLUMNNAME_Test_UU); + } + /** Set Integer. @param T_Integer Integer */ public void setT_Integer (int T_Integer) diff --git a/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java b/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java index a984b2f1a5..0e8d1ee16c 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_BlackListCheque.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for U_BlackListCheque - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_U_BlackListCheque (Properties ctx, int U_BlackListCheque_ID, String trxName) @@ -118,4 +118,18 @@ public class X_U_BlackListCheque extends PO implements I_U_BlackListCheque, I_Pe return 0; return ii.intValue(); } + + /** Set U_BlackListCheque_UU. + @param U_BlackListCheque_UU U_BlackListCheque_UU */ + public void setU_BlackListCheque_UU (String U_BlackListCheque_UU) + { + set_Value (COLUMNNAME_U_BlackListCheque_UU, U_BlackListCheque_UU); + } + + /** Get U_BlackListCheque_UU. + @return U_BlackListCheque_UU */ + public String getU_BlackListCheque_UU () + { + return (String)get_Value(COLUMNNAME_U_BlackListCheque_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java b/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java index 23b0331900..b96ad57628 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_POSTerminal.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.sql.Timestamp; import java.util.Properties; /** Generated Model for U_POSTerminal - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_U_POSTerminal (Properties ctx, int U_POSTerminal_ID, String trxName) @@ -99,9 +99,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return false; } - public I_C_BankAccount getCard_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getCard_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getCard_BankAccount_ID(), get_TrxName()); } /** Set Card Bank Account. @@ -127,9 +127,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_BankAccount getCardTransferBankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getCardTransferBankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getCardTransferBankAccount_ID(), get_TrxName()); } /** Set Transfer Card trx to. @@ -155,9 +155,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_CashBook getCardTransferCashBook() throws RuntimeException + public org.compiere.model.I_C_CashBook getCardTransferCashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getCardTransferCashBook_ID(), get_TrxName()); } /** Set Transfer Card trx to. @@ -228,9 +228,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return (String)get_Value(COLUMNNAME_CashBookTransferType); } - public I_C_BankAccount getCashTransferBankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getCashTransferBankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getCashTransferBankAccount_ID(), get_TrxName()); } /** Set Transfer Cash trx to. @@ -256,9 +256,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_CashBook getCashTransferCashBook() throws RuntimeException + public org.compiere.model.I_C_CashBook getCashTransferCashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getCashTransferCashBook_ID(), get_TrxName()); } /** Set Transfer Cash trx to. @@ -284,9 +284,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_CashBook getC_CashBook() throws RuntimeException + public org.compiere.model.I_C_CashBook getC_CashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getC_CashBook_ID(), get_TrxName()); } /** Set Cash Book. @@ -312,9 +312,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_CashBPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_CashBPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_CashBPartner_ID(), get_TrxName()); } /** Set Cash BPartner. @@ -340,9 +340,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_BankAccount getCheck_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getCheck_BankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getCheck_BankAccount_ID(), get_TrxName()); } /** Set Check Bank Account. @@ -368,9 +368,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_BankAccount getCheckTransferBankAccount() throws RuntimeException + public org.compiere.model.I_C_BankAccount getCheckTransferBankAccount() throws RuntimeException { - return (I_C_BankAccount)MTable.get(getCtx(), I_C_BankAccount.Table_Name) + return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_Name) .getPO(getCheckTransferBankAccount_ID(), get_TrxName()); } /** Set Tranfer Check trx to. @@ -396,9 +396,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_C_CashBook getCheckTransferCashBook() throws RuntimeException + public org.compiere.model.I_C_CashBook getCheckTransferCashBook() throws RuntimeException { - return (I_C_CashBook)MTable.get(getCtx(), I_C_CashBook.Table_Name) + return (org.compiere.model.I_C_CashBook)MTable.get(getCtx(), org.compiere.model.I_C_CashBook.Table_Name) .getPO(getCheckTransferCashBook_ID(), get_TrxName()); } /** Set Transfer Check trx to. @@ -445,9 +445,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return (String)get_Value(COLUMNNAME_CheckTransferType); } - public I_C_BPartner getC_TemplateBPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_TemplateBPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_TemplateBPartner_ID(), get_TrxName()); } /** Set Template BPartner. @@ -568,9 +568,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -613,9 +613,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return (String)get_Value(COLUMNNAME_Name); } - public I_M_PriceList getPO_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getPO_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getPO_PriceList_ID(), get_TrxName()); } /** Set Purchase Pricelist. @@ -658,9 +658,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return (String)get_Value(COLUMNNAME_PrinterName); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. @@ -686,9 +686,9 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } - public I_M_PriceList getSO_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getSO_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getSO_PriceList_ID(), get_TrxName()); } /** Set Sales Pricelist. @@ -748,6 +748,20 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent return ii.intValue(); } + /** Set U_POSTerminal_UU. + @param U_POSTerminal_UU U_POSTerminal_UU */ + public void setU_POSTerminal_UU (String U_POSTerminal_UU) + { + set_Value (COLUMNNAME_U_POSTerminal_UU, U_POSTerminal_UU); + } + + /** Get U_POSTerminal_UU. + @return U_POSTerminal_UU */ + public String getU_POSTerminal_UU () + { + return (String)get_Value(COLUMNNAME_U_POSTerminal_UU); + } + /** Set Search Key. @param Value Search key for the record in the format required - must be unique diff --git a/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java b/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java index be43341915..0becc51f2b 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_RoleMenu.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for U_RoleMenu - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_U_RoleMenu (Properties ctx, int U_RoleMenu_ID, String trxName) @@ -71,9 +71,9 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent return sb.toString(); } - public I_AD_Role getAD_Role() throws RuntimeException + public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException { - return (I_AD_Role)MTable.get(getCtx(), I_AD_Role.Table_Name) + return (org.compiere.model.I_AD_Role)MTable.get(getCtx(), org.compiere.model.I_AD_Role.Table_Name) .getPO(getAD_Role_ID(), get_TrxName()); } /** Set Role. @@ -119,9 +119,23 @@ public class X_U_RoleMenu extends PO implements I_U_RoleMenu, I_Persistent return ii.intValue(); } - public I_U_WebMenu getU_WebMenu() throws RuntimeException + /** Set U_RoleMenu_UU. + @param U_RoleMenu_UU U_RoleMenu_UU */ + public void setU_RoleMenu_UU (String U_RoleMenu_UU) + { + set_Value (COLUMNNAME_U_RoleMenu_UU, U_RoleMenu_UU); + } + + /** Get U_RoleMenu_UU. + @return U_RoleMenu_UU */ + public String getU_RoleMenu_UU () + { + return (String)get_Value(COLUMNNAME_U_RoleMenu_UU); + } + + public org.compiere.model.I_U_WebMenu getU_WebMenu() throws RuntimeException { - return (I_U_WebMenu)MTable.get(getCtx(), I_U_WebMenu.Table_Name) + return (org.compiere.model.I_U_WebMenu)MTable.get(getCtx(), org.compiere.model.I_U_WebMenu.Table_Name) .getPO(getU_WebMenu_ID(), get_TrxName()); } /** Set Web Menu. diff --git a/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java b/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java index edbf794a01..2db531ea58 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_WebMenu.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.Env; /** Generated Model for U_WebMenu - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_U_WebMenu (Properties ctx, int U_WebMenu_ID, String trxName) @@ -204,9 +204,9 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent return (String)get_Value(COLUMNNAME_Name); } - public I_U_WebMenu getParentMenu() throws RuntimeException + public org.compiere.model.I_U_WebMenu getParentMenu() throws RuntimeException { - return (I_U_WebMenu)MTable.get(getCtx(), I_U_WebMenu.Table_Name) + return (org.compiere.model.I_U_WebMenu)MTable.get(getCtx(), org.compiere.model.I_U_WebMenu.Table_Name) .getPO(getParentMenu_ID(), get_TrxName()); } /** Set Parent Menu. @@ -279,4 +279,18 @@ public class X_U_WebMenu extends PO implements I_U_WebMenu, I_Persistent return 0; return ii.intValue(); } + + /** Set U_WebMenu_UU. + @param U_WebMenu_UU U_WebMenu_UU */ + public void setU_WebMenu_UU (String U_WebMenu_UU) + { + set_Value (COLUMNNAME_U_WebMenu_UU, U_WebMenu_UU); + } + + /** Get U_WebMenu_UU. + @return U_WebMenu_UU */ + public String getU_WebMenu_UU () + { + return (String)get_Value(COLUMNNAME_U_WebMenu_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java b/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java index ca9cffaa16..45d0d9b764 100644 --- a/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java +++ b/org.adempiere.base/src/org/compiere/model/X_U_Web_Properties.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -21,15 +21,15 @@ import java.sql.ResultSet; import java.util.Properties; /** Generated Model for U_Web_Properties - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_U_Web_Properties (Properties ctx, int U_Web_Properties_ID, String trxName) @@ -118,4 +118,18 @@ public class X_U_Web_Properties extends PO implements I_U_Web_Properties, I_Pers return 0; return ii.intValue(); } + + /** Set U_Web_Properties_UU. + @param U_Web_Properties_UU U_Web_Properties_UU */ + public void setU_Web_Properties_UU (String U_Web_Properties_UU) + { + set_Value (COLUMNNAME_U_Web_Properties_UU, U_Web_Properties_UU); + } + + /** Get U_Web_Properties_UU. + @return U_Web_Properties_UU */ + public String getU_Web_Properties_UU () + { + return (String)get_Value(COLUMNNAME_U_Web_Properties_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_Advertisement.java b/org.adempiere.base/src/org/compiere/model/X_W_Advertisement.java index 6a16e37cad..17da529caf 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_Advertisement.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_Advertisement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_Advertisement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_Advertisement extends PO implements I_W_Advertisement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_Advertisement (Properties ctx, int W_Advertisement_ID, String trxName) @@ -96,9 +96,9 @@ public class X_W_Advertisement extends PO implements I_W_Advertisement, I_Persis return (String)get_Value(COLUMNNAME_AdText); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -124,9 +124,9 @@ public class X_W_Advertisement extends PO implements I_W_Advertisement, I_Persis return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -378,9 +378,23 @@ public class X_W_Advertisement extends PO implements I_W_Advertisement, I_Persis return ii.intValue(); } - public I_W_ClickCount getW_ClickCount() throws RuntimeException + /** Set W_Advertisement_UU. + @param W_Advertisement_UU W_Advertisement_UU */ + public void setW_Advertisement_UU (String W_Advertisement_UU) + { + set_Value (COLUMNNAME_W_Advertisement_UU, W_Advertisement_UU); + } + + /** Get W_Advertisement_UU. + @return W_Advertisement_UU */ + public String getW_Advertisement_UU () + { + return (String)get_Value(COLUMNNAME_W_Advertisement_UU); + } + + public org.compiere.model.I_W_ClickCount getW_ClickCount() throws RuntimeException { - return (I_W_ClickCount)MTable.get(getCtx(), I_W_ClickCount.Table_Name) + return (org.compiere.model.I_W_ClickCount)MTable.get(getCtx(), org.compiere.model.I_W_ClickCount.Table_Name) .getPO(getW_ClickCount_ID(), get_TrxName()); } /** Set Click Count. @@ -406,9 +420,9 @@ public class X_W_Advertisement extends PO implements I_W_Advertisement, I_Persis return ii.intValue(); } - public I_W_CounterCount getW_CounterCount() throws RuntimeException + public org.compiere.model.I_W_CounterCount getW_CounterCount() throws RuntimeException { - return (I_W_CounterCount)MTable.get(getCtx(), I_W_CounterCount.Table_Name) + return (org.compiere.model.I_W_CounterCount)MTable.get(getCtx(), org.compiere.model.I_W_CounterCount.Table_Name) .getPO(getW_CounterCount_ID(), get_TrxName()); } /** Set Counter Count. diff --git a/org.adempiere.base/src/org/compiere/model/X_W_Basket.java b/org.adempiere.base/src/org/compiere/model/X_W_Basket.java index 17926bc2f6..8881d4b9cd 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_Basket.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_Basket.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_Basket - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_Basket extends PO implements I_W_Basket, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_Basket (Properties ctx, int W_Basket_ID, String trxName) @@ -72,9 +72,9 @@ public class X_W_Basket extends PO implements I_W_Basket, I_Persistent return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -100,9 +100,9 @@ public class X_W_Basket extends PO implements I_W_Basket, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -145,9 +145,9 @@ public class X_W_Basket extends PO implements I_W_Basket, I_Persistent return (String)get_Value(COLUMNNAME_EMail); } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -223,4 +223,18 @@ public class X_W_Basket extends PO implements I_W_Basket, I_Persistent return 0; return ii.intValue(); } + + /** Set W_Basket_UU. + @param W_Basket_UU W_Basket_UU */ + public void setW_Basket_UU (String W_Basket_UU) + { + set_Value (COLUMNNAME_W_Basket_UU, W_Basket_UU); + } + + /** Get W_Basket_UU. + @return W_Basket_UU */ + public String getW_Basket_UU () + { + return (String)get_Value(COLUMNNAME_W_Basket_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_BasketLine.java b/org.adempiere.base/src/org/compiere/model/X_W_BasketLine.java index 9651ad90fe..6d5cd723b7 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_BasketLine.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_BasketLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for W_BasketLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_BasketLine extends PO implements I_W_BasketLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_BasketLine (Properties ctx, int W_BasketLine_ID, String trxName) @@ -123,9 +123,9 @@ public class X_W_BasketLine extends PO implements I_W_BasketLine, I_Persistent return new KeyNamePair(get_ID(), String.valueOf(getLine())); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -205,9 +205,9 @@ public class X_W_BasketLine extends PO implements I_W_BasketLine, I_Persistent return bd; } - public I_W_Basket getW_Basket() throws RuntimeException + public org.compiere.model.I_W_Basket getW_Basket() throws RuntimeException { - return (I_W_Basket)MTable.get(getCtx(), I_W_Basket.Table_Name) + return (org.compiere.model.I_W_Basket)MTable.get(getCtx(), org.compiere.model.I_W_Basket.Table_Name) .getPO(getW_Basket_ID(), get_TrxName()); } /** Set Basket. @@ -255,4 +255,18 @@ public class X_W_BasketLine extends PO implements I_W_BasketLine, I_Persistent return 0; return ii.intValue(); } + + /** Set W_BasketLine_UU. + @param W_BasketLine_UU W_BasketLine_UU */ + public void setW_BasketLine_UU (String W_BasketLine_UU) + { + set_Value (COLUMNNAME_W_BasketLine_UU, W_BasketLine_UU); + } + + /** Get W_BasketLine_UU. + @return W_BasketLine_UU */ + public String getW_BasketLine_UU () + { + return (String)get_Value(COLUMNNAME_W_BasketLine_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_Click.java b/org.adempiere.base/src/org/compiere/model/X_W_Click.java index 0bfdad3b93..04640db908 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_Click.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_Click.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_Click - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_Click extends PO implements I_W_Click, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_Click (Properties ctx, int W_Click_ID, String trxName) @@ -245,9 +245,9 @@ public class X_W_Click extends PO implements I_W_Click, I_Persistent return (String)get_Value(COLUMNNAME_UserAgent); } - public I_W_ClickCount getW_ClickCount() throws RuntimeException + public org.compiere.model.I_W_ClickCount getW_ClickCount() throws RuntimeException { - return (I_W_ClickCount)MTable.get(getCtx(), I_W_ClickCount.Table_Name) + return (org.compiere.model.I_W_ClickCount)MTable.get(getCtx(), org.compiere.model.I_W_ClickCount.Table_Name) .getPO(getW_ClickCount_ID(), get_TrxName()); } /** Set Click Count. @@ -295,4 +295,18 @@ public class X_W_Click extends PO implements I_W_Click, I_Persistent return 0; return ii.intValue(); } + + /** Set W_Click_UU. + @param W_Click_UU W_Click_UU */ + public void setW_Click_UU (String W_Click_UU) + { + set_Value (COLUMNNAME_W_Click_UU, W_Click_UU); + } + + /** Get W_Click_UU. + @return W_Click_UU */ + public String getW_Click_UU () + { + return (String)get_Value(COLUMNNAME_W_Click_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_ClickCount.java b/org.adempiere.base/src/org/compiere/model/X_W_ClickCount.java index 80fdae219a..389e4315c6 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_ClickCount.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_ClickCount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_ClickCount - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_ClickCount extends PO implements I_W_ClickCount, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_ClickCount (Properties ctx, int W_ClickCount_ID, String trxName) @@ -72,9 +72,9 @@ public class X_W_ClickCount extends PO implements I_W_ClickCount, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -200,4 +200,18 @@ public class X_W_ClickCount extends PO implements I_W_ClickCount, I_Persistent return 0; return ii.intValue(); } + + /** Set W_ClickCount_UU. + @param W_ClickCount_UU W_ClickCount_UU */ + public void setW_ClickCount_UU (String W_ClickCount_UU) + { + set_Value (COLUMNNAME_W_ClickCount_UU, W_ClickCount_UU); + } + + /** Get W_ClickCount_UU. + @return W_ClickCount_UU */ + public String getW_ClickCount_UU () + { + return (String)get_Value(COLUMNNAME_W_ClickCount_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_Counter.java b/org.adempiere.base/src/org/compiere/model/X_W_Counter.java index c7bfefa334..040b4d6347 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_Counter.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_Counter.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_Counter - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_Counter extends PO implements I_W_Counter, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_Counter (Properties ctx, int W_Counter_ID, String trxName) @@ -245,9 +245,9 @@ public class X_W_Counter extends PO implements I_W_Counter, I_Persistent return (String)get_Value(COLUMNNAME_UserAgent); } - public I_W_CounterCount getW_CounterCount() throws RuntimeException + public org.compiere.model.I_W_CounterCount getW_CounterCount() throws RuntimeException { - return (I_W_CounterCount)MTable.get(getCtx(), I_W_CounterCount.Table_Name) + return (org.compiere.model.I_W_CounterCount)MTable.get(getCtx(), org.compiere.model.I_W_CounterCount.Table_Name) .getPO(getW_CounterCount_ID(), get_TrxName()); } /** Set Counter Count. @@ -295,4 +295,18 @@ public class X_W_Counter extends PO implements I_W_Counter, I_Persistent return 0; return ii.intValue(); } + + /** Set W_Counter_UU. + @param W_Counter_UU W_Counter_UU */ + public void setW_Counter_UU (String W_Counter_UU) + { + set_Value (COLUMNNAME_W_Counter_UU, W_Counter_UU); + } + + /** Get W_Counter_UU. + @return W_Counter_UU */ + public String getW_Counter_UU () + { + return (String)get_Value(COLUMNNAME_W_Counter_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_CounterCount.java b/org.adempiere.base/src/org/compiere/model/X_W_CounterCount.java index c096eef41d..09e573f51d 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_CounterCount.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_CounterCount.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_CounterCount - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_CounterCount extends PO implements I_W_CounterCount, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_CounterCount (Properties ctx, int W_CounterCount_ID, String trxName) @@ -72,9 +72,9 @@ public class X_W_CounterCount extends PO implements I_W_CounterCount, I_Persiste return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -197,4 +197,18 @@ public class X_W_CounterCount extends PO implements I_W_CounterCount, I_Persiste return 0; return ii.intValue(); } + + /** Set W_CounterCount_UU. + @param W_CounterCount_UU W_CounterCount_UU */ + public void setW_CounterCount_UU (String W_CounterCount_UU) + { + set_Value (COLUMNNAME_W_CounterCount_UU, W_CounterCount_UU); + } + + /** Get W_CounterCount_UU. + @return W_CounterCount_UU */ + public String getW_CounterCount_UU () + { + return (String)get_Value(COLUMNNAME_W_CounterCount_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/compiere/model/X_W_MailMsg.java b/org.adempiere.base/src/org/compiere/model/X_W_MailMsg.java index 111fcda266..a4e2d49cd9 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_MailMsg.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_MailMsg.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_MailMsg - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_MailMsg extends PO implements I_W_MailMsg, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_MailMsg (Properties ctx, int W_MailMsg_ID, String trxName) @@ -246,9 +246,23 @@ public class X_W_MailMsg extends PO implements I_W_MailMsg, I_Persistent return ii.intValue(); } - public I_W_Store getW_Store() throws RuntimeException + /** Set W_MailMsg_UU. + @param W_MailMsg_UU W_MailMsg_UU */ + public void setW_MailMsg_UU (String W_MailMsg_UU) + { + set_Value (COLUMNNAME_W_MailMsg_UU, W_MailMsg_UU); + } + + /** Get W_MailMsg_UU. + @return W_MailMsg_UU */ + public String getW_MailMsg_UU () + { + return (String)get_Value(COLUMNNAME_W_MailMsg_UU); + } + + public org.compiere.model.I_W_Store getW_Store() throws RuntimeException { - return (I_W_Store)MTable.get(getCtx(), I_W_Store.Table_Name) + return (org.compiere.model.I_W_Store)MTable.get(getCtx(), org.compiere.model.I_W_Store.Table_Name) .getPO(getW_Store_ID(), get_TrxName()); } /** Set Web Store. diff --git a/org.adempiere.base/src/org/compiere/model/X_W_Store.java b/org.adempiere.base/src/org/compiere/model/X_W_Store.java index 85c1f21efd..0a8ae05213 100644 --- a/org.adempiere.base/src/org/compiere/model/X_W_Store.java +++ b/org.adempiere.base/src/org/compiere/model/X_W_Store.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.util.KeyNamePair; /** Generated Model for W_Store - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_W_Store extends PO implements I_W_Store, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_W_Store (Properties ctx, int W_Store_ID, String trxName) @@ -98,9 +98,9 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent return sb.toString(); } - public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException + public org.compiere.model.I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException { - return (I_C_PaymentTerm)MTable.get(getCtx(), I_C_PaymentTerm.Table_Name) + return (org.compiere.model.I_C_PaymentTerm)MTable.get(getCtx(), org.compiere.model.I_C_PaymentTerm.Table_Name) .getPO(getC_PaymentTerm_ID(), get_TrxName()); } /** Set Payment Term. @@ -458,9 +458,9 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent return false; } - public I_M_PriceList getM_PriceList() throws RuntimeException + public org.compiere.model.I_M_PriceList getM_PriceList() throws RuntimeException { - return (I_M_PriceList)MTable.get(getCtx(), I_M_PriceList.Table_Name) + return (org.compiere.model.I_M_PriceList)MTable.get(getCtx(), org.compiere.model.I_M_PriceList.Table_Name) .getPO(getM_PriceList_ID(), get_TrxName()); } /** Set Price List. @@ -486,9 +486,9 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -539,9 +539,9 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent return new KeyNamePair(get_ID(), getName()); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. @@ -586,7 +586,7 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent /** Set URL. @param URL - Full URL address - e.g. http://www.adempiere.org + Full URL address - e.g. http://www.idempiere.org */ public void setURL (String URL) { @@ -594,7 +594,7 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent } /** Get URL. - @return Full URL address - e.g. http://www.adempiere.org + @return Full URL address - e.g. http://www.idempiere.org */ public String getURL () { @@ -827,4 +827,18 @@ public class X_W_Store extends PO implements I_W_Store, I_Persistent { return (String)get_Value(COLUMNNAME_WStoreUserPW); } + + /** Set W_Store_UU. + @param W_Store_UU W_Store_UU */ + public void setW_Store_UU (String W_Store_UU) + { + set_Value (COLUMNNAME_W_Store_UU, W_Store_UU); + } + + /** Get W_Store_UU. + @return W_Store_UU */ + public String getW_Store_UU () + { + return (String)get_Value(COLUMNNAME_W_Store_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java index 484467340f..2175ec951e 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxBase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxBase - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxBase { @@ -32,7 +32,7 @@ public interface I_C_TaxBase public static final String Table_Name = "C_TaxBase"; /** AD_Table_ID=53069 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53069; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,6 +101,15 @@ public interface I_C_TaxBase /** Get Tax Base */ public int getC_TaxBase_ID(); + /** Column name C_TaxBase_UU */ + public static final String COLUMNNAME_C_TaxBase_UU = "C_TaxBase_UU"; + + /** Set C_TaxBase_UU */ + public void setC_TaxBase_UU (String C_TaxBase_UU); + + /** Get C_TaxBase_UU */ + public String getC_TaxBase_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java index 38235a264a..66c1e4159f 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxDefinition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxDefinition - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxDefinition { @@ -32,7 +32,7 @@ public interface I_C_TaxDefinition public static final String Table_Name = "C_TaxDefinition"; /** AD_Table_ID=53067 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53067; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_C_TaxDefinition */ public int getAD_OrgType_ID(); - public I_AD_OrgType getAD_OrgType() throws RuntimeException; + public org.compiere.model.I_AD_OrgType getAD_OrgType() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -91,7 +91,7 @@ public interface I_C_TaxDefinition */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -106,7 +106,7 @@ public interface I_C_TaxDefinition */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -148,7 +148,7 @@ public interface I_C_TaxDefinition */ public int getC_TaxCategory_ID(); - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException; + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException; /** Column name C_TaxDefinition_ID */ public static final String COLUMNNAME_C_TaxDefinition_ID = "C_TaxDefinition_ID"; @@ -159,6 +159,15 @@ public interface I_C_TaxDefinition /** Get Tax Definition */ public int getC_TaxDefinition_ID(); + /** Column name C_TaxDefinition_UU */ + public static final String COLUMNNAME_C_TaxDefinition_UU = "C_TaxDefinition_UU"; + + /** Set C_TaxDefinition_UU */ + public void setC_TaxDefinition_UU (String C_TaxDefinition_UU); + + /** Get C_TaxDefinition_UU */ + public String getC_TaxDefinition_UU(); + /** Column name C_TaxGroup_ID */ public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID"; @@ -183,7 +192,7 @@ public interface I_C_TaxDefinition */ public int getC_Tax_ID(); - public I_C_Tax getC_Tax() throws RuntimeException; + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException; /** Column name C_TaxType_ID */ public static final String COLUMNNAME_C_TaxType_ID = "C_TaxType_ID"; @@ -279,7 +288,7 @@ public interface I_C_TaxDefinition */ public int getM_Product_Category_ID(); - public I_M_Product_Category getM_Product_Category() throws RuntimeException; + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -294,7 +303,7 @@ public interface I_C_TaxDefinition */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java index c7c2aceb52..cbb262fe29 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxGroup { @@ -32,7 +32,7 @@ public interface I_C_TaxGroup public static final String Table_Name = "C_TaxGroup"; /** AD_Table_ID=53066 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53066; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_C_TaxGroup /** Get Tax Group */ public int getC_TaxGroup_ID(); + /** Column name C_TaxGroup_UU */ + public static final String COLUMNNAME_C_TaxGroup_UU = "C_TaxGroup_UU"; + + /** Set C_TaxGroup_UU */ + public void setC_TaxGroup_UU (String C_TaxGroup_UU); + + /** Get C_TaxGroup_UU */ + public String getC_TaxGroup_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java b/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java index 5bdd5990f8..ea12ce4e70 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java +++ b/org.adempiere.base/src/org/eevolution/model/I_C_TaxType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for C_TaxType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_C_TaxType { @@ -32,7 +32,7 @@ public interface I_C_TaxType public static final String Table_Name = "C_TaxType"; /** AD_Table_ID=53068 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53068; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -88,6 +88,15 @@ public interface I_C_TaxType /** Get Tax Type */ public int getC_TaxType_ID(); + /** Column name C_TaxType_UU */ + public static final String COLUMNNAME_C_TaxType_UU = "C_TaxType_UU"; + + /** Set C_TaxType_UU */ + public void setC_TaxType_UU (String C_TaxType_UU); + + /** Get C_TaxType_UU */ + public String getC_TaxType_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java index faa3945451..76acfea2f0 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistribution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for DD_NetworkDistribution - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_DD_NetworkDistribution { @@ -32,7 +32,7 @@ public interface I_DD_NetworkDistribution public static final String Table_Name = "DD_NetworkDistribution"; /** AD_Table_ID=53060 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53060; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,6 +101,15 @@ public interface I_DD_NetworkDistribution /** Get Network Distribution */ public int getDD_NetworkDistribution_ID(); + /** Column name DD_NetworkDistribution_UU */ + public static final String COLUMNNAME_DD_NetworkDistribution_UU = "DD_NetworkDistribution_UU"; + + /** Set DD_NetworkDistribution_UU */ + public void setDD_NetworkDistribution_UU (String DD_NetworkDistribution_UU); + + /** Get DD_NetworkDistribution_UU */ + public String getDD_NetworkDistribution_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -166,7 +175,7 @@ public interface I_DD_NetworkDistribution */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java index 15898d0f67..aa383e106d 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_NetworkDistributionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for DD_NetworkDistributionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_DD_NetworkDistributionLine { @@ -32,7 +32,7 @@ public interface I_DD_NetworkDistributionLine public static final String Table_Name = "DD_NetworkDistributionLine"; /** AD_Table_ID=53061 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53061; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -99,6 +99,15 @@ public interface I_DD_NetworkDistributionLine /** Get Network Distribution Line */ public int getDD_NetworkDistributionLine_ID(); + /** Column name DD_NetworkDistributionLine_UU */ + public static final String COLUMNNAME_DD_NetworkDistributionLine_UU = "DD_NetworkDistributionLine_UU"; + + /** Set DD_NetworkDistributionLine_UU */ + public void setDD_NetworkDistributionLine_UU (String DD_NetworkDistributionLine_UU); + + /** Get DD_NetworkDistributionLine_UU */ + public String getDD_NetworkDistributionLine_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -125,7 +134,7 @@ public interface I_DD_NetworkDistributionLine */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -140,7 +149,7 @@ public interface I_DD_NetworkDistributionLine */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name M_WarehouseSource_ID */ public static final String COLUMNNAME_M_WarehouseSource_ID = "M_WarehouseSource_ID"; @@ -155,7 +164,7 @@ public interface I_DD_NetworkDistributionLine */ public int getM_WarehouseSource_ID(); - public I_M_Warehouse getM_WarehouseSource() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_WarehouseSource() throws RuntimeException; /** Column name Percent */ public static final String COLUMNNAME_Percent = "Percent"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java b/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java index d0336efa01..0ecf082769 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for DD_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_DD_Order { @@ -32,7 +32,7 @@ public interface I_DD_Order public static final String Table_Name = "DD_Order"; /** AD_Table_ID=53037 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53037; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -89,7 +89,7 @@ public interface I_DD_Order */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -104,7 +104,7 @@ public interface I_DD_Order */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -119,7 +119,7 @@ public interface I_DD_Order */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; @@ -134,7 +134,7 @@ public interface I_DD_Order */ public int getC_BPartner_Location_ID(); - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -149,7 +149,7 @@ public interface I_DD_Order */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -164,7 +164,7 @@ public interface I_DD_Order */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -179,7 +179,7 @@ public interface I_DD_Order */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name ChargeAmt */ public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; @@ -207,7 +207,7 @@ public interface I_DD_Order */ public int getC_Invoice_ID(); - public I_C_Invoice getC_Invoice() throws RuntimeException; + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -222,7 +222,7 @@ public interface I_DD_Order */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -237,7 +237,7 @@ public interface I_DD_Order */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name CreateConfirm */ public static final String COLUMNNAME_CreateConfirm = "CreateConfirm"; @@ -347,6 +347,15 @@ public interface I_DD_Order /** Get Distribution Order */ public int getDD_Order_ID(); + /** Column name DD_Order_UU */ + public static final String COLUMNNAME_DD_Order_UU = "DD_Order_UU"; + + /** Set DD_Order_UU */ + public void setDD_Order_UU (String DD_Order_UU); + + /** Get DD_Order_UU */ + public String getDD_Order_UU(); + /** Column name DeliveryRule */ public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; @@ -586,7 +595,7 @@ public interface I_DD_Order */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -601,7 +610,7 @@ public interface I_DD_Order */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name NoPackages */ public static final String COLUMNNAME_NoPackages = "NoPackages"; @@ -729,7 +738,7 @@ public interface I_DD_Order */ public int getSalesRep_ID(); - public I_AD_User getSalesRep() throws RuntimeException; + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException; /** Column name SendEMail */ public static final String COLUMNNAME_SendEMail = "SendEMail"; @@ -799,7 +808,7 @@ public interface I_DD_Order */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -814,7 +823,7 @@ public interface I_DD_Order */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name Volume */ public static final String COLUMNNAME_Volume = "Volume"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java b/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java index cc0975a9c4..3a269342af 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_DD_OrderLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for DD_OrderLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_DD_OrderLine { @@ -32,7 +32,7 @@ public interface I_DD_OrderLine public static final String Table_Name = "DD_OrderLine"; /** AD_Table_ID=53038 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53038; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -89,7 +89,7 @@ public interface I_DD_OrderLine */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -104,7 +104,7 @@ public interface I_DD_OrderLine */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -119,7 +119,7 @@ public interface I_DD_OrderLine */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name ConfirmedQty */ public static final String COLUMNNAME_ConfirmedQty = "ConfirmedQty"; @@ -147,7 +147,7 @@ public interface I_DD_OrderLine */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -178,7 +178,7 @@ public interface I_DD_OrderLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; @@ -239,6 +239,15 @@ public interface I_DD_OrderLine /** Get Distribution Order Line */ public int getDD_OrderLine_ID(); + /** Column name DD_OrderLine_UU */ + public static final String COLUMNNAME_DD_OrderLine_UU = "DD_OrderLine_UU"; + + /** Set DD_OrderLine_UU */ + public void setDD_OrderLine_UU (String DD_OrderLine_UU); + + /** Get DD_OrderLine_UU */ + public String getDD_OrderLine_UU(); + /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -373,7 +382,7 @@ public interface I_DD_OrderLine */ public int getM_Locator_ID(); - public I_M_Locator getM_Locator() throws RuntimeException; + public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException; /** Column name M_LocatorTo_ID */ public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; @@ -388,7 +397,7 @@ public interface I_DD_OrderLine */ public int getM_LocatorTo_ID(); - public I_M_Locator getM_LocatorTo() throws RuntimeException; + public org.compiere.model.I_M_Locator getM_LocatorTo() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -403,7 +412,7 @@ public interface I_DD_OrderLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Shipper_ID */ public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; @@ -418,7 +427,7 @@ public interface I_DD_OrderLine */ public int getM_Shipper_ID(); - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; /** Column name PickedQty */ public static final String COLUMNNAME_PickedQty = "PickedQty"; @@ -558,7 +567,7 @@ public interface I_DD_OrderLine */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -573,5 +582,5 @@ public interface I_DD_OrderLine */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java index 0882b421ad..74f3ee0498 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Attribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Attribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Attribute { @@ -32,7 +32,7 @@ public interface I_HR_Attribute public static final String Table_Name = "HR_Attribute"; /** AD_Table_ID=53087 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53087; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -72,7 +72,7 @@ public interface I_HR_Attribute /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name Amount */ public static final String COLUMNNAME_Amount = "Amount"; @@ -100,7 +100,7 @@ public interface I_HR_Attribute */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name ColumnType */ public static final String COLUMNNAME_ColumnType = "ColumnType"; @@ -160,6 +160,15 @@ public interface I_HR_Attribute /** Get Payroll Employee Attribute */ public int getHR_Attribute_ID(); + /** Column name HR_Attribute_UU */ + public static final String COLUMNNAME_HR_Attribute_UU = "HR_Attribute_UU"; + + /** Set HR_Attribute_UU */ + public void setHR_Attribute_UU (String HR_Attribute_UU); + + /** Get HR_Attribute_UU */ + public String getHR_Attribute_UU(); + /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java index 1c0b381162..efb198857f 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Concept { @@ -32,7 +32,7 @@ public interface I_HR_Concept public static final String Table_Name = "HR_Concept"; /** AD_Table_ID=53090 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53090; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -89,7 +89,7 @@ public interface I_HR_Concept */ public int getAD_Reference_ID(); - public I_AD_Reference getAD_Reference() throws RuntimeException; + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException; /** Column name ColumnType */ public static final String COLUMNNAME_ColumnType = "ColumnType"; @@ -149,6 +149,15 @@ public interface I_HR_Concept /** Get Payroll Concept */ public int getHR_Concept_ID(); + /** Column name HR_Concept_UU */ + public static final String COLUMNNAME_HR_Concept_UU = "HR_Concept_UU"; + + /** Set HR_Concept_UU */ + public void setHR_Concept_UU (String HR_Concept_UU); + + /** Get HR_Concept_UU */ + public String getHR_Concept_UU(); + /** Column name HR_Department_ID */ public static final String COLUMNNAME_HR_Department_ID = "HR_Department_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java index ea1106a8aa..e62fb88765 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Concept_Acct { @@ -32,7 +32,7 @@ public interface I_HR_Concept_Acct public static final String Table_Name = "HR_Concept_Acct"; /** AD_Table_ID=53091 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53091; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Concept_Acct */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -91,7 +91,7 @@ public interface I_HR_Concept_Acct */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -118,6 +118,15 @@ public interface I_HR_Concept_Acct /** Get Payroll Concept Account */ public int getHR_Concept_Acct_ID(); + /** Column name HR_Concept_Acct_UU */ + public static final String COLUMNNAME_HR_Concept_Acct_UU = "HR_Concept_Acct_UU"; + + /** Set HR_Concept_Acct_UU */ + public void setHR_Concept_Acct_UU (String HR_Concept_Acct_UU); + + /** Get HR_Concept_Acct_UU */ + public String getHR_Concept_Acct_UU(); + /** Column name HR_Concept_ID */ public static final String COLUMNNAME_HR_Concept_ID = "HR_Concept_ID"; @@ -206,7 +215,7 @@ public interface I_HR_Concept_Acct */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java index afa9a63ba8..977f5dd3b1 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Concept_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Concept_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Concept_Category { @@ -32,7 +32,7 @@ public interface I_HR_Concept_Category public static final String Table_Name = "HR_Concept_Category"; /** AD_Table_ID=53097 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53097; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -112,6 +112,15 @@ public interface I_HR_Concept_Category /** Get Payroll Concept Category */ public int getHR_Concept_Category_ID(); + /** Column name HR_Concept_Category_UU */ + public static final String COLUMNNAME_HR_Concept_Category_UU = "HR_Concept_Category_UU"; + + /** Set HR_Concept_Category_UU */ + public void setHR_Concept_Category_UU (String HR_Concept_Category_UU); + + /** Get HR_Concept_Category_UU */ + public String getHR_Concept_Category_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java index 0066be6c26..30e9f5d73d 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Contract.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Contract - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Contract { @@ -32,7 +32,7 @@ public interface I_HR_Contract public static final String Table_Name = "HR_Contract"; /** AD_Table_ID=53085 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53085; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Contract */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -91,7 +91,7 @@ public interface I_HR_Contract */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -106,7 +106,7 @@ public interface I_HR_Contract */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -146,6 +146,15 @@ public interface I_HR_Contract /** Get Payroll Contract */ public int getHR_Contract_ID(); + /** Column name HR_Contract_UU */ + public static final String COLUMNNAME_HR_Contract_UU = "HR_Contract_UU"; + + /** Set HR_Contract_UU */ + public void setHR_Contract_UU (String HR_Contract_UU); + + /** Get HR_Contract_UU */ + public String getHR_Contract_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java index 523812b3bd..8e20fec9cb 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Department.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Department - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Department { @@ -32,7 +32,7 @@ public interface I_HR_Department public static final String Table_Name = "HR_Department"; /** AD_Table_ID=53088 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53088; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Department */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -116,6 +116,15 @@ public interface I_HR_Department /** Get Payroll Department */ public int getHR_Department_ID(); + /** Column name HR_Department_UU */ + public static final String COLUMNNAME_HR_Department_UU = "HR_Department_UU"; + + /** Set HR_Department_UU */ + public void setHR_Department_UU (String HR_Department_UU); + + /** Get HR_Department_UU */ + public String getHR_Department_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java index d85bf19cbd..61c05aeebc 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Employee.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Employee - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Employee { @@ -32,7 +32,7 @@ public interface I_HR_Employee public static final String Table_Name = "HR_Employee"; /** AD_Table_ID=53086 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53086; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Employee */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -91,7 +91,7 @@ public interface I_HR_Employee */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Code */ public static final String COLUMNNAME_Code = "Code"; @@ -155,6 +155,15 @@ public interface I_HR_Employee /** Get Payroll Employee */ public int getHR_Employee_ID(); + /** Column name HR_Employee_UU */ + public static final String COLUMNNAME_HR_Employee_UU = "HR_Employee_UU"; + + /** Set HR_Employee_UU */ + public void setHR_Employee_UU (String HR_Employee_UU); + + /** Get HR_Employee_UU */ + public String getHR_Employee_UU(); + /** Column name HR_Job_ID */ public static final String COLUMNNAME_HR_Job_ID = "HR_Job_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java index 46e9f1c611..ea896c486b 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Job.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Job - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Job { @@ -32,7 +32,7 @@ public interface I_HR_Job public static final String Table_Name = "HR_Job"; /** AD_Table_ID=53089 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53089; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -112,6 +112,15 @@ public interface I_HR_Job /** Get Payroll Job */ public int getHR_Job_ID(); + /** Column name HR_Job_UU */ + public static final String COLUMNNAME_HR_Job_UU = "HR_Job_UU"; + + /** Set HR_Job_UU */ + public void setHR_Job_UU (String HR_Job_UU); + + /** Get HR_Job_UU */ + public String getHR_Job_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -184,7 +193,7 @@ public interface I_HR_Job */ public int getSupervisor_ID(); - public I_AD_User getSupervisor() throws RuntimeException; + public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_List.java b/org.adempiere.base/src/org/eevolution/model/I_HR_List.java index 98a0892bb9..0dca85a597 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_List.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_List.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_List - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_List { @@ -32,7 +32,7 @@ public interface I_HR_List public static final String Table_Name = "HR_List"; /** AD_Table_ID=53099 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53099; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -134,6 +134,15 @@ public interface I_HR_List public org.eevolution.model.I_HR_ListType getHR_ListType() throws RuntimeException; + /** Column name HR_List_UU */ + public static final String COLUMNNAME_HR_List_UU = "HR_List_UU"; + + /** Set HR_List_UU */ + public void setHR_List_UU (String HR_List_UU); + + /** Get HR_List_UU */ + public String getHR_List_UU(); + /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java b/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java index 9fa35f961b..32c558d34d 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_ListLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_ListLine { @@ -32,7 +32,7 @@ public interface I_HR_ListLine public static final String Table_Name = "HR_ListLine"; /** AD_Table_ID=53101 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53101; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -160,6 +160,15 @@ public interface I_HR_ListLine /** Get Payroll List Line */ public int getHR_ListLine_ID(); + /** Column name HR_ListLine_UU */ + public static final String COLUMNNAME_HR_ListLine_UU = "HR_ListLine_UU"; + + /** Set HR_ListLine_UU */ + public void setHR_ListLine_UU (String HR_ListLine_UU); + + /** Get HR_ListLine_UU */ + public String getHR_ListLine_UU(); + /** Column name HR_ListVersion_ID */ public static final String COLUMNNAME_HR_ListVersion_ID = "HR_ListVersion_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java b/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java index 7c968c38ef..495dc7bf93 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_ListType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListType - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_ListType { @@ -32,7 +32,7 @@ public interface I_HR_ListType public static final String Table_Name = "HR_ListType"; /** AD_Table_ID=53098 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53098; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -101,6 +101,15 @@ public interface I_HR_ListType /** Get Payroll List Type */ public int getHR_ListType_ID(); + /** Column name HR_ListType_UU */ + public static final String COLUMNNAME_HR_ListType_UU = "HR_ListType_UU"; + + /** Set HR_ListType_UU */ + public void setHR_ListType_UU (String HR_ListType_UU); + + /** Get HR_ListType_UU */ + public String getHR_ListType_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java b/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java index 7a2533a556..f3835b911f 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_ListVersion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_ListVersion - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_ListVersion { @@ -32,7 +32,7 @@ public interface I_HR_ListVersion public static final String Table_Name = "HR_ListVersion"; /** AD_Table_ID=53100 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53100; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -123,6 +123,15 @@ public interface I_HR_ListVersion /** Get Payroll List Version */ public int getHR_ListVersion_ID(); + /** Column name HR_ListVersion_UU */ + public static final String COLUMNNAME_HR_ListVersion_UU = "HR_ListVersion_UU"; + + /** Set HR_ListVersion_UU */ + public void setHR_ListVersion_UU (String HR_ListVersion_UU); + + /** Get HR_ListVersion_UU */ + public String getHR_ListVersion_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java index e3eb9e1999..ae9e752c94 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Movement { @@ -32,7 +32,7 @@ public interface I_HR_Movement public static final String Table_Name = "HR_Movement"; /** AD_Table_ID=53102 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53102; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -98,7 +98,7 @@ public interface I_HR_Movement /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name Amount */ public static final String COLUMNNAME_Amount = "Amount"; @@ -126,7 +126,7 @@ public interface I_HR_Movement */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -141,7 +141,7 @@ public interface I_HR_Movement */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BP_BankAccount_ID */ public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; @@ -156,7 +156,7 @@ public interface I_HR_Movement */ public int getC_BP_BankAccount_ID(); - public I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException; + public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException; /** Column name C_BP_Group_ID */ public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; @@ -171,7 +171,7 @@ public interface I_HR_Movement */ public int getC_BP_Group_ID(); - public I_C_BP_Group getC_BP_Group() throws RuntimeException; + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -186,7 +186,7 @@ public interface I_HR_Movement */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name ColumnType */ public static final String COLUMNNAME_ColumnType = "ColumnType"; @@ -210,7 +210,7 @@ public interface I_HR_Movement */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; @@ -225,7 +225,7 @@ public interface I_HR_Movement */ public int getC_ProjectPhase_ID(); - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; @@ -240,7 +240,7 @@ public interface I_HR_Movement */ public int getC_ProjectTask_ID(); - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException; + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -324,6 +324,15 @@ public interface I_HR_Movement /** Get Payroll Movement */ public int getHR_Movement_ID(); + /** Column name HR_Movement_UU */ + public static final String COLUMNNAME_HR_Movement_UU = "HR_Movement_UU"; + + /** Set HR_Movement_UU */ + public void setHR_Movement_UU (String HR_Movement_UU); + + /** Get HR_Movement_UU */ + public String getHR_Movement_UU(); + /** Column name HR_Process_ID */ public static final String COLUMNNAME_HR_Process_ID = "HR_Process_ID"; @@ -466,7 +475,7 @@ public interface I_HR_Movement */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -481,7 +490,7 @@ public interface I_HR_Movement */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name ValidFrom */ public static final String COLUMNNAME_ValidFrom = "ValidFrom"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java index 018943583b..926978b9fc 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Payroll.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Payroll - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Payroll { @@ -32,7 +32,7 @@ public interface I_HR_Payroll public static final String Table_Name = "HR_Payroll"; /** AD_Table_ID=53093 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53093; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Payroll */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -91,7 +91,7 @@ public interface I_HR_Payroll */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -142,6 +142,15 @@ public interface I_HR_Payroll /** Get Payroll */ public int getHR_Payroll_ID(); + /** Column name HR_Payroll_UU */ + public static final String COLUMNNAME_HR_Payroll_UU = "HR_Payroll_UU"; + + /** Set HR_Payroll_UU */ + public void setHR_Payroll_UU (String HR_Payroll_UU); + + /** Get HR_Payroll_UU */ + public String getHR_Payroll_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java b/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java index be6e8733a4..0a94773eae 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_PayrollConcept.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_PayrollConcept - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_PayrollConcept { @@ -32,7 +32,7 @@ public interface I_HR_PayrollConcept public static final String Table_Name = "HR_PayrollConcept"; /** AD_Table_ID=53096 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53096; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -72,7 +72,7 @@ public interface I_HR_PayrollConcept /** Get Rule */ public int getAD_Rule_ID(); - public I_AD_Rule getAD_Rule() throws RuntimeException; + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -110,6 +110,15 @@ public interface I_HR_PayrollConcept /** Get Payroll Concept */ public int getHR_PayrollConcept_ID(); + /** Column name HR_PayrollConcept_UU */ + public static final String COLUMNNAME_HR_PayrollConcept_UU = "HR_PayrollConcept_UU"; + + /** Set HR_PayrollConcept_UU */ + public void setHR_PayrollConcept_UU (String HR_PayrollConcept_UU); + + /** Get HR_PayrollConcept_UU */ + public String getHR_PayrollConcept_UU(); + /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java index 7af0fb3921..2e56a27485 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Period.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Period - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Period { @@ -32,7 +32,7 @@ public interface I_HR_Period public static final String Table_Name = "HR_Period"; /** AD_Table_ID=53094 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53094; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Period */ public int getC_Period_ID(); - public I_C_Period getC_Period() throws RuntimeException; + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -107,7 +107,7 @@ public interface I_HR_Period */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws RuntimeException; + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -168,6 +168,15 @@ public interface I_HR_Period /** Get Payroll Period */ public int getHR_Period_ID(); + /** Column name HR_Period_UU */ + public static final String COLUMNNAME_HR_Period_UU = "HR_Period_UU"; + + /** Set HR_Period_UU */ + public void setHR_Period_UU (String HR_Period_UU); + + /** Get HR_Period_UU */ + public String getHR_Period_UU(); + /** Column name HR_Year_ID */ public static final String COLUMNNAME_HR_Year_ID = "HR_Year_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java index fb633f952b..e7254a68b1 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Process { @@ -32,7 +32,7 @@ public interface I_HR_Process public static final String Table_Name = "HR_Process"; /** AD_Table_ID=53092 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53092; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_HR_Process */ public int getAD_PrintFormat_ID(); - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -91,7 +91,7 @@ public interface I_HR_Process */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -106,7 +106,7 @@ public interface I_HR_Process */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Charge_ID */ public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; @@ -121,7 +121,7 @@ public interface I_HR_Process */ public int getC_Charge_ID(); - public I_C_Charge getC_Charge() throws RuntimeException; + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -136,7 +136,7 @@ public interface I_HR_Process */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_DocTypeTarget_ID */ public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID"; @@ -151,7 +151,7 @@ public interface I_HR_Process */ public int getC_DocTypeTarget_ID(); - public I_C_DocType getC_DocTypeTarget() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException; /** Column name ColumnSQL */ public static final String COLUMNNAME_ColumnSQL = "ColumnSQL"; @@ -179,7 +179,7 @@ public interface I_HR_Process */ public int getC_PaySelection_ID(); - public I_C_PaySelection getC_PaySelection() throws RuntimeException; + public org.compiere.model.I_C_PaySelection getC_PaySelection() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -313,6 +313,15 @@ public interface I_HR_Process /** Get Payroll Process */ public int getHR_Process_ID(); + /** Column name HR_Process_UU */ + public static final String COLUMNNAME_HR_Process_UU = "HR_Process_UU"; + + /** Set HR_Process_UU */ + public void setHR_Process_UU (String HR_Process_UU); + + /** Get HR_Process_UU */ + public String getHR_Process_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java b/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java index 3e42b21603..2172b64b0f 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java +++ b/org.adempiere.base/src/org/eevolution/model/I_HR_Year.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for HR_Year - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_HR_Year { @@ -32,7 +32,7 @@ public interface I_HR_Year public static final String Table_Name = "HR_Year"; /** AD_Table_ID=53095 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53095; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -92,7 +92,7 @@ public interface I_HR_Year */ public int getC_Year_ID(); - public I_C_Year getC_Year() throws RuntimeException; + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException; /** Column name HR_Payroll_ID */ public static final String COLUMNNAME_HR_Payroll_ID = "HR_Payroll_ID"; @@ -114,6 +114,15 @@ public interface I_HR_Year /** Get Payroll Year */ public int getHR_Year_ID(); + /** Column name HR_Year_UU */ + public static final String COLUMNNAME_HR_Year_UU = "HR_Year_UU"; + + /** Set HR_Year_UU */ + public void setHR_Year_UU (String HR_Year_UU); + + /** Get HR_Year_UU */ + public String getHR_Year_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java index a2458aa6ec..eaeb5a2d6f 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/I_I_HR_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for I_HR_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_HR_Movement { @@ -32,7 +32,7 @@ public interface I_I_HR_Movement public static final String Table_Name = "I_HR_Movement"; /** AD_Table_ID=53259 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53259; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -201,6 +201,15 @@ public interface I_I_HR_Movement /** Get Payroll Movement Import */ public int getI_HR_Movement_ID(); + /** Column name I_HR_Movement_UU */ + public static final String COLUMNNAME_I_HR_Movement_UU = "I_HR_Movement_UU"; + + /** Set I_HR_Movement_UU */ + public void setI_HR_Movement_UU (String I_HR_Movement_UU); + + /** Get I_HR_Movement_UU */ + public String getI_HR_Movement_UU(); + /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java b/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java index 37124db71b..a00d2da764 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/I_I_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_Movement { @@ -32,7 +32,7 @@ public interface I_I_Movement public static final String Table_Name = "I_Movement"; /** AD_Table_ID=53278 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53278; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -50,21 +50,6 @@ public interface I_I_Movement */ public int getAD_Client_ID(); - /** Column name AD_OrgTrx_ID */ - public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; - - /** Set Trx Organization. - * Performing or initiating organization - */ - public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); - - /** Get Trx Organization. - * Performing or initiating organization - */ - public int getAD_OrgTrx_ID(); - - public I_AD_Org getAD_OrgTrx() throws RuntimeException; - /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -78,20 +63,35 @@ public interface I_I_Movement */ public int getAD_Org_ID(); + /** Column name AD_OrgTrx_ID */ + public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; + + /** Set Trx Organization. + * Performing or initiating organization + */ + public void setAD_OrgTrx_ID (int AD_OrgTrx_ID); + + /** Get Trx Organization. + * Performing or initiating organization + */ + public int getAD_OrgTrx_ID(); + + public org.compiere.model.I_AD_Org getAD_OrgTrx() throws RuntimeException; + /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; - /** Set Usuario. + /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); - /** Get Usuario. + /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name BPartnerValue */ public static final String COLUMNNAME_BPartnerValue = "BPartnerValue"; @@ -106,6 +106,15 @@ public interface I_I_Movement */ public String getBPartnerValue(); + /** Column name CampaignValue */ + public static final String COLUMNNAME_CampaignValue = "CampaignValue"; + + /** Set CampaignValue */ + public void setCampaignValue (String CampaignValue); + + /** Get CampaignValue */ + public String getCampaignValue(); + /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; @@ -119,7 +128,7 @@ public interface I_I_Movement */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -134,7 +143,7 @@ public interface I_I_Movement */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -149,7 +158,7 @@ public interface I_I_Movement */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -164,16 +173,7 @@ public interface I_I_Movement */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; - - /** Column name CampaignValue */ - public static final String COLUMNNAME_CampaignValue = "CampaignValue"; - - /** Set CampaignValue */ - public void setCampaignValue (String CampaignValue); - - /** Get CampaignValue */ - public String getCampaignValue(); + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -291,6 +291,15 @@ public interface I_I_Movement /** Get I_Movement_ID */ public int getI_Movement_ID(); + /** Column name I_Movement_UU */ + public static final String COLUMNNAME_I_Movement_UU = "I_Movement_UU"; + + /** Set I_Movement_UU */ + public void setI_Movement_UU (String I_Movement_UU); + + /** Get I_Movement_UU */ + public String getI_Movement_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -326,21 +335,6 @@ public interface I_I_Movement */ public String getLocatorValue(); - /** Column name M_LocatorTo_ID */ - public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; - - /** Set Locator To. - * Location inventory is moved to - */ - public void setM_LocatorTo_ID (int M_LocatorTo_ID); - - /** Get Locator To. - * Location inventory is moved to - */ - public int getM_LocatorTo_ID(); - - public I_M_Locator getM_LocatorTo() throws RuntimeException; - /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -356,20 +350,20 @@ public interface I_I_Movement public I_M_Locator getM_Locator() throws RuntimeException; - /** Column name M_MovementLine_ID */ - public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; + /** Column name M_LocatorTo_ID */ + public static final String COLUMNNAME_M_LocatorTo_ID = "M_LocatorTo_ID"; - /** Set Move Line. - * Inventory Move document Line + /** Set Locator To. + * Location inventory is moved to */ - public void setM_MovementLine_ID (int M_MovementLine_ID); + public void setM_LocatorTo_ID (int M_LocatorTo_ID); - /** Get Move Line. - * Inventory Move document Line + /** Get Locator To. + * Location inventory is moved to */ - public int getM_MovementLine_ID(); + public int getM_LocatorTo_ID(); - public I_M_MovementLine getM_MovementLine() throws RuntimeException; + public I_M_Locator getM_LocatorTo() throws RuntimeException; /** Column name M_Movement_ID */ public static final String COLUMNNAME_M_Movement_ID = "M_Movement_ID"; @@ -384,37 +378,22 @@ public interface I_I_Movement */ public int getM_Movement_ID(); - public I_M_Movement getM_Movement() throws RuntimeException; + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException; - /** Column name M_Product_ID */ - public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; + /** Column name M_MovementLine_ID */ + public static final String COLUMNNAME_M_MovementLine_ID = "M_MovementLine_ID"; - /** Set Product. - * Product, Service, Item + /** Set Move Line. + * Inventory Move document Line */ - public void setM_Product_ID (int M_Product_ID); + public void setM_MovementLine_ID (int M_MovementLine_ID); - /** Get Product. - * Product, Service, Item + /** Get Move Line. + * Inventory Move document Line */ - public int getM_Product_ID(); + public int getM_MovementLine_ID(); - public I_M_Product getM_Product() throws RuntimeException; - - /** Column name M_Shipper_ID */ - public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; - - /** Set Shipper. - * Method or manner of product delivery - */ - public void setM_Shipper_ID (int M_Shipper_ID); - - /** Get Shipper. - * Method or manner of product delivery - */ - public int getM_Shipper_ID(); - - public I_M_Shipper getM_Shipper() throws RuntimeException; + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException; /** Column name MovementDate */ public static final String COLUMNNAME_MovementDate = "MovementDate"; @@ -442,6 +421,36 @@ public interface I_I_Movement */ public BigDecimal getMovementQty(); + /** Column name M_Product_ID */ + public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; + + /** Set Product. + * Product, Service, Item + */ + public void setM_Product_ID (int M_Product_ID); + + /** Get Product. + * Product, Service, Item + */ + public int getM_Product_ID(); + + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; + + /** Column name M_Shipper_ID */ + public static final String COLUMNNAME_M_Shipper_ID = "M_Shipper_ID"; + + /** Set Shipper. + * Method or manner of product delivery + */ + public void setM_Shipper_ID (int M_Shipper_ID); + + /** Get Shipper. + * Method or manner of product delivery + */ + public int getM_Shipper_ID(); + + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException; + /** Column name OrgTrxValue */ public static final String COLUMNNAME_OrgTrxValue = "OrgTrxValue"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java b/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java index 821adc662c..98c89f494c 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java +++ b/org.adempiere.base/src/org/eevolution/model/I_I_ProductPlanning.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for I_ProductPlanning - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_I_ProductPlanning { @@ -32,7 +32,7 @@ public interface I_I_ProductPlanning public static final String Table_Name = "I_ProductPlanning"; /** AD_Table_ID=53260 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53260; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -102,7 +102,7 @@ public interface I_I_ProductPlanning */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -203,6 +203,15 @@ public interface I_I_ProductPlanning /** Get Import Product Planning */ public int getI_ProductPlanning_ID(); + /** Column name I_ProductPlanning_UU */ + public static final String COLUMNNAME_I_ProductPlanning_UU = "I_ProductPlanning_UU"; + + /** Set I_ProductPlanning_UU */ + public void setI_ProductPlanning_UU (String I_ProductPlanning_UU); + + /** Get I_ProductPlanning_UU */ + public String getI_ProductPlanning_UU(); + /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; @@ -264,7 +273,7 @@ public interface I_I_ProductPlanning */ public int getM_Forecast_ID(); - public I_M_Forecast getM_Forecast() throws RuntimeException; + public org.compiere.model.I_M_Forecast getM_Forecast() throws RuntimeException; /** Column name M_ForecastLine_ID */ public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID"; @@ -279,7 +288,7 @@ public interface I_I_ProductPlanning */ public int getM_ForecastLine_ID(); - public I_M_ForecastLine getM_ForecastLine() throws RuntimeException; + public org.compiere.model.I_M_ForecastLine getM_ForecastLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -294,7 +303,7 @@ public interface I_I_ProductPlanning */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -309,7 +318,7 @@ public interface I_I_ProductPlanning */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name NetworkDistributionValue */ public static final String COLUMNNAME_NetworkDistributionValue = "NetworkDistributionValue"; @@ -412,7 +421,7 @@ public interface I_I_ProductPlanning /** Get Planner */ public int getPlanner_ID(); - public I_AD_User getPlanner() throws RuntimeException; + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException; /** Column name PlannerValue */ public static final String COLUMNNAME_PlannerValue = "PlannerValue"; @@ -566,7 +575,7 @@ public interface I_I_ProductPlanning */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name TimeFence */ public static final String COLUMNNAME_TimeFence = "TimeFence"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java index 7f87c267bd..b6774cd4c5 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_Collector.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Cost_Collector - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Cost_Collector { @@ -32,7 +32,7 @@ public interface I_PP_Cost_Collector public static final String Table_Name = "PP_Cost_Collector"; /** AD_Table_ID=53035 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53035; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -89,7 +89,7 @@ public interface I_PP_Cost_Collector */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name C_Activity_ID */ public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; @@ -104,7 +104,7 @@ public interface I_PP_Cost_Collector */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -119,7 +119,7 @@ public interface I_PP_Cost_Collector */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -134,7 +134,7 @@ public interface I_PP_Cost_Collector */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_DocTypeTarget_ID */ public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID"; @@ -149,7 +149,7 @@ public interface I_PP_Cost_Collector */ public int getC_DocTypeTarget_ID(); - public I_C_DocType getC_DocTypeTarget() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException; /** Column name CostCollectorType */ public static final String COLUMNNAME_CostCollectorType = "CostCollectorType"; @@ -177,7 +177,7 @@ public interface I_PP_Cost_Collector */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -208,7 +208,7 @@ public interface I_PP_Cost_Collector */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateAcct */ public static final String COLUMNNAME_DateAcct = "DateAcct"; @@ -384,7 +384,7 @@ public interface I_PP_Cost_Collector */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -399,7 +399,7 @@ public interface I_PP_Cost_Collector */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; @@ -423,6 +423,15 @@ public interface I_PP_Cost_Collector /** Get Manufacturing Cost Collector */ public int getPP_Cost_Collector_ID(); + /** Column name PP_Cost_Collector_UU */ + public static final String COLUMNNAME_PP_Cost_Collector_UU = "PP_Cost_Collector_UU"; + + /** Set PP_Cost_Collector_UU */ + public void setPP_Cost_Collector_UU (String PP_Cost_Collector_UU); + + /** Get PP_Cost_Collector_UU */ + public String getPP_Cost_Collector_UU(); + /** Column name PP_Order_BOMLine_ID */ public static final String COLUMNNAME_PP_Order_BOMLine_ID = "PP_Order_BOMLine_ID"; @@ -569,7 +578,7 @@ public interface I_PP_Cost_Collector */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; @@ -600,7 +609,7 @@ public interface I_PP_Cost_Collector */ public int getUser1_ID(); - public I_AD_User getUser1() throws RuntimeException; + public org.compiere.model.I_AD_User getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -615,5 +624,5 @@ public interface I_PP_Cost_Collector */ public int getUser2_ID(); - public I_AD_User getUser2() throws RuntimeException; + public org.compiere.model.I_AD_User getUser2() throws RuntimeException; } diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java index ac1aad6e04..34d0065317 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Cost_CollectorMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Cost_CollectorMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Cost_CollectorMA { @@ -32,7 +32,7 @@ public interface I_PP_Cost_CollectorMA public static final String Table_Name = "PP_Cost_CollectorMA"; /** AD_Table_ID=53062 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53062; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -140,6 +140,15 @@ public interface I_PP_Cost_CollectorMA /** Get Manufacturing Order MA */ public int getPP_Cost_CollectorMA_ID(); + /** Column name PP_Cost_CollectorMA_UU */ + public static final String COLUMNNAME_PP_Cost_CollectorMA_UU = "PP_Cost_CollectorMA_UU"; + + /** Set PP_Cost_CollectorMA_UU */ + public void setPP_Cost_CollectorMA_UU (String PP_Cost_CollectorMA_UU); + + /** Get PP_Cost_CollectorMA_UU */ + public String getPP_Cost_CollectorMA_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java b/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java index f4b0af0425..e1aa10aeae 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_MRP.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_MRP - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_MRP { @@ -32,7 +32,7 @@ public interface I_PP_MRP public static final String Table_Name = "PP_MRP"; /** AD_Table_ID=53043 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53043; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_MRP */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; @@ -91,7 +91,7 @@ public interface I_PP_MRP */ public int getC_Order_ID(); - public I_C_Order getC_Order() throws RuntimeException; + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_OrderLine_ID */ public static final String COLUMNNAME_C_OrderLine_ID = "C_OrderLine_ID"; @@ -106,7 +106,7 @@ public interface I_PP_MRP */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -302,7 +302,7 @@ public interface I_PP_MRP */ public int getM_Forecast_ID(); - public I_M_Forecast getM_Forecast() throws RuntimeException; + public org.compiere.model.I_M_Forecast getM_Forecast() throws RuntimeException; /** Column name M_ForecastLine_ID */ public static final String COLUMNNAME_M_ForecastLine_ID = "M_ForecastLine_ID"; @@ -317,7 +317,7 @@ public interface I_PP_MRP */ public int getM_ForecastLine_ID(); - public I_M_ForecastLine getM_ForecastLine() throws RuntimeException; + public org.compiere.model.I_M_ForecastLine getM_ForecastLine() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -332,7 +332,7 @@ public interface I_PP_MRP */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Requisition_ID */ public static final String COLUMNNAME_M_Requisition_ID = "M_Requisition_ID"; @@ -347,7 +347,7 @@ public interface I_PP_MRP */ public int getM_Requisition_ID(); - public I_M_Requisition getM_Requisition() throws RuntimeException; + public org.compiere.model.I_M_Requisition getM_Requisition() throws RuntimeException; /** Column name M_RequisitionLine_ID */ public static final String COLUMNNAME_M_RequisitionLine_ID = "M_RequisitionLine_ID"; @@ -362,7 +362,7 @@ public interface I_PP_MRP */ public int getM_RequisitionLine_ID(); - public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException; + public org.compiere.model.I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -377,7 +377,7 @@ public interface I_PP_MRP */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -414,7 +414,7 @@ public interface I_PP_MRP /** Get Planner */ public int getPlanner_ID(); - public I_AD_User getPlanner() throws RuntimeException; + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException; /** Column name PP_MRP_ID */ public static final String COLUMNNAME_PP_MRP_ID = "PP_MRP_ID"; @@ -429,6 +429,15 @@ public interface I_PP_MRP */ public int getPP_MRP_ID(); + /** Column name PP_MRP_UU */ + public static final String COLUMNNAME_PP_MRP_UU = "PP_MRP_UU"; + + /** Set PP_MRP_UU */ + public void setPP_MRP_UU (String PP_MRP_UU); + + /** Get PP_MRP_UU */ + public String getPP_MRP_UU(); + /** Column name PP_Order_BOMLine_ID */ public static final String COLUMNNAME_PP_Order_BOMLine_ID = "PP_Order_BOMLine_ID"; @@ -494,7 +503,7 @@ public interface I_PP_MRP */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name TypeMRP */ public static final String COLUMNNAME_TypeMRP = "TypeMRP"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java index edbf82daf3..2a28bea550 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order { @@ -32,7 +32,7 @@ public interface I_PP_Order public static final String Table_Name = "PP_Order"; /** AD_Table_ID=53027 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53027; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -89,7 +89,7 @@ public interface I_PP_Order */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Assay */ public static final String COLUMNNAME_Assay = "Assay"; @@ -117,7 +117,7 @@ public interface I_PP_Order */ public int getC_Activity_ID(); - public I_C_Activity getC_Activity() throws RuntimeException; + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException; /** Column name C_Campaign_ID */ public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; @@ -132,7 +132,7 @@ public interface I_PP_Order */ public int getC_Campaign_ID(); - public I_C_Campaign getC_Campaign() throws RuntimeException; + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException; /** Column name C_DocType_ID */ public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; @@ -147,7 +147,7 @@ public interface I_PP_Order */ public int getC_DocType_ID(); - public I_C_DocType getC_DocType() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException; /** Column name C_DocTypeTarget_ID */ public static final String COLUMNNAME_C_DocTypeTarget_ID = "C_DocTypeTarget_ID"; @@ -162,7 +162,7 @@ public interface I_PP_Order */ public int getC_DocTypeTarget_ID(); - public I_C_DocType getC_DocTypeTarget() throws RuntimeException; + public org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException; /** Column name CopyFrom */ public static final String COLUMNNAME_CopyFrom = "CopyFrom"; @@ -190,7 +190,7 @@ public interface I_PP_Order */ public int getC_OrderLine_ID(); - public I_C_OrderLine getC_OrderLine() throws RuntimeException; + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; @@ -205,7 +205,7 @@ public interface I_PP_Order */ public int getC_Project_ID(); - public I_C_Project getC_Project() throws RuntimeException; + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -236,7 +236,7 @@ public interface I_PP_Order */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateConfirm */ public static final String COLUMNNAME_DateConfirm = "DateConfirm"; @@ -540,7 +540,7 @@ public interface I_PP_Order */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -555,7 +555,7 @@ public interface I_PP_Order */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name OrderType */ public static final String COLUMNNAME_OrderType = "OrderType"; @@ -579,7 +579,7 @@ public interface I_PP_Order /** Get Planner */ public int getPlanner_ID(); - public I_AD_User getPlanner() throws RuntimeException; + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException; /** Column name Posted */ public static final String COLUMNNAME_Posted = "Posted"; @@ -607,6 +607,15 @@ public interface I_PP_Order */ public int getPP_Order_ID(); + /** Column name PP_Order_UU */ + public static final String COLUMNNAME_PP_Order_UU = "PP_Order_UU"; + + /** Set PP_Order_UU */ + public void setPP_Order_UU (String PP_Order_UU); + + /** Get PP_Order_UU */ + public String getPP_Order_UU(); + /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -801,7 +810,7 @@ public interface I_PP_Order */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; @@ -832,7 +841,7 @@ public interface I_PP_Order */ public int getUser1_ID(); - public I_C_ElementValue getUser1() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException; /** Column name User2_ID */ public static final String COLUMNNAME_User2_ID = "User2_ID"; @@ -847,7 +856,7 @@ public interface I_PP_Order */ public int getUser2_ID(); - public I_C_ElementValue getUser2() throws RuntimeException; + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException; /** Column name Yield */ public static final String COLUMNNAME_Yield = "Yield"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java index 5d12d362b6..880e008435 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_BOM { @@ -32,7 +32,7 @@ public interface I_PP_Order_BOM public static final String Table_Name = "PP_Order_BOM"; /** AD_Table_ID=53026 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53026; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -131,7 +131,7 @@ public interface I_PP_Order_BOM */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -213,7 +213,7 @@ public interface I_PP_Order_BOM */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -228,7 +228,7 @@ public interface I_PP_Order_BOM */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -252,6 +252,15 @@ public interface I_PP_Order_BOM /** Get Manufacturing Order BOM */ public int getPP_Order_BOM_ID(); + /** Column name PP_Order_BOM_UU */ + public static final String COLUMNNAME_PP_Order_BOM_UU = "PP_Order_BOM_UU"; + + /** Set PP_Order_BOM_UU */ + public void setPP_Order_BOM_UU (String PP_Order_BOM_UU); + + /** Get PP_Order_BOM_UU */ + public String getPP_Order_BOM_UU(); + /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java index 0dc0a80c96..da0cf9bac0 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_BOMLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOMLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_BOMLine { @@ -32,7 +32,7 @@ public interface I_PP_Order_BOMLine public static final String Table_Name = "PP_Order_BOMLine"; /** AD_Table_ID=53025 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53025; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_Order_BOMLine */ public int getAD_User_ID(); - public I_AD_User getAD_User() throws RuntimeException; + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Assay */ public static final String COLUMNNAME_Assay = "Assay"; @@ -159,7 +159,7 @@ public interface I_PP_Order_BOMLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; @@ -332,7 +332,7 @@ public interface I_PP_Order_BOMLine */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; @@ -362,7 +362,7 @@ public interface I_PP_Order_BOMLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -377,7 +377,7 @@ public interface I_PP_Order_BOMLine */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PP_Order_BOM_ID */ public static final String COLUMNNAME_PP_Order_BOM_ID = "PP_Order_BOM_ID"; @@ -399,6 +399,15 @@ public interface I_PP_Order_BOMLine /** Get Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID(); + /** Column name PP_Order_BOMLine_UU */ + public static final String COLUMNNAME_PP_Order_BOMLine_UU = "PP_Order_BOMLine_UU"; + + /** Set PP_Order_BOMLine_UU */ + public void setPP_Order_BOMLine_UU (String PP_Order_BOMLine_UU); + + /** Get PP_Order_BOMLine_UU */ + public String getPP_Order_BOMLine_UU(); + /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java index 0d20b911cc..cc52a26174 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Cost.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Cost - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_Cost { @@ -32,7 +32,7 @@ public interface I_PP_Order_Cost public static final String Table_Name = "PP_Order_Cost"; /** AD_Table_ID=53024 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53024; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_Order_Cost */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -91,7 +91,7 @@ public interface I_PP_Order_Cost */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name CostingMethod */ public static final String COLUMNNAME_CostingMethod = "CostingMethod"; @@ -246,7 +246,7 @@ public interface I_PP_Order_Cost */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_CostType_ID */ public static final String COLUMNNAME_M_CostType_ID = "M_CostType_ID"; @@ -261,7 +261,7 @@ public interface I_PP_Order_Cost */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws RuntimeException; + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -276,7 +276,7 @@ public interface I_PP_Order_Cost */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Order_Cost_ID */ public static final String COLUMNNAME_PP_Order_Cost_ID = "PP_Order_Cost_ID"; @@ -287,6 +287,15 @@ public interface I_PP_Order_Cost /** Get Manufacturing Order Cost */ public int getPP_Order_Cost_ID(); + /** Column name PP_Order_Cost_UU */ + public static final String COLUMNNAME_PP_Order_Cost_UU = "PP_Order_Cost_UU"; + + /** Set PP_Order_Cost_UU */ + public void setPP_Order_Cost_UU (String PP_Order_Cost_UU); + + /** Get PP_Order_Cost_UU */ + public String getPP_Order_Cost_UU(); + /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java index c8aab1eebb..fb6b21abd3 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_Node { @@ -32,7 +32,7 @@ public interface I_PP_Order_Node public static final String Table_Name = "PP_Order_Node"; /** AD_Table_ID=53022 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53022; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_Order_Node */ public int getAD_Column_ID(); - public I_AD_Column getAD_Column() throws RuntimeException; + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException; /** Column name AD_Form_ID */ public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID"; @@ -91,7 +91,7 @@ public interface I_PP_Order_Node */ public int getAD_Form_ID(); - public I_AD_Form getAD_Form() throws RuntimeException; + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException; /** Column name AD_Image_ID */ public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID"; @@ -106,7 +106,7 @@ public interface I_PP_Order_Node */ public int getAD_Image_ID(); - public I_AD_Image getAD_Image() throws RuntimeException; + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException; /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; @@ -134,7 +134,7 @@ public interface I_PP_Order_Node */ public int getAD_Process_ID(); - public I_AD_Process getAD_Process() throws RuntimeException; + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException; /** Column name AD_Task_ID */ public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; @@ -149,7 +149,7 @@ public interface I_PP_Order_Node */ public int getAD_Task_ID(); - public I_AD_Task getAD_Task() throws RuntimeException; + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException; /** Column name AD_WF_Block_ID */ public static final String COLUMNNAME_AD_WF_Block_ID = "AD_WF_Block_ID"; @@ -164,7 +164,7 @@ public interface I_PP_Order_Node */ public int getAD_WF_Block_ID(); - public I_AD_WF_Block getAD_WF_Block() throws RuntimeException; + public org.compiere.model.I_AD_WF_Block getAD_WF_Block() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -179,7 +179,7 @@ public interface I_PP_Order_Node */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -194,7 +194,7 @@ public interface I_PP_Order_Node */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AD_Window_ID */ public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; @@ -209,7 +209,7 @@ public interface I_PP_Order_Node */ public int getAD_Window_ID(); - public I_AD_Window getAD_Window() throws RuntimeException; + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -224,7 +224,7 @@ public interface I_PP_Order_Node */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name AttributeName */ public static final String COLUMNNAME_AttributeName = "AttributeName"; @@ -265,7 +265,7 @@ public interface I_PP_Order_Node */ public int getC_BPartner_ID(); - public I_C_BPartner getC_BPartner() throws RuntimeException; + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name Cost */ public static final String COLUMNNAME_Cost = "Cost"; @@ -592,6 +592,15 @@ public interface I_PP_Order_Node */ public int getPP_Order_Node_ID(); + /** Column name PP_Order_Node_UU */ + public static final String COLUMNNAME_PP_Order_Node_UU = "PP_Order_Node_UU"; + + /** Set PP_Order_Node_UU */ + public void setPP_Order_Node_UU (String PP_Order_Node_UU); + + /** Get PP_Order_Node_UU */ + public String getPP_Order_Node_UU(); + /** Column name PP_Order_Workflow_ID */ public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID"; @@ -730,7 +739,7 @@ public interface I_PP_Order_Node */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name StartMode */ public static final String COLUMNNAME_StartMode = "StartMode"; @@ -852,7 +861,7 @@ public interface I_PP_Order_Node */ public int getWorkflow_ID(); - public I_AD_Workflow getWorkflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getWorkflow() throws RuntimeException; /** Column name WorkingTime */ public static final String COLUMNNAME_WorkingTime = "WorkingTime"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java index 7e3379eb8a..02660681c2 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_NodeNext.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_NodeNext - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_NodeNext { @@ -32,7 +32,7 @@ public interface I_PP_Order_NodeNext public static final String Table_Name = "PP_Order_NodeNext"; /** AD_Table_ID=53023 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53023; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_Order_NodeNext */ public int getAD_WF_Next_ID(); - public I_AD_WF_Node getAD_WF_Next() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Next() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -91,7 +91,7 @@ public interface I_PP_Order_NodeNext */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -213,6 +213,15 @@ public interface I_PP_Order_NodeNext /** Get Manufacturing Order Activity Next */ public int getPP_Order_NodeNext_ID(); + /** Column name PP_Order_NodeNext_UU */ + public static final String COLUMNNAME_PP_Order_NodeNext_UU = "PP_Order_NodeNext_UU"; + + /** Set PP_Order_NodeNext_UU */ + public void setPP_Order_NodeNext_UU (String PP_Order_NodeNext_UU); + + /** Get PP_Order_NodeNext_UU */ + public String getPP_Order_NodeNext_UU(); + /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java index ee024b2002..addfeaafd1 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_Node_Asset { @@ -32,7 +32,7 @@ public interface I_PP_Order_Node_Asset public static final String Table_Name = "PP_Order_Node_Asset"; /** AD_Table_ID=53031 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53031; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -55,7 +55,7 @@ public interface I_PP_Order_Node_Asset */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -131,6 +131,15 @@ public interface I_PP_Order_Node_Asset /** Get Manufacturing Order Activity Asset */ public int getPP_Order_Node_Asset_ID(); + /** Column name PP_Order_Node_Asset_UU */ + public static final String COLUMNNAME_PP_Order_Node_Asset_UU = "PP_Order_Node_Asset_UU"; + + /** Set PP_Order_Node_Asset_UU */ + public void setPP_Order_Node_Asset_UU (String PP_Order_Node_Asset_UU); + + /** Get PP_Order_Node_Asset_UU */ + public String getPP_Order_Node_Asset_UU(); + /** Column name PP_Order_Node_ID */ public static final String COLUMNNAME_PP_Order_Node_ID = "PP_Order_Node_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java index cd55b4bb1d..a4375d594e 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Node_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Node_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_Node_Product { @@ -32,7 +32,7 @@ public interface I_PP_Order_Node_Product public static final String Table_Name = "PP_Order_Node_Product"; /** AD_Table_ID=53030 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53030; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -114,7 +114,7 @@ public interface I_PP_Order_Node_Product */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; @@ -155,6 +155,15 @@ public interface I_PP_Order_Node_Product /** Get Manufacturing Order Activity Product */ public int getPP_Order_Node_Product_ID(); + /** Column name PP_Order_Node_Product_UU */ + public static final String COLUMNNAME_PP_Order_Node_Product_UU = "PP_Order_Node_Product_UU"; + + /** Set PP_Order_Node_Product_UU */ + public void setPP_Order_Node_Product_UU (String PP_Order_Node_Product_UU); + + /** Get PP_Order_Node_Product_UU */ + public String getPP_Order_Node_Product_UU(); + /** Column name PP_Order_Workflow_ID */ public static final String COLUMNNAME_PP_Order_Workflow_ID = "PP_Order_Workflow_ID"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java index 0192722433..6563cda632 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Order_Workflow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_Workflow - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Order_Workflow { @@ -32,7 +32,7 @@ public interface I_PP_Order_Workflow public static final String Table_Name = "PP_Order_Workflow"; /** AD_Table_ID=53029 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53029; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -89,7 +89,7 @@ public interface I_PP_Order_Workflow */ public int getAD_Table_ID(); - public I_AD_Table getAD_Table() throws RuntimeException; + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException; /** Column name AD_WF_Node_ID */ public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID"; @@ -104,7 +104,7 @@ public interface I_PP_Order_Workflow */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name AD_WF_Responsible_ID */ public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID"; @@ -119,7 +119,7 @@ public interface I_PP_Order_Workflow */ public int getAD_WF_Responsible_ID(); - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException; /** Column name AD_Workflow_ID */ public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; @@ -134,7 +134,7 @@ public interface I_PP_Order_Workflow */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name AD_WorkflowProcessor_ID */ public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID"; @@ -149,7 +149,7 @@ public interface I_PP_Order_Workflow */ public int getAD_WorkflowProcessor_ID(); - public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException; + public org.compiere.model.I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException; /** Column name Author */ public static final String COLUMNNAME_Author = "Author"; @@ -386,6 +386,15 @@ public interface I_PP_Order_Workflow /** Get Manufacturing Order Workflow */ public int getPP_Order_Workflow_ID(); + /** Column name PP_Order_Workflow_UU */ + public static final String COLUMNNAME_PP_Order_Workflow_UU = "PP_Order_Workflow_UU"; + + /** Set PP_Order_Workflow_UU */ + public void setPP_Order_Workflow_UU (String PP_Order_Workflow_UU); + + /** Get PP_Order_Workflow_UU */ + public String getPP_Order_Workflow_UU(); + /** Column name Priority */ public static final String COLUMNNAME_Priority = "Priority"; @@ -469,7 +478,7 @@ public interface I_PP_Order_Workflow */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name UnitsCycles */ public static final String COLUMNNAME_UnitsCycles = "UnitsCycles"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java index 04ef19cd02..562840009e 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Product_BOM { @@ -32,7 +32,7 @@ public interface I_PP_Product_BOM public static final String Table_Name = "PP_Product_BOM"; /** AD_Table_ID=53018 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53018; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -131,7 +131,7 @@ public interface I_PP_Product_BOM */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -213,7 +213,7 @@ public interface I_PP_Product_BOM */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -228,7 +228,7 @@ public interface I_PP_Product_BOM */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -256,6 +256,15 @@ public interface I_PP_Product_BOM */ public int getPP_Product_BOM_ID(); + /** Column name PP_Product_BOM_UU */ + public static final String COLUMNNAME_PP_Product_BOM_UU = "PP_Product_BOM_UU"; + + /** Set PP_Product_BOM_UU */ + public void setPP_Product_BOM_UU (String PP_Product_BOM_UU); + + /** Get PP_Product_BOM_UU */ + public String getPP_Product_BOM_UU(); + /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java index 845fb660c7..2422bf2e9b 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_BOMLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_BOMLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Product_BOMLine { @@ -32,7 +32,7 @@ public interface I_PP_Product_BOMLine public static final String Table_Name = "PP_Product_BOMLine"; /** AD_Table_ID=53019 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53019; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -144,7 +144,7 @@ public interface I_PP_Product_BOMLine */ public int getC_UOM_ID(); - public I_C_UOM getC_UOM() throws RuntimeException; + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; @@ -304,7 +304,7 @@ public interface I_PP_Product_BOMLine */ public int getM_ChangeNotice_ID(); - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -319,7 +319,7 @@ public interface I_PP_Product_BOMLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -349,6 +349,15 @@ public interface I_PP_Product_BOMLine */ public int getPP_Product_BOMLine_ID(); + /** Column name PP_Product_BOMLine_UU */ + public static final String COLUMNNAME_PP_Product_BOMLine_UU = "PP_Product_BOMLine_UU"; + + /** Set PP_Product_BOMLine_UU */ + public void setPP_Product_BOMLine_UU (String PP_Product_BOMLine_UU); + + /** Get PP_Product_BOMLine_UU */ + public String getPP_Product_BOMLine_UU(); + /** Column name QtyBatch */ public static final String COLUMNNAME_QtyBatch = "QtyBatch"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java index 9235e97373..c84433c8ab 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_Product_Planning.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Product_Planning - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_Product_Planning { @@ -32,7 +32,7 @@ public interface I_PP_Product_Planning public static final String Table_Name = "PP_Product_Planning"; /** AD_Table_ID=53020 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53020; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_Product_Planning */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -147,14 +147,10 @@ public interface I_PP_Product_Planning /** Column name IsMPS */ public static final String COLUMNNAME_IsMPS = "IsMPS"; - /** Set Is MPS. - * Determines if this product is part of the master production schedule - */ + /** Set Is MPS */ public void setIsMPS (boolean IsMPS); - /** Get Is MPS. - * Determines if this product is part of the master production schedule - */ + /** Get Is MPS */ public boolean isMPS(); /** Column name IsPhantom */ @@ -201,7 +197,7 @@ public interface I_PP_Product_Planning */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; @@ -216,7 +212,7 @@ public interface I_PP_Product_Planning */ public int getM_Warehouse_ID(); - public I_M_Warehouse getM_Warehouse() throws RuntimeException; + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name Order_Max */ public static final String COLUMNNAME_Order_Max = "Order_Max"; @@ -284,6 +280,17 @@ public interface I_PP_Product_Planning /** Get Order Qty */ public BigDecimal getOrder_Qty(); + /** Column name Planner_ID */ + public static final String COLUMNNAME_Planner_ID = "Planner_ID"; + + /** Set Planner */ + public void setPlanner_ID (int Planner_ID); + + /** Get Planner */ + public int getPlanner_ID(); + + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException; + /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -308,16 +315,27 @@ public interface I_PP_Product_Planning /** Get Product Planning */ public int getPP_Product_Planning_ID(); - /** Column name Planner_ID */ - public static final String COLUMNNAME_Planner_ID = "Planner_ID"; + /** Column name PP_Product_Planning_UU */ + public static final String COLUMNNAME_PP_Product_Planning_UU = "PP_Product_Planning_UU"; - /** Set Planner */ - public void setPlanner_ID (int Planner_ID); + /** Set PP_Product_Planning_UU */ + public void setPP_Product_Planning_UU (String PP_Product_Planning_UU); - /** Get Planner */ - public int getPlanner_ID(); + /** Get PP_Product_Planning_UU */ + public String getPP_Product_Planning_UU(); - public I_AD_User getPlanner() throws RuntimeException; + /** Column name SafetyStock */ + public static final String COLUMNNAME_SafetyStock = "SafetyStock"; + + /** Set Safety Stock Qty. + * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public void setSafetyStock (BigDecimal SafetyStock); + + /** Get Safety Stock Qty. + * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs + */ + public BigDecimal getSafetyStock(); /** Column name S_Resource_ID */ public static final String COLUMNNAME_S_Resource_ID = "S_Resource_ID"; @@ -332,20 +350,7 @@ public interface I_PP_Product_Planning */ public int getS_Resource_ID(); - public I_S_Resource getS_Resource() throws RuntimeException; - - /** Column name SafetyStock */ - public static final String COLUMNNAME_SafetyStock = "SafetyStock"; - - /** Set Safety Stock Qty. - * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ - public void setSafetyStock (BigDecimal SafetyStock); - - /** Get Safety Stock Qty. - * Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs - */ - public BigDecimal getSafetyStock(); + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException; /** Column name TimeFence */ public static final String COLUMNNAME_TimeFence = "TimeFence"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java index ff16b1a97f..869183c1f8 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_WF_Node_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_WF_Node_Asset { @@ -32,7 +32,7 @@ public interface I_PP_WF_Node_Asset public static final String Table_Name = "PP_WF_Node_Asset"; /** AD_Table_ID=53017 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53017; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -55,7 +55,7 @@ public interface I_PP_WF_Node_Asset */ public int getA_Asset_ID(); - public I_A_Asset getA_Asset() throws RuntimeException; + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException; /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; @@ -91,7 +91,7 @@ public interface I_PP_WF_Node_Asset */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -131,6 +131,15 @@ public interface I_PP_WF_Node_Asset /** Get Workflow Node Asset */ public int getPP_WF_Node_Asset_ID(); + /** Column name PP_WF_Node_Asset_UU */ + public static final String COLUMNNAME_PP_WF_Node_Asset_UU = "PP_WF_Node_Asset_UU"; + + /** Set PP_WF_Node_Asset_UU */ + public void setPP_WF_Node_Asset_UU (String PP_WF_Node_Asset_UU); + + /** Get PP_WF_Node_Asset_UU */ + public String getPP_WF_Node_Asset_UU(); + /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java index 3e4bc7a98c..ba6ca0acd8 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/I_PP_WF_Node_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_WF_Node_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_PP_WF_Node_Product { @@ -32,7 +32,7 @@ public interface I_PP_WF_Node_Product public static final String Table_Name = "PP_WF_Node_Product"; /** AD_Table_ID=53016 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53016; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_PP_WF_Node_Product */ public int getAD_WF_Node_ID(); - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException; + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException; /** Column name ConfigurationLevel */ public static final String COLUMNNAME_ConfigurationLevel = "ConfigurationLevel"; @@ -157,7 +157,7 @@ public interface I_PP_WF_Node_Product */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PP_WF_Node_Product_ID */ public static final String COLUMNNAME_PP_WF_Node_Product_ID = "PP_WF_Node_Product_ID"; @@ -168,6 +168,15 @@ public interface I_PP_WF_Node_Product /** Get Workflow Node Product */ public int getPP_WF_Node_Product_ID(); + /** Column name PP_WF_Node_Product_UU */ + public static final String COLUMNNAME_PP_WF_Node_Product_UU = "PP_WF_Node_Product_UU"; + + /** Set PP_WF_Node_Product_UU */ + public void setPP_WF_Node_Product_UU (String PP_WF_Node_Product_UU); + + /** Get PP_WF_Node_Product_UU */ + public String getPP_WF_Node_Product_UU(); + /** Column name Qty */ public static final String COLUMNNAME_Qty = "Qty"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java b/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java index f32d1db329..b02b308de3 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java +++ b/org.adempiere.base/src/org/eevolution/model/I_QM_Specification.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for QM_Specification - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_QM_Specification { @@ -32,7 +32,7 @@ public interface I_QM_Specification public static final String Table_Name = "QM_Specification"; /** AD_Table_ID=53040 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53040; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_QM_Specification */ public int getAD_Workflow_ID(); - public I_AD_Workflow getAD_Workflow() throws RuntimeException; + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -133,7 +133,7 @@ public interface I_QM_Specification */ public int getM_AttributeSet_ID(); - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException; + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -148,7 +148,7 @@ public interface I_QM_Specification */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; @@ -187,6 +187,15 @@ public interface I_QM_Specification /** Get Quality Specification */ public int getQM_Specification_ID(); + /** Column name QM_Specification_UU */ + public static final String COLUMNNAME_QM_Specification_UU = "QM_Specification_UU"; + + /** Set QM_Specification_UU */ + public void setQM_Specification_UU (String QM_Specification_UU); + + /** Get QM_Specification_UU */ + public String getQM_Specification_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java b/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java index 495254a9de..14f4338292 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_QM_SpecificationLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for QM_SpecificationLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_QM_SpecificationLine { @@ -32,7 +32,7 @@ public interface I_QM_SpecificationLine public static final String Table_Name = "QM_SpecificationLine"; /** AD_Table_ID=53041 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53041; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -118,7 +118,7 @@ public interface I_QM_SpecificationLine */ public int getM_Attribute_ID(); - public I_M_Attribute getM_Attribute() throws RuntimeException; + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException; /** Column name Operation */ public static final String COLUMNNAME_Operation = "Operation"; @@ -153,6 +153,15 @@ public interface I_QM_SpecificationLine /** Get QM Specification Line */ public int getQM_SpecificationLine_ID(); + /** Column name QM_SpecificationLine_UU */ + public static final String COLUMNNAME_QM_SpecificationLine_UU = "QM_SpecificationLine_UU"; + + /** Set QM_SpecificationLine_UU */ + public void setQM_SpecificationLine_UU (String QM_SpecificationLine_UU); + + /** Get QM_SpecificationLine_UU */ + public String getQM_SpecificationLine_UU(); + /** Column name SeqNo */ public static final String COLUMNNAME_SeqNo = "SeqNo"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java index 65cf4140e0..6c0ed8659e 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/I_T_BOMLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for T_BOMLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_BOMLine { @@ -32,7 +32,7 @@ public interface I_T_BOMLine public static final String Table_Name = "T_BOMLine"; /** AD_Table_ID=53045 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53045; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_T_BOMLine */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; @@ -91,7 +91,7 @@ public interface I_T_BOMLine */ public int getC_AcctSchema_ID(); - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException; + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name Cost */ public static final String COLUMNNAME_Cost = "Cost"; @@ -262,7 +262,7 @@ public interface I_T_BOMLine */ public int getM_CostElement_ID(); - public I_M_CostElement getM_CostElement() throws RuntimeException; + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException; /** Column name M_CostType_ID */ public static final String COLUMNNAME_M_CostType_ID = "M_CostType_ID"; @@ -277,7 +277,7 @@ public interface I_T_BOMLine */ public int getM_CostType_ID(); - public I_M_CostType getM_CostType() throws RuntimeException; + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; @@ -292,7 +292,7 @@ public interface I_T_BOMLine */ public int getM_Product_ID(); - public I_M_Product getM_Product() throws RuntimeException; + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name PP_Product_BOM_ID */ public static final String COLUMNNAME_PP_Product_BOM_ID = "PP_Product_BOM_ID"; @@ -370,6 +370,15 @@ public interface I_T_BOMLine /** Get Temporal BOM Line */ public int getT_BOMLine_ID(); + /** Column name T_BOMLine_UU */ + public static final String COLUMNNAME_T_BOMLine_UU = "T_BOMLine_UU"; + + /** Set T_BOMLine_UU */ + public void setT_BOMLine_UU (String T_BOMLine_UU); + + /** Get T_BOMLine_UU */ + public String getT_BOMLine_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java b/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java index 8fe60040c2..809dbea865 100644 --- a/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java +++ b/org.adempiere.base/src/org/eevolution/model/I_T_MRP_CRP.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,8 +22,8 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for T_MRP_CRP - * @author Adempiere (generated) - * @version Release 3.6.0LTS + * @author iDempiere (generated) + * @version Release 1.0a */ public interface I_T_MRP_CRP { @@ -32,7 +32,7 @@ public interface I_T_MRP_CRP public static final String Table_Name = "T_MRP_CRP"; /** AD_Table_ID=53044 */ - public static final int Table_ID = MTable.getTable_ID(Table_Name); + public static final int Table_ID = 53044; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); @@ -76,7 +76,7 @@ public interface I_T_MRP_CRP */ public int getAD_PInstance_ID(); - public I_AD_PInstance getAD_PInstance() throws RuntimeException; + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; @@ -144,6 +144,15 @@ public interface I_T_MRP_CRP /** Get Temporal MRP & CRP */ public int getT_MRP_CRP_ID(); + /** Column name T_MRP_CRP_UU */ + public static final String COLUMNNAME_T_MRP_CRP_UU = "T_MRP_CRP_UU"; + + /** Set T_MRP_CRP_UU */ + public void setT_MRP_CRP_UU (String T_MRP_CRP_UU); + + /** Get T_MRP_CRP_UU */ + public String getT_MRP_CRP_UU(); + /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java index edd24c70a7..e76726ca70 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxBase.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxBase - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxBase (Properties ctx, int C_TaxBase_ID, String trxName) @@ -121,6 +121,20 @@ public class X_C_TaxBase extends PO implements I_C_TaxBase, I_Persistent return ii.intValue(); } + /** Set C_TaxBase_UU. + @param C_TaxBase_UU C_TaxBase_UU */ + public void setC_TaxBase_UU (String C_TaxBase_UU) + { + set_Value (COLUMNNAME_C_TaxBase_UU, C_TaxBase_UU); + } + + /** Get C_TaxBase_UU. + @return C_TaxBase_UU */ + public String getC_TaxBase_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxBase_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java index 8422e586d2..c61e5302af 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxDefinition.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxDefinition - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxDefinition (Properties ctx, int C_TaxDefinition_ID, String trxName) @@ -74,9 +74,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return sb.toString(); } - public I_AD_OrgType getAD_OrgType() throws RuntimeException + public org.compiere.model.I_AD_OrgType getAD_OrgType() throws RuntimeException { - return (I_AD_OrgType)MTable.get(getCtx(), I_AD_OrgType.Table_Name) + return (org.compiere.model.I_AD_OrgType)MTable.get(getCtx(), org.compiere.model.I_AD_OrgType.Table_Name) .getPO(getAD_OrgType_ID(), get_TrxName()); } /** Set Organization Type. @@ -102,9 +102,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -130,9 +130,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -183,9 +183,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_C_TaxCategory getC_TaxCategory() throws RuntimeException + public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { - return (I_C_TaxCategory)MTable.get(getCtx(), I_C_TaxCategory.Table_Name) + return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_Name) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. @@ -231,6 +231,20 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } + /** Set C_TaxDefinition_UU. + @param C_TaxDefinition_UU C_TaxDefinition_UU */ + public void setC_TaxDefinition_UU (String C_TaxDefinition_UU) + { + set_Value (COLUMNNAME_C_TaxDefinition_UU, C_TaxDefinition_UU); + } + + /** Get C_TaxDefinition_UU. + @return C_TaxDefinition_UU */ + public String getC_TaxDefinition_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxDefinition_UU); + } + public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException { return (org.eevolution.model.I_C_TaxGroup)MTable.get(getCtx(), org.eevolution.model.I_C_TaxGroup.Table_Name) @@ -256,9 +270,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_C_Tax getC_Tax() throws RuntimeException + public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { - return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) + return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_Name) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @@ -401,9 +415,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_M_Product_Category getM_Product_Category() throws RuntimeException + public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { - return (I_M_Product_Category)MTable.get(getCtx(), I_M_Product_Category.Table_Name) + return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_Name) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @@ -429,9 +443,9 @@ public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persis return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java index db0c27d00c..0b39cca10c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxGroup.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxGroup - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxGroup (Properties ctx, int C_TaxGroup_ID, String trxName) @@ -93,6 +93,20 @@ public class X_C_TaxGroup extends PO implements I_C_TaxGroup, I_Persistent return ii.intValue(); } + /** Set C_TaxGroup_UU. + @param C_TaxGroup_UU C_TaxGroup_UU */ + public void setC_TaxGroup_UU (String C_TaxGroup_UU) + { + set_Value (COLUMNNAME_C_TaxGroup_UU, C_TaxGroup_UU); + } + + /** Get C_TaxGroup_UU. + @return C_TaxGroup_UU */ + public String getC_TaxGroup_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxGroup_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java b/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java index ca32975bed..d1d8abe1de 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java +++ b/org.adempiere.base/src/org/eevolution/model/X_C_TaxType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_C_TaxType (Properties ctx, int C_TaxType_ID, String trxName) @@ -93,6 +93,20 @@ public class X_C_TaxType extends PO implements I_C_TaxType, I_Persistent return ii.intValue(); } + /** Set C_TaxType_UU. + @param C_TaxType_UU C_TaxType_UU */ + public void setC_TaxType_UU (String C_TaxType_UU) + { + set_Value (COLUMNNAME_C_TaxType_UU, C_TaxType_UU); + } + + /** Get C_TaxType_UU. + @return C_TaxType_UU */ + public String getC_TaxType_UU () + { + return (String)get_Value(COLUMNNAME_C_TaxType_UU); + } + /** Set Description. @param Description Optional short description of the record diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java index a9c0359a76..c59212d8c9 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistribution.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for DD_NetworkDistribution - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribution, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_DD_NetworkDistribution (Properties ctx, int DD_NetworkDistribution_ID, String trxName) @@ -111,6 +111,20 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu return ii.intValue(); } + /** Set DD_NetworkDistribution_UU. + @param DD_NetworkDistribution_UU DD_NetworkDistribution_UU */ + public void setDD_NetworkDistribution_UU (String DD_NetworkDistribution_UU) + { + set_Value (COLUMNNAME_DD_NetworkDistribution_UU, DD_NetworkDistribution_UU); + } + + /** Get DD_NetworkDistribution_UU. + @return DD_NetworkDistribution_UU */ + public String getDD_NetworkDistribution_UU () + { + return (String)get_Value(COLUMNNAME_DD_NetworkDistribution_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -162,9 +176,9 @@ public class X_DD_NetworkDistribution extends PO implements I_DD_NetworkDistribu return (String)get_Value(COLUMNNAME_Help); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java index a729538ce9..6ca85521d7 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_NetworkDistributionLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for DD_NetworkDistributionLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDistributionLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_DD_NetworkDistributionLine (Properties ctx, int DD_NetworkDistributionLine_ID, String trxName) @@ -123,9 +123,23 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + /** Set DD_NetworkDistributionLine_UU. + @param DD_NetworkDistributionLine_UU DD_NetworkDistributionLine_UU */ + public void setDD_NetworkDistributionLine_UU (String DD_NetworkDistributionLine_UU) + { + set_Value (COLUMNNAME_DD_NetworkDistributionLine_UU, DD_NetworkDistributionLine_UU); + } + + /** Get DD_NetworkDistributionLine_UU. + @return DD_NetworkDistributionLine_UU */ + public String getDD_NetworkDistributionLine_UU () + { + return (String)get_Value(COLUMNNAME_DD_NetworkDistributionLine_UU); + } + + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -151,9 +165,9 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -179,9 +193,9 @@ public class X_DD_NetworkDistributionLine extends PO implements I_DD_NetworkDist return ii.intValue(); } - public I_M_Warehouse getM_WarehouseSource() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_WarehouseSource() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_WarehouseSource_ID(), get_TrxName()); } /** Set Source Warehouse. diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java b/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java index 5c94784347..771eeb0e31 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for DD_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_DD_Order (Properties ctx, int DD_Order_ID, String trxName) @@ -127,9 +127,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -155,9 +155,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -183,9 +183,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -211,9 +211,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException + public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { - return (I_C_BPartner_Location)MTable.get(getCtx(), I_C_BPartner_Location.Table_Name) + return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_Name) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @@ -239,9 +239,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -267,9 +267,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -295,9 +295,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -343,9 +343,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return bd; } - public I_C_Invoice getC_Invoice() throws RuntimeException + public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { - return (I_C_Invoice)MTable.get(getCtx(), I_C_Invoice.Table_Name) + return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_Name) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @@ -371,9 +371,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -399,9 +399,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -560,6 +560,20 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } + /** Set DD_Order_UU. + @param DD_Order_UU DD_Order_UU */ + public void setDD_Order_UU (String DD_Order_UU) + { + set_Value (COLUMNNAME_DD_Order_UU, DD_Order_UU); + } + + /** Get DD_Order_UU. + @return DD_Order_UU */ + public String getDD_Order_UU () + { + return (String)get_Value(COLUMNNAME_DD_Order_UU); + } + /** DeliveryRule AD_Reference_ID=151 */ public static final int DELIVERYRULE_AD_Reference_ID=151; /** After Receipt = R */ @@ -1003,9 +1017,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return false; } - public I_M_Shipper getM_Shipper() throws RuntimeException + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -1031,9 +1045,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -1255,9 +1269,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_AD_User getSalesRep() throws RuntimeException + public org.compiere.model.I_AD_User getSalesRep() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSalesRep_ID(), get_TrxName()); } /** Set Sales Representative. @@ -1341,9 +1355,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return (String)get_Value(COLUMNNAME_TrackingNo); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1369,9 +1383,9 @@ public class X_DD_Order extends PO implements I_DD_Order, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java b/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java index 48011b4cb7..bbc330a02c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_DD_OrderLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for DD_OrderLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_DD_OrderLine (Properties ctx, int DD_OrderLine_ID, String trxName) @@ -111,9 +111,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -139,9 +139,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -167,9 +167,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -215,9 +215,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return bd; } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -243,9 +243,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -367,6 +367,20 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } + /** Set DD_OrderLine_UU. + @param DD_OrderLine_UU DD_OrderLine_UU */ + public void setDD_OrderLine_UU (String DD_OrderLine_UU) + { + set_Value (COLUMNNAME_DD_OrderLine_UU, DD_OrderLine_UU); + } + + /** Get DD_OrderLine_UU. + @return DD_OrderLine_UU */ + public String getDD_OrderLine_UU () + { + return (String)get_Value(COLUMNNAME_DD_OrderLine_UU); + } + /** Set Description. @param Description Optional short description of the record @@ -556,9 +570,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Locator getM_Locator() throws RuntimeException + public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException { - return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) + return (org.compiere.model.I_M_Locator)MTable.get(getCtx(), org.compiere.model.I_M_Locator.Table_Name) .getPO(getM_Locator_ID(), get_TrxName()); } /** Set Locator. @@ -584,9 +598,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Locator getM_LocatorTo() throws RuntimeException + public org.compiere.model.I_M_Locator getM_LocatorTo() throws RuntimeException { - return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) + return (org.compiere.model.I_M_Locator)MTable.get(getCtx(), org.compiere.model.I_M_Locator.Table_Name) .getPO(getM_LocatorTo_ID(), get_TrxName()); } /** Set Locator To. @@ -612,9 +626,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -640,9 +654,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_M_Shipper getM_Shipper() throws RuntimeException + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) .getPO(getM_Shipper_ID(), get_TrxName()); } /** Set Shipper. @@ -846,9 +860,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return bd; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -874,9 +888,9 @@ public class X_DD_OrderLine extends PO implements I_DD_OrderLine, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java index 82c213f38d..d26266bfa1 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Attribute.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for HR_Attribute - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Attribute (Properties ctx, int HR_Attribute_ID, String trxName) @@ -75,9 +75,9 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return sb.toString(); } - public I_AD_Rule getAD_Rule() throws RuntimeException + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException { - return (I_AD_Rule)MTable.get(getCtx(), I_AD_Rule.Table_Name) + return (org.compiere.model.I_AD_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Rule.Table_Name) .getPO(getAD_Rule_ID(), get_TrxName()); } /** Set Rule. @@ -120,9 +120,9 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return bd; } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -232,6 +232,20 @@ public class X_HR_Attribute extends PO implements I_HR_Attribute, I_Persistent return ii.intValue(); } + /** Set HR_Attribute_UU. + @param HR_Attribute_UU HR_Attribute_UU */ + public void setHR_Attribute_UU (String HR_Attribute_UU) + { + set_Value (COLUMNNAME_HR_Attribute_UU, HR_Attribute_UU); + } + + /** Get HR_Attribute_UU. + @return HR_Attribute_UU */ + public String getHR_Attribute_UU () + { + return (String)get_Value(COLUMNNAME_HR_Attribute_UU); + } + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException { return (org.eevolution.model.I_HR_Concept)MTable.get(getCtx(), org.eevolution.model.I_HR_Concept.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java index 585ed14ba5..f595cd74d5 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Concept - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Concept (Properties ctx, int HR_Concept_ID, String trxName) @@ -101,9 +101,9 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return (String)get_Value(COLUMNNAME_AccountSign); } - public I_AD_Reference getAD_Reference() throws RuntimeException + public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException { - return (I_AD_Reference)MTable.get(getCtx(), I_AD_Reference.Table_Name) + return (org.compiere.model.I_AD_Reference)MTable.get(getCtx(), org.compiere.model.I_AD_Reference.Table_Name) .getPO(getAD_Reference_ID(), get_TrxName()); } /** Set Reference. @@ -181,9 +181,9 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent public void setHR_Concept_Category_ID (int HR_Concept_Category_ID) { if (HR_Concept_Category_ID < 1) - set_ValueNoCheck (COLUMNNAME_HR_Concept_Category_ID, null); + set_Value (COLUMNNAME_HR_Concept_Category_ID, null); else - set_ValueNoCheck (COLUMNNAME_HR_Concept_Category_ID, Integer.valueOf(HR_Concept_Category_ID)); + set_Value (COLUMNNAME_HR_Concept_Category_ID, Integer.valueOf(HR_Concept_Category_ID)); } /** Get Payroll Concept Category. @@ -216,6 +216,20 @@ public class X_HR_Concept extends PO implements I_HR_Concept, I_Persistent return ii.intValue(); } + /** Set HR_Concept_UU. + @param HR_Concept_UU HR_Concept_UU */ + public void setHR_Concept_UU (String HR_Concept_UU) + { + set_Value (COLUMNNAME_HR_Concept_UU, HR_Concept_UU); + } + + /** Get HR_Concept_UU. + @return HR_Concept_UU */ + public String getHR_Concept_UU () + { + return (String)get_Value(COLUMNNAME_HR_Concept_UU); + } + public org.eevolution.model.I_HR_Department getHR_Department() throws RuntimeException { return (org.eevolution.model.I_HR_Department)MTable.get(getCtx(), org.eevolution.model.I_HR_Department.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java index c592b6e430..0fb113b999 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Acct.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for HR_Concept_Acct - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Concept_Acct (Properties ctx, int HR_Concept_Acct_ID, String trxName) @@ -74,9 +74,9 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return sb.toString(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -102,9 +102,9 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -150,6 +150,20 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return ii.intValue(); } + /** Set HR_Concept_Acct_UU. + @param HR_Concept_Acct_UU HR_Concept_Acct_UU */ + public void setHR_Concept_Acct_UU (String HR_Concept_Acct_UU) + { + set_Value (COLUMNNAME_HR_Concept_Acct_UU, HR_Concept_Acct_UU); + } + + /** Get HR_Concept_Acct_UU. + @return HR_Concept_Acct_UU */ + public String getHR_Concept_Acct_UU () + { + return (String)get_Value(COLUMNNAME_HR_Concept_Acct_UU); + } + public org.eevolution.model.I_HR_Concept getHR_Concept() throws RuntimeException { return (org.eevolution.model.I_HR_Concept)MTable.get(getCtx(), org.eevolution.model.I_HR_Concept.Table_Name) @@ -243,9 +257,9 @@ public class X_HR_Concept_Acct extends PO implements I_HR_Concept_Acct, I_Persis return false; } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java index 1667989e98..3e65bfe72c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Concept_Category.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Concept_Category - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Concept_Category (Properties ctx, int HR_Concept_Category_ID, String trxName) @@ -131,6 +131,20 @@ public class X_HR_Concept_Category extends PO implements I_HR_Concept_Category, return ii.intValue(); } + /** Set HR_Concept_Category_UU. + @param HR_Concept_Category_UU HR_Concept_Category_UU */ + public void setHR_Concept_Category_UU (String HR_Concept_Category_UU) + { + set_Value (COLUMNNAME_HR_Concept_Category_UU, HR_Concept_Category_UU); + } + + /** Get HR_Concept_Category_UU. + @return HR_Concept_Category_UU */ + public String getHR_Concept_Category_UU () + { + return (String)get_Value(COLUMNNAME_HR_Concept_Category_UU); + } + /** Set Default. @param IsDefault Default value diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java index e513ab75d9..4a311f3daa 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Contract.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Contract - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Contract (Properties ctx, int HR_Contract_ID, String trxName) @@ -73,9 +73,9 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -101,9 +101,9 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -129,9 +129,9 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -194,6 +194,20 @@ public class X_HR_Contract extends PO implements I_HR_Contract, I_Persistent return ii.intValue(); } + /** Set HR_Contract_UU. + @param HR_Contract_UU HR_Contract_UU */ + public void setHR_Contract_UU (String HR_Contract_UU) + { + set_Value (COLUMNNAME_HR_Contract_UU, HR_Contract_UU); + } + + /** Get HR_Contract_UU. + @return HR_Contract_UU */ + public String getHR_Contract_UU () + { + return (String)get_Value(COLUMNNAME_HR_Contract_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java index 67259cefbf..b44fafbb82 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Department.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Department - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Department (Properties ctx, int HR_Department_ID, String trxName) @@ -72,9 +72,9 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent return sb.toString(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -137,6 +137,20 @@ public class X_HR_Department extends PO implements I_HR_Department, I_Persistent return ii.intValue(); } + /** Set HR_Department_UU. + @param HR_Department_UU HR_Department_UU */ + public void setHR_Department_UU (String HR_Department_UU) + { + set_Value (COLUMNNAME_HR_Department_UU, HR_Department_UU); + } + + /** Get HR_Department_UU. + @return HR_Department_UU */ + public String getHR_Department_UU () + { + return (String)get_Value(COLUMNNAME_HR_Department_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java index 7747301743..ade5d34696 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Employee.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Employee - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Employee (Properties ctx, int HR_Employee_ID, String trxName) @@ -76,9 +76,9 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return sb.toString(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -104,9 +104,9 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -211,6 +211,20 @@ public class X_HR_Employee extends PO implements I_HR_Employee, I_Persistent return ii.intValue(); } + /** Set HR_Employee_UU. + @param HR_Employee_UU HR_Employee_UU */ + public void setHR_Employee_UU (String HR_Employee_UU) + { + set_Value (COLUMNNAME_HR_Employee_UU, HR_Employee_UU); + } + + /** Get HR_Employee_UU. + @return HR_Employee_UU */ + public String getHR_Employee_UU () + { + return (String)get_Value(COLUMNNAME_HR_Employee_UU); + } + public org.eevolution.model.I_HR_Job getHR_Job() throws RuntimeException { return (org.eevolution.model.I_HR_Job)MTable.get(getCtx(), org.eevolution.model.I_HR_Job.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java index ee7cb69d84..4be6bca99a 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Job.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Job - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Job (Properties ctx, int HR_Job_ID, String trxName) @@ -134,6 +134,20 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent return ii.intValue(); } + /** Set HR_Job_UU. + @param HR_Job_UU HR_Job_UU */ + public void setHR_Job_UU (String HR_Job_UU) + { + set_Value (COLUMNNAME_HR_Job_UU, HR_Job_UU); + } + + /** Get HR_Job_UU. + @return HR_Job_UU */ + public String getHR_Job_UU () + { + return (String)get_Value(COLUMNNAME_HR_Job_UU); + } + /** Set Parent link column. @param IsParent This column is a link to the parent table (e.g. header from lines) - incl. Association key columns @@ -225,9 +239,9 @@ public class X_HR_Job extends PO implements I_HR_Job, I_Persistent return ii.intValue(); } - public I_AD_User getSupervisor() throws RuntimeException + public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getSupervisor_ID(), get_TrxName()); } /** Set Supervisor. diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_List.java b/org.adempiere.base/src/org/eevolution/model/X_HR_List.java index f913f9798f..d38f790314 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_List.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_List.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_List - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_List extends PO implements I_HR_List, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_List (Properties ctx, int HR_List_ID, String trxName) @@ -185,6 +185,20 @@ public class X_HR_List extends PO implements I_HR_List, I_Persistent return ii.intValue(); } + /** Set HR_List_UU. + @param HR_List_UU HR_List_UU */ + public void setHR_List_UU (String HR_List_UU) + { + set_Value (COLUMNNAME_HR_List_UU, HR_List_UU); + } + + /** Get HR_List_UU. + @return HR_List_UU */ + public String getHR_List_UU () + { + return (String)get_Value(COLUMNNAME_HR_List_UU); + } + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { return (org.eevolution.model.I_HR_Payroll)MTable.get(getCtx(), org.eevolution.model.I_HR_Payroll.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java b/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java index e43ea7848f..3cf2adc79c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_ListLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_ListLine (Properties ctx, int HR_ListLine_ID, String trxName) @@ -231,6 +231,20 @@ public class X_HR_ListLine extends PO implements I_HR_ListLine, I_Persistent return ii.intValue(); } + /** Set HR_ListLine_UU. + @param HR_ListLine_UU HR_ListLine_UU */ + public void setHR_ListLine_UU (String HR_ListLine_UU) + { + set_Value (COLUMNNAME_HR_ListLine_UU, HR_ListLine_UU); + } + + /** Get HR_ListLine_UU. + @return HR_ListLine_UU */ + public String getHR_ListLine_UU () + { + return (String)get_Value(COLUMNNAME_HR_ListLine_UU); + } + public org.eevolution.model.I_HR_ListVersion getHR_ListVersion() throws RuntimeException { return (org.eevolution.model.I_HR_ListVersion)MTable.get(getCtx(), org.eevolution.model.I_HR_ListVersion.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java b/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java index ff55d07421..fa29194f6c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_ListType.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListType - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_ListType (Properties ctx, int HR_ListType_ID, String trxName) @@ -109,6 +109,20 @@ public class X_HR_ListType extends PO implements I_HR_ListType, I_Persistent return ii.intValue(); } + /** Set HR_ListType_UU. + @param HR_ListType_UU HR_ListType_UU */ + public void setHR_ListType_UU (String HR_ListType_UU) + { + set_Value (COLUMNNAME_HR_ListType_UU, HR_ListType_UU); + } + + /** Get HR_ListType_UU. + @return HR_ListType_UU */ + public String getHR_ListType_UU () + { + return (String)get_Value(COLUMNNAME_HR_ListType_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java b/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java index 45d262acb7..f8e7234b6a 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_ListVersion.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_ListVersion - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_ListVersion (Properties ctx, int HR_ListVersion_ID, String trxName) @@ -163,6 +163,20 @@ public class X_HR_ListVersion extends PO implements I_HR_ListVersion, I_Persiste return ii.intValue(); } + /** Set HR_ListVersion_UU. + @param HR_ListVersion_UU HR_ListVersion_UU */ + public void setHR_ListVersion_UU (String HR_ListVersion_UU) + { + set_Value (COLUMNNAME_HR_ListVersion_UU, HR_ListVersion_UU); + } + + /** Get HR_ListVersion_UU. + @return HR_ListVersion_UU */ + public String getHR_ListVersion_UU () + { + return (String)get_Value(COLUMNNAME_HR_ListVersion_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java index 74c2128329..6b1772560f 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Movement (Properties ctx, int HR_Movement_ID, String trxName) @@ -126,9 +126,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_AD_Rule getAD_Rule() throws RuntimeException + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException { - return (I_AD_Rule)MTable.get(getCtx(), I_AD_Rule.Table_Name) + return (org.compiere.model.I_AD_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Rule.Table_Name) .getPO(getAD_Rule_ID(), get_TrxName()); } /** Set Rule. @@ -171,9 +171,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -199,9 +199,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -227,9 +227,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException + public org.compiere.model.I_C_BP_BankAccount getC_BP_BankAccount() throws RuntimeException { - return (I_C_BP_BankAccount)MTable.get(getCtx(), I_C_BP_BankAccount.Table_Name) + return (org.compiere.model.I_C_BP_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BP_BankAccount.Table_Name) .getPO(getC_BP_BankAccount_ID(), get_TrxName()); } /** Set Partner Bank Account. @@ -255,9 +255,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_BP_Group getC_BP_Group() throws RuntimeException + public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { - return (I_C_BP_Group)MTable.get(getCtx(), I_C_BP_Group.Table_Name) + return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_Name) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @@ -283,9 +283,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -336,9 +336,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return (String)get_Value(COLUMNNAME_ColumnType); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -364,9 +364,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException + public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException { - return (I_C_ProjectPhase)MTable.get(getCtx(), I_C_ProjectPhase.Table_Name) + return (org.compiere.model.I_C_ProjectPhase)MTable.get(getCtx(), org.compiere.model.I_C_ProjectPhase.Table_Name) .getPO(getC_ProjectPhase_ID(), get_TrxName()); } /** Set Project Phase. @@ -392,9 +392,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_ProjectTask getC_ProjectTask() throws RuntimeException + public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException { - return (I_C_ProjectTask)MTable.get(getCtx(), I_C_ProjectTask.Table_Name) + return (org.compiere.model.I_C_ProjectTask)MTable.get(getCtx(), org.compiere.model.I_C_ProjectTask.Table_Name) .getPO(getC_ProjectTask_ID(), get_TrxName()); } /** Set Project Task. @@ -557,6 +557,20 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } + /** Set HR_Movement_UU. + @param HR_Movement_UU HR_Movement_UU */ + public void setHR_Movement_UU (String HR_Movement_UU) + { + set_Value (COLUMNNAME_HR_Movement_UU, HR_Movement_UU); + } + + /** Get HR_Movement_UU. + @return HR_Movement_UU */ + public String getHR_Movement_UU () + { + return (String)get_Value(COLUMNNAME_HR_Movement_UU); + } + public org.eevolution.model.I_HR_Process getHR_Process() throws RuntimeException { return (org.eevolution.model.I_HR_Process)MTable.get(getCtx(), org.eevolution.model.I_HR_Process.Table_Name) @@ -741,9 +755,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return (String)get_Value(COLUMNNAME_TextMsg); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -769,9 +783,9 @@ public class X_HR_Movement extends PO implements I_HR_Movement, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java index 165d1335bd..d14ad600bf 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Payroll.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Payroll - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Payroll (Properties ctx, int HR_Payroll_ID, String trxName) @@ -74,9 +74,9 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -102,9 +102,9 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -192,6 +192,20 @@ public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent return ii.intValue(); } + /** Set HR_Payroll_UU. + @param HR_Payroll_UU HR_Payroll_UU */ + public void setHR_Payroll_UU (String HR_Payroll_UU) + { + set_Value (COLUMNNAME_HR_Payroll_UU, HR_Payroll_UU); + } + + /** Get HR_Payroll_UU. + @return HR_Payroll_UU */ + public String getHR_Payroll_UU () + { + return (String)get_Value(COLUMNNAME_HR_Payroll_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java b/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java index 222cbd731b..db5bb9339e 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_PayrollConcept.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_PayrollConcept - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_PayrollConcept (Properties ctx, int HR_PayrollConcept_ID, String trxName) @@ -75,9 +75,9 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe return sb.toString(); } - public I_AD_Rule getAD_Rule() throws RuntimeException + public org.compiere.model.I_AD_Rule getAD_Rule() throws RuntimeException { - return (I_AD_Rule)MTable.get(getCtx(), I_AD_Rule.Table_Name) + return (org.compiere.model.I_AD_Rule)MTable.get(getCtx(), org.compiere.model.I_AD_Rule.Table_Name) .getPO(getAD_Rule_ID(), get_TrxName()); } /** Set Rule. @@ -145,6 +145,20 @@ public class X_HR_PayrollConcept extends PO implements I_HR_PayrollConcept, I_Pe return ii.intValue(); } + /** Set HR_PayrollConcept_UU. + @param HR_PayrollConcept_UU HR_PayrollConcept_UU */ + public void setHR_PayrollConcept_UU (String HR_PayrollConcept_UU) + { + set_Value (COLUMNNAME_HR_PayrollConcept_UU, HR_PayrollConcept_UU); + } + + /** Get HR_PayrollConcept_UU. + @return HR_PayrollConcept_UU */ + public String getHR_PayrollConcept_UU () + { + return (String)get_Value(COLUMNNAME_HR_PayrollConcept_UU); + } + public org.eevolution.model.I_HR_Payroll getHR_Payroll() throws RuntimeException { return (org.eevolution.model.I_HR_Payroll)MTable.get(getCtx(), org.eevolution.model.I_HR_Payroll.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java index 0d64cefeb3..e1326a16e5 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Period.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Period - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Period (Properties ctx, int HR_Period_ID, String trxName) @@ -79,9 +79,9 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return sb.toString(); } - public I_C_Period getC_Period() throws RuntimeException + public org.compiere.model.I_C_Period getC_Period() throws RuntimeException { - return (I_C_Period)MTable.get(getCtx(), I_C_Period.Table_Name) + return (org.compiere.model.I_C_Period)MTable.get(getCtx(), org.compiere.model.I_C_Period.Table_Name) .getPO(getC_Period_ID(), get_TrxName()); } /** Set Period. @@ -107,9 +107,9 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return ii.intValue(); } - public I_C_Year getC_Year() throws RuntimeException + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException { - return (I_C_Year)MTable.get(getCtx(), I_C_Year.Table_Name) + return (org.compiere.model.I_C_Year)MTable.get(getCtx(), org.compiere.model.I_C_Year.Table_Name) .getPO(getC_Year_ID(), get_TrxName()); } /** Set Year. @@ -231,6 +231,20 @@ public class X_HR_Period extends PO implements I_HR_Period, I_Persistent return ii.intValue(); } + /** Set HR_Period_UU. + @param HR_Period_UU HR_Period_UU */ + public void setHR_Period_UU (String HR_Period_UU) + { + set_Value (COLUMNNAME_HR_Period_UU, HR_Period_UU); + } + + /** Get HR_Period_UU. + @return HR_Period_UU */ + public String getHR_Period_UU () + { + return (String)get_Value(COLUMNNAME_HR_Period_UU); + } + public org.eevolution.model.I_HR_Year getHR_Year() throws RuntimeException { return (org.eevolution.model.I_HR_Year)MTable.get(getCtx(), org.eevolution.model.I_HR_Year.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java index d4b7195f6d..84fdd2de44 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Process.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for HR_Process - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Process (Properties ctx, int HR_Process_ID, String trxName) @@ -84,9 +84,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return sb.toString(); } - public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException + public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException { - return (I_AD_PrintFormat)MTable.get(getCtx(), I_AD_PrintFormat.Table_Name) + return (org.compiere.model.I_AD_PrintFormat)MTable.get(getCtx(), org.compiere.model.I_AD_PrintFormat.Table_Name) .getPO(getAD_PrintFormat_ID(), get_TrxName()); } /** Set Print Format. @@ -112,9 +112,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -140,9 +140,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -168,9 +168,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_Charge getC_Charge() throws RuntimeException + public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { - return (I_C_Charge)MTable.get(getCtx(), I_C_Charge.Table_Name) + return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_Name) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @@ -196,9 +196,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -224,9 +224,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocTypeTarget() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocTypeTarget_ID(), get_TrxName()); } /** Set Target Document Type. @@ -269,9 +269,9 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return (String)get_Value(COLUMNNAME_ColumnSQL); } - public I_C_PaySelection getC_PaySelection() throws RuntimeException + public org.compiere.model.I_C_PaySelection getC_PaySelection() throws RuntimeException { - return (I_C_PaySelection)MTable.get(getCtx(), I_C_PaySelection.Table_Name) + return (org.compiere.model.I_C_PaySelection)MTable.get(getCtx(), org.compiere.model.I_C_PaySelection.Table_Name) .getPO(getC_PaySelection_ID(), get_TrxName()); } /** Set Payment Selection. @@ -568,6 +568,20 @@ public class X_HR_Process extends PO implements I_HR_Process, I_Persistent return ii.intValue(); } + /** Set HR_Process_UU. + @param HR_Process_UU HR_Process_UU */ + public void setHR_Process_UU (String HR_Process_UU) + { + set_Value (COLUMNNAME_HR_Process_UU, HR_Process_UU); + } + + /** Get HR_Process_UU. + @return HR_Process_UU */ + public String getHR_Process_UU () + { + return (String)get_Value(COLUMNNAME_HR_Process_UU); + } + /** Set Name. @param Name Alphanumeric identifier of the entity diff --git a/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java b/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java index e32af3bad4..d38333127d 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java +++ b/org.adempiere.base/src/org/eevolution/model/X_HR_Year.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for HR_Year - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_HR_Year (Properties ctx, int HR_Year_ID, String trxName) @@ -76,9 +76,9 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent return sb.toString(); } - public I_C_Year getC_Year() throws RuntimeException + public org.compiere.model.I_C_Year getC_Year() throws RuntimeException { - return (I_C_Year)MTable.get(getCtx(), I_C_Year.Table_Name) + return (org.compiere.model.I_C_Year)MTable.get(getCtx(), org.compiere.model.I_C_Year.Table_Name) .getPO(getC_Year_ID(), get_TrxName()); } /** Set Year. @@ -149,6 +149,20 @@ public class X_HR_Year extends PO implements I_HR_Year, I_Persistent return ii.intValue(); } + /** Set HR_Year_UU. + @param HR_Year_UU HR_Year_UU */ + public void setHR_Year_UU (String HR_Year_UU) + { + set_Value (COLUMNNAME_HR_Year_UU, HR_Year_UU); + } + + /** Get HR_Year_UU. + @return HR_Year_UU */ + public String getHR_Year_UU () + { + return (String)get_Value(COLUMNNAME_HR_Year_UU); + } + /** Set Net Days. @param NetDays Net Days in which payment is due diff --git a/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java b/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java index 88c741fa0d..d368820dd6 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/X_I_HR_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for I_HR_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent { /** * */ - private static final long serialVersionUID = 20101013L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_HR_Movement (Properties ctx, int I_HR_Movement_ID, String trxName) @@ -295,6 +295,20 @@ public class X_I_HR_Movement extends PO implements I_I_HR_Movement, I_Persistent return ii.intValue(); } + /** Set I_HR_Movement_UU. + @param I_HR_Movement_UU I_HR_Movement_UU */ + public void setI_HR_Movement_UU (String I_HR_Movement_UU) + { + set_Value (COLUMNNAME_I_HR_Movement_UU, I_HR_Movement_UU); + } + + /** Get I_HR_Movement_UU. + @return I_HR_Movement_UU */ + public String getI_HR_Movement_UU () + { + return (String)get_Value(COLUMNNAME_I_HR_Movement_UU); + } + /** Set Imported. @param I_IsImported Has this import been processed diff --git a/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java b/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java index c2d6a018f0..a0d1a47b78 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java +++ b/org.adempiere.base/src/org/eevolution/model/X_I_Movement.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for I_Movement - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent { /** * */ - private static final long serialVersionUID = 20100620L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_Movement (Properties ctx, int I_Movement_ID, String trxName) @@ -42,8 +42,10 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent /** if (I_Movement_ID == 0) { setI_IsImported (false); +// N setI_Movement_ID (0); setProcessed (false); +// N setProcessing (false); } */ } @@ -76,9 +78,9 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return sb.toString(); } - public I_AD_Org getAD_OrgTrx() throws RuntimeException + public org.compiere.model.I_AD_Org getAD_OrgTrx() throws RuntimeException { - return (I_AD_Org)MTable.get(getCtx(), I_AD_Org.Table_Name) + return (org.compiere.model.I_AD_Org)MTable.get(getCtx(), org.compiere.model.I_AD_Org.Table_Name) .getPO(getAD_OrgTrx_ID(), get_TrxName()); } /** Set Trx Organization. @@ -104,12 +106,12 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } - /** Set Usuario. + /** Set User/Contact. @param AD_User_ID User within the system - Internal or Business Partner Contact */ @@ -121,7 +123,7 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } - /** Get Usuario. + /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ public int getAD_User_ID () @@ -149,9 +151,23 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return (String)get_Value(COLUMNNAME_BPartnerValue); } - public I_C_BPartner getC_BPartner() throws RuntimeException + /** Set CampaignValue. + @param CampaignValue CampaignValue */ + public void setCampaignValue (String CampaignValue) + { + set_Value (COLUMNNAME_CampaignValue, CampaignValue); + } + + /** Get CampaignValue. + @return CampaignValue */ + public String getCampaignValue () + { + return (String)get_Value(COLUMNNAME_CampaignValue); + } + + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -177,9 +193,9 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -205,9 +221,9 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -233,9 +249,9 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -261,20 +277,6 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - /** Set CampaignValue. - @param CampaignValue CampaignValue */ - public void setCampaignValue (String CampaignValue) - { - set_Value (COLUMNNAME_CampaignValue, CampaignValue); - } - - /** Get CampaignValue. - @return CampaignValue */ - public String getCampaignValue () - { - return (String)get_Value(COLUMNNAME_CampaignValue); - } - /** Set Delivery Rule. @param DeliveryRule Defines the timing of Delivery @@ -421,6 +423,20 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } + /** Set I_Movement_UU. + @param I_Movement_UU I_Movement_UU */ + public void setI_Movement_UU (String I_Movement_UU) + { + set_Value (COLUMNNAME_I_Movement_UU, I_Movement_UU); + } + + /** Get I_Movement_UU. + @return I_Movement_UU */ + public String getI_Movement_UU () + { + return (String)get_Value(COLUMNNAME_I_Movement_UU); + } + /** Set Locator To Key. @param LocatorToValue Locator To Key */ public void setLocatorToValue (String LocatorToValue) @@ -452,34 +468,6 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return (String)get_Value(COLUMNNAME_LocatorValue); } - public I_M_Locator getM_LocatorTo() throws RuntimeException - { - return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) - .getPO(getM_LocatorTo_ID(), get_TrxName()); } - - /** Set Locator To. - @param M_LocatorTo_ID - Location inventory is moved to - */ - public void setM_LocatorTo_ID (int M_LocatorTo_ID) - { - if (M_LocatorTo_ID < 1) - set_Value (COLUMNNAME_M_LocatorTo_ID, null); - else - set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); - } - - /** Get Locator To. - @return Location inventory is moved to - */ - public int getM_LocatorTo_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - public I_M_Locator getM_Locator() throws RuntimeException { return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) @@ -508,37 +496,37 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - public I_M_MovementLine getM_MovementLine() throws RuntimeException + public I_M_Locator getM_LocatorTo() throws RuntimeException { - return (I_M_MovementLine)MTable.get(getCtx(), I_M_MovementLine.Table_Name) - .getPO(getM_MovementLine_ID(), get_TrxName()); } + return (I_M_Locator)MTable.get(getCtx(), I_M_Locator.Table_Name) + .getPO(getM_LocatorTo_ID(), get_TrxName()); } - /** Set Move Line. - @param M_MovementLine_ID - Inventory Move document Line + /** Set Locator To. + @param M_LocatorTo_ID + Location inventory is moved to */ - public void setM_MovementLine_ID (int M_MovementLine_ID) + public void setM_LocatorTo_ID (int M_LocatorTo_ID) { - if (M_MovementLine_ID < 1) - set_Value (COLUMNNAME_M_MovementLine_ID, null); + if (M_LocatorTo_ID < 1) + set_Value (COLUMNNAME_M_LocatorTo_ID, null); else - set_Value (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); + set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID)); } - /** Get Move Line. - @return Inventory Move document Line + /** Get Locator To. + @return Location inventory is moved to */ - public int getM_MovementLine_ID () + public int getM_LocatorTo_ID () { - Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); + Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID); if (ii == null) return 0; return ii.intValue(); } - public I_M_Movement getM_Movement() throws RuntimeException + public org.compiere.model.I_M_Movement getM_Movement() throws RuntimeException { - return (I_M_Movement)MTable.get(getCtx(), I_M_Movement.Table_Name) + return (org.compiere.model.I_M_Movement)MTable.get(getCtx(), org.compiere.model.I_M_Movement.Table_Name) .getPO(getM_Movement_ID(), get_TrxName()); } /** Set Inventory Move. @@ -564,57 +552,29 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_MovementLine getM_MovementLine() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) - .getPO(getM_Product_ID(), get_TrxName()); } + return (org.compiere.model.I_M_MovementLine)MTable.get(getCtx(), org.compiere.model.I_M_MovementLine.Table_Name) + .getPO(getM_MovementLine_ID(), get_TrxName()); } - /** Set Product. - @param M_Product_ID - Product, Service, Item + /** Set Move Line. + @param M_MovementLine_ID + Inventory Move document Line */ - public void setM_Product_ID (int M_Product_ID) + public void setM_MovementLine_ID (int M_MovementLine_ID) { - if (M_Product_ID < 1) - set_Value (COLUMNNAME_M_Product_ID, null); + if (M_MovementLine_ID < 1) + set_Value (COLUMNNAME_M_MovementLine_ID, null); else - set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); + set_Value (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID)); } - /** Get Product. - @return Product, Service, Item + /** Get Move Line. + @return Inventory Move document Line */ - public int getM_Product_ID () + public int getM_MovementLine_ID () { - Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); - if (ii == null) - return 0; - return ii.intValue(); - } - - public I_M_Shipper getM_Shipper() throws RuntimeException - { - return (I_M_Shipper)MTable.get(getCtx(), I_M_Shipper.Table_Name) - .getPO(getM_Shipper_ID(), get_TrxName()); } - - /** Set Shipper. - @param M_Shipper_ID - Method or manner of product delivery - */ - public void setM_Shipper_ID (int M_Shipper_ID) - { - if (M_Shipper_ID < 1) - set_Value (COLUMNNAME_M_Shipper_ID, null); - else - set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); - } - - /** Get Shipper. - @return Method or manner of product delivery - */ - public int getM_Shipper_ID () - { - Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); + Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID); if (ii == null) return 0; return ii.intValue(); @@ -657,6 +617,62 @@ public class X_I_Movement extends PO implements I_I_Movement, I_Persistent return bd; } + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException + { + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) + .getPO(getM_Product_ID(), get_TrxName()); } + + /** Set Product. + @param M_Product_ID + Product, Service, Item + */ + public void setM_Product_ID (int M_Product_ID) + { + if (M_Product_ID < 1) + set_Value (COLUMNNAME_M_Product_ID, null); + else + set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); + } + + /** Get Product. + @return Product, Service, Item + */ + public int getM_Product_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + public org.compiere.model.I_M_Shipper getM_Shipper() throws RuntimeException + { + return (org.compiere.model.I_M_Shipper)MTable.get(getCtx(), org.compiere.model.I_M_Shipper.Table_Name) + .getPO(getM_Shipper_ID(), get_TrxName()); } + + /** Set Shipper. + @param M_Shipper_ID + Method or manner of product delivery + */ + public void setM_Shipper_ID (int M_Shipper_ID) + { + if (M_Shipper_ID < 1) + set_Value (COLUMNNAME_M_Shipper_ID, null); + else + set_Value (COLUMNNAME_M_Shipper_ID, Integer.valueOf(M_Shipper_ID)); + } + + /** Get Shipper. + @return Method or manner of product delivery + */ + public int getM_Shipper_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_M_Shipper_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + /** Set Trx Org Key. @param OrgTrxValue Key of the Transaction Organization diff --git a/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java b/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java index 65f858b11f..2031a23413 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java +++ b/org.adempiere.base/src/org/eevolution/model/X_I_ProductPlanning.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for I_ProductPlanning - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_I_ProductPlanning (Properties ctx, int I_ProductPlanning_ID, String trxName) @@ -117,9 +117,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return (String)get_Value(COLUMNNAME_BPartner_Value); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -280,6 +280,20 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } + /** Set I_ProductPlanning_UU. + @param I_ProductPlanning_UU I_ProductPlanning_UU */ + public void setI_ProductPlanning_UU (String I_ProductPlanning_UU) + { + set_Value (COLUMNNAME_I_ProductPlanning_UU, I_ProductPlanning_UU); + } + + /** Get I_ProductPlanning_UU. + @return I_ProductPlanning_UU */ + public String getI_ProductPlanning_UU () + { + return (String)get_Value(COLUMNNAME_I_ProductPlanning_UU); + } + /** Set Create Plan. @param IsCreatePlan Indicates whether planned orders will be generated by MRP @@ -349,9 +363,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return false; } - public I_M_Forecast getM_Forecast() throws RuntimeException + public org.compiere.model.I_M_Forecast getM_Forecast() throws RuntimeException { - return (I_M_Forecast)MTable.get(getCtx(), I_M_Forecast.Table_Name) + return (org.compiere.model.I_M_Forecast)MTable.get(getCtx(), org.compiere.model.I_M_Forecast.Table_Name) .getPO(getM_Forecast_ID(), get_TrxName()); } /** Set Forecast. @@ -377,9 +391,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } - public I_M_ForecastLine getM_ForecastLine() throws RuntimeException + public org.compiere.model.I_M_ForecastLine getM_ForecastLine() throws RuntimeException { - return (I_M_ForecastLine)MTable.get(getCtx(), I_M_ForecastLine.Table_Name) + return (org.compiere.model.I_M_ForecastLine)MTable.get(getCtx(), org.compiere.model.I_M_ForecastLine.Table_Name) .getPO(getM_ForecastLine_ID(), get_TrxName()); } /** Set Forecast Line. @@ -405,9 +419,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -433,9 +447,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -612,9 +626,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return (String)get_Value(COLUMNNAME_OrgValue); } - public I_AD_User getPlanner() throws RuntimeException + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getPlanner_ID(), get_TrxName()); } /** Set Planner. @@ -866,9 +880,9 @@ public class X_I_ProductPlanning extends PO implements I_I_ProductPlanning, I_Pe return ii.intValue(); } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java index 8f9f4d3d49..8f7754afb5 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_Collector.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Cost_Collector - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Cost_Collector (Properties ctx, int PP_Cost_Collector_ID, String trxName) @@ -114,9 +114,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -142,9 +142,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -170,9 +170,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -198,9 +198,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -226,9 +226,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_C_DocType getC_DocTypeTarget() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocTypeTarget_ID(), get_TrxName()); } /** Set Target Document Type. @@ -288,9 +288,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return (String)get_Value(COLUMNNAME_CostCollectorType); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -316,9 +316,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -639,9 +639,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return bd; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -675,9 +675,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return new KeyNamePair(get_ID(), String.valueOf(getM_Product_ID())); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -747,6 +747,20 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } + /** Set PP_Cost_Collector_UU. + @param PP_Cost_Collector_UU PP_Cost_Collector_UU */ + public void setPP_Cost_Collector_UU (String PP_Cost_Collector_UU) + { + set_Value (COLUMNNAME_PP_Cost_Collector_UU, PP_Cost_Collector_UU); + } + + /** Get PP_Cost_Collector_UU. + @return PP_Cost_Collector_UU */ + public String getPP_Cost_Collector_UU () + { + return (String)get_Value(COLUMNNAME_PP_Cost_Collector_UU); + } + public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws RuntimeException { return (org.eevolution.model.I_PP_Order_BOMLine)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_BOMLine.Table_Name) @@ -1000,9 +1014,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return bd; } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. @@ -1028,9 +1042,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_AD_User getUser1() throws RuntimeException + public org.compiere.model.I_AD_User getUser1() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1056,9 +1070,9 @@ public class X_PP_Cost_Collector extends PO implements I_PP_Cost_Collector, I_Pe return ii.intValue(); } - public I_AD_User getUser2() throws RuntimeException + public org.compiere.model.I_AD_User getUser2() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java index fa5731af55..edc3a9afad 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Cost_CollectorMA.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for PP_Cost_CollectorMA - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Cost_CollectorMA (Properties ctx, int PP_Cost_CollectorMA_ID, String trxName) @@ -167,4 +167,18 @@ public class X_PP_Cost_CollectorMA extends PO implements I_PP_Cost_CollectorMA, return 0; return ii.intValue(); } + + /** Set PP_Cost_CollectorMA_UU. + @param PP_Cost_CollectorMA_UU PP_Cost_CollectorMA_UU */ + public void setPP_Cost_CollectorMA_UU (String PP_Cost_CollectorMA_UU) + { + set_Value (COLUMNNAME_PP_Cost_CollectorMA_UU, PP_Cost_CollectorMA_UU); + } + + /** Get PP_Cost_CollectorMA_UU. + @return PP_Cost_CollectorMA_UU */ + public String getPP_Cost_CollectorMA_UU () + { + return (String)get_Value(COLUMNNAME_PP_Cost_CollectorMA_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java b/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java index 1b97435c76..461478e10a 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_MRP.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_MRP - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_MRP (Properties ctx, int PP_MRP_ID, String trxName) @@ -78,9 +78,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return sb.toString(); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -106,9 +106,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_C_Order getC_Order() throws RuntimeException + public org.compiere.model.I_C_Order getC_Order() throws RuntimeException { - return (I_C_Order)MTable.get(getCtx(), I_C_Order.Table_Name) + return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_Name) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @@ -134,9 +134,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -416,9 +416,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return false; } - public I_M_Forecast getM_Forecast() throws RuntimeException + public org.compiere.model.I_M_Forecast getM_Forecast() throws RuntimeException { - return (I_M_Forecast)MTable.get(getCtx(), I_M_Forecast.Table_Name) + return (org.compiere.model.I_M_Forecast)MTable.get(getCtx(), org.compiere.model.I_M_Forecast.Table_Name) .getPO(getM_Forecast_ID(), get_TrxName()); } /** Set Forecast. @@ -444,9 +444,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_ForecastLine getM_ForecastLine() throws RuntimeException + public org.compiere.model.I_M_ForecastLine getM_ForecastLine() throws RuntimeException { - return (I_M_ForecastLine)MTable.get(getCtx(), I_M_ForecastLine.Table_Name) + return (org.compiere.model.I_M_ForecastLine)MTable.get(getCtx(), org.compiere.model.I_M_ForecastLine.Table_Name) .getPO(getM_ForecastLine_ID(), get_TrxName()); } /** Set Forecast Line. @@ -472,9 +472,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -500,9 +500,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_Requisition getM_Requisition() throws RuntimeException + public org.compiere.model.I_M_Requisition getM_Requisition() throws RuntimeException { - return (I_M_Requisition)MTable.get(getCtx(), I_M_Requisition.Table_Name) + return (org.compiere.model.I_M_Requisition)MTable.get(getCtx(), org.compiere.model.I_M_Requisition.Table_Name) .getPO(getM_Requisition_ID(), get_TrxName()); } /** Set Requisition. @@ -528,9 +528,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException + public org.compiere.model.I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException { - return (I_M_RequisitionLine)MTable.get(getCtx(), I_M_RequisitionLine.Table_Name) + return (org.compiere.model.I_M_RequisitionLine)MTable.get(getCtx(), org.compiere.model.I_M_RequisitionLine.Table_Name) .getPO(getM_RequisitionLine_ID(), get_TrxName()); } /** Set Requisition Line. @@ -556,9 +556,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -643,9 +643,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return (String)get_Value(COLUMNNAME_OrderType); } - public I_AD_User getPlanner() throws RuntimeException + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getPlanner_ID(), get_TrxName()); } /** Set Planner. @@ -691,6 +691,20 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return ii.intValue(); } + /** Set PP_MRP_UU. + @param PP_MRP_UU PP_MRP_UU */ + public void setPP_MRP_UU (String PP_MRP_UU) + { + set_Value (COLUMNNAME_PP_MRP_UU, PP_MRP_UU); + } + + /** Get PP_MRP_UU. + @return PP_MRP_UU */ + public String getPP_MRP_UU () + { + return (String)get_Value(COLUMNNAME_PP_MRP_UU); + } + public org.eevolution.model.I_PP_Order_BOMLine getPP_Order_BOMLine() throws RuntimeException { return (org.eevolution.model.I_PP_Order_BOMLine)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_BOMLine.Table_Name) @@ -781,9 +795,9 @@ public class X_PP_MRP extends PO implements I_PP_MRP, I_Persistent return bd; } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java index 0b0bcf7bce..2e72c77f59 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order (Properties ctx, int PP_Order_ID, String trxName) @@ -138,9 +138,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -186,9 +186,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return bd; } - public I_C_Activity getC_Activity() throws RuntimeException + public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { - return (I_C_Activity)MTable.get(getCtx(), I_C_Activity.Table_Name) + return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_Name) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @@ -214,9 +214,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_Campaign getC_Campaign() throws RuntimeException + public org.compiere.model.I_C_Campaign getC_Campaign() throws RuntimeException { - return (I_C_Campaign)MTable.get(getCtx(), I_C_Campaign.Table_Name) + return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_Name) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @@ -242,9 +242,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocType() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @@ -270,9 +270,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_DocType getC_DocTypeTarget() throws RuntimeException + public org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException { - return (I_C_DocType)MTable.get(getCtx(), I_C_DocType.Table_Name) + return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_Name) .getPO(getC_DocTypeTarget_ID(), get_TrxName()); } /** Set Target Document Type. @@ -315,9 +315,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_OrderLine getC_OrderLine() throws RuntimeException + public org.compiere.model.I_C_OrderLine getC_OrderLine() throws RuntimeException { - return (I_C_OrderLine)MTable.get(getCtx(), I_C_OrderLine.Table_Name) + return (org.compiere.model.I_C_OrderLine)MTable.get(getCtx(), org.compiere.model.I_C_OrderLine.Table_Name) .getPO(getC_OrderLine_ID(), get_TrxName()); } /** Set Sales Order Line. @@ -343,9 +343,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_Project getC_Project() throws RuntimeException + public org.compiere.model.I_C_Project getC_Project() throws RuntimeException { - return (I_C_Project)MTable.get(getCtx(), I_C_Project.Table_Name) + return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_Name) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @@ -371,9 +371,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -885,9 +885,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -913,9 +913,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -958,9 +958,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return (String)get_Value(COLUMNNAME_OrderType); } - public I_AD_User getPlanner() throws RuntimeException + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getPlanner_ID(), get_TrxName()); } /** Set Planner. @@ -1030,6 +1030,20 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } + /** Set PP_Order_UU. + @param PP_Order_UU PP_Order_UU */ + public void setPP_Order_UU (String PP_Order_UU) + { + set_Value (COLUMNNAME_PP_Order_UU, PP_Order_UU); + } + + /** Get PP_Order_UU. + @return PP_Order_UU */ + public String getPP_Order_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_UU); + } + public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException { return (org.eevolution.model.I_PP_Product_BOM)MTable.get(getCtx(), org.eevolution.model.I_PP_Product_BOM.Table_Name) @@ -1338,9 +1352,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return (String)get_Value(COLUMNNAME_SerNo); } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. @@ -1366,9 +1380,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser1() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser1_ID(), get_TrxName()); } /** Set User List 1. @@ -1394,9 +1408,9 @@ public class X_PP_Order extends PO implements I_PP_Order, I_Persistent return ii.intValue(); } - public I_C_ElementValue getUser2() throws RuntimeException + public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { - return (I_C_ElementValue)MTable.get(getCtx(), I_C_ElementValue.Table_Name) + return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_Name) .getPO(getUser2_ID(), get_TrxName()); } /** Set User List 2. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java index 5d37ebc20e..ba0da48b69 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_BOM (Properties ctx, int PP_Order_BOM_ID, String trxName) @@ -163,9 +163,9 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -270,9 +270,9 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -298,9 +298,9 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -371,6 +371,20 @@ public class X_PP_Order_BOM extends PO implements I_PP_Order_BOM, I_Persistent return ii.intValue(); } + /** Set PP_Order_BOM_UU. + @param PP_Order_BOM_UU PP_Order_BOM_UU */ + public void setPP_Order_BOM_UU (String PP_Order_BOM_UU) + { + set_Value (COLUMNNAME_PP_Order_BOM_UU, PP_Order_BOM_UU); + } + + /** Get PP_Order_BOM_UU. + @return PP_Order_BOM_UU */ + public String getPP_Order_BOM_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_BOM_UU); + } + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { return (org.eevolution.model.I_PP_Order)MTable.get(getCtx(), org.eevolution.model.I_PP_Order.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java index d952db8d68..74cba643c4 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_BOMLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_BOMLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_BOMLine (Properties ctx, int PP_Order_BOMLine_ID, String trxName) @@ -92,9 +92,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return sb.toString(); } - public I_AD_User getAD_User() throws RuntimeException + public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @@ -215,9 +215,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return bd; } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -473,9 +473,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -529,9 +529,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -565,9 +565,9 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return new KeyNamePair(get_ID(), String.valueOf(getM_Product_ID())); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -638,6 +638,20 @@ public class X_PP_Order_BOMLine extends PO implements I_PP_Order_BOMLine, I_Pers return ii.intValue(); } + /** Set PP_Order_BOMLine_UU. + @param PP_Order_BOMLine_UU PP_Order_BOMLine_UU */ + public void setPP_Order_BOMLine_UU (String PP_Order_BOMLine_UU) + { + set_Value (COLUMNNAME_PP_Order_BOMLine_UU, PP_Order_BOMLine_UU); + } + + /** Get PP_Order_BOMLine_UU. + @return PP_Order_BOMLine_UU */ + public String getPP_Order_BOMLine_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_BOMLine_UU); + } + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { return (org.eevolution.model.I_PP_Order)MTable.get(getCtx(), org.eevolution.model.I_PP_Order.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java index 9a485044df..d3bf456baf 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Cost.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for PP_Order_Cost - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_Cost (Properties ctx, int PP_Order_Cost_ID, String trxName) @@ -76,9 +76,9 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -104,9 +104,9 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -332,9 +332,9 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -360,9 +360,9 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_M_CostType getM_CostType() throws RuntimeException + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException { - return (I_M_CostType)MTable.get(getCtx(), I_M_CostType.Table_Name) + return (org.compiere.model.I_M_CostType)MTable.get(getCtx(), org.compiere.model.I_M_CostType.Table_Name) .getPO(getM_CostType_ID(), get_TrxName()); } /** Set Cost Type. @@ -388,9 +388,9 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -436,6 +436,20 @@ public class X_PP_Order_Cost extends PO implements I_PP_Order_Cost, I_Persistent return ii.intValue(); } + /** Set PP_Order_Cost_UU. + @param PP_Order_Cost_UU PP_Order_Cost_UU */ + public void setPP_Order_Cost_UU (String PP_Order_Cost_UU) + { + set_Value (COLUMNNAME_PP_Order_Cost_UU, PP_Order_Cost_UU); + } + + /** Get PP_Order_Cost_UU. + @return PP_Order_Cost_UU */ + public String getPP_Order_Cost_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_Cost_UU); + } + public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException { return (org.eevolution.model.I_PP_Order)MTable.get(getCtx(), org.eevolution.model.I_PP_Order.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java index 600800be27..adff530255 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_Node - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_Node (Properties ctx, int PP_Order_Node_ID, String trxName) @@ -140,9 +140,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_Action); } - public I_AD_Column getAD_Column() throws RuntimeException + public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException { - return (I_AD_Column)MTable.get(getCtx(), I_AD_Column.Table_Name) + return (org.compiere.model.I_AD_Column)MTable.get(getCtx(), org.compiere.model.I_AD_Column.Table_Name) .getPO(getAD_Column_ID(), get_TrxName()); } /** Set Column. @@ -168,9 +168,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Form getAD_Form() throws RuntimeException + public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException { - return (I_AD_Form)MTable.get(getCtx(), I_AD_Form.Table_Name) + return (org.compiere.model.I_AD_Form)MTable.get(getCtx(), org.compiere.model.I_AD_Form.Table_Name) .getPO(getAD_Form_ID(), get_TrxName()); } /** Set Special Form. @@ -196,9 +196,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Image getAD_Image() throws RuntimeException + public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException { - return (I_AD_Image)MTable.get(getCtx(), I_AD_Image.Table_Name) + return (org.compiere.model.I_AD_Image)MTable.get(getCtx(), org.compiere.model.I_AD_Image.Table_Name) .getPO(getAD_Image_ID(), get_TrxName()); } /** Set Image. @@ -224,9 +224,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Process getAD_Process() throws RuntimeException + public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException { - return (I_AD_Process)MTable.get(getCtx(), I_AD_Process.Table_Name) + return (org.compiere.model.I_AD_Process)MTable.get(getCtx(), org.compiere.model.I_AD_Process.Table_Name) .getPO(getAD_Process_ID(), get_TrxName()); } /** Set Process. @@ -252,9 +252,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Task getAD_Task() throws RuntimeException + public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException { - return (I_AD_Task)MTable.get(getCtx(), I_AD_Task.Table_Name) + return (org.compiere.model.I_AD_Task)MTable.get(getCtx(), org.compiere.model.I_AD_Task.Table_Name) .getPO(getAD_Task_ID(), get_TrxName()); } /** Set OS Task. @@ -280,9 +280,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_WF_Block getAD_WF_Block() throws RuntimeException + public org.compiere.model.I_AD_WF_Block getAD_WF_Block() throws RuntimeException { - return (I_AD_WF_Block)MTable.get(getCtx(), I_AD_WF_Block.Table_Name) + return (org.compiere.model.I_AD_WF_Block)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Block.Table_Name) .getPO(getAD_WF_Block_ID(), get_TrxName()); } /** Set Workflow Block. @@ -308,9 +308,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -336,9 +336,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException { - return (I_AD_WF_Responsible)MTable.get(getCtx(), I_AD_WF_Responsible.Table_Name) + return (org.compiere.model.I_AD_WF_Responsible)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Responsible.Table_Name) .getPO(getAD_WF_Responsible_ID(), get_TrxName()); } /** Set Workflow Responsible. @@ -364,9 +364,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Window getAD_Window() throws RuntimeException + public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException { - return (I_AD_Window)MTable.get(getCtx(), I_AD_Window.Table_Name) + return (org.compiere.model.I_AD_Window)MTable.get(getCtx(), org.compiere.model.I_AD_Window.Table_Name) .getPO(getAD_Window_ID(), get_TrxName()); } /** Set Window. @@ -392,9 +392,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -454,9 +454,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_AttributeValue); } - public I_C_BPartner getC_BPartner() throws RuntimeException + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { - return (I_C_BPartner)MTable.get(getCtx(), I_C_BPartner.Table_Name) + return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_Name) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner . @@ -1017,6 +1017,20 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } + /** Set PP_Order_Node_UU. + @param PP_Order_Node_UU PP_Order_Node_UU */ + public void setPP_Order_Node_UU (String PP_Order_Node_UU) + { + set_Value (COLUMNNAME_PP_Order_Node_UU, PP_Order_Node_UU); + } + + /** Get PP_Order_Node_UU. + @return PP_Order_Node_UU */ + public String getPP_Order_Node_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_Node_UU); + } + public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException { return (org.eevolution.model.I_PP_Order_Workflow)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_Workflow.Table_Name) @@ -1234,9 +1248,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return (String)get_Value(COLUMNNAME_SplitElement); } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. @@ -1401,9 +1415,9 @@ public class X_PP_Order_Node extends PO implements I_PP_Order_Node, I_Persistent return ii.intValue(); } - public I_AD_Workflow getWorkflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getWorkflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getWorkflow_ID(), get_TrxName()); } /** Set Workflow. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java index c2d42e91c3..3374a686c3 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_NodeNext.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for PP_Order_NodeNext - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_NodeNext (Properties ctx, int PP_Order_NodeNext_ID, String trxName) @@ -76,9 +76,9 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return sb.toString(); } - public I_AD_WF_Node getAD_WF_Next() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Next() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Next_ID(), get_TrxName()); } /** Set Next Node. @@ -104,9 +104,9 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -294,6 +294,20 @@ public class X_PP_Order_NodeNext extends PO implements I_PP_Order_NodeNext, I_Pe return ii.intValue(); } + /** Set PP_Order_NodeNext_UU. + @param PP_Order_NodeNext_UU PP_Order_NodeNext_UU */ + public void setPP_Order_NodeNext_UU (String PP_Order_NodeNext_UU) + { + set_Value (COLUMNNAME_PP_Order_NodeNext_UU, PP_Order_NodeNext_UU); + } + + /** Get PP_Order_NodeNext_UU. + @return PP_Order_NodeNext_UU */ + public String getPP_Order_NodeNext_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_NodeNext_UU); + } + /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java index 11535fe002..4408a8954c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for PP_Order_Node_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_Node_Asset (Properties ctx, int PP_Order_Node_Asset_ID, String trxName) @@ -74,9 +74,9 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -150,6 +150,20 @@ public class X_PP_Order_Node_Asset extends PO implements I_PP_Order_Node_Asset, return ii.intValue(); } + /** Set PP_Order_Node_Asset_UU. + @param PP_Order_Node_Asset_UU PP_Order_Node_Asset_UU */ + public void setPP_Order_Node_Asset_UU (String PP_Order_Node_Asset_UU) + { + set_Value (COLUMNNAME_PP_Order_Node_Asset_UU, PP_Order_Node_Asset_UU); + } + + /** Get PP_Order_Node_Asset_UU. + @return PP_Order_Node_Asset_UU */ + public String getPP_Order_Node_Asset_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_Node_Asset_UU); + } + public org.eevolution.model.I_PP_Order_Node getPP_Order_Node() throws RuntimeException { return (org.eevolution.model.I_PP_Order_Node)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_Node.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java index d658f7deee..e45d687ae6 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Node_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for PP_Order_Node_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_Node_Product (Properties ctx, int PP_Order_Node_Product_ID, String trxName) @@ -97,9 +97,9 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -201,6 +201,20 @@ public class X_PP_Order_Node_Product extends PO implements I_PP_Order_Node_Produ return ii.intValue(); } + /** Set PP_Order_Node_Product_UU. + @param PP_Order_Node_Product_UU PP_Order_Node_Product_UU */ + public void setPP_Order_Node_Product_UU (String PP_Order_Node_Product_UU) + { + set_Value (COLUMNNAME_PP_Order_Node_Product_UU, PP_Order_Node_Product_UU); + } + + /** Get PP_Order_Node_Product_UU. + @return PP_Order_Node_Product_UU */ + public String getPP_Order_Node_Product_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_Node_Product_UU); + } + public org.eevolution.model.I_PP_Order_Workflow getPP_Order_Workflow() throws RuntimeException { return (org.eevolution.model.I_PP_Order_Workflow)MTable.get(getCtx(), org.eevolution.model.I_PP_Order_Workflow.Table_Name) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java index 3774b43f45..34245dbc90 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Order_Workflow.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Order_Workflow - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Order_Workflow (Properties ctx, int PP_Order_Workflow_ID, String trxName) @@ -124,9 +124,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return (String)get_Value(COLUMNNAME_AccessLevel); } - public I_AD_Table getAD_Table() throws RuntimeException + public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException { - return (I_AD_Table)MTable.get(getCtx(), I_AD_Table.Table_Name) + return (org.compiere.model.I_AD_Table)MTable.get(getCtx(), org.compiere.model.I_AD_Table.Table_Name) .getPO(getAD_Table_ID(), get_TrxName()); } /** Set Table. @@ -152,9 +152,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -180,9 +180,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException + public org.compiere.model.I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException { - return (I_AD_WF_Responsible)MTable.get(getCtx(), I_AD_WF_Responsible.Table_Name) + return (org.compiere.model.I_AD_WF_Responsible)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Responsible.Table_Name) .getPO(getAD_WF_Responsible_ID(), get_TrxName()); } /** Set Workflow Responsible. @@ -208,9 +208,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -236,9 +236,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException + public org.compiere.model.I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException { - return (I_AD_WorkflowProcessor)MTable.get(getCtx(), I_AD_WorkflowProcessor.Table_Name) + return (org.compiere.model.I_AD_WorkflowProcessor)MTable.get(getCtx(), org.compiere.model.I_AD_WorkflowProcessor.Table_Name) .getPO(getAD_WorkflowProcessor_ID(), get_TrxName()); } /** Set Workflow Processor. @@ -606,6 +606,20 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } + /** Set PP_Order_Workflow_UU. + @param PP_Order_Workflow_UU PP_Order_Workflow_UU */ + public void setPP_Order_Workflow_UU (String PP_Order_Workflow_UU) + { + set_Value (COLUMNNAME_PP_Order_Workflow_UU, PP_Order_Workflow_UU); + } + + /** Get PP_Order_Workflow_UU. + @return PP_Order_Workflow_UU */ + public String getPP_Order_Workflow_UU () + { + return (String)get_Value(COLUMNNAME_PP_Order_Workflow_UU); + } + /** Set Priority. @param Priority Indicates if this request is of a high, medium or low priority. @@ -740,9 +754,9 @@ public class X_PP_Order_Workflow extends PO implements I_PP_Order_Workflow, I_Pe return ii.intValue(); } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java index ff5c3dfe6e..66cb16e34d 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOM.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_BOM - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Product_BOM (Properties ctx, int PP_Product_BOM_ID, String trxName) @@ -162,9 +162,9 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return (String)get_Value(COLUMNNAME_CopyFrom); } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -269,9 +269,9 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -297,9 +297,9 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -365,6 +365,20 @@ public class X_PP_Product_BOM extends PO implements I_PP_Product_BOM, I_Persiste return ii.intValue(); } + /** Set PP_Product_BOM_UU. + @param PP_Product_BOM_UU PP_Product_BOM_UU */ + public void setPP_Product_BOM_UU (String PP_Product_BOM_UU) + { + set_Value (COLUMNNAME_PP_Product_BOM_UU, PP_Product_BOM_UU); + } + + /** Get PP_Product_BOM_UU. + @return PP_Product_BOM_UU */ + public String getPP_Product_BOM_UU () + { + return (String)get_Value(COLUMNNAME_PP_Product_BOM_UU); + } + /** Set Process Now. @param Processing Process Now */ public void setProcessing (boolean Processing) diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java index 44758635df..9c9120061d 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_BOMLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -26,15 +26,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_BOMLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Product_BOMLine (Properties ctx, int PP_Product_BOMLine_ID, String trxName) @@ -177,9 +177,9 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return bd; } - public I_C_UOM getC_UOM() throws RuntimeException + public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException { - return (I_C_UOM)MTable.get(getCtx(), I_C_UOM.Table_Name) + return (org.compiere.model.I_C_UOM)MTable.get(getCtx(), org.compiere.model.I_C_UOM.Table_Name) .getPO(getC_UOM_ID(), get_TrxName()); } /** Set UOM. @@ -418,9 +418,9 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } - public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException + public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException { - return (I_M_ChangeNotice)MTable.get(getCtx(), I_M_ChangeNotice.Table_Name) + return (org.compiere.model.I_M_ChangeNotice)MTable.get(getCtx(), org.compiere.model.I_M_ChangeNotice.Table_Name) .getPO(getM_ChangeNotice_ID(), get_TrxName()); } /** Set Change Notice. @@ -446,9 +446,9 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -533,6 +533,20 @@ public class X_PP_Product_BOMLine extends PO implements I_PP_Product_BOMLine, I_ return ii.intValue(); } + /** Set PP_Product_BOMLine_UU. + @param PP_Product_BOMLine_UU PP_Product_BOMLine_UU */ + public void setPP_Product_BOMLine_UU (String PP_Product_BOMLine_UU) + { + set_Value (COLUMNNAME_PP_Product_BOMLine_UU, PP_Product_BOMLine_UU); + } + + /** Get PP_Product_BOMLine_UU. + @return PP_Product_BOMLine_UU */ + public String getPP_Product_BOMLine_UU () + { + return (String)get_Value(COLUMNNAME_PP_Product_BOMLine_UU); + } + /** Set Quantity in %. @param QtyBatch Indicate the Quantity % use in this Formula diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java index 054b87188c..17adb60de7 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_Product_Planning.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -25,15 +25,15 @@ import org.compiere.util.Env; import org.compiere.util.KeyNamePair; /** Generated Model for PP_Product_Planning - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_Product_Planning (Properties ctx, int PP_Product_Planning_ID, String trxName) @@ -79,9 +79,9 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -263,9 +263,9 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -299,9 +299,9 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return new KeyNamePair(get_ID(), String.valueOf(getM_Product_ID())); } - public I_M_Warehouse getM_Warehouse() throws RuntimeException + public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException { - return (I_M_Warehouse)MTable.get(getCtx(), I_M_Warehouse.Table_Name) + return (org.compiere.model.I_M_Warehouse)MTable.get(getCtx(), org.compiere.model.I_M_Warehouse.Table_Name) .getPO(getM_Warehouse_ID(), get_TrxName()); } /** Set Warehouse. @@ -444,9 +444,9 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return bd; } - public I_AD_User getPlanner() throws RuntimeException + public org.compiere.model.I_AD_User getPlanner() throws RuntimeException { - return (I_AD_User)MTable.get(getCtx(), I_AD_User.Table_Name) + return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_Name) .getPO(getPlanner_ID(), get_TrxName()); } /** Set Planner. @@ -517,6 +517,20 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return ii.intValue(); } + /** Set PP_Product_Planning_UU. + @param PP_Product_Planning_UU PP_Product_Planning_UU */ + public void setPP_Product_Planning_UU (String PP_Product_Planning_UU) + { + set_Value (COLUMNNAME_PP_Product_Planning_UU, PP_Product_Planning_UU); + } + + /** Get PP_Product_Planning_UU. + @return PP_Product_Planning_UU */ + public String getPP_Product_Planning_UU () + { + return (String)get_Value(COLUMNNAME_PP_Product_Planning_UU); + } + /** Set Safety Stock Qty. @param SafetyStock Safety stock is a term used to describe a level of stock that is maintained below the cycle stock to buffer against stock-outs @@ -537,9 +551,9 @@ public class X_PP_Product_Planning extends PO implements I_PP_Product_Planning, return bd; } - public I_S_Resource getS_Resource() throws RuntimeException + public org.compiere.model.I_S_Resource getS_Resource() throws RuntimeException { - return (I_S_Resource)MTable.get(getCtx(), I_S_Resource.Table_Name) + return (org.compiere.model.I_S_Resource)MTable.get(getCtx(), org.compiere.model.I_S_Resource.Table_Name) .getPO(getS_Resource_ID(), get_TrxName()); } /** Set Resource. diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java index 4a31382f30..d64f02b476 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Asset.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for PP_WF_Node_Asset - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_WF_Node_Asset (Properties ctx, int PP_WF_Node_Asset_ID, String trxName) @@ -73,9 +73,9 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers return sb.toString(); } - public I_A_Asset getA_Asset() throws RuntimeException + public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException { - return (I_A_Asset)MTable.get(getCtx(), I_A_Asset.Table_Name) + return (org.compiere.model.I_A_Asset)MTable.get(getCtx(), org.compiere.model.I_A_Asset.Table_Name) .getPO(getA_Asset_ID(), get_TrxName()); } /** Set Asset. @@ -101,9 +101,9 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers return ii.intValue(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -149,6 +149,20 @@ public class X_PP_WF_Node_Asset extends PO implements I_PP_WF_Node_Asset, I_Pers return ii.intValue(); } + /** Set PP_WF_Node_Asset_UU. + @param PP_WF_Node_Asset_UU PP_WF_Node_Asset_UU */ + public void setPP_WF_Node_Asset_UU (String PP_WF_Node_Asset_UU) + { + set_Value (COLUMNNAME_PP_WF_Node_Asset_UU, PP_WF_Node_Asset_UU); + } + + /** Get PP_WF_Node_Asset_UU. + @return PP_WF_Node_Asset_UU */ + public String getPP_WF_Node_Asset_UU () + { + return (String)get_Value(COLUMNNAME_PP_WF_Node_Asset_UU); + } + /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first diff --git a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java index ebba2fb2df..e6fa0bc933 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java +++ b/org.adempiere.base/src/org/eevolution/model/X_PP_WF_Node_Product.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for PP_WF_Node_Product - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_PP_WF_Node_Product (Properties ctx, int PP_WF_Node_Product_ID, String trxName) @@ -76,9 +76,9 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ return sb.toString(); } - public I_AD_WF_Node getAD_WF_Node() throws RuntimeException + public org.compiere.model.I_AD_WF_Node getAD_WF_Node() throws RuntimeException { - return (I_AD_WF_Node)MTable.get(getCtx(), I_AD_WF_Node.Table_Name) + return (org.compiere.model.I_AD_WF_Node)MTable.get(getCtx(), org.compiere.model.I_AD_WF_Node.Table_Name) .getPO(getAD_WF_Node_ID(), get_TrxName()); } /** Set Node. @@ -171,9 +171,9 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ return false; } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -219,6 +219,20 @@ public class X_PP_WF_Node_Product extends PO implements I_PP_WF_Node_Product, I_ return ii.intValue(); } + /** Set PP_WF_Node_Product_UU. + @param PP_WF_Node_Product_UU PP_WF_Node_Product_UU */ + public void setPP_WF_Node_Product_UU (String PP_WF_Node_Product_UU) + { + set_Value (COLUMNNAME_PP_WF_Node_Product_UU, PP_WF_Node_Product_UU); + } + + /** Get PP_WF_Node_Product_UU. + @return PP_WF_Node_Product_UU */ + public String getPP_WF_Node_Product_UU () + { + return (String)get_Value(COLUMNNAME_PP_WF_Node_Product_UU); + } + /** Set Quantity. @param Qty Quantity diff --git a/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java b/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java index 13304f0616..57680780c1 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java +++ b/org.adempiere.base/src/org/eevolution/model/X_QM_Specification.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for QM_Specification - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_QM_Specification extends PO implements I_QM_Specification, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_QM_Specification (Properties ctx, int QM_Specification_ID, String trxName) @@ -73,9 +73,9 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return sb.toString(); } - public I_AD_Workflow getAD_Workflow() throws RuntimeException + public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException { - return (I_AD_Workflow)MTable.get(getCtx(), I_AD_Workflow.Table_Name) + return (org.compiere.model.I_AD_Workflow)MTable.get(getCtx(), org.compiere.model.I_AD_Workflow.Table_Name) .getPO(getAD_Workflow_ID(), get_TrxName()); } /** Set Workflow. @@ -118,9 +118,9 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return (String)get_Value(COLUMNNAME_Description); } - public I_M_AttributeSet getM_AttributeSet() throws RuntimeException + public org.compiere.model.I_M_AttributeSet getM_AttributeSet() throws RuntimeException { - return (I_M_AttributeSet)MTable.get(getCtx(), I_M_AttributeSet.Table_Name) + return (org.compiere.model.I_M_AttributeSet)MTable.get(getCtx(), org.compiere.model.I_M_AttributeSet.Table_Name) .getPO(getM_AttributeSet_ID(), get_TrxName()); } /** Set Attribute Set. @@ -146,9 +146,9 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -239,6 +239,20 @@ public class X_QM_Specification extends PO implements I_QM_Specification, I_Pers return ii.intValue(); } + /** Set QM_Specification_UU. + @param QM_Specification_UU QM_Specification_UU */ + public void setQM_Specification_UU (String QM_Specification_UU) + { + set_Value (COLUMNNAME_QM_Specification_UU, QM_Specification_UU); + } + + /** Get QM_Specification_UU. + @return QM_Specification_UU */ + public String getQM_Specification_UU () + { + return (String)get_Value(COLUMNNAME_QM_Specification_UU); + } + /** Set Valid from. @param ValidFrom Valid from including this date (first day) diff --git a/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java b/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java index 70d58043d9..031d48d31f 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_QM_SpecificationLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -23,15 +23,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for QM_SpecificationLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_QM_SpecificationLine (Properties ctx, int QM_SpecificationLine_ID, String trxName) @@ -98,9 +98,9 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine return (String)get_Value(COLUMNNAME_AndOr); } - public I_M_Attribute getM_Attribute() throws RuntimeException + public org.compiere.model.I_M_Attribute getM_Attribute() throws RuntimeException { - return (I_M_Attribute)MTable.get(getCtx(), I_M_Attribute.Table_Name) + return (org.compiere.model.I_M_Attribute)MTable.get(getCtx(), org.compiere.model.I_M_Attribute.Table_Name) .getPO(getM_Attribute_ID(), get_TrxName()); } /** Set Attribute. @@ -209,6 +209,20 @@ public class X_QM_SpecificationLine extends PO implements I_QM_SpecificationLine return ii.intValue(); } + /** Set QM_SpecificationLine_UU. + @param QM_SpecificationLine_UU QM_SpecificationLine_UU */ + public void setQM_SpecificationLine_UU (String QM_SpecificationLine_UU) + { + set_Value (COLUMNNAME_QM_SpecificationLine_UU, QM_SpecificationLine_UU); + } + + /** Get QM_SpecificationLine_UU. + @return QM_SpecificationLine_UU */ + public String getQM_SpecificationLine_UU () + { + return (String)get_Value(COLUMNNAME_QM_SpecificationLine_UU); + } + /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first diff --git a/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java b/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java index eb9db393e8..9cf5f0897c 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/X_T_BOMLine.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -24,15 +24,15 @@ import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for T_BOMLine - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_BOMLine (Properties ctx, int T_BOMLine_ID, String trxName) @@ -73,9 +73,9 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -101,9 +101,9 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - public I_C_AcctSchema getC_AcctSchema() throws RuntimeException + public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { - return (I_C_AcctSchema)MTable.get(getCtx(), I_C_AcctSchema.Table_Name) + return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_Name) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @@ -360,9 +360,9 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return (String)get_Value(COLUMNNAME_Levels); } - public I_M_CostElement getM_CostElement() throws RuntimeException + public org.compiere.model.I_M_CostElement getM_CostElement() throws RuntimeException { - return (I_M_CostElement)MTable.get(getCtx(), I_M_CostElement.Table_Name) + return (org.compiere.model.I_M_CostElement)MTable.get(getCtx(), org.compiere.model.I_M_CostElement.Table_Name) .getPO(getM_CostElement_ID(), get_TrxName()); } /** Set Cost Element. @@ -388,9 +388,9 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - public I_M_CostType getM_CostType() throws RuntimeException + public org.compiere.model.I_M_CostType getM_CostType() throws RuntimeException { - return (I_M_CostType)MTable.get(getCtx(), I_M_CostType.Table_Name) + return (org.compiere.model.I_M_CostType)MTable.get(getCtx(), org.compiere.model.I_M_CostType.Table_Name) .getPO(getM_CostType_ID(), get_TrxName()); } /** Set Cost Type. @@ -416,9 +416,9 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return ii.intValue(); } - public I_M_Product getM_Product() throws RuntimeException + public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { - return (I_M_Product)MTable.get(getCtx(), I_M_Product.Table_Name) + return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_Name) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @@ -579,4 +579,18 @@ public class X_T_BOMLine extends PO implements I_T_BOMLine, I_Persistent return 0; return ii.intValue(); } + + /** Set T_BOMLine_UU. + @param T_BOMLine_UU T_BOMLine_UU */ + public void setT_BOMLine_UU (String T_BOMLine_UU) + { + set_Value (COLUMNNAME_T_BOMLine_UU, T_BOMLine_UU); + } + + /** Get T_BOMLine_UU. + @return T_BOMLine_UU */ + public String getT_BOMLine_UU () + { + return (String)get_Value(COLUMNNAME_T_BOMLine_UU); + } } \ No newline at end of file diff --git a/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java b/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java index 66e2cddd10..befdc81a54 100644 --- a/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java +++ b/org.adempiere.base/src/org/eevolution/model/X_T_MRP_CRP.java @@ -1,6 +1,6 @@ /****************************************************************************** - * Product: Adempiere ERP & CRM Smart Business Solution * - * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * + * Product: iDempiere ERP & CRM Smart Business Solution * + * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * @@ -22,15 +22,15 @@ import java.util.Properties; import org.compiere.model.*; /** Generated Model for T_MRP_CRP - * @author Adempiere (generated) - * @version Release 3.6.0LTS - $Id$ */ + * @author iDempiere (generated) + * @version Release 1.0a - $Id$ */ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent { /** * */ - private static final long serialVersionUID = 20100614L; + private static final long serialVersionUID = 20121031L; /** Standard Constructor */ public X_T_MRP_CRP (Properties ctx, int T_MRP_CRP_ID, String trxName) @@ -70,9 +70,9 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent return sb.toString(); } - public I_AD_PInstance getAD_PInstance() throws RuntimeException + public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { - return (I_AD_PInstance)MTable.get(getCtx(), I_AD_PInstance.Table_Name) + return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_Name) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @@ -154,4 +154,18 @@ public class X_T_MRP_CRP extends PO implements I_T_MRP_CRP, I_Persistent return 0; return ii.intValue(); } + + /** Set T_MRP_CRP_UU. + @param T_MRP_CRP_UU T_MRP_CRP_UU */ + public void setT_MRP_CRP_UU (String T_MRP_CRP_UU) + { + set_Value (COLUMNNAME_T_MRP_CRP_UU, T_MRP_CRP_UU); + } + + /** Get T_MRP_CRP_UU. + @return T_MRP_CRP_UU */ + public String getT_MRP_CRP_UU () + { + return (String)get_Value(COLUMNNAME_T_MRP_CRP_UU); + } } \ No newline at end of file