diff --git a/dbPort/src/org/compiere/model/X_AD_AccessLog.java b/dbPort/src/org/compiere/model/X_AD_AccessLog.java index fff22a993b..e99a6173ae 100644 --- a/dbPort/src/org/compiere/model/X_AD_AccessLog.java +++ b/dbPort/src/org/compiere/model/X_AD_AccessLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_AccessLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_AccessLog extends PO { /** Standard Constructor @@ -60,7 +60,7 @@ public static final String Table_Name="AD_AccessLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AccessLog"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Alert.java b/dbPort/src/org/compiere/model/X_AD_Alert.java index bd26ea9e24..17d310786b 100644 --- a/dbPort/src/org/compiere/model/X_AD_Alert.java +++ b/dbPort/src/org/compiere/model/X_AD_Alert.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Alert - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Alert extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_Alert"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Alert"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_AlertProcessor.java b/dbPort/src/org/compiere/model/X_AD_AlertProcessor.java index e62bb22c14..ce9c61dbd5 100644 --- a/dbPort/src/org/compiere/model/X_AD_AlertProcessor.java +++ b/dbPort/src/org/compiere/model/X_AD_AlertProcessor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_AlertProcessor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_AlertProcessor extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_AlertProcessor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertProcessor"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_AlertProcessorLog.java b/dbPort/src/org/compiere/model/X_AD_AlertProcessorLog.java index c4b2486faf..a59388c401 100644 --- a/dbPort/src/org/compiere/model/X_AD_AlertProcessorLog.java +++ b/dbPort/src/org/compiere/model/X_AD_AlertProcessorLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_AlertProcessorLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_AlertProcessorLog extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_AlertProcessorLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertProcessorLog"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_AlertRecipient.java b/dbPort/src/org/compiere/model/X_AD_AlertRecipient.java index 7bf88f2c9e..594fd57639 100644 --- a/dbPort/src/org/compiere/model/X_AD_AlertRecipient.java +++ b/dbPort/src/org/compiere/model/X_AD_AlertRecipient.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_AlertRecipient - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_AlertRecipient extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_AlertRecipient"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertRecipient"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_AlertRule.java b/dbPort/src/org/compiere/model/X_AD_AlertRule.java index f6442f0890..59b90d114d 100644 --- a/dbPort/src/org/compiere/model/X_AD_AlertRule.java +++ b/dbPort/src/org/compiere/model/X_AD_AlertRule.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_AlertRule - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_AlertRule extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_AlertRule"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertRule"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Archive.java b/dbPort/src/org/compiere/model/X_AD_Archive.java index dfc137d724..d9c062cc81 100644 --- a/dbPort/src/org/compiere/model/X_AD_Archive.java +++ b/dbPort/src/org/compiere/model/X_AD_Archive.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Archive - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Archive extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Archive"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Archive"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_Attachment.java b/dbPort/src/org/compiere/model/X_AD_Attachment.java index 079b3c9190..9fc849d9b4 100644 --- a/dbPort/src/org/compiere/model/X_AD_Attachment.java +++ b/dbPort/src/org/compiere/model/X_AD_Attachment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Attachment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Attachment extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Attachment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Attachment"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_AttachmentNote.java b/dbPort/src/org/compiere/model/X_AD_AttachmentNote.java index 432b779033..762a965659 100644 --- a/dbPort/src/org/compiere/model/X_AD_AttachmentNote.java +++ b/dbPort/src/org/compiere/model/X_AD_AttachmentNote.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_AttachmentNote - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_AttachmentNote extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_AttachmentNote"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AttachmentNote"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Attribute.java b/dbPort/src/org/compiere/model/X_AD_Attribute.java index 7a96e33451..988251cad3 100644 --- a/dbPort/src/org/compiere/model/X_AD_Attribute.java +++ b/dbPort/src/org/compiere/model/X_AD_Attribute.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Attribute - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Attribute extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="AD_Attribute"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Attribute"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_Attribute_Value.java b/dbPort/src/org/compiere/model/X_AD_Attribute_Value.java index e265e0f495..de2473fe42 100644 --- a/dbPort/src/org/compiere/model/X_AD_Attribute_Value.java +++ b/dbPort/src/org/compiere/model/X_AD_Attribute_Value.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Attribute_Value - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Attribute_Value extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Attribute_Value"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Attribute_Value"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_ChangeLog.java b/dbPort/src/org/compiere/model/X_AD_ChangeLog.java index bb0854244d..1f99e2afd6 100644 --- a/dbPort/src/org/compiere/model/X_AD_ChangeLog.java +++ b/dbPort/src/org/compiere/model/X_AD_ChangeLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ChangeLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ChangeLog extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_ChangeLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ChangeLog"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Client.java b/dbPort/src/org/compiere/model/X_AD_Client.java index 3f3bac7acb..fd4e95428c 100644 --- a/dbPort/src/org/compiere/model/X_AD_Client.java +++ b/dbPort/src/org/compiere/model/X_AD_Client.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Client - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Client extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="AD_Client"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Client"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_ClientInfo.java b/dbPort/src/org/compiere/model/X_AD_ClientInfo.java index 23de526891..d531ed718e 100644 --- a/dbPort/src/org/compiere/model/X_AD_ClientInfo.java +++ b/dbPort/src/org/compiere/model/X_AD_ClientInfo.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ClientInfo - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ClientInfo extends PO { /** Standard Constructor @@ -60,7 +60,7 @@ public static final String Table_Name="AD_ClientInfo"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ClientInfo"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_ClientShare.java b/dbPort/src/org/compiere/model/X_AD_ClientShare.java index c13e9539f7..0598d7009d 100644 --- a/dbPort/src/org/compiere/model/X_AD_ClientShare.java +++ b/dbPort/src/org/compiere/model/X_AD_ClientShare.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ClientShare - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ClientShare extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_ClientShare"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ClientShare"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Color.java b/dbPort/src/org/compiere/model/X_AD_Color.java index c9b4c86cfe..207a290a24 100644 --- a/dbPort/src/org/compiere/model/X_AD_Color.java +++ b/dbPort/src/org/compiere/model/X_AD_Color.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Color - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Color extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="AD_Color"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Color"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Column.java b/dbPort/src/org/compiere/model/X_AD_Column.java index f0b8c26f7b..07a05a84cf 100644 --- a/dbPort/src/org/compiere/model/X_AD_Column.java +++ b/dbPort/src/org/compiere/model/X_AD_Column.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Column - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Column extends PO { /** Standard Constructor @@ -76,7 +76,7 @@ public static final String Table_Name="AD_Column"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Column"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Column_Access.java b/dbPort/src/org/compiere/model/X_AD_Column_Access.java index 9280f76aa6..eb9ccfe2a9 100644 --- a/dbPort/src/org/compiere/model/X_AD_Column_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Column_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Column_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Column_Access extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Column_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Column_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Desktop.java b/dbPort/src/org/compiere/model/X_AD_Desktop.java index dcf24f3791..d87acf2f8d 100644 --- a/dbPort/src/org/compiere/model/X_AD_Desktop.java +++ b/dbPort/src/org/compiere/model/X_AD_Desktop.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Desktop - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Desktop extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Desktop"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Desktop"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_DesktopWorkbench.java b/dbPort/src/org/compiere/model/X_AD_DesktopWorkbench.java index aa90f5a64a..0944d426df 100644 --- a/dbPort/src/org/compiere/model/X_AD_DesktopWorkbench.java +++ b/dbPort/src/org/compiere/model/X_AD_DesktopWorkbench.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_DesktopWorkbench - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_DesktopWorkbench extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_DesktopWorkbench"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_DesktopWorkbench"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Element.java b/dbPort/src/org/compiere/model/X_AD_Element.java index fa6023e0b4..bdcad87cb8 100644 --- a/dbPort/src/org/compiere/model/X_AD_Element.java +++ b/dbPort/src/org/compiere/model/X_AD_Element.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Element - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Element extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_Element"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Element"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_EntityType.java b/dbPort/src/org/compiere/model/X_AD_EntityType.java index 03225e3111..fa9c28c455 100644 --- a/dbPort/src/org/compiere/model/X_AD_EntityType.java +++ b/dbPort/src/org/compiere/model/X_AD_EntityType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_EntityType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_EntityType extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_EntityType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_EntityType"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Error.java b/dbPort/src/org/compiere/model/X_AD_Error.java index 924a109d80..65a8ed09f2 100644 --- a/dbPort/src/org/compiere/model/X_AD_Error.java +++ b/dbPort/src/org/compiere/model/X_AD_Error.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Error - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Error extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Error"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Error"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Field.java b/dbPort/src/org/compiere/model/X_AD_Field.java index 0455ab33be..20e68b7df9 100644 --- a/dbPort/src/org/compiere/model/X_AD_Field.java +++ b/dbPort/src/org/compiere/model/X_AD_Field.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Field - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Field extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="AD_Field"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Field"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_FieldGroup.java b/dbPort/src/org/compiere/model/X_AD_FieldGroup.java index 80e8e64553..edcf1c4a37 100644 --- a/dbPort/src/org/compiere/model/X_AD_FieldGroup.java +++ b/dbPort/src/org/compiere/model/X_AD_FieldGroup.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_FieldGroup - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_FieldGroup extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_FieldGroup"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_FieldGroup"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Find.java b/dbPort/src/org/compiere/model/X_AD_Find.java index 9c99e6d66d..9743239f2d 100644 --- a/dbPort/src/org/compiere/model/X_AD_Find.java +++ b/dbPort/src/org/compiere/model/X_AD_Find.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Find - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Find extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Find"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Find"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_Form.java b/dbPort/src/org/compiere/model/X_AD_Form.java index 5035157efd..9fb72360ef 100644 --- a/dbPort/src/org/compiere/model/X_AD_Form.java +++ b/dbPort/src/org/compiere/model/X_AD_Form.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Form - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Form extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_Form"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Form"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Form_Access.java b/dbPort/src/org/compiere/model/X_AD_Form_Access.java index 33c9b2c44e..42147f0eb9 100644 --- a/dbPort/src/org/compiere/model/X_AD_Form_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Form_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Form_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Form_Access extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Form_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Form_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Image.java b/dbPort/src/org/compiere/model/X_AD_Image.java index 567290ab2b..acbb8a1873 100644 --- a/dbPort/src/org/compiere/model/X_AD_Image.java +++ b/dbPort/src/org/compiere/model/X_AD_Image.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Image - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Image extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Image"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Image"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_ImpFormat.java b/dbPort/src/org/compiere/model/X_AD_ImpFormat.java index 3ebd127328..c9dfde5f7f 100644 --- a/dbPort/src/org/compiere/model/X_AD_ImpFormat.java +++ b/dbPort/src/org/compiere/model/X_AD_ImpFormat.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ImpFormat - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ImpFormat extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_ImpFormat"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ImpFormat"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_ImpFormat_Row.java b/dbPort/src/org/compiere/model/X_AD_ImpFormat_Row.java index a5d724dfeb..4d18089d62 100644 --- a/dbPort/src/org/compiere/model/X_AD_ImpFormat_Row.java +++ b/dbPort/src/org/compiere/model/X_AD_ImpFormat_Row.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ImpFormat_Row - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ImpFormat_Row extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_ImpFormat_Row"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ImpFormat_Row"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_InfoColumn.java b/dbPort/src/org/compiere/model/X_AD_InfoColumn.java index 6a84f03614..ea1df88e9c 100644 --- a/dbPort/src/org/compiere/model/X_AD_InfoColumn.java +++ b/dbPort/src/org/compiere/model/X_AD_InfoColumn.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_InfoColumn - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_InfoColumn extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="AD_InfoColumn"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_InfoColumn"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_InfoWindow.java b/dbPort/src/org/compiere/model/X_AD_InfoWindow.java index 04d72b6ba0..ae01f8fb35 100644 --- a/dbPort/src/org/compiere/model/X_AD_InfoWindow.java +++ b/dbPort/src/org/compiere/model/X_AD_InfoWindow.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_InfoWindow - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_InfoWindow extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_InfoWindow"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_InfoWindow"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Issue.java b/dbPort/src/org/compiere/model/X_AD_Issue.java index 21ed7f11fe..e8c4509695 100644 --- a/dbPort/src/org/compiere/model/X_AD_Issue.java +++ b/dbPort/src/org/compiere/model/X_AD_Issue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Issue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Issue extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_Issue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Issue"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_LabelPrinter.java b/dbPort/src/org/compiere/model/X_AD_LabelPrinter.java index 2f90eb780d..a903870121 100644 --- a/dbPort/src/org/compiere/model/X_AD_LabelPrinter.java +++ b/dbPort/src/org/compiere/model/X_AD_LabelPrinter.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_LabelPrinter - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_LabelPrinter extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_LabelPrinter"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LabelPrinter"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_LabelPrinterFunction.java b/dbPort/src/org/compiere/model/X_AD_LabelPrinterFunction.java index 1be8d5d814..06ef9d3a15 100644 --- a/dbPort/src/org/compiere/model/X_AD_LabelPrinterFunction.java +++ b/dbPort/src/org/compiere/model/X_AD_LabelPrinterFunction.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_LabelPrinterFunction - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_LabelPrinterFunction extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_LabelPrinterFunction"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LabelPrinterFunction"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Language.java b/dbPort/src/org/compiere/model/X_AD_Language.java index 6c91cb2662..e549a2cfe1 100644 --- a/dbPort/src/org/compiere/model/X_AD_Language.java +++ b/dbPort/src/org/compiere/model/X_AD_Language.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Language - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Language extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Language"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Language"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_LdapAccess.java b/dbPort/src/org/compiere/model/X_AD_LdapAccess.java index da816f2ae8..e7cb0ad6c6 100755 --- a/dbPort/src/org/compiere/model/X_AD_LdapAccess.java +++ b/dbPort/src/org/compiere/model/X_AD_LdapAccess.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_LdapAccess - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_LdapAccess extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_LdapAccess"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LdapAccess"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_LdapProcessor.java b/dbPort/src/org/compiere/model/X_AD_LdapProcessor.java index 7c05250cb4..e68a628e42 100755 --- a/dbPort/src/org/compiere/model/X_AD_LdapProcessor.java +++ b/dbPort/src/org/compiere/model/X_AD_LdapProcessor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_LdapProcessor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_LdapProcessor extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_LdapProcessor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LdapProcessor"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_LdapProcessorLog.java b/dbPort/src/org/compiere/model/X_AD_LdapProcessorLog.java index b2e1404caa..89c1655e97 100755 --- a/dbPort/src/org/compiere/model/X_AD_LdapProcessorLog.java +++ b/dbPort/src/org/compiere/model/X_AD_LdapProcessorLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_LdapProcessorLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_LdapProcessorLog extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_LdapProcessorLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LdapProcessorLog"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Menu.java b/dbPort/src/org/compiere/model/X_AD_Menu.java index 0c9a727d08..02defaeef6 100644 --- a/dbPort/src/org/compiere/model/X_AD_Menu.java +++ b/dbPort/src/org/compiere/model/X_AD_Menu.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Menu - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Menu extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Menu"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Menu"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Message.java b/dbPort/src/org/compiere/model/X_AD_Message.java index 6993da9acc..13eee9b37c 100644 --- a/dbPort/src/org/compiere/model/X_AD_Message.java +++ b/dbPort/src/org/compiere/model/X_AD_Message.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Message - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Message extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_Message"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Message"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Modification.java b/dbPort/src/org/compiere/model/X_AD_Modification.java index badb052db0..a92922be34 100644 --- a/dbPort/src/org/compiere/model/X_AD_Modification.java +++ b/dbPort/src/org/compiere/model/X_AD_Modification.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Modification - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Modification extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Modification"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Modification"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Note.java b/dbPort/src/org/compiere/model/X_AD_Note.java index 0e7808217a..4140870f25 100644 --- a/dbPort/src/org/compiere/model/X_AD_Note.java +++ b/dbPort/src/org/compiere/model/X_AD_Note.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Note - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Note extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Note"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Note"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_Org.java b/dbPort/src/org/compiere/model/X_AD_Org.java index b244745356..f592016298 100644 --- a/dbPort/src/org/compiere/model/X_AD_Org.java +++ b/dbPort/src/org/compiere/model/X_AD_Org.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Org - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Org extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Org"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Org"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_OrgInfo.java b/dbPort/src/org/compiere/model/X_AD_OrgInfo.java index 3b339f27dc..ef65fc0907 100644 --- a/dbPort/src/org/compiere/model/X_AD_OrgInfo.java +++ b/dbPort/src/org/compiere/model/X_AD_OrgInfo.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_OrgInfo - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_OrgInfo extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_OrgInfo"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_OrgInfo"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_OrgType.java b/dbPort/src/org/compiere/model/X_AD_OrgType.java index cc2e4b173f..cb1b990545 100644 --- a/dbPort/src/org/compiere/model/X_AD_OrgType.java +++ b/dbPort/src/org/compiere/model/X_AD_OrgType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_OrgType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_OrgType extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_OrgType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_OrgType"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PInstance.java b/dbPort/src/org/compiere/model/X_AD_PInstance.java index dfb913c953..ab2921467c 100644 --- a/dbPort/src/org/compiere/model/X_AD_PInstance.java +++ b/dbPort/src/org/compiere/model/X_AD_PInstance.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PInstance - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PInstance extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_PInstance"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PInstance"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PInstance_Log.java b/dbPort/src/org/compiere/model/X_AD_PInstance_Log.java index 1ed1b42509..aea8dcf028 100644 --- a/dbPort/src/org/compiere/model/X_AD_PInstance_Log.java +++ b/dbPort/src/org/compiere/model/X_AD_PInstance_Log.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PInstance_Log - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PInstance_Log extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_PInstance_Log"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PInstance_Log"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PInstance_Para.java b/dbPort/src/org/compiere/model/X_AD_PInstance_Para.java index 9a9a06c224..ac1945e439 100644 --- a/dbPort/src/org/compiere/model/X_AD_PInstance_Para.java +++ b/dbPort/src/org/compiere/model/X_AD_PInstance_Para.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PInstance_Para - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PInstance_Para extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_PInstance_Para"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PInstance_Para"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Exp.java b/dbPort/src/org/compiere/model/X_AD_Package_Exp.java index e542c9ac2d..b43d218525 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Exp.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Exp.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Exp - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Exp extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="AD_Package_Exp"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Exp"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -126,7 +126,7 @@ public static final String AD_PACKAGE_TYPE_RemoteTransfer = "R"; /** XML File = X */ public static final String AD_PACKAGE_TYPE_XMLFile = "X"; /** Set AD_Package_Type. -@param AD_Package_Type Defines the type of package. XML File Local and Remote */ +@param AD_Package_Type AD_Package_Type */ public void setAD_Package_Type (String AD_Package_Type) { if (AD_Package_Type == null || AD_Package_Type.equals("L") || AD_Package_Type.equals("R") || AD_Package_Type.equals("X")); @@ -139,13 +139,13 @@ AD_Package_Type = AD_Package_Type.substring(0,0); set_Value ("AD_Package_Type", AD_Package_Type); } /** Get AD_Package_Type. -@return Defines the type of package. XML File Local and Remote */ +@return AD_Package_Type */ public String getAD_Package_Type() { return (String)get_Value("AD_Package_Type"); } /** Set Description. -@param Description Description */ +@param Description Optional short description of the record */ public void setDescription (String Description) { if (Description == null) throw new IllegalArgumentException ("Description is mandatory."); @@ -157,13 +157,13 @@ Description = Description.substring(0,999); set_Value ("Description", Description); } /** Get Description. -@return Description */ +@return Optional short description of the record */ public String getDescription() { return (String)get_Value("Description"); } -/** Set Email Address. -@param EMail Email Address creator of the package */ +/** Set EMail Address. +@param EMail Electronic Mail Address */ public void setEMail (String EMail) { if (EMail == null) throw new IllegalArgumentException ("EMail is mandatory."); @@ -174,8 +174,8 @@ EMail = EMail.substring(0,29); } set_Value ("EMail", EMail); } -/** Get Email Address. -@return Email Address creator of the package */ +/** Get EMail Address. +@return Electronic Mail Address */ public String getEMail() { return (String)get_Value("EMail"); @@ -217,7 +217,7 @@ public String getInstructions() return (String)get_Value("Instructions"); } /** Set Name. -@param Name Name of Package */ +@param Name Name */ public void setName (String Name) { if (Name == null) throw new IllegalArgumentException ("Name is mandatory."); @@ -229,13 +229,13 @@ Name = Name.substring(0,59); set_Value ("Name", Name); } /** Get Name. -@return Name of Package */ +@return Name */ public String getName() { return (String)get_Value("Name"); } /** Set PK_Version. -@param PK_Version Package Version */ +@param PK_Version PK_Version */ public void setPK_Version (String PK_Version) { if (PK_Version == null) throw new IllegalArgumentException ("PK_Version is mandatory."); @@ -247,19 +247,19 @@ PK_Version = PK_Version.substring(0,19); set_Value ("PK_Version", PK_Version); } /** Get PK_Version. -@return Package Version */ +@return PK_Version */ public String getPK_Version() { return (String)get_Value("PK_Version"); } /** Set Processed. -@param Processed Processed */ +@param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_Value ("Processed", Boolean.valueOf(Processed)); } /** Get Processed. -@return Processed */ +@return The document has been processed */ public boolean isProcessed() { Object oo = get_Value("Processed"); @@ -270,14 +270,14 @@ if (oo != null) } return false; } -/** Set Processing. -@param Processing Process to create package export */ +/** Set Process Now. +@param Processing Process Now */ public void setProcessing (boolean Processing) { set_Value ("Processing", Boolean.valueOf(Processing)); } -/** Get Processing. -@return Process to create package export */ +/** Get Process Now. +@return Process Now */ public boolean isProcessing() { Object oo = get_Value("Processing"); @@ -307,8 +307,8 @@ public static final String RELEASENO_Release253a = "Release 2.5.3a"; public static final String RELEASENO_Release253b = "Release 2.5.3b"; /** No specific release = all */ public static final String RELEASENO_NoSpecificRelease = "all"; -/** Set ReleaseNo. -@param ReleaseNo Release Number */ +/** Set Release No. +@param ReleaseNo Internal Release Number */ public void setReleaseNo (String ReleaseNo) { if (ReleaseNo == null) throw new IllegalArgumentException ("ReleaseNo is mandatory"); @@ -321,14 +321,14 @@ ReleaseNo = ReleaseNo.substring(0,19); } set_Value ("ReleaseNo", ReleaseNo); } -/** Get ReleaseNo. -@return Release Number */ +/** Get Release No. +@return Internal Release Number */ public String getReleaseNo() { return (String)get_Value("ReleaseNo"); } -/** Set UserName. -@param UserName Creator of Package */ +/** Set Registered EMail. +@param UserName Email of the responsible for the System */ public void setUserName (String UserName) { if (UserName == null) throw new IllegalArgumentException ("UserName is mandatory."); @@ -339,14 +339,14 @@ UserName = UserName.substring(0,29); } set_Value ("UserName", UserName); } -/** Get UserName. -@return Creator of Package */ +/** Get Registered EMail. +@return Email of the responsible for the System */ public String getUserName() { return (String)get_Value("UserName"); } /** Set Version. -@param Version Version */ +@param Version Version of the table definition */ public void setVersion (String Version) { if (Version == null) throw new IllegalArgumentException ("Version is mandatory."); @@ -358,7 +358,7 @@ Version = Version.substring(0,19); set_Value ("Version", Version); } /** Get Version. -@return Version */ +@return Version of the table definition */ public String getVersion() { return (String)get_Value("Version"); diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Exp_Common.java b/dbPort/src/org/compiere/model/X_AD_Package_Exp_Common.java index 216d4ea7c0..f827bb46ad 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Exp_Common.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Exp_Common.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Exp_Common - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Exp_Common extends PO { /** Standard Constructor @@ -60,7 +60,7 @@ public static final String Table_Name="AD_Package_Exp_Common"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Exp_Common"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -203,7 +203,7 @@ if (ii == null) return 0; return ii.intValue(); } /** Set Table. -@param AD_Table_ID Table for the Fields */ +@param AD_Table_ID Database Table information */ public void setAD_Table_ID (int AD_Table_ID) { if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null); @@ -211,7 +211,7 @@ if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null); set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID)); } /** Get Table. -@return Table for the Fields */ +@return Database Table information */ public int getAD_Table_ID() { Integer ii = (Integer)get_Value("AD_Table_ID"); @@ -235,7 +235,7 @@ if (ii == null) return 0; return ii.intValue(); } /** Set Workbench. -@param AD_Workbench_ID Collection of windows reports */ +@param AD_Workbench_ID Collection of windows, reports */ public void setAD_Workbench_ID (int AD_Workbench_ID) { if (AD_Workbench_ID <= 0) set_Value ("AD_Workbench_ID", null); @@ -243,7 +243,7 @@ if (AD_Workbench_ID <= 0) set_Value ("AD_Workbench_ID", null); set_Value ("AD_Workbench_ID", Integer.valueOf(AD_Workbench_ID)); } /** Get Workbench. -@return Collection of windows reports */ +@return Collection of windows, reports */ public int getAD_Workbench_ID() { Integer ii = (Integer)get_Value("AD_Workbench_ID"); @@ -286,7 +286,7 @@ public static final String DBTYPE_SQLServer = "SQL"; /** Sybase = Sybase */ public static final String DBTYPE_Sybase = "Sybase"; /** Set DBType. -@param DBType Indicates the type of database. */ +@param DBType DBType */ public void setDBType (String DBType) { if (DBType == null || DBType.equals("ALL") || DBType.equals("DB2") || DBType.equals("Firebird") || DBType.equals("MySQL") || DBType.equals("Oracle") || DBType.equals("Postgres") || DBType.equals("SQL") || DBType.equals("Sybase")); @@ -299,7 +299,7 @@ DBType = DBType.substring(0,21); set_Value ("DBType", DBType); } /** Get DBType. -@return Indicates the type of database. */ +@return DBType */ public String getDBType() { return (String)get_Value("DBType"); @@ -386,23 +386,6 @@ Integer ii = (Integer)get_Value("Line"); if (ii == null) return 0; return ii.intValue(); } -/** Set Name 2. -@param Name2 Additional Name */ -public void setName2 (String Name2) -{ -if (Name2 != null && Name2.length() > 60) -{ -log.warning("Length > 60 - truncated"); -Name2 = Name2.substring(0,59); -} -set_Value ("Name2", Name2); -} -/** Get Name 2. -@return Additional Name */ -public String getName2() -{ -return (String)get_Value("Name2"); -} /** Set Name. @param Name Name */ public void setName (String Name) @@ -420,6 +403,23 @@ public String getName() { return (String)get_Value("Name"); } +/** Set Name 2. +@param Name2 Additional Name */ +public void setName2 (String Name2) +{ +if (Name2 != null && Name2.length() > 60) +{ +log.warning("Length > 60 - truncated"); +Name2 = Name2.substring(0,59); +} +set_Value ("Name2", Name2); +} +/** Get Name 2. +@return Additional Name */ +public String getName2() +{ +return (String)get_Value("Name2"); +} /** Set Processed. @param Processed The document has been processed */ public void setProcessed (boolean Processed) @@ -522,7 +522,7 @@ public static final String TYPE_Window = "W"; /** Form = X */ public static final String TYPE_Form = "X"; /** Set Type. -@param Type Type of Validation (SQL Java Script Java Language) */ +@param Type Type of Validation (SQL, Java Script, Java Language) */ public void setType (String Type) { if (Type == null || Type.equals("B") || Type.equals("C") || Type.equals("D") || Type.equals("F") || Type.equals("IMP") || Type.equals("M") || Type.equals("P") || Type.equals("R") || Type.equals("S") || Type.equals("SNI") || Type.equals("SQL") || Type.equals("T") || Type.equals("W") || Type.equals("X")); @@ -535,7 +535,7 @@ Type = Type.substring(0,9); set_Value ("Type", Type); } /** Get Type. -@return Type of Validation (SQL Java Script Java Language) */ +@return Type of Validation (SQL, Java Script, Java Language) */ public String getType() { return (String)get_Value("Type"); diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Exp_Detail.java b/dbPort/src/org/compiere/model/X_AD_Package_Exp_Detail.java index 034eb0346f..8b5cee9827 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Exp_Detail.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Exp_Detail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Exp_Detail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Exp_Detail extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_Package_Exp_Detail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Exp_Detail"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -89,32 +89,32 @@ public String toString() StringBuffer sb = new StringBuffer ("X_AD_Package_Exp_Detail[").append(get_ID()).append("]"); return sb.toString(); } -/** Set AD_Form_ID. -@param AD_Form_ID AD_Form_ID */ +/** Set Special Form. +@param AD_Form_ID Special Form */ public void setAD_Form_ID (int AD_Form_ID) { if (AD_Form_ID <= 0) set_Value ("AD_Form_ID", null); else set_Value ("AD_Form_ID", Integer.valueOf(AD_Form_ID)); } -/** Get AD_Form_ID. -@return AD_Form_ID */ +/** Get Special Form. +@return Special Form */ public int getAD_Form_ID() { Integer ii = (Integer)get_Value("AD_Form_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_ImpFormat_ID. -@param AD_ImpFormat_ID AD_ImpFormat_ID */ +/** Set Import Format. +@param AD_ImpFormat_ID Import Format */ public void setAD_ImpFormat_ID (int AD_ImpFormat_ID) { if (AD_ImpFormat_ID <= 0) set_Value ("AD_ImpFormat_ID", null); else set_Value ("AD_ImpFormat_ID", Integer.valueOf(AD_ImpFormat_ID)); } -/** Get AD_ImpFormat_ID. -@return AD_ImpFormat_ID */ +/** Get Import Format. +@return Import Format */ public int getAD_ImpFormat_ID() { Integer ii = (Integer)get_Value("AD_ImpFormat_ID"); @@ -124,16 +124,16 @@ return ii.intValue(); /** AD_Menu_ID AD_Reference_ID=105 */ public static final int AD_MENU_ID_AD_Reference_ID=105; -/** Set AD_Menu_ID. -@param AD_Menu_ID AD_Menu_ID */ +/** Set Menu. +@param AD_Menu_ID Identifies a Menu */ public void setAD_Menu_ID (int AD_Menu_ID) { if (AD_Menu_ID <= 0) set_Value ("AD_Menu_ID", null); else set_Value ("AD_Menu_ID", Integer.valueOf(AD_Menu_ID)); } -/** Get AD_Menu_ID. -@return AD_Menu_ID */ +/** Get Menu. +@return Identifies a Menu */ public int getAD_Menu_ID() { Integer ii = (Integer)get_Value("AD_Menu_ID"); @@ -210,112 +210,112 @@ Integer ii = (Integer)get_Value("AD_Package_Exp_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Process_ID. -@param AD_Process_ID AD_Process_ID */ +/** Set Process. +@param AD_Process_ID Process or Report */ public void setAD_Process_ID (int AD_Process_ID) { if (AD_Process_ID <= 0) set_Value ("AD_Process_ID", null); else set_Value ("AD_Process_ID", Integer.valueOf(AD_Process_ID)); } -/** Get AD_Process_ID. -@return AD_Process_ID */ +/** Get Process. +@return Process or Report */ public int getAD_Process_ID() { Integer ii = (Integer)get_Value("AD_Process_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_ReportView_ID. -@param AD_ReportView_ID Contain the Report View ID */ +/** Set Report View. +@param AD_ReportView_ID View used to generate this report */ public void setAD_ReportView_ID (int AD_ReportView_ID) { if (AD_ReportView_ID <= 0) set_Value ("AD_ReportView_ID", null); else set_Value ("AD_ReportView_ID", Integer.valueOf(AD_ReportView_ID)); } -/** Get AD_ReportView_ID. -@return Contain the Report View ID */ +/** Get Report View. +@return View used to generate this report */ public int getAD_ReportView_ID() { Integer ii = (Integer)get_Value("AD_ReportView_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Role_ID. -@param AD_Role_ID Role */ +/** Set Role. +@param AD_Role_ID Responsibility Role */ public void setAD_Role_ID (int AD_Role_ID) { if (AD_Role_ID <= 0) set_Value ("AD_Role_ID", null); else set_Value ("AD_Role_ID", Integer.valueOf(AD_Role_ID)); } -/** Get AD_Role_ID. -@return Role */ +/** Get Role. +@return Responsibility Role */ public int getAD_Role_ID() { Integer ii = (Integer)get_Value("AD_Role_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Table_ID. -@param AD_Table_ID AD_Table_ID */ +/** Set Table. +@param AD_Table_ID Database Table information */ public void setAD_Table_ID (int AD_Table_ID) { if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null); else set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID)); } -/** Get AD_Table_ID. -@return AD_Table_ID */ +/** Get Table. +@return Database Table information */ public int getAD_Table_ID() { Integer ii = (Integer)get_Value("AD_Table_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Window_ID. -@param AD_Window_ID AD_Window_ID */ +/** Set Window. +@param AD_Window_ID Data entry or display window */ public void setAD_Window_ID (int AD_Window_ID) { if (AD_Window_ID <= 0) set_Value ("AD_Window_ID", null); else set_Value ("AD_Window_ID", Integer.valueOf(AD_Window_ID)); } -/** Get AD_Window_ID. -@return AD_Window_ID */ +/** Get Window. +@return Data entry or display window */ public int getAD_Window_ID() { Integer ii = (Integer)get_Value("AD_Window_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Workbench_ID. -@param AD_Workbench_ID AD_Workbench_ID */ +/** Set Workbench. +@param AD_Workbench_ID Collection of windows, reports */ public void setAD_Workbench_ID (int AD_Workbench_ID) { if (AD_Workbench_ID <= 0) set_Value ("AD_Workbench_ID", null); else set_Value ("AD_Workbench_ID", Integer.valueOf(AD_Workbench_ID)); } -/** Get AD_Workbench_ID. -@return AD_Workbench_ID */ +/** Get Workbench. +@return Collection of windows, reports */ public int getAD_Workbench_ID() { Integer ii = (Integer)get_Value("AD_Workbench_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Workflow_ID. -@param AD_Workflow_ID AD_Workflow_ID */ +/** Set Workflow. +@param AD_Workflow_ID Workflow or combination of tasks */ public void setAD_Workflow_ID (int AD_Workflow_ID) { if (AD_Workflow_ID <= 0) set_Value ("AD_Workflow_ID", null); else set_Value ("AD_Workflow_ID", Integer.valueOf(AD_Workflow_ID)); } -/** Get AD_Workflow_ID. -@return AD_Workflow_ID */ +/** Get Workflow. +@return Workflow or combination of tasks */ public int getAD_Workflow_ID() { Integer ii = (Integer)get_Value("AD_Workflow_ID"); @@ -342,7 +342,7 @@ public static final String DBTYPE_SQLServer = "SQL"; /** Sybase = Sybase */ public static final String DBTYPE_Sybase = "Sybase"; /** Set DBType. -@param DBType Indicates type of database */ +@param DBType DBType */ public void setDBType (String DBType) { if (DBType == null || DBType.equals("ALL") || DBType.equals("DB2") || DBType.equals("Firebird") || DBType.equals("MySQL") || DBType.equals("Oracle") || DBType.equals("Postgres") || DBType.equals("SQL") || DBType.equals("Sybase")); @@ -355,13 +355,13 @@ DBType = DBType.substring(0,21); set_Value ("DBType", DBType); } /** Get DBType. -@return Indicates type of database */ +@return DBType */ public String getDBType() { return (String)get_Value("DBType"); } /** Set Description. -@param Description Description */ +@param Description Optional short description of the record */ public void setDescription (String Description) { if (Description == null) throw new IllegalArgumentException ("Description is mandatory."); @@ -373,7 +373,7 @@ Description = Description.substring(0,999); set_Value ("Description", Description); } /** Get Description. -@return Description */ +@return Optional short description of the record */ public String getDescription() { return (String)get_Value("Description"); @@ -412,8 +412,8 @@ public String getDestination_FileName() { return (String)get_Value("Destination_FileName"); } -/** Set FileName. -@param FileName FileName */ +/** Set File Name. +@param FileName Name of the local file or URL */ public void setFileName (String FileName) { if (FileName != null && FileName.length() > 255) @@ -423,8 +423,8 @@ FileName = FileName.substring(0,254); } set_Value ("FileName", FileName); } -/** Get FileName. -@return FileName */ +/** Get File Name. +@return Name of the local file or URL */ public String getFileName() { return (String)get_Value("FileName"); @@ -446,22 +446,22 @@ public String getFile_Directory() { return (String)get_Value("File_Directory"); } -/** Set Line. -@param Line Line */ +/** Set Line No. +@param Line Unique line for this document */ public void setLine (int Line) { set_Value ("Line", Integer.valueOf(Line)); } -/** Get Line. -@return Line */ +/** Get Line No. +@return Unique line for this document */ public int getLine() { Integer ii = (Integer)get_Value("Line"); if (ii == null) return 0; return ii.intValue(); } -/** Set Name2. -@param Name2 Name2 */ +/** Set Name 2. +@param Name2 Additional Name */ public void setName2 (String Name2) { if (Name2 != null && Name2.length() > 60) @@ -471,21 +471,20 @@ Name2 = Name2.substring(0,59); } set_Value ("Name2", Name2); } -/** Get Name2. -@return Name2 */ +/** Get Name 2. +@return Additional Name */ public String getName2() { return (String)get_Value("Name2"); } - /** Set Processed. -@param Processed Processed */ +@param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_Value ("Processed", Boolean.valueOf(Processed)); } /** Get Processed. -@return Processed */ +@return The document has been processed */ public boolean isProcessed() { Object oo = get_Value("Processed"); @@ -496,14 +495,14 @@ if (oo != null) } return false; } -/** Set Processing. -@param Processing Processing */ +/** Set Process Now. +@param Processing Process Now */ public void setProcessing (boolean Processing) { set_Value ("Processing", Boolean.valueOf(Processing)); } -/** Get Processing. -@return Processing */ +/** Get Process Now. +@return Process Now */ public boolean isProcessing() { Object oo = get_Value("Processing"); @@ -533,8 +532,8 @@ public static final String RELEASENO_Release253a = "Release 2.5.3a"; public static final String RELEASENO_Release253b = "Release 2.5.3b"; /** No specific release = all */ public static final String RELEASENO_NoSpecificRelease = "all"; -/** Set ReleaseNo. -@param ReleaseNo ReleaseNo */ +/** Set Release No. +@param ReleaseNo Internal Release Number */ public void setReleaseNo (String ReleaseNo) { if (ReleaseNo == null || ReleaseNo.equals("Release 2.5.2a") || ReleaseNo.equals("Release 2.5.2b") || ReleaseNo.equals("Release 2.5.2c") || ReleaseNo.equals("Release 2.5.2d") || ReleaseNo.equals("Release 2.5.2e") || ReleaseNo.equals("Release 2.5.3a") || ReleaseNo.equals("Release 2.5.3b") || ReleaseNo.equals("all")); @@ -546,8 +545,8 @@ ReleaseNo = ReleaseNo.substring(0,19); } set_Value ("ReleaseNo", ReleaseNo); } -/** Get ReleaseNo. -@return ReleaseNo */ +/** Get Release No. +@return Internal Release Number */ public String getReleaseNo() { return (String)get_Value("ReleaseNo"); @@ -570,7 +569,7 @@ public String getSQLStatement() return (String)get_Value("SQLStatement"); } /** Set Target_Directory. -@param Target_Directory Directory where the file to be distributed will be copied to */ +@param Target_Directory Target_Directory */ public void setTarget_Directory (String Target_Directory) { if (Target_Directory != null && Target_Directory.length() > 255) @@ -581,7 +580,7 @@ Target_Directory = Target_Directory.substring(0,254); set_Value ("Target_Directory", Target_Directory); } /** Get Target_Directory. -@return Directory where the file to be distributed will be copied to */ +@return Target_Directory */ public String getTarget_Directory() { return (String)get_Value("Target_Directory"); @@ -618,7 +617,7 @@ public static final String TYPE_Window = "W"; /** Form = X */ public static final String TYPE_Form = "X"; /** Set Type. -@param Type Type */ +@param Type Type of Validation (SQL, Java Script, Java Language) */ public void setType (String Type) { if (Type == null) throw new IllegalArgumentException ("Type is mandatory"); @@ -632,7 +631,7 @@ Type = Type.substring(0,9); set_Value ("Type", Type); } /** Get Type. -@return Type */ +@return Type of Validation (SQL, Java Script, Java Language) */ public String getType() { return (String)get_Value("Type"); diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Imp.java b/dbPort/src/org/compiere/model/X_AD_Package_Imp.java index e754d4ca0f..3251945d04 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Imp.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Imp.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Imp - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Imp extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Package_Imp"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -144,7 +144,7 @@ public String getCreatorContact() return (String)get_Value("CreatorContact"); } /** Set Description. -@param Description Description */ +@param Description Optional short description of the record */ public void setDescription (String Description) { if (Description == null) throw new IllegalArgumentException ("Description is mandatory."); @@ -156,13 +156,13 @@ Description = Description.substring(0,999); set_Value ("Description", Description); } /** Get Description. -@return Description */ +@return Optional short description of the record */ public String getDescription() { return (String)get_Value("Description"); } -/** Set EMail. -@param EMail EMail */ +/** Set EMail Address. +@param EMail Electronic Mail Address */ public void setEMail (String EMail) { if (EMail != null && EMail.length() > 60) @@ -172,14 +172,14 @@ EMail = EMail.substring(0,59); } set_Value ("EMail", EMail); } -/** Get EMail. -@return EMail */ +/** Get EMail Address. +@return Electronic Mail Address */ public String getEMail() { return (String)get_Value("EMail"); } /** Set Name. -@param Name Name */ +@param Name Alphanumeric identifier of the entity */ public void setName (String Name) { if (Name == null) throw new IllegalArgumentException ("Name is mandatory."); @@ -191,13 +191,13 @@ Name = Name.substring(0,59); set_Value ("Name", Name); } /** Get Name. -@return Name */ +@return Alphanumeric identifier of the entity */ public String getName() { return (String)get_Value("Name"); } /** Set PK_Status. -@param PK_Status Status of package installation */ +@param PK_Status PK_Status */ public void setPK_Status (String PK_Status) { if (PK_Status != null && PK_Status.length() > 22) @@ -208,7 +208,7 @@ PK_Status = PK_Status.substring(0,21); set_Value ("PK_Status", PK_Status); } /** Get PK_Status. -@return Status of package installation */ +@return PK_Status */ public String getPK_Status() { return (String)get_Value("PK_Status"); @@ -231,13 +231,13 @@ public String getPK_Version() return (String)get_Value("PK_Version"); } /** Set Processed. -@param Processed Processed */ +@param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_Value ("Processed", Boolean.valueOf(Processed)); } /** Get Processed. -@return Processed */ +@return The document has been processed */ public boolean isProcessed() { Object oo = get_Value("Processed"); @@ -248,14 +248,14 @@ if (oo != null) } return false; } -/** Set Processing. -@param Processing Processing */ +/** Set Process Now. +@param Processing Process Now */ public void setProcessing (boolean Processing) { set_Value ("Processing", Boolean.valueOf(Processing)); } -/** Get Processing. -@return Processing */ +/** Get Process Now. +@return Process Now */ public boolean isProcessing() { Object oo = get_Value("Processing"); @@ -266,8 +266,8 @@ if (oo != null) } return false; } -/** Set ReleaseNo. -@param ReleaseNo ReleaseNo */ +/** Set Release No. +@param ReleaseNo Internal Release Number */ public void setReleaseNo (String ReleaseNo) { if (ReleaseNo != null && ReleaseNo.length() > 20) @@ -277,8 +277,8 @@ ReleaseNo = ReleaseNo.substring(0,19); } set_Value ("ReleaseNo", ReleaseNo); } -/** Get ReleaseNo. -@return ReleaseNo */ +/** Get Release No. +@return Internal Release Number */ public String getReleaseNo() { return (String)get_Value("ReleaseNo"); @@ -302,7 +302,7 @@ if (oo != null) return false; } /** Set Version. -@param Version Version */ +@param Version Version of the table definition */ public void setVersion (String Version) { if (Version != null && Version.length() > 20) @@ -313,7 +313,7 @@ Version = Version.substring(0,19); set_Value ("Version", Version); } /** Get Version. -@return Version */ +@return Version of the table definition */ public String getVersion() { return (String)get_Value("Version"); diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Backup.java b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Backup.java index 127e847eab..96bcb98f0d 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Backup.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Backup.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Imp_Backup - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Imp_Backup extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Package_Imp_Backup"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Backup"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -90,16 +90,16 @@ return sb.toString(); /** AD_Column_ID AD_Reference_ID=251 */ public static final int AD_COLUMN_ID_AD_Reference_ID=251; -/** Set AD_Column_ID. -@param AD_Column_ID AD_Column_ID */ +/** Set Column. +@param AD_Column_ID Column in the table */ public void setAD_Column_ID (int AD_Column_ID) { if (AD_Column_ID <= 0) set_Value ("AD_Column_ID", null); else set_Value ("AD_Column_ID", Integer.valueOf(AD_Column_ID)); } -/** Get AD_Column_ID. -@return AD_Column_ID */ +/** Get Column. +@return Column in the table */ public int getAD_Column_ID() { Integer ii = (Integer)get_Value("AD_Column_ID"); @@ -194,32 +194,32 @@ return (String)get_Value("AD_Package_Imp_Org_Dir"); /** AD_Reference_ID AD_Reference_ID=1 */ public static final int AD_REFERENCE_ID_AD_Reference_ID=1; -/** Set AD_Reference_ID. -@param AD_Reference_ID AD_Reference_ID */ +/** Set Reference. +@param AD_Reference_ID System Reference and Validation */ public void setAD_Reference_ID (int AD_Reference_ID) { if (AD_Reference_ID <= 0) set_Value ("AD_Reference_ID", null); else set_Value ("AD_Reference_ID", Integer.valueOf(AD_Reference_ID)); } -/** Get AD_Reference_ID. -@return AD_Reference_ID */ +/** Get Reference. +@return System Reference and Validation */ public int getAD_Reference_ID() { Integer ii = (Integer)get_Value("AD_Reference_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Table_ID. -@param AD_Table_ID AD_Table_ID */ +/** Set Table. +@param AD_Table_ID Database Table information */ public void setAD_Table_ID (int AD_Table_ID) { if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null); else set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID)); } -/** Get AD_Table_ID. -@return AD_Table_ID */ +/** Get Table. +@return Database Table information */ public int getAD_Table_ID() { Integer ii = (Integer)get_Value("AD_Table_ID"); diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Detail.java b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Detail.java index 0b8e95b2b0..c6229a0284 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Detail.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Detail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Imp_Detail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Imp_Detail extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Package_Imp_Detail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Detail"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -132,16 +132,16 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_ID"); if (ii == null) return 0; return ii.intValue(); } -/** Set AD_Table_ID. -@param AD_Table_ID AD_Table_ID */ +/** Set Table. +@param AD_Table_ID Database Table information */ public void setAD_Table_ID (int AD_Table_ID) { if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null); else set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID)); } -/** Get AD_Table_ID. -@return AD_Table_ID */ +/** Get Table. +@return Database Table information */ public int getAD_Table_ID() { Integer ii = (Integer)get_Value("AD_Table_ID"); @@ -149,7 +149,7 @@ if (ii == null) return 0; return ii.intValue(); } /** Set Action. -@param Action Action */ +@param Action Indicates the Action to be performed */ public void setAction (String Action) { if (Action != null && Action.length() > 20) @@ -160,7 +160,7 @@ Action = Action.substring(0,19); set_Value ("Action", Action); } /** Get Action. -@return Action */ +@return Indicates the Action to be performed */ public String getAction() { return (String)get_Value("Action"); @@ -182,7 +182,7 @@ if (ii == null) return 0; return ii.intValue(); } /** Set Name. -@param Name Name */ +@param Name Alphanumeric identifier of the entity */ public void setName (String Name) { if (Name != null && Name.length() > 60) @@ -193,13 +193,13 @@ Name = Name.substring(0,59); set_Value ("Name", Name); } /** Get Name. -@return Name */ +@return Alphanumeric identifier of the entity */ public String getName() { return (String)get_Value("Name"); } /** Set Success. -@param Success Indicates Success */ +@param Success Success */ public void setSuccess (String Success) { if (Success != null && Success.length() > 20) @@ -210,13 +210,13 @@ Success = Success.substring(0,19); set_Value ("Success", Success); } /** Get Success. -@return Indicates Success */ +@return Success */ public String getSuccess() { return (String)get_Value("Success"); } -/** Set TableName. -@param TableName TableName */ +/** Set DB Table Name. +@param TableName Name of the table in the database */ public void setTableName (String TableName) { if (TableName != null && TableName.length() > 60) @@ -226,14 +226,14 @@ TableName = TableName.substring(0,59); } set_Value ("TableName", TableName); } -/** Get TableName. -@return TableName */ +/** Get DB Table Name. +@return Name of the table in the database */ public String getTableName() { return (String)get_Value("TableName"); } /** Set Type. -@param Type Type */ +@param Type Type of Validation (SQL, Java Script, Java Language) */ public void setType (String Type) { if (Type != null && Type.length() > 60) @@ -244,19 +244,19 @@ Type = Type.substring(0,59); set_Value ("Type", Type); } /** Get Type. -@return Type */ +@return Type of Validation (SQL, Java Script, Java Language) */ public String getType() { return (String)get_Value("Type"); } /** Set Uninstall. -@param Uninstall Indicates if an object has been uninstalled or reversed */ +@param Uninstall Uninstall */ public void setUninstall (boolean Uninstall) { set_ValueNoCheck ("Uninstall", Boolean.valueOf(Uninstall)); } /** Get Uninstall. -@return Indicates if an object has been uninstalled or reversed */ +@return Uninstall */ public boolean isUninstall() { Object oo = get_Value("Uninstall"); diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Inst.java b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Inst.java index b0ba22b197..995caad8d5 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Inst.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Inst.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Imp_Inst - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Imp_Inst extends PO { /** Standard Constructor @@ -60,7 +60,7 @@ public static final String Table_Name="AD_Package_Imp_Inst"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Inst"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Proc.java b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Proc.java index ad2f1126bc..0d5a5bb1d9 100644 --- a/dbPort/src/org/compiere/model/X_AD_Package_Imp_Proc.java +++ b/dbPort/src/org/compiere/model/X_AD_Package_Imp_Proc.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Package_Imp_Proc - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Package_Imp_Proc extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Package_Imp_Proc"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Proc"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -105,7 +105,7 @@ if (oo != null) return false; } /** Set AD_Package_Dir. -@param AD_Package_Dir Where the package directory is located */ +@param AD_Package_Dir AD_Package_Dir */ public void setAD_Package_Dir (String AD_Package_Dir) { if (AD_Package_Dir != null && AD_Package_Dir.length() > 255) @@ -116,7 +116,7 @@ AD_Package_Dir = AD_Package_Dir.substring(0,254); set_Value ("AD_Package_Dir", AD_Package_Dir); } /** Get AD_Package_Dir. -@return Where the package directory is located */ +@return AD_Package_Dir */ public String getAD_Package_Dir() { return (String)get_Value("AD_Package_Dir"); @@ -137,7 +137,7 @@ if (ii == null) return 0; return ii.intValue(); } /** Set AD_Package_Source. -@param AD_Package_Source Where the package is located */ +@param AD_Package_Source AD_Package_Source */ public void setAD_Package_Source (String AD_Package_Source) { if (AD_Package_Source != null && AD_Package_Source.length() > 255) @@ -148,7 +148,7 @@ AD_Package_Source = AD_Package_Source.substring(0,254); set_Value ("AD_Package_Source", AD_Package_Source); } /** Get AD_Package_Source. -@return Where the package is located */ +@return AD_Package_Source */ public String getAD_Package_Source() { return (String)get_Value("AD_Package_Source"); @@ -180,14 +180,14 @@ public String getAD_Package_Source_Type() { return (String)get_Value("AD_Package_Source_Type"); } -/** Set Processing. -@param Processing Start the import process */ +/** Set Process Now. +@param Processing Process Now */ public void setProcessing (boolean Processing) { set_Value ("Processing", Boolean.valueOf(Processing)); } -/** Get Processing. -@return Start the import process */ +/** Get Process Now. +@return Process Now */ public boolean isProcessing() { Object oo = get_Value("Processing"); diff --git a/dbPort/src/org/compiere/model/X_AD_Preference.java b/dbPort/src/org/compiere/model/X_AD_Preference.java index f81321d9e7..dda75148a5 100644 --- a/dbPort/src/org/compiere/model/X_AD_Preference.java +++ b/dbPort/src/org/compiere/model/X_AD_Preference.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Preference - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Preference extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Preference"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Preference"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintColor.java b/dbPort/src/org/compiere/model/X_AD_PrintColor.java index 6059c77842..44945ef943 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintColor.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintColor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintColor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintColor extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_PrintColor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintColor"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintFont.java b/dbPort/src/org/compiere/model/X_AD_PrintFont.java index 001548c374..32789ae0ac 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintFont.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintFont.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintFont - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintFont extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_PrintFont"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintFont"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintForm.java b/dbPort/src/org/compiere/model/X_AD_PrintForm.java index 3878bdee9b..a275e4b36c 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintForm.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintForm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintForm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintForm extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_PrintForm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintForm"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintFormat.java b/dbPort/src/org/compiere/model/X_AD_PrintFormat.java index c79e74910e..eca45b1212 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintFormat.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintFormat.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintFormat - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintFormat extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="AD_PrintFormat"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintFormat"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintFormatItem.java b/dbPort/src/org/compiere/model/X_AD_PrintFormatItem.java index 192607cd36..acab17ce50 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintFormatItem.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintFormatItem.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintFormatItem - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintFormatItem extends PO { /** Standard Constructor @@ -99,7 +99,7 @@ public static final String Table_Name="AD_PrintFormatItem"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintFormatItem"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ @@ -777,13 +777,13 @@ if (oo != null) } return false; } -/** Set Calculate Variance (??). +/** Set Calculate Variance (?�). @param IsVarianceCalc Calculate Variance */ public void setIsVarianceCalc (boolean IsVarianceCalc) { set_Value ("IsVarianceCalc", Boolean.valueOf(IsVarianceCalc)); } -/** Get Calculate Variance (??). +/** Get Calculate Variance (?�). @return Calculate Variance */ public boolean isVarianceCalc() { diff --git a/dbPort/src/org/compiere/model/X_AD_PrintGraph.java b/dbPort/src/org/compiere/model/X_AD_PrintGraph.java index 13c0c6e66f..1111d560d6 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintGraph.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintGraph.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintGraph - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintGraph extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_PrintGraph"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintGraph"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintLabel.java b/dbPort/src/org/compiere/model/X_AD_PrintLabel.java index d9f038af92..619a8b99ea 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintLabel.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintLabel.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintLabel - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintLabel extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_PrintLabel"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintLabel"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintLabelLine.java b/dbPort/src/org/compiere/model/X_AD_PrintLabelLine.java index 2b4f9ed777..94b8277033 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintLabelLine.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintLabelLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintLabelLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintLabelLine extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_PrintLabelLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintLabelLine"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintPaper.java b/dbPort/src/org/compiere/model/X_AD_PrintPaper.java index ce47ccdc29..830d185ae7 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintPaper.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintPaper.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintPaper - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintPaper extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="AD_PrintPaper"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintPaper"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_PrintTableFormat.java b/dbPort/src/org/compiere/model/X_AD_PrintTableFormat.java index 5d32348215..636c3daec2 100644 --- a/dbPort/src/org/compiere/model/X_AD_PrintTableFormat.java +++ b/dbPort/src/org/compiere/model/X_AD_PrintTableFormat.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_PrintTableFormat - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_PrintTableFormat extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_PrintTableFormat"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintTableFormat"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Private_Access.java b/dbPort/src/org/compiere/model/X_AD_Private_Access.java index 2cff28a789..4c74150808 100644 --- a/dbPort/src/org/compiere/model/X_AD_Private_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Private_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Private_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Private_Access extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Private_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Private_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Process.java b/dbPort/src/org/compiere/model/X_AD_Process.java index 84d8e0810f..e5baedff20 100644 --- a/dbPort/src/org/compiere/model/X_AD_Process.java +++ b/dbPort/src/org/compiere/model/X_AD_Process.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Process - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Process extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_Process"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Process"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ @@ -334,24 +334,7 @@ if (oo != null) return "Y".equals(oo); } return false; -} -/** Set Jasper Report. -@param JasperReport In this column you store the JasperReport filename */ -public void setJasperReport (String JasperReport) -{ -if (JasperReport != null && JasperReport.length() > 255) -{ -log.warning("Length > 255 - truncated"); -JasperReport = JasperReport.substring(0,254); -} -set_Value ("JasperReport", JasperReport); -} -/** Get Jasper Report. -@return In this column you store the JasperReport filename */ -public String getJasperReport() -{ -return (String)get_Value("JasperReport"); -} +} /** Set Name. @param Name Alphanumeric identifier of the entity */ public void setName (String Name) @@ -397,7 +380,7 @@ public static final String SHOWHELP_DonTShowHelp = "N"; /** Show Help = Y */ public static final String SHOWHELP_ShowHelp = "Y"; /** Set Show Help. -@param ShowHelp To show or hide help for reports / processes */ +@param ShowHelp Show Help */ public void setShowHelp (String ShowHelp) { if (ShowHelp == null || ShowHelp.equals("A") || ShowHelp.equals("N") || ShowHelp.equals("Y")); @@ -410,7 +393,7 @@ ShowHelp = ShowHelp.substring(0,0); set_Value ("ShowHelp", ShowHelp); } /** Get Show Help. -@return To show or hide help for reports / processes */ +@return Show Help */ public String getShowHelp() { return (String)get_Value("ShowHelp"); diff --git a/dbPort/src/org/compiere/model/X_AD_Process_Access.java b/dbPort/src/org/compiere/model/X_AD_Process_Access.java index 59774f95e2..b495b9cd81 100644 --- a/dbPort/src/org/compiere/model/X_AD_Process_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Process_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Process_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Process_Access extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Process_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Process_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Process_Para.java b/dbPort/src/org/compiere/model/X_AD_Process_Para.java index f9572ae33e..4fc3ca9d5f 100644 --- a/dbPort/src/org/compiere/model/X_AD_Process_Para.java +++ b/dbPort/src/org/compiere/model/X_AD_Process_Para.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Process_Para - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Process_Para extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="AD_Process_Para"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Process_Para"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Record_Access.java b/dbPort/src/org/compiere/model/X_AD_Record_Access.java index 9cd8f65b4a..d757b104fd 100644 --- a/dbPort/src/org/compiere/model/X_AD_Record_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Record_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Record_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Record_Access extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Record_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Record_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Ref_List.java b/dbPort/src/org/compiere/model/X_AD_Ref_List.java index 3558d074cd..3a487a692b 100644 --- a/dbPort/src/org/compiere/model/X_AD_Ref_List.java +++ b/dbPort/src/org/compiere/model/X_AD_Ref_List.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Ref_List - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Ref_List extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_Ref_List"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Ref_List"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Ref_Table.java b/dbPort/src/org/compiere/model/X_AD_Ref_Table.java index 051b4434ae..dd2916d1c6 100644 --- a/dbPort/src/org/compiere/model/X_AD_Ref_Table.java +++ b/dbPort/src/org/compiere/model/X_AD_Ref_Table.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Ref_Table - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Ref_Table extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Ref_Table"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Ref_Table"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Reference.java b/dbPort/src/org/compiere/model/X_AD_Reference.java index a04a4d41df..6220ccc80b 100644 --- a/dbPort/src/org/compiere/model/X_AD_Reference.java +++ b/dbPort/src/org/compiere/model/X_AD_Reference.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Reference - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Reference extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Reference"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Reference"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Registration.java b/dbPort/src/org/compiere/model/X_AD_Registration.java index 79a9afa4f4..57414a031c 100644 --- a/dbPort/src/org/compiere/model/X_AD_Registration.java +++ b/dbPort/src/org/compiere/model/X_AD_Registration.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Registration - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Registration extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Registration"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Registration"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Replication.java b/dbPort/src/org/compiere/model/X_AD_Replication.java index 362e41d29d..3e05b7b270 100644 --- a/dbPort/src/org/compiere/model/X_AD_Replication.java +++ b/dbPort/src/org/compiere/model/X_AD_Replication.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Replication - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Replication extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_Replication"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Replication"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_ReplicationStrategy.java b/dbPort/src/org/compiere/model/X_AD_ReplicationStrategy.java index 72e5f55d74..09870844c7 100644 --- a/dbPort/src/org/compiere/model/X_AD_ReplicationStrategy.java +++ b/dbPort/src/org/compiere/model/X_AD_ReplicationStrategy.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ReplicationStrategy - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ReplicationStrategy extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_ReplicationStrategy"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReplicationStrategy"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_ReplicationTable.java b/dbPort/src/org/compiere/model/X_AD_ReplicationTable.java index af8ad2790a..5bb39c8a51 100644 --- a/dbPort/src/org/compiere/model/X_AD_ReplicationTable.java +++ b/dbPort/src/org/compiere/model/X_AD_ReplicationTable.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ReplicationTable - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ReplicationTable extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_ReplicationTable"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReplicationTable"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Replication_Log.java b/dbPort/src/org/compiere/model/X_AD_Replication_Log.java index dd59968263..07ddce5380 100644 --- a/dbPort/src/org/compiere/model/X_AD_Replication_Log.java +++ b/dbPort/src/org/compiere/model/X_AD_Replication_Log.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Replication_Log - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Replication_Log extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Replication_Log"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Replication_Log"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Replication_Run.java b/dbPort/src/org/compiere/model/X_AD_Replication_Run.java index 2345e48e6c..54212ac364 100644 --- a/dbPort/src/org/compiere/model/X_AD_Replication_Run.java +++ b/dbPort/src/org/compiere/model/X_AD_Replication_Run.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Replication_Run - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Replication_Run extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Replication_Run"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Replication_Run"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_ReportView.java b/dbPort/src/org/compiere/model/X_AD_ReportView.java index 2bc53e9057..995cab903c 100644 --- a/dbPort/src/org/compiere/model/X_AD_ReportView.java +++ b/dbPort/src/org/compiere/model/X_AD_ReportView.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ReportView - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ReportView extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_ReportView"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReportView"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_ReportView_Col.java b/dbPort/src/org/compiere/model/X_AD_ReportView_Col.java index 455d3aa300..2caf3e7b5d 100644 --- a/dbPort/src/org/compiere/model/X_AD_ReportView_Col.java +++ b/dbPort/src/org/compiere/model/X_AD_ReportView_Col.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_ReportView_Col - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_ReportView_Col extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_ReportView_Col"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReportView_Col"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Role.java b/dbPort/src/org/compiere/model/X_AD_Role.java index 587906ac6d..9e742435e9 100644 --- a/dbPort/src/org/compiere/model/X_AD_Role.java +++ b/dbPort/src/org/compiere/model/X_AD_Role.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Role - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Role extends PO { /** Standard Constructor @@ -76,7 +76,7 @@ public static final String Table_Name="AD_Role"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Role"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Role_OrgAccess.java b/dbPort/src/org/compiere/model/X_AD_Role_OrgAccess.java index 9ae09158a3..6ce46e2420 100644 --- a/dbPort/src/org/compiere/model/X_AD_Role_OrgAccess.java +++ b/dbPort/src/org/compiere/model/X_AD_Role_OrgAccess.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Role_OrgAccess - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Role_OrgAccess extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Role_OrgAccess"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Role_OrgAccess"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Scheduler.java b/dbPort/src/org/compiere/model/X_AD_Scheduler.java index 4ee5acf2a0..d86f2dbdd0 100644 --- a/dbPort/src/org/compiere/model/X_AD_Scheduler.java +++ b/dbPort/src/org/compiere/model/X_AD_Scheduler.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Scheduler - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Scheduler extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_Scheduler"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Scheduler"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_SchedulerLog.java b/dbPort/src/org/compiere/model/X_AD_SchedulerLog.java index 33b24c7e2a..9e702fbc90 100644 --- a/dbPort/src/org/compiere/model/X_AD_SchedulerLog.java +++ b/dbPort/src/org/compiere/model/X_AD_SchedulerLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_SchedulerLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_SchedulerLog extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_SchedulerLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_SchedulerLog"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_SchedulerRecipient.java b/dbPort/src/org/compiere/model/X_AD_SchedulerRecipient.java index 50cfd19459..1f5829eb7b 100644 --- a/dbPort/src/org/compiere/model/X_AD_SchedulerRecipient.java +++ b/dbPort/src/org/compiere/model/X_AD_SchedulerRecipient.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_SchedulerRecipient - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_SchedulerRecipient extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_SchedulerRecipient"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_SchedulerRecipient"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Scheduler_Para.java b/dbPort/src/org/compiere/model/X_AD_Scheduler_Para.java index 3cb09ed771..adfbe221ee 100644 --- a/dbPort/src/org/compiere/model/X_AD_Scheduler_Para.java +++ b/dbPort/src/org/compiere/model/X_AD_Scheduler_Para.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Scheduler_Para - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Scheduler_Para extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Scheduler_Para"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Scheduler_Para"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Sequence.java b/dbPort/src/org/compiere/model/X_AD_Sequence.java index af48bf9d12..99f9b9959e 100644 --- a/dbPort/src/org/compiere/model/X_AD_Sequence.java +++ b/dbPort/src/org/compiere/model/X_AD_Sequence.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Sequence - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Sequence extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_Sequence"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Sequence"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Sequence_Audit.java b/dbPort/src/org/compiere/model/X_AD_Sequence_Audit.java index 7abba500fe..5b4259ce8d 100644 --- a/dbPort/src/org/compiere/model/X_AD_Sequence_Audit.java +++ b/dbPort/src/org/compiere/model/X_AD_Sequence_Audit.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Sequence_Audit - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Sequence_Audit extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Sequence_Audit"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Sequence_Audit"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Sequence_No.java b/dbPort/src/org/compiere/model/X_AD_Sequence_No.java index 04c79bd82b..c76a56fd91 100644 --- a/dbPort/src/org/compiere/model/X_AD_Sequence_No.java +++ b/dbPort/src/org/compiere/model/X_AD_Sequence_No.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Sequence_No - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Sequence_No extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Sequence_No"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Sequence_No"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Session.java b/dbPort/src/org/compiere/model/X_AD_Session.java index 06df01636f..121fb19523 100644 --- a/dbPort/src/org/compiere/model/X_AD_Session.java +++ b/dbPort/src/org/compiere/model/X_AD_Session.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Session - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Session extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_Session"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Session"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_System.java b/dbPort/src/org/compiere/model/X_AD_System.java index b253229faf..feb3007d82 100644 --- a/dbPort/src/org/compiere/model/X_AD_System.java +++ b/dbPort/src/org/compiere/model/X_AD_System.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_System - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_System extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="AD_System"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_System"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Tab.java b/dbPort/src/org/compiere/model/X_AD_Tab.java index 85efa96336..7db356c189 100644 --- a/dbPort/src/org/compiere/model/X_AD_Tab.java +++ b/dbPort/src/org/compiere/model/X_AD_Tab.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Tab - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Tab extends PO { /** Standard Constructor @@ -73,7 +73,7 @@ public static final String Table_Name="AD_Tab"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Tab"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Table.java b/dbPort/src/org/compiere/model/X_AD_Table.java index 641fed91f9..9be670cf8d 100644 --- a/dbPort/src/org/compiere/model/X_AD_Table.java +++ b/dbPort/src/org/compiere/model/X_AD_Table.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Table - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Table extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="AD_Table"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Table"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Table_Access.java b/dbPort/src/org/compiere/model/X_AD_Table_Access.java index 29dbbd3088..e12b271d01 100644 --- a/dbPort/src/org/compiere/model/X_AD_Table_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Table_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Table_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Table_Access extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_Table_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Table_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Task.java b/dbPort/src/org/compiere/model/X_AD_Task.java index 969843289d..0371599fff 100644 --- a/dbPort/src/org/compiere/model/X_AD_Task.java +++ b/dbPort/src/org/compiere/model/X_AD_Task.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Task - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Task extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_Task"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Task"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_TaskInstance.java b/dbPort/src/org/compiere/model/X_AD_TaskInstance.java index 901888bbda..8857840d7e 100644 --- a/dbPort/src/org/compiere/model/X_AD_TaskInstance.java +++ b/dbPort/src/org/compiere/model/X_AD_TaskInstance.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TaskInstance - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TaskInstance extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_TaskInstance"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TaskInstance"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Task_Access.java b/dbPort/src/org/compiere/model/X_AD_Task_Access.java index f29a86efdb..70c6bf87a8 100644 --- a/dbPort/src/org/compiere/model/X_AD_Task_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Task_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Task_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Task_Access extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Task_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Task_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Tree.java b/dbPort/src/org/compiere/model/X_AD_Tree.java index a535d2946f..66db7c5a44 100644 --- a/dbPort/src/org/compiere/model/X_AD_Tree.java +++ b/dbPort/src/org/compiere/model/X_AD_Tree.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Tree - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Tree extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_Tree"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Tree"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeBar.java b/dbPort/src/org/compiere/model/X_AD_TreeBar.java index 97f85d659a..df208f8645 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeBar.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeBar.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeBar - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeBar extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_TreeBar"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeBar"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNode.java b/dbPort/src/org/compiere/model/X_AD_TreeNode.java index 80be3176d2..a72543f19f 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNode.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNode.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNode - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNode extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_TreeNode"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNode"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeBP.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeBP.java index e7275b9790..e4a5df4088 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeBP.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeBP.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeBP - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeBP extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_TreeNodeBP"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeBP"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMC.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMC.java index 60a45a7eb0..08605bacb8 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMC.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMC.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeCMC - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeCMC extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeCMC"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeCMC"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMM.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMM.java index 6c0477198e..604f2c0249 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMM.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMM.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeCMM - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeCMM extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeCMM"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeCMM"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMS.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMS.java index 6a4bd1d438..966fd1d9ed 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMS.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMS.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeCMS - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeCMS extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeCMS"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeCMS"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMT.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMT.java index 1f4600f591..f29d17e6ee 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeCMT.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeCMT.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeCMT - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeCMT extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeCMT"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeCMT"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeMM.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeMM.java index 93cf3ed564..23feab9c97 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeMM.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeMM.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeMM - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeMM extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_TreeNodeMM"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeMM"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodePR.java b/dbPort/src/org/compiere/model/X_AD_TreeNodePR.java index 9f75d4c9b5..322a8c9fd2 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodePR.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodePR.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodePR - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodePR extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_TreeNodePR"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodePR"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeU1.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeU1.java index f88bfadce4..d74dd097dc 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeU1.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeU1.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeU1 - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeU1 extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeU1"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeU1"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeU2.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeU2.java index 1f04fa59c8..c79b4cc94a 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeU2.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeU2.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeU2 - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeU2 extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeU2"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeU2"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeU3.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeU3.java index d17c89a3b5..22a63f03f3 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeU3.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeU3.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeU3 - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeU3 extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeU3"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeU3"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_TreeNodeU4.java b/dbPort/src/org/compiere/model/X_AD_TreeNodeU4.java index 9a8568aed4..4f6f06d0d2 100644 --- a/dbPort/src/org/compiere/model/X_AD_TreeNodeU4.java +++ b/dbPort/src/org/compiere/model/X_AD_TreeNodeU4.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_TreeNodeU4 - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_TreeNodeU4 extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_TreeNodeU4"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_TreeNodeU4"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_User.java b/dbPort/src/org/compiere/model/X_AD_User.java index 7e41718592..ec15e4d9af 100644 --- a/dbPort/src/org/compiere/model/X_AD_User.java +++ b/dbPort/src/org/compiere/model/X_AD_User.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_User - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_User extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_User"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_User"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_UserBPAccess.java b/dbPort/src/org/compiere/model/X_AD_UserBPAccess.java index 9c830451c8..a453c04663 100644 --- a/dbPort/src/org/compiere/model/X_AD_UserBPAccess.java +++ b/dbPort/src/org/compiere/model/X_AD_UserBPAccess.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_UserBPAccess - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_UserBPAccess extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_UserBPAccess"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_UserBPAccess"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_UserDef_Field.java b/dbPort/src/org/compiere/model/X_AD_UserDef_Field.java index d42c145fe5..79d369121d 100644 --- a/dbPort/src/org/compiere/model/X_AD_UserDef_Field.java +++ b/dbPort/src/org/compiere/model/X_AD_UserDef_Field.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_UserDef_Field - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_UserDef_Field extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="AD_UserDef_Field"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_UserDef_Field"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_UserDef_Tab.java b/dbPort/src/org/compiere/model/X_AD_UserDef_Tab.java index 2850561fcb..b8939632c2 100644 --- a/dbPort/src/org/compiere/model/X_AD_UserDef_Tab.java +++ b/dbPort/src/org/compiere/model/X_AD_UserDef_Tab.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_UserDef_Tab - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_UserDef_Tab extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_UserDef_Tab"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_UserDef_Tab"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_UserDef_Win.java b/dbPort/src/org/compiere/model/X_AD_UserDef_Win.java index 6570887038..31e6991ef4 100644 --- a/dbPort/src/org/compiere/model/X_AD_UserDef_Win.java +++ b/dbPort/src/org/compiere/model/X_AD_UserDef_Win.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_UserDef_Win - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_UserDef_Win extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_UserDef_Win"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_UserDef_Win"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_UserMail.java b/dbPort/src/org/compiere/model/X_AD_UserMail.java index c720e96d02..ba6fdd0e5e 100644 --- a/dbPort/src/org/compiere/model/X_AD_UserMail.java +++ b/dbPort/src/org/compiere/model/X_AD_UserMail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_UserMail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_UserMail extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_UserMail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_UserMail"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_UserQuery.java b/dbPort/src/org/compiere/model/X_AD_UserQuery.java index 99783c00d7..fc5481506a 100644 --- a/dbPort/src/org/compiere/model/X_AD_UserQuery.java +++ b/dbPort/src/org/compiere/model/X_AD_UserQuery.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_UserQuery - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_UserQuery extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_UserQuery"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_UserQuery"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_User_OrgAccess.java b/dbPort/src/org/compiere/model/X_AD_User_OrgAccess.java index 5f624f0d48..82c7b2e415 100644 --- a/dbPort/src/org/compiere/model/X_AD_User_OrgAccess.java +++ b/dbPort/src/org/compiere/model/X_AD_User_OrgAccess.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_User_OrgAccess - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_User_OrgAccess extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_User_OrgAccess"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_User_OrgAccess"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_User_Roles.java b/dbPort/src/org/compiere/model/X_AD_User_Roles.java index bde993e386..969c75641c 100644 --- a/dbPort/src/org/compiere/model/X_AD_User_Roles.java +++ b/dbPort/src/org/compiere/model/X_AD_User_Roles.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_User_Roles - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_User_Roles extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="AD_User_Roles"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_User_Roles"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_User_Substitute.java b/dbPort/src/org/compiere/model/X_AD_User_Substitute.java index d5b190724b..92192a93b2 100644 --- a/dbPort/src/org/compiere/model/X_AD_User_Substitute.java +++ b/dbPort/src/org/compiere/model/X_AD_User_Substitute.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_User_Substitute - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_User_Substitute extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_User_Substitute"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_User_Substitute"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Val_Rule.java b/dbPort/src/org/compiere/model/X_AD_Val_Rule.java index 6ede26dad1..2ffbf28541 100644 --- a/dbPort/src/org/compiere/model/X_AD_Val_Rule.java +++ b/dbPort/src/org/compiere/model/X_AD_Val_Rule.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Val_Rule - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Val_Rule extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Val_Rule"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Val_Rule"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_Activity.java b/dbPort/src/org/compiere/model/X_AD_WF_Activity.java index a76ba7cc97..89d84a18e1 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_Activity.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_Activity.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_Activity - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_Activity extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_WF_Activity"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_Activity"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_ActivityResult.java b/dbPort/src/org/compiere/model/X_AD_WF_ActivityResult.java index afce5170c9..e148d231b6 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_ActivityResult.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_ActivityResult.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_ActivityResult - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_ActivityResult extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_WF_ActivityResult"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_ActivityResult"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_Block.java b/dbPort/src/org/compiere/model/X_AD_WF_Block.java index 56778e9a99..a46ef74f0e 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_Block.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_Block.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_Block - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_Block extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_WF_Block"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_Block"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_EventAudit.java b/dbPort/src/org/compiere/model/X_AD_WF_EventAudit.java index d27a1ba78d..a0dcf9207f 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_EventAudit.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_EventAudit.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_EventAudit - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_EventAudit extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="AD_WF_EventAudit"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_EventAudit"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_NextCondition.java b/dbPort/src/org/compiere/model/X_AD_WF_NextCondition.java index b247311678..85e4cfae5c 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_NextCondition.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_NextCondition.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_NextCondition - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_NextCondition extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="AD_WF_NextCondition"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_NextCondition"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_Node.java b/dbPort/src/org/compiere/model/X_AD_WF_Node.java index 97e657f45c..c70cbf51e7 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_Node.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_Node.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_Node - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_Node extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="AD_WF_Node"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_Node"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_NodeNext.java b/dbPort/src/org/compiere/model/X_AD_WF_NodeNext.java index 4f7d1fba0e..7ed5c54664 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_NodeNext.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_NodeNext.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_NodeNext - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_NodeNext extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_WF_NodeNext"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_NodeNext"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_Node_Para.java b/dbPort/src/org/compiere/model/X_AD_WF_Node_Para.java index 0cfe5b82eb..a4489b09dd 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_Node_Para.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_Node_Para.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_Node_Para - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_Node_Para extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_WF_Node_Para"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_Node_Para"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_Process.java b/dbPort/src/org/compiere/model/X_AD_WF_Process.java index 6e870e3157..3840898999 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_Process.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_Process.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_Process - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_Process extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_WF_Process"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_Process"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_ProcessData.java b/dbPort/src/org/compiere/model/X_AD_WF_ProcessData.java index e56164c469..127f565d50 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_ProcessData.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_ProcessData.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_ProcessData - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_ProcessData extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_WF_ProcessData"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_ProcessData"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_AD_WF_Responsible.java b/dbPort/src/org/compiere/model/X_AD_WF_Responsible.java index ebee7e4aff..be33d4e735 100644 --- a/dbPort/src/org/compiere/model/X_AD_WF_Responsible.java +++ b/dbPort/src/org/compiere/model/X_AD_WF_Responsible.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WF_Responsible - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WF_Responsible extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_WF_Responsible"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WF_Responsible"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Window.java b/dbPort/src/org/compiere/model/X_AD_Window.java index 4ef980d312..21d8241888 100644 --- a/dbPort/src/org/compiere/model/X_AD_Window.java +++ b/dbPort/src/org/compiere/model/X_AD_Window.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Window - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Window extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="AD_Window"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Window"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Window_Access.java b/dbPort/src/org/compiere/model/X_AD_Window_Access.java index 852bc023d9..f662b19027 100644 --- a/dbPort/src/org/compiere/model/X_AD_Window_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Window_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Window_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Window_Access extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Window_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Window_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_Workbench.java b/dbPort/src/org/compiere/model/X_AD_Workbench.java index ae7f952cc5..acdd7c06b1 100644 --- a/dbPort/src/org/compiere/model/X_AD_Workbench.java +++ b/dbPort/src/org/compiere/model/X_AD_Workbench.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Workbench - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Workbench extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="AD_Workbench"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Workbench"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_WorkbenchWindow.java b/dbPort/src/org/compiere/model/X_AD_WorkbenchWindow.java index a603bd6821..9a51a7d9c1 100644 --- a/dbPort/src/org/compiere/model/X_AD_WorkbenchWindow.java +++ b/dbPort/src/org/compiere/model/X_AD_WorkbenchWindow.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WorkbenchWindow - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WorkbenchWindow extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="AD_WorkbenchWindow"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WorkbenchWindow"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Workflow.java b/dbPort/src/org/compiere/model/X_AD_Workflow.java index b7fc20965c..9c81bcf834 100644 --- a/dbPort/src/org/compiere/model/X_AD_Workflow.java +++ b/dbPort/src/org/compiere/model/X_AD_Workflow.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Workflow - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Workflow extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="AD_Workflow"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Workflow"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_AD_WorkflowProcessor.java b/dbPort/src/org/compiere/model/X_AD_WorkflowProcessor.java index bb2da8e9f4..b076e7e7db 100644 --- a/dbPort/src/org/compiere/model/X_AD_WorkflowProcessor.java +++ b/dbPort/src/org/compiere/model/X_AD_WorkflowProcessor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WorkflowProcessor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WorkflowProcessor extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="AD_WorkflowProcessor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WorkflowProcessor"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_WorkflowProcessorLog.java b/dbPort/src/org/compiere/model/X_AD_WorkflowProcessorLog.java index 227c990939..9790aac852 100644 --- a/dbPort/src/org/compiere/model/X_AD_WorkflowProcessorLog.java +++ b/dbPort/src/org/compiere/model/X_AD_WorkflowProcessorLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_WorkflowProcessorLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_WorkflowProcessorLog extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_WorkflowProcessorLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_WorkflowProcessorLog"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_AD_Workflow_Access.java b/dbPort/src/org/compiere/model/X_AD_Workflow_Access.java index c222af38c7..94b18ef87f 100644 --- a/dbPort/src/org/compiere/model/X_AD_Workflow_Access.java +++ b/dbPort/src/org/compiere/model/X_AD_Workflow_Access.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for AD_Workflow_Access - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_AD_Workflow_Access extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="AD_Workflow_Access"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Workflow_Access"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_A_Asset.java b/dbPort/src/org/compiere/model/X_A_Asset.java index c0a21094c2..8d443f783c 100644 --- a/dbPort/src/org/compiere/model/X_A_Asset.java +++ b/dbPort/src/org/compiere/model/X_A_Asset.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_Asset - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_Asset extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="A_Asset"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_Asset"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_A_Asset_Delivery.java b/dbPort/src/org/compiere/model/X_A_Asset_Delivery.java index a4ef5cc2cc..a97ca76b7d 100644 --- a/dbPort/src/org/compiere/model/X_A_Asset_Delivery.java +++ b/dbPort/src/org/compiere/model/X_A_Asset_Delivery.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_Asset_Delivery - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_Asset_Delivery extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="A_Asset_Delivery"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_Asset_Delivery"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_A_Asset_Group.java b/dbPort/src/org/compiere/model/X_A_Asset_Group.java index 947563aece..170b038de9 100644 --- a/dbPort/src/org/compiere/model/X_A_Asset_Group.java +++ b/dbPort/src/org/compiere/model/X_A_Asset_Group.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_Asset_Group - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_Asset_Group extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="A_Asset_Group"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_Asset_Group"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_A_Asset_Retirement.java b/dbPort/src/org/compiere/model/X_A_Asset_Retirement.java index 0c06098965..8f03d9de22 100644 --- a/dbPort/src/org/compiere/model/X_A_Asset_Retirement.java +++ b/dbPort/src/org/compiere/model/X_A_Asset_Retirement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_Asset_Retirement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_Asset_Retirement extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="A_Asset_Retirement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_Asset_Retirement"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_A_Registration.java b/dbPort/src/org/compiere/model/X_A_Registration.java index 63a8fe5823..841570cadb 100644 --- a/dbPort/src/org/compiere/model/X_A_Registration.java +++ b/dbPort/src/org/compiere/model/X_A_Registration.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_Registration - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_Registration extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="A_Registration"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_Registration"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_A_RegistrationAttribute.java b/dbPort/src/org/compiere/model/X_A_RegistrationAttribute.java index 367b549c42..6808e53f0d 100644 --- a/dbPort/src/org/compiere/model/X_A_RegistrationAttribute.java +++ b/dbPort/src/org/compiere/model/X_A_RegistrationAttribute.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_RegistrationAttribute - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_RegistrationAttribute extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="A_RegistrationAttribute"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_RegistrationAttribute"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_A_RegistrationProduct.java b/dbPort/src/org/compiere/model/X_A_RegistrationProduct.java index 864d4b3f0e..2a159ee2c6 100644 --- a/dbPort/src/org/compiere/model/X_A_RegistrationProduct.java +++ b/dbPort/src/org/compiere/model/X_A_RegistrationProduct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_RegistrationProduct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_RegistrationProduct extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="A_RegistrationProduct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_RegistrationProduct"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_A_RegistrationValue.java b/dbPort/src/org/compiere/model/X_A_RegistrationValue.java index 0bdf2df564..20c21056a3 100644 --- a/dbPort/src/org/compiere/model/X_A_RegistrationValue.java +++ b/dbPort/src/org/compiere/model/X_A_RegistrationValue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for A_RegistrationValue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_A_RegistrationValue extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="A_RegistrationValue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"A_RegistrationValue"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_Bid.java b/dbPort/src/org/compiere/model/X_B_Bid.java index dba845166b..35b8c602c4 100644 --- a/dbPort/src/org/compiere/model/X_B_Bid.java +++ b/dbPort/src/org/compiere/model/X_B_Bid.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_Bid - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_Bid extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="B_Bid"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_Bid"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_BidComment.java b/dbPort/src/org/compiere/model/X_B_BidComment.java index 1e9b031a5c..2b81acd015 100644 --- a/dbPort/src/org/compiere/model/X_B_BidComment.java +++ b/dbPort/src/org/compiere/model/X_B_BidComment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_BidComment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_BidComment extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="B_BidComment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_BidComment"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_Buyer.java b/dbPort/src/org/compiere/model/X_B_Buyer.java index 09d3ac72db..a819bec3bc 100644 --- a/dbPort/src/org/compiere/model/X_B_Buyer.java +++ b/dbPort/src/org/compiere/model/X_B_Buyer.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_Buyer - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_Buyer extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="B_Buyer"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_Buyer"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_BuyerFunds.java b/dbPort/src/org/compiere/model/X_B_BuyerFunds.java index 8859f08295..68195ef2ca 100644 --- a/dbPort/src/org/compiere/model/X_B_BuyerFunds.java +++ b/dbPort/src/org/compiere/model/X_B_BuyerFunds.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_BuyerFunds - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_BuyerFunds extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="B_BuyerFunds"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_BuyerFunds"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_Offer.java b/dbPort/src/org/compiere/model/X_B_Offer.java index dd8b311fb6..6da8df7222 100644 --- a/dbPort/src/org/compiere/model/X_B_Offer.java +++ b/dbPort/src/org/compiere/model/X_B_Offer.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_Offer - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_Offer extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="B_Offer"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_Offer"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_Seller.java b/dbPort/src/org/compiere/model/X_B_Seller.java index 83751342c2..81d027a8e5 100644 --- a/dbPort/src/org/compiere/model/X_B_Seller.java +++ b/dbPort/src/org/compiere/model/X_B_Seller.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_Seller - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_Seller extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="B_Seller"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_Seller"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_SellerFunds.java b/dbPort/src/org/compiere/model/X_B_SellerFunds.java index 54091f85db..6b4538eabc 100644 --- a/dbPort/src/org/compiere/model/X_B_SellerFunds.java +++ b/dbPort/src/org/compiere/model/X_B_SellerFunds.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_SellerFunds - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_SellerFunds extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="B_SellerFunds"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_SellerFunds"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_Topic.java b/dbPort/src/org/compiere/model/X_B_Topic.java index eee341ed20..69b2efd0a3 100644 --- a/dbPort/src/org/compiere/model/X_B_Topic.java +++ b/dbPort/src/org/compiere/model/X_B_Topic.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_Topic - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_Topic extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="B_Topic"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_Topic"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_B_TopicCategory.java b/dbPort/src/org/compiere/model/X_B_TopicCategory.java index 1fc1a1a282..e5ec1da82a 100644 --- a/dbPort/src/org/compiere/model/X_B_TopicCategory.java +++ b/dbPort/src/org/compiere/model/X_B_TopicCategory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_TopicCategory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_TopicCategory extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="B_TopicCategory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_TopicCategory"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_B_TopicType.java b/dbPort/src/org/compiere/model/X_B_TopicType.java index 8e0b8842bb..a26ddf4027 100644 --- a/dbPort/src/org/compiere/model/X_B_TopicType.java +++ b/dbPort/src/org/compiere/model/X_B_TopicType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for B_TopicType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_B_TopicType extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="B_TopicType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"B_TopicType"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessContainer.java b/dbPort/src/org/compiere/model/X_CM_AccessContainer.java index 8d32b870a8..55557e36c1 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessContainer.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessContainer.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessContainer - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessContainer extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_AccessContainer"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessContainer"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessListBPGroup.java b/dbPort/src/org/compiere/model/X_CM_AccessListBPGroup.java index 14e2bfdef5..5577b0444b 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessListBPGroup.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessListBPGroup.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessListBPGroup - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessListBPGroup extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_AccessListBPGroup"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessListBPGroup"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessListRole.java b/dbPort/src/org/compiere/model/X_CM_AccessListRole.java index b0b96ae774..97e9b2a93c 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessListRole.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessListRole.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessListRole - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessListRole extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_AccessListRole"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessListRole"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessMedia.java b/dbPort/src/org/compiere/model/X_CM_AccessMedia.java index aafdb50321..90532e19d0 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessMedia.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessMedia.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessMedia - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessMedia extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_AccessMedia"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessMedia"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessNewsChannel.java b/dbPort/src/org/compiere/model/X_CM_AccessNewsChannel.java index 6ede666186..0b526ef66c 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessNewsChannel.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessNewsChannel.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessNewsChannel - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessNewsChannel extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_AccessNewsChannel"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessNewsChannel"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessProfile.java b/dbPort/src/org/compiere/model/X_CM_AccessProfile.java index 6459948636..c9885af645 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessProfile.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessProfile.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessProfile - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessProfile extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_AccessProfile"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessProfile"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_AccessStage.java b/dbPort/src/org/compiere/model/X_CM_AccessStage.java index d52734ca35..cb804b8cdb 100644 --- a/dbPort/src/org/compiere/model/X_CM_AccessStage.java +++ b/dbPort/src/org/compiere/model/X_CM_AccessStage.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_AccessStage - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_AccessStage extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_AccessStage"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_AccessStage"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Ad.java b/dbPort/src/org/compiere/model/X_CM_Ad.java index 2ed40b1e51..e8e8367be1 100644 --- a/dbPort/src/org/compiere/model/X_CM_Ad.java +++ b/dbPort/src/org/compiere/model/X_CM_Ad.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Ad - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Ad extends PO { /** Standard Constructor @@ -72,7 +72,7 @@ public static final String Table_Name="CM_Ad"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Ad"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Ad_Cat.java b/dbPort/src/org/compiere/model/X_CM_Ad_Cat.java index 83d348caa6..8782d9cef9 100644 --- a/dbPort/src/org/compiere/model/X_CM_Ad_Cat.java +++ b/dbPort/src/org/compiere/model/X_CM_Ad_Cat.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Ad_Cat - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Ad_Cat extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_Ad_Cat"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Ad_Cat"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_BroadcastServer.java b/dbPort/src/org/compiere/model/X_CM_BroadcastServer.java index f67c478a6c..1835ca07ba 100644 --- a/dbPort/src/org/compiere/model/X_CM_BroadcastServer.java +++ b/dbPort/src/org/compiere/model/X_CM_BroadcastServer.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_BroadcastServer - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_BroadcastServer extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_BroadcastServer"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_BroadcastServer"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_CStage.java b/dbPort/src/org/compiere/model/X_CM_CStage.java index faba780d0e..35a7464258 100644 --- a/dbPort/src/org/compiere/model/X_CM_CStage.java +++ b/dbPort/src/org/compiere/model/X_CM_CStage.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_CStage - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_CStage extends PO { /** Standard Constructor @@ -72,7 +72,7 @@ public static final String Table_Name="CM_CStage"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_CStage"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_CStageTTable.java b/dbPort/src/org/compiere/model/X_CM_CStageTTable.java index 5bdb7e8cfc..b5906c2df4 100644 --- a/dbPort/src/org/compiere/model/X_CM_CStageTTable.java +++ b/dbPort/src/org/compiere/model/X_CM_CStageTTable.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_CStageTTable - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_CStageTTable extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_CStageTTable"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_CStageTTable"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_CStage_Element.java b/dbPort/src/org/compiere/model/X_CM_CStage_Element.java index 53fd022dfe..ad156dc64f 100644 --- a/dbPort/src/org/compiere/model/X_CM_CStage_Element.java +++ b/dbPort/src/org/compiere/model/X_CM_CStage_Element.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_CStage_Element - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_CStage_Element extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_CStage_Element"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_CStage_Element"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Chat.java b/dbPort/src/org/compiere/model/X_CM_Chat.java index be6ae6c1d1..160d984f38 100644 --- a/dbPort/src/org/compiere/model/X_CM_Chat.java +++ b/dbPort/src/org/compiere/model/X_CM_Chat.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Chat - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Chat extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="CM_Chat"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Chat"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_CM_ChatEntry.java b/dbPort/src/org/compiere/model/X_CM_ChatEntry.java index 6ad0d0826a..78400e4e74 100644 --- a/dbPort/src/org/compiere/model/X_CM_ChatEntry.java +++ b/dbPort/src/org/compiere/model/X_CM_ChatEntry.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_ChatEntry - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_ChatEntry extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="CM_ChatEntry"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_ChatEntry"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_CM_ChatType.java b/dbPort/src/org/compiere/model/X_CM_ChatType.java index 66d0b0c307..7c61fd7f72 100644 --- a/dbPort/src/org/compiere/model/X_CM_ChatType.java +++ b/dbPort/src/org/compiere/model/X_CM_ChatType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_ChatType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_ChatType extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_ChatType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_ChatType"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_ChatTypeUpdate.java b/dbPort/src/org/compiere/model/X_CM_ChatTypeUpdate.java index 2d9ea4689e..a531be743a 100644 --- a/dbPort/src/org/compiere/model/X_CM_ChatTypeUpdate.java +++ b/dbPort/src/org/compiere/model/X_CM_ChatTypeUpdate.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_ChatTypeUpdate - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_ChatTypeUpdate extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_ChatTypeUpdate"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_ChatTypeUpdate"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_CM_ChatUpdate.java b/dbPort/src/org/compiere/model/X_CM_ChatUpdate.java index 69d462ebc3..880fb6ce19 100644 --- a/dbPort/src/org/compiere/model/X_CM_ChatUpdate.java +++ b/dbPort/src/org/compiere/model/X_CM_ChatUpdate.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_ChatUpdate - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_ChatUpdate extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_ChatUpdate"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_ChatUpdate"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_CM_Container.java b/dbPort/src/org/compiere/model/X_CM_Container.java index 7996ea2ed5..1a836fa5e8 100644 --- a/dbPort/src/org/compiere/model/X_CM_Container.java +++ b/dbPort/src/org/compiere/model/X_CM_Container.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Container - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Container extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="CM_Container"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Container"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_ContainerTTable.java b/dbPort/src/org/compiere/model/X_CM_ContainerTTable.java index 270309d72e..4358851482 100644 --- a/dbPort/src/org/compiere/model/X_CM_ContainerTTable.java +++ b/dbPort/src/org/compiere/model/X_CM_ContainerTTable.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_ContainerTTable - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_ContainerTTable extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_ContainerTTable"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_ContainerTTable"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Container_Element.java b/dbPort/src/org/compiere/model/X_CM_Container_Element.java index dfee0d0bbe..6f4291d08f 100644 --- a/dbPort/src/org/compiere/model/X_CM_Container_Element.java +++ b/dbPort/src/org/compiere/model/X_CM_Container_Element.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Container_Element - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Container_Element extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_Container_Element"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Container_Element"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Container_URL.java b/dbPort/src/org/compiere/model/X_CM_Container_URL.java index aad02dc849..e2451df025 100644 --- a/dbPort/src/org/compiere/model/X_CM_Container_URL.java +++ b/dbPort/src/org/compiere/model/X_CM_Container_URL.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Container_URL - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Container_URL extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="CM_Container_URL"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Container_URL"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Media.java b/dbPort/src/org/compiere/model/X_CM_Media.java index ec1704dc97..be9bd0c04e 100644 --- a/dbPort/src/org/compiere/model/X_CM_Media.java +++ b/dbPort/src/org/compiere/model/X_CM_Media.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Media - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Media extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_Media"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Media"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_MediaDeploy.java b/dbPort/src/org/compiere/model/X_CM_MediaDeploy.java index 519ff61f01..a2d2d85fb3 100644 --- a/dbPort/src/org/compiere/model/X_CM_MediaDeploy.java +++ b/dbPort/src/org/compiere/model/X_CM_MediaDeploy.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_MediaDeploy - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_MediaDeploy extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_MediaDeploy"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_MediaDeploy"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Media_Server.java b/dbPort/src/org/compiere/model/X_CM_Media_Server.java index a5e8f26de0..4056ff2696 100644 --- a/dbPort/src/org/compiere/model/X_CM_Media_Server.java +++ b/dbPort/src/org/compiere/model/X_CM_Media_Server.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Media_Server - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Media_Server extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_Media_Server"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Media_Server"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_NewsChannel.java b/dbPort/src/org/compiere/model/X_CM_NewsChannel.java index 098178c2fc..9308824734 100644 --- a/dbPort/src/org/compiere/model/X_CM_NewsChannel.java +++ b/dbPort/src/org/compiere/model/X_CM_NewsChannel.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_NewsChannel - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_NewsChannel extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_NewsChannel"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_NewsChannel"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_NewsItem.java b/dbPort/src/org/compiere/model/X_CM_NewsItem.java index 753baba3ad..b0e258ee22 100644 --- a/dbPort/src/org/compiere/model/X_CM_NewsItem.java +++ b/dbPort/src/org/compiere/model/X_CM_NewsItem.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_NewsItem - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_NewsItem extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="CM_NewsItem"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_NewsItem"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Template.java b/dbPort/src/org/compiere/model/X_CM_Template.java index e9b1750a87..2d2a941e8d 100644 --- a/dbPort/src/org/compiere/model/X_CM_Template.java +++ b/dbPort/src/org/compiere/model/X_CM_Template.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Template - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Template extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="CM_Template"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Template"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_TemplateTable.java b/dbPort/src/org/compiere/model/X_CM_TemplateTable.java index 067c10da1c..3042d79bc7 100644 --- a/dbPort/src/org/compiere/model/X_CM_TemplateTable.java +++ b/dbPort/src/org/compiere/model/X_CM_TemplateTable.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_TemplateTable - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_TemplateTable extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_TemplateTable"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_TemplateTable"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_Template_Ad_Cat.java b/dbPort/src/org/compiere/model/X_CM_Template_Ad_Cat.java index 772000b186..90184fac4e 100644 --- a/dbPort/src/org/compiere/model/X_CM_Template_Ad_Cat.java +++ b/dbPort/src/org/compiere/model/X_CM_Template_Ad_Cat.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_Template_Ad_Cat - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_Template_Ad_Cat extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_Template_Ad_Cat"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_Template_Ad_Cat"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_WebAccessLog.java b/dbPort/src/org/compiere/model/X_CM_WebAccessLog.java index a1c2787cf9..6a0c85a02c 100644 --- a/dbPort/src/org/compiere/model/X_CM_WebAccessLog.java +++ b/dbPort/src/org/compiere/model/X_CM_WebAccessLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_WebAccessLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_WebAccessLog extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="CM_WebAccessLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_WebAccessLog"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_WebProject.java b/dbPort/src/org/compiere/model/X_CM_WebProject.java index a85a808068..962b7edb19 100644 --- a/dbPort/src/org/compiere/model/X_CM_WebProject.java +++ b/dbPort/src/org/compiere/model/X_CM_WebProject.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_WebProject - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_WebProject extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="CM_WebProject"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_WebProject"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_WebProject_Domain.java b/dbPort/src/org/compiere/model/X_CM_WebProject_Domain.java index b835d9ff75..ddf6f52331 100644 --- a/dbPort/src/org/compiere/model/X_CM_WebProject_Domain.java +++ b/dbPort/src/org/compiere/model/X_CM_WebProject_Domain.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_WebProject_Domain - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_WebProject_Domain extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="CM_WebProject_Domain"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_WebProject_Domain"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_CM_WikiToken.java b/dbPort/src/org/compiere/model/X_CM_WikiToken.java index 86092e0e7d..4b8b171770 100755 --- a/dbPort/src/org/compiere/model/X_CM_WikiToken.java +++ b/dbPort/src/org/compiere/model/X_CM_WikiToken.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for CM_WikiToken - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_CM_WikiToken extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="CM_WikiToken"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"CM_WikiToken"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_AcctProcessor.java b/dbPort/src/org/compiere/model/X_C_AcctProcessor.java index e2b190e29d..06bf1b1110 100644 --- a/dbPort/src/org/compiere/model/X_C_AcctProcessor.java +++ b/dbPort/src/org/compiere/model/X_C_AcctProcessor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AcctProcessor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AcctProcessor extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_AcctProcessor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AcctProcessor"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_AcctProcessorLog.java b/dbPort/src/org/compiere/model/X_C_AcctProcessorLog.java index 185d0aa834..17aba767f7 100644 --- a/dbPort/src/org/compiere/model/X_C_AcctProcessorLog.java +++ b/dbPort/src/org/compiere/model/X_C_AcctProcessorLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AcctProcessorLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AcctProcessorLog extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_AcctProcessorLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AcctProcessorLog"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_AcctSchema.java b/dbPort/src/org/compiere/model/X_C_AcctSchema.java index 96b24358b3..4749a0cc00 100644 --- a/dbPort/src/org/compiere/model/X_C_AcctSchema.java +++ b/dbPort/src/org/compiere/model/X_C_AcctSchema.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AcctSchema - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AcctSchema extends PO { /** Standard Constructor @@ -78,7 +78,7 @@ public static final String Table_Name="C_AcctSchema"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AcctSchema"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_AcctSchema_Default.java b/dbPort/src/org/compiere/model/X_C_AcctSchema_Default.java index 870956d81a..45f3d3c4ee 100644 --- a/dbPort/src/org/compiere/model/X_C_AcctSchema_Default.java +++ b/dbPort/src/org/compiere/model/X_C_AcctSchema_Default.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AcctSchema_Default - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AcctSchema_Default extends PO { /** Standard Constructor @@ -120,7 +120,7 @@ public static final String Table_Name="C_AcctSchema_Default"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AcctSchema_Default"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_AcctSchema_Element.java b/dbPort/src/org/compiere/model/X_C_AcctSchema_Element.java index 6c659fa2e0..29adcdbdda 100644 --- a/dbPort/src/org/compiere/model/X_C_AcctSchema_Element.java +++ b/dbPort/src/org/compiere/model/X_C_AcctSchema_Element.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AcctSchema_Element - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AcctSchema_Element extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_AcctSchema_Element"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AcctSchema_Element"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_AcctSchema_GL.java b/dbPort/src/org/compiere/model/X_C_AcctSchema_GL.java index 76bcbe8964..ddc313b40b 100644 --- a/dbPort/src/org/compiere/model/X_C_AcctSchema_GL.java +++ b/dbPort/src/org/compiere/model/X_C_AcctSchema_GL.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AcctSchema_GL - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AcctSchema_GL extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="C_AcctSchema_GL"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AcctSchema_GL"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Activity.java b/dbPort/src/org/compiere/model/X_C_Activity.java index 7687ad11e9..12a9d6c6c3 100644 --- a/dbPort/src/org/compiere/model/X_C_Activity.java +++ b/dbPort/src/org/compiere/model/X_C_Activity.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Activity - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Activity extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_Activity"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Activity"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_AllocationHdr.java b/dbPort/src/org/compiere/model/X_C_AllocationHdr.java index 2c53cb8c96..3b66d52be9 100644 --- a/dbPort/src/org/compiere/model/X_C_AllocationHdr.java +++ b/dbPort/src/org/compiere/model/X_C_AllocationHdr.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AllocationHdr - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AllocationHdr extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_AllocationHdr"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AllocationHdr"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_AllocationLine.java b/dbPort/src/org/compiere/model/X_C_AllocationLine.java index 583e672641..3eae759e5a 100644 --- a/dbPort/src/org/compiere/model/X_C_AllocationLine.java +++ b/dbPort/src/org/compiere/model/X_C_AllocationLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_AllocationLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_AllocationLine extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_AllocationLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_AllocationLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_BankAccount.java b/dbPort/src/org/compiere/model/X_C_BP_BankAccount.java index 40f15ea4a8..36c36e4fac 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_BankAccount.java +++ b/dbPort/src/org/compiere/model/X_C_BP_BankAccount.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_BankAccount - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_BankAccount extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_BP_BankAccount"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_BankAccount"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Customer_Acct.java b/dbPort/src/org/compiere/model/X_C_BP_Customer_Acct.java index c27142db85..e4ce340c5e 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Customer_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Customer_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Customer_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Customer_Acct extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_BP_Customer_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Customer_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_EDI.java b/dbPort/src/org/compiere/model/X_C_BP_EDI.java index 80fd90b068..ce3f01a6e3 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_EDI.java +++ b/dbPort/src/org/compiere/model/X_C_BP_EDI.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_EDI - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_EDI extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="C_BP_EDI"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_EDI"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Employee_Acct.java b/dbPort/src/org/compiere/model/X_C_BP_Employee_Acct.java index b14250af72..d3f7dd47a7 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Employee_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Employee_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Employee_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Employee_Acct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_BP_Employee_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Employee_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Group.java b/dbPort/src/org/compiere/model/X_C_BP_Group.java index 54d056f3ac..2185e61998 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Group.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Group.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Group - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Group extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_BP_Group"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Group"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Group_Acct.java b/dbPort/src/org/compiere/model/X_C_BP_Group_Acct.java index 945c503a43..5c3a85db4a 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Group_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Group_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Group_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Group_Acct extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="C_BP_Group_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Group_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Relation.java b/dbPort/src/org/compiere/model/X_C_BP_Relation.java index a80b686452..6be5161011 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Relation.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Relation.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Relation - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Relation extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_BP_Relation"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Relation"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Vendor_Acct.java b/dbPort/src/org/compiere/model/X_C_BP_Vendor_Acct.java index b65b1a677b..34b8edfb09 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Vendor_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Vendor_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Vendor_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Vendor_Acct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_BP_Vendor_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Vendor_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BP_Withholding.java b/dbPort/src/org/compiere/model/X_C_BP_Withholding.java index db00bdd462..24ba83ca56 100644 --- a/dbPort/src/org/compiere/model/X_C_BP_Withholding.java +++ b/dbPort/src/org/compiere/model/X_C_BP_Withholding.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BP_Withholding - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BP_Withholding extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_BP_Withholding"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BP_Withholding"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BPartner.java b/dbPort/src/org/compiere/model/X_C_BPartner.java index 568982fc2c..2601a04ca3 100644 --- a/dbPort/src/org/compiere/model/X_C_BPartner.java +++ b/dbPort/src/org/compiere/model/X_C_BPartner.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BPartner - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BPartner extends PO { /** Standard Constructor @@ -73,7 +73,7 @@ public static final String Table_Name="C_BPartner"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BPartner"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BPartner_Location.java b/dbPort/src/org/compiere/model/X_C_BPartner_Location.java index ccced9419d..c7635b2c70 100644 --- a/dbPort/src/org/compiere/model/X_C_BPartner_Location.java +++ b/dbPort/src/org/compiere/model/X_C_BPartner_Location.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BPartner_Location - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BPartner_Location extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_BPartner_Location"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BPartner_Location"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BPartner_Product.java b/dbPort/src/org/compiere/model/X_C_BPartner_Product.java index 231abf69c9..349b82dc9b 100644 --- a/dbPort/src/org/compiere/model/X_C_BPartner_Product.java +++ b/dbPort/src/org/compiere/model/X_C_BPartner_Product.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BPartner_Product - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BPartner_Product extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_BPartner_Product"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BPartner_Product"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Bank.java b/dbPort/src/org/compiere/model/X_C_Bank.java index e12b1bd6c0..3539d06f5a 100644 --- a/dbPort/src/org/compiere/model/X_C_Bank.java +++ b/dbPort/src/org/compiere/model/X_C_Bank.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Bank - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Bank extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_Bank"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Bank"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankAccount.java b/dbPort/src/org/compiere/model/X_C_BankAccount.java index 70581eeea7..f95725ca24 100644 --- a/dbPort/src/org/compiere/model/X_C_BankAccount.java +++ b/dbPort/src/org/compiere/model/X_C_BankAccount.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankAccount - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankAccount extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_BankAccount"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankAccount"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankAccountDoc.java b/dbPort/src/org/compiere/model/X_C_BankAccountDoc.java index af01ac5b60..79bce163e2 100644 --- a/dbPort/src/org/compiere/model/X_C_BankAccountDoc.java +++ b/dbPort/src/org/compiere/model/X_C_BankAccountDoc.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankAccountDoc - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankAccountDoc extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_BankAccountDoc"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankAccountDoc"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankAccount_Acct.java b/dbPort/src/org/compiere/model/X_C_BankAccount_Acct.java index 7ae3bcefac..edb4004040 100644 --- a/dbPort/src/org/compiere/model/X_C_BankAccount_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_BankAccount_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankAccount_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankAccount_Acct extends PO { /** Standard Constructor @@ -73,7 +73,7 @@ public static final String Table_Name="C_BankAccount_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankAccount_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankStatement.java b/dbPort/src/org/compiere/model/X_C_BankStatement.java index 036b51611c..9d9495cfb1 100644 --- a/dbPort/src/org/compiere/model/X_C_BankStatement.java +++ b/dbPort/src/org/compiere/model/X_C_BankStatement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankStatement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankStatement extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="C_BankStatement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankStatement"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankStatementLine.java b/dbPort/src/org/compiere/model/X_C_BankStatementLine.java index e57af9204b..44863d5a9b 100644 --- a/dbPort/src/org/compiere/model/X_C_BankStatementLine.java +++ b/dbPort/src/org/compiere/model/X_C_BankStatementLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankStatementLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankStatementLine extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="C_BankStatementLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankStatementLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankStatementLoader.java b/dbPort/src/org/compiere/model/X_C_BankStatementLoader.java index 2a36755da0..d677b8d4fd 100644 --- a/dbPort/src/org/compiere/model/X_C_BankStatementLoader.java +++ b/dbPort/src/org/compiere/model/X_C_BankStatementLoader.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankStatementLoader - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankStatementLoader extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_BankStatementLoader"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankStatementLoader"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_BankStatementMatcher.java b/dbPort/src/org/compiere/model/X_C_BankStatementMatcher.java index acc179c94f..b3545b74ae 100644 --- a/dbPort/src/org/compiere/model/X_C_BankStatementMatcher.java +++ b/dbPort/src/org/compiere/model/X_C_BankStatementMatcher.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_BankStatementMatcher - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_BankStatementMatcher extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_BankStatementMatcher"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_BankStatementMatcher"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Calendar.java b/dbPort/src/org/compiere/model/X_C_Calendar.java index 26987b670b..a48952126f 100644 --- a/dbPort/src/org/compiere/model/X_C_Calendar.java +++ b/dbPort/src/org/compiere/model/X_C_Calendar.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Calendar - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Calendar extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_Calendar"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Calendar"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Campaign.java b/dbPort/src/org/compiere/model/X_C_Campaign.java index 5b8f98b032..b4db6f92a7 100644 --- a/dbPort/src/org/compiere/model/X_C_Campaign.java +++ b/dbPort/src/org/compiere/model/X_C_Campaign.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Campaign - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Campaign extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_Campaign"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Campaign"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Cash.java b/dbPort/src/org/compiere/model/X_C_Cash.java index c1307c1b76..dbef118232 100644 --- a/dbPort/src/org/compiere/model/X_C_Cash.java +++ b/dbPort/src/org/compiere/model/X_C_Cash.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Cash - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Cash extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_Cash"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Cash"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CashBook.java b/dbPort/src/org/compiere/model/X_C_CashBook.java index 01e6787c05..6ec823407f 100644 --- a/dbPort/src/org/compiere/model/X_C_CashBook.java +++ b/dbPort/src/org/compiere/model/X_C_CashBook.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CashBook - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CashBook extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_CashBook"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CashBook"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CashBook_Acct.java b/dbPort/src/org/compiere/model/X_C_CashBook_Acct.java index e6da412c6a..5be0ba1f20 100644 --- a/dbPort/src/org/compiere/model/X_C_CashBook_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_CashBook_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CashBook_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CashBook_Acct extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_CashBook_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CashBook_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CashLine.java b/dbPort/src/org/compiere/model/X_C_CashLine.java index d5ce7e76fa..13de2ad53a 100644 --- a/dbPort/src/org/compiere/model/X_C_CashLine.java +++ b/dbPort/src/org/compiere/model/X_C_CashLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CashLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CashLine extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_CashLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CashLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Channel.java b/dbPort/src/org/compiere/model/X_C_Channel.java index f9ee19f462..847b0fc5c8 100644 --- a/dbPort/src/org/compiere/model/X_C_Channel.java +++ b/dbPort/src/org/compiere/model/X_C_Channel.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Channel - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Channel extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_Channel"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Channel"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Charge.java b/dbPort/src/org/compiere/model/X_C_Charge.java index a5b11caa1e..c10076aed8 100644 --- a/dbPort/src/org/compiere/model/X_C_Charge.java +++ b/dbPort/src/org/compiere/model/X_C_Charge.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Charge - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Charge extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_Charge"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Charge"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Charge_Acct.java b/dbPort/src/org/compiere/model/X_C_Charge_Acct.java index 2da6b81a82..7c0b4db010 100644 --- a/dbPort/src/org/compiere/model/X_C_Charge_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_Charge_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Charge_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Charge_Acct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_Charge_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Charge_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_City.java b/dbPort/src/org/compiere/model/X_C_City.java index 293bd1ae84..4b92c805e0 100644 --- a/dbPort/src/org/compiere/model/X_C_City.java +++ b/dbPort/src/org/compiere/model/X_C_City.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_City - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_City extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_City"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_City"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Commission.java b/dbPort/src/org/compiere/model/X_C_Commission.java index c71730b406..af78657214 100644 --- a/dbPort/src/org/compiere/model/X_C_Commission.java +++ b/dbPort/src/org/compiere/model/X_C_Commission.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Commission - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Commission extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_Commission"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Commission"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CommissionAmt.java b/dbPort/src/org/compiere/model/X_C_CommissionAmt.java index 69e22278fd..017ae88188 100644 --- a/dbPort/src/org/compiere/model/X_C_CommissionAmt.java +++ b/dbPort/src/org/compiere/model/X_C_CommissionAmt.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CommissionAmt - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CommissionAmt extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_CommissionAmt"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CommissionAmt"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CommissionDetail.java b/dbPort/src/org/compiere/model/X_C_CommissionDetail.java index 767b2dbc45..f3cea124c3 100644 --- a/dbPort/src/org/compiere/model/X_C_CommissionDetail.java +++ b/dbPort/src/org/compiere/model/X_C_CommissionDetail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CommissionDetail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CommissionDetail extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_CommissionDetail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CommissionDetail"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CommissionLine.java b/dbPort/src/org/compiere/model/X_C_CommissionLine.java index eea7b49dd3..d9c9514cf1 100644 --- a/dbPort/src/org/compiere/model/X_C_CommissionLine.java +++ b/dbPort/src/org/compiere/model/X_C_CommissionLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CommissionLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CommissionLine extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_CommissionLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CommissionLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CommissionRun.java b/dbPort/src/org/compiere/model/X_C_CommissionRun.java index 1f86488040..2ddcd184fe 100644 --- a/dbPort/src/org/compiere/model/X_C_CommissionRun.java +++ b/dbPort/src/org/compiere/model/X_C_CommissionRun.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CommissionRun - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CommissionRun extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_CommissionRun"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CommissionRun"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ConversionType.java b/dbPort/src/org/compiere/model/X_C_ConversionType.java index 59e52deff8..f0af860e53 100644 --- a/dbPort/src/org/compiere/model/X_C_ConversionType.java +++ b/dbPort/src/org/compiere/model/X_C_ConversionType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ConversionType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ConversionType extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_ConversionType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ConversionType"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Conversion_Rate.java b/dbPort/src/org/compiere/model/X_C_Conversion_Rate.java index 940274a980..b5478edc5c 100644 --- a/dbPort/src/org/compiere/model/X_C_Conversion_Rate.java +++ b/dbPort/src/org/compiere/model/X_C_Conversion_Rate.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Conversion_Rate - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Conversion_Rate extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_Conversion_Rate"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Conversion_Rate"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Country.java b/dbPort/src/org/compiere/model/X_C_Country.java index 14acf5f3a1..6fb5fc25ce 100644 --- a/dbPort/src/org/compiere/model/X_C_Country.java +++ b/dbPort/src/org/compiere/model/X_C_Country.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Country - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Country extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_Country"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Country"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Currency.java b/dbPort/src/org/compiere/model/X_C_Currency.java index 895d0eddda..79740a4577 100644 --- a/dbPort/src/org/compiere/model/X_C_Currency.java +++ b/dbPort/src/org/compiere/model/X_C_Currency.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Currency - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Currency extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_Currency"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Currency"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Currency_Acct.java b/dbPort/src/org/compiere/model/X_C_Currency_Acct.java index b7af969141..9fa2dc1dbb 100644 --- a/dbPort/src/org/compiere/model/X_C_Currency_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_Currency_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Currency_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Currency_Acct extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_Currency_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Currency_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Cycle.java b/dbPort/src/org/compiere/model/X_C_Cycle.java index db19465e9b..bb24300d12 100644 --- a/dbPort/src/org/compiere/model/X_C_Cycle.java +++ b/dbPort/src/org/compiere/model/X_C_Cycle.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Cycle - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Cycle extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_Cycle"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Cycle"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CyclePhase.java b/dbPort/src/org/compiere/model/X_C_CyclePhase.java index 6814c0f284..f66c16d636 100644 --- a/dbPort/src/org/compiere/model/X_C_CyclePhase.java +++ b/dbPort/src/org/compiere/model/X_C_CyclePhase.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CyclePhase - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CyclePhase extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_CyclePhase"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CyclePhase"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_CycleStep.java b/dbPort/src/org/compiere/model/X_C_CycleStep.java index 4085f41c5c..fea63583b5 100644 --- a/dbPort/src/org/compiere/model/X_C_CycleStep.java +++ b/dbPort/src/org/compiere/model/X_C_CycleStep.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_CycleStep - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_CycleStep extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_CycleStep"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_CycleStep"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_DocType.java b/dbPort/src/org/compiere/model/X_C_DocType.java index fb7656c255..36b5fbe0a7 100644 --- a/dbPort/src/org/compiere/model/X_C_DocType.java +++ b/dbPort/src/org/compiere/model/X_C_DocType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_DocType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_DocType extends PO { /** Standard Constructor @@ -76,7 +76,7 @@ public static final String Table_Name="C_DocType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_DocType"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_DocTypeCounter.java b/dbPort/src/org/compiere/model/X_C_DocTypeCounter.java index f1fdffd240..5219409dcf 100644 --- a/dbPort/src/org/compiere/model/X_C_DocTypeCounter.java +++ b/dbPort/src/org/compiere/model/X_C_DocTypeCounter.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_DocTypeCounter - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_DocTypeCounter extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_DocTypeCounter"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_DocTypeCounter"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Dunning.java b/dbPort/src/org/compiere/model/X_C_Dunning.java index d6b1e7e099..c8490314e5 100644 --- a/dbPort/src/org/compiere/model/X_C_Dunning.java +++ b/dbPort/src/org/compiere/model/X_C_Dunning.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Dunning - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Dunning extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_Dunning"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Dunning"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_DunningLevel.java b/dbPort/src/org/compiere/model/X_C_DunningLevel.java index faff803938..5accb38fd8 100644 --- a/dbPort/src/org/compiere/model/X_C_DunningLevel.java +++ b/dbPort/src/org/compiere/model/X_C_DunningLevel.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_DunningLevel - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_DunningLevel extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_DunningLevel"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_DunningLevel"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_DunningRun.java b/dbPort/src/org/compiere/model/X_C_DunningRun.java index f76cb303aa..78071b5dda 100644 --- a/dbPort/src/org/compiere/model/X_C_DunningRun.java +++ b/dbPort/src/org/compiere/model/X_C_DunningRun.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_DunningRun - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_DunningRun extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_DunningRun"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_DunningRun"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_DunningRunEntry.java b/dbPort/src/org/compiere/model/X_C_DunningRunEntry.java index 3efd8453c7..c3f2d861e1 100644 --- a/dbPort/src/org/compiere/model/X_C_DunningRunEntry.java +++ b/dbPort/src/org/compiere/model/X_C_DunningRunEntry.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_DunningRunEntry - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_DunningRunEntry extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_DunningRunEntry"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_DunningRunEntry"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_DunningRunLine.java b/dbPort/src/org/compiere/model/X_C_DunningRunLine.java index 3f3bbce822..0c3ac47769 100644 --- a/dbPort/src/org/compiere/model/X_C_DunningRunLine.java +++ b/dbPort/src/org/compiere/model/X_C_DunningRunLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_DunningRunLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_DunningRunLine extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_DunningRunLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_DunningRunLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Element.java b/dbPort/src/org/compiere/model/X_C_Element.java index 4864575657..bf1775203c 100644 --- a/dbPort/src/org/compiere/model/X_C_Element.java +++ b/dbPort/src/org/compiere/model/X_C_Element.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Element - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Element extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_Element"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Element"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_ElementValue.java b/dbPort/src/org/compiere/model/X_C_ElementValue.java index e86a0a281c..5b7088c91e 100644 --- a/dbPort/src/org/compiere/model/X_C_ElementValue.java +++ b/dbPort/src/org/compiere/model/X_C_ElementValue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ElementValue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ElementValue extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="C_ElementValue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ElementValue"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Greeting.java b/dbPort/src/org/compiere/model/X_C_Greeting.java index 96ead08113..bfb8f4c129 100644 --- a/dbPort/src/org/compiere/model/X_C_Greeting.java +++ b/dbPort/src/org/compiere/model/X_C_Greeting.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Greeting - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Greeting extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_Greeting"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Greeting"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InterOrg_Acct.java b/dbPort/src/org/compiere/model/X_C_InterOrg_Acct.java index d59647640f..a7387fd236 100644 --- a/dbPort/src/org/compiere/model/X_C_InterOrg_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_InterOrg_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InterOrg_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InterOrg_Acct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_InterOrg_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InterOrg_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Invoice.java b/dbPort/src/org/compiere/model/X_C_Invoice.java index 38d5d50cb5..60a3d11105 100644 --- a/dbPort/src/org/compiere/model/X_C_Invoice.java +++ b/dbPort/src/org/compiere/model/X_C_Invoice.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Invoice - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Invoice extends PO { /** Standard Constructor @@ -88,7 +88,7 @@ public static final String Table_Name="C_Invoice"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Invoice"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InvoiceBatch.java b/dbPort/src/org/compiere/model/X_C_InvoiceBatch.java index 71e26e8d95..5df55bcaa7 100644 --- a/dbPort/src/org/compiere/model/X_C_InvoiceBatch.java +++ b/dbPort/src/org/compiere/model/X_C_InvoiceBatch.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InvoiceBatch - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InvoiceBatch extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_InvoiceBatch"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InvoiceBatch"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InvoiceBatchLine.java b/dbPort/src/org/compiere/model/X_C_InvoiceBatchLine.java index dd3655a853..045d33642c 100644 --- a/dbPort/src/org/compiere/model/X_C_InvoiceBatchLine.java +++ b/dbPort/src/org/compiere/model/X_C_InvoiceBatchLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InvoiceBatchLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InvoiceBatchLine extends PO { /** Standard Constructor @@ -79,7 +79,7 @@ public static final String Table_Name="C_InvoiceBatchLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InvoiceBatchLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InvoiceLine.java b/dbPort/src/org/compiere/model/X_C_InvoiceLine.java index 629b90f7cf..cce7a5b29b 100644 --- a/dbPort/src/org/compiere/model/X_C_InvoiceLine.java +++ b/dbPort/src/org/compiere/model/X_C_InvoiceLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InvoiceLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InvoiceLine extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="C_InvoiceLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InvoiceLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InvoicePaySchedule.java b/dbPort/src/org/compiere/model/X_C_InvoicePaySchedule.java index 36cdf8720d..86af5d1643 100644 --- a/dbPort/src/org/compiere/model/X_C_InvoicePaySchedule.java +++ b/dbPort/src/org/compiere/model/X_C_InvoicePaySchedule.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InvoicePaySchedule - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InvoicePaySchedule extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_InvoicePaySchedule"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InvoicePaySchedule"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InvoiceSchedule.java b/dbPort/src/org/compiere/model/X_C_InvoiceSchedule.java index 598213f834..e29fcc91f2 100644 --- a/dbPort/src/org/compiere/model/X_C_InvoiceSchedule.java +++ b/dbPort/src/org/compiere/model/X_C_InvoiceSchedule.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InvoiceSchedule - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InvoiceSchedule extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_InvoiceSchedule"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InvoiceSchedule"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_InvoiceTax.java b/dbPort/src/org/compiere/model/X_C_InvoiceTax.java index d8848e7778..06c6589735 100644 --- a/dbPort/src/org/compiere/model/X_C_InvoiceTax.java +++ b/dbPort/src/org/compiere/model/X_C_InvoiceTax.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_InvoiceTax - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_InvoiceTax extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_InvoiceTax"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_InvoiceTax"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Job.java b/dbPort/src/org/compiere/model/X_C_Job.java index ff8296007b..728257ccaf 100644 --- a/dbPort/src/org/compiere/model/X_C_Job.java +++ b/dbPort/src/org/compiere/model/X_C_Job.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Job - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Job extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_Job"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Job"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_JobAssignment.java b/dbPort/src/org/compiere/model/X_C_JobAssignment.java index b1550b8e3a..780f885b77 100644 --- a/dbPort/src/org/compiere/model/X_C_JobAssignment.java +++ b/dbPort/src/org/compiere/model/X_C_JobAssignment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_JobAssignment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_JobAssignment extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_JobAssignment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_JobAssignment"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_JobCategory.java b/dbPort/src/org/compiere/model/X_C_JobCategory.java index 93ad8a5422..c56eb657ee 100644 --- a/dbPort/src/org/compiere/model/X_C_JobCategory.java +++ b/dbPort/src/org/compiere/model/X_C_JobCategory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_JobCategory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_JobCategory extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_JobCategory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_JobCategory"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_JobRemuneration.java b/dbPort/src/org/compiere/model/X_C_JobRemuneration.java index 22bc0bd515..38738b0700 100644 --- a/dbPort/src/org/compiere/model/X_C_JobRemuneration.java +++ b/dbPort/src/org/compiere/model/X_C_JobRemuneration.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_JobRemuneration - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_JobRemuneration extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_JobRemuneration"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_JobRemuneration"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_LandedCost.java b/dbPort/src/org/compiere/model/X_C_LandedCost.java index 41dcd60ce3..df2203eaa2 100644 --- a/dbPort/src/org/compiere/model/X_C_LandedCost.java +++ b/dbPort/src/org/compiere/model/X_C_LandedCost.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_LandedCost - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_LandedCost extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_LandedCost"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_LandedCost"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_LandedCostAllocation.java b/dbPort/src/org/compiere/model/X_C_LandedCostAllocation.java index 7e9fff193f..d385e51302 100644 --- a/dbPort/src/org/compiere/model/X_C_LandedCostAllocation.java +++ b/dbPort/src/org/compiere/model/X_C_LandedCostAllocation.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_LandedCostAllocation - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_LandedCostAllocation extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_LandedCostAllocation"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_LandedCostAllocation"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Location.java b/dbPort/src/org/compiere/model/X_C_Location.java index f9c0ad6451..e79e5c2a3c 100644 --- a/dbPort/src/org/compiere/model/X_C_Location.java +++ b/dbPort/src/org/compiere/model/X_C_Location.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Location - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Location extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_Location"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Location"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_NonBusinessDay.java b/dbPort/src/org/compiere/model/X_C_NonBusinessDay.java index e2a4b30379..e3d4b45761 100644 --- a/dbPort/src/org/compiere/model/X_C_NonBusinessDay.java +++ b/dbPort/src/org/compiere/model/X_C_NonBusinessDay.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_NonBusinessDay - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_NonBusinessDay extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_NonBusinessDay"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_NonBusinessDay"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Order.java b/dbPort/src/org/compiere/model/X_C_Order.java index e12f41d3cb..89f131aba3 100644 --- a/dbPort/src/org/compiere/model/X_C_Order.java +++ b/dbPort/src/org/compiere/model/X_C_Order.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Order - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Order extends PO { /** Standard Constructor @@ -99,7 +99,7 @@ public static final String Table_Name="C_Order"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Order"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_OrderLine.java b/dbPort/src/org/compiere/model/X_C_OrderLine.java index dc2ea76c26..6a4f17b113 100644 --- a/dbPort/src/org/compiere/model/X_C_OrderLine.java +++ b/dbPort/src/org/compiere/model/X_C_OrderLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_OrderLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_OrderLine extends PO { /** Standard Constructor @@ -83,7 +83,7 @@ public static final String Table_Name="C_OrderLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_OrderLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_OrderTax.java b/dbPort/src/org/compiere/model/X_C_OrderTax.java index a5135f8a52..58249817fb 100644 --- a/dbPort/src/org/compiere/model/X_C_OrderTax.java +++ b/dbPort/src/org/compiere/model/X_C_OrderTax.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_OrderTax - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_OrderTax extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_OrderTax"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_OrderTax"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_OrgAssignment.java b/dbPort/src/org/compiere/model/X_C_OrgAssignment.java index b7295152aa..59c58b2b34 100644 --- a/dbPort/src/org/compiere/model/X_C_OrgAssignment.java +++ b/dbPort/src/org/compiere/model/X_C_OrgAssignment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_OrgAssignment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_OrgAssignment extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_OrgAssignment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_OrgAssignment"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_POS.java b/dbPort/src/org/compiere/model/X_C_POS.java index 00cab9610b..784d23dc86 100644 --- a/dbPort/src/org/compiere/model/X_C_POS.java +++ b/dbPort/src/org/compiere/model/X_C_POS.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_POS - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_POS extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_POS"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_POS"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_POSKey.java b/dbPort/src/org/compiere/model/X_C_POSKey.java index 7b34120eae..034460ac21 100644 --- a/dbPort/src/org/compiere/model/X_C_POSKey.java +++ b/dbPort/src/org/compiere/model/X_C_POSKey.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_POSKey - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_POSKey extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_POSKey"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_POSKey"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_POSKeyLayout.java b/dbPort/src/org/compiere/model/X_C_POSKeyLayout.java index a11f0c7983..107d9ad8d2 100644 --- a/dbPort/src/org/compiere/model/X_C_POSKeyLayout.java +++ b/dbPort/src/org/compiere/model/X_C_POSKeyLayout.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_POSKeyLayout - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_POSKeyLayout extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_POSKeyLayout"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_POSKeyLayout"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_PaySchedule.java b/dbPort/src/org/compiere/model/X_C_PaySchedule.java index 2aae69d284..0976250491 100644 --- a/dbPort/src/org/compiere/model/X_C_PaySchedule.java +++ b/dbPort/src/org/compiere/model/X_C_PaySchedule.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaySchedule - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaySchedule extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_PaySchedule"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaySchedule"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaySelection.java b/dbPort/src/org/compiere/model/X_C_PaySelection.java index a8e4642f0a..47a047f45e 100644 --- a/dbPort/src/org/compiere/model/X_C_PaySelection.java +++ b/dbPort/src/org/compiere/model/X_C_PaySelection.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaySelection - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaySelection extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_PaySelection"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaySelection"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaySelectionCheck.java b/dbPort/src/org/compiere/model/X_C_PaySelectionCheck.java index b9beb4410c..7cfb7498d5 100644 --- a/dbPort/src/org/compiere/model/X_C_PaySelectionCheck.java +++ b/dbPort/src/org/compiere/model/X_C_PaySelectionCheck.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaySelectionCheck - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaySelectionCheck extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="C_PaySelectionCheck"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaySelectionCheck"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaySelectionLine.java b/dbPort/src/org/compiere/model/X_C_PaySelectionLine.java index 9eab59b056..f0ea6399b5 100644 --- a/dbPort/src/org/compiere/model/X_C_PaySelectionLine.java +++ b/dbPort/src/org/compiere/model/X_C_PaySelectionLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaySelectionLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaySelectionLine extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_PaySelectionLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaySelectionLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Payment.java b/dbPort/src/org/compiere/model/X_C_Payment.java index 9298b80aa1..a816c5a289 100644 --- a/dbPort/src/org/compiere/model/X_C_Payment.java +++ b/dbPort/src/org/compiere/model/X_C_Payment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Payment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Payment extends PO { /** Standard Constructor @@ -83,7 +83,7 @@ public static final String Table_Name="C_Payment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Payment"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaymentAllocate.java b/dbPort/src/org/compiere/model/X_C_PaymentAllocate.java index 2e44a7995b..d8db3ecc07 100644 --- a/dbPort/src/org/compiere/model/X_C_PaymentAllocate.java +++ b/dbPort/src/org/compiere/model/X_C_PaymentAllocate.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaymentAllocate - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaymentAllocate extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_PaymentAllocate"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaymentAllocate"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaymentBatch.java b/dbPort/src/org/compiere/model/X_C_PaymentBatch.java index cb50410aa3..8cdd424a78 100644 --- a/dbPort/src/org/compiere/model/X_C_PaymentBatch.java +++ b/dbPort/src/org/compiere/model/X_C_PaymentBatch.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaymentBatch - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaymentBatch extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_PaymentBatch"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaymentBatch"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaymentProcessor.java b/dbPort/src/org/compiere/model/X_C_PaymentProcessor.java index c851e5a410..3b9c397110 100644 --- a/dbPort/src/org/compiere/model/X_C_PaymentProcessor.java +++ b/dbPort/src/org/compiere/model/X_C_PaymentProcessor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaymentProcessor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaymentProcessor extends PO { /** Standard Constructor @@ -79,7 +79,7 @@ public static final String Table_Name="C_PaymentProcessor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaymentProcessor"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_PaymentTerm.java b/dbPort/src/org/compiere/model/X_C_PaymentTerm.java index c05f260838..b8d024968a 100644 --- a/dbPort/src/org/compiere/model/X_C_PaymentTerm.java +++ b/dbPort/src/org/compiere/model/X_C_PaymentTerm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PaymentTerm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PaymentTerm extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_PaymentTerm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PaymentTerm"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Period.java b/dbPort/src/org/compiere/model/X_C_Period.java index d92974ecf6..6bc4c0a58b 100644 --- a/dbPort/src/org/compiere/model/X_C_Period.java +++ b/dbPort/src/org/compiere/model/X_C_Period.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Period - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Period extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_Period"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Period"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_PeriodControl.java b/dbPort/src/org/compiere/model/X_C_PeriodControl.java index d94fae2a83..78d8c0dc7b 100644 --- a/dbPort/src/org/compiere/model/X_C_PeriodControl.java +++ b/dbPort/src/org/compiere/model/X_C_PeriodControl.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_PeriodControl - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_PeriodControl extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_PeriodControl"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_PeriodControl"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Phase.java b/dbPort/src/org/compiere/model/X_C_Phase.java index 39dce0865a..75a72d5ccd 100644 --- a/dbPort/src/org/compiere/model/X_C_Phase.java +++ b/dbPort/src/org/compiere/model/X_C_Phase.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Phase - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Phase extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_Phase"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Phase"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Project.java b/dbPort/src/org/compiere/model/X_C_Project.java index f8599fc88f..f3f34caa84 100644 --- a/dbPort/src/org/compiere/model/X_C_Project.java +++ b/dbPort/src/org/compiere/model/X_C_Project.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Project - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Project extends PO { /** Standard Constructor @@ -77,7 +77,7 @@ public static final String Table_Name="C_Project"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Project"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ProjectIssue.java b/dbPort/src/org/compiere/model/X_C_ProjectIssue.java index 05ec0b527c..ed595e0b4f 100644 --- a/dbPort/src/org/compiere/model/X_C_ProjectIssue.java +++ b/dbPort/src/org/compiere/model/X_C_ProjectIssue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ProjectIssue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ProjectIssue extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="C_ProjectIssue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ProjectIssue"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ProjectIssueMA.java b/dbPort/src/org/compiere/model/X_C_ProjectIssueMA.java index a845633bc8..9c65299aa4 100644 --- a/dbPort/src/org/compiere/model/X_C_ProjectIssueMA.java +++ b/dbPort/src/org/compiere/model/X_C_ProjectIssueMA.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ProjectIssueMA - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ProjectIssueMA extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_ProjectIssueMA"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ProjectIssueMA"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ProjectLine.java b/dbPort/src/org/compiere/model/X_C_ProjectLine.java index a929463ba6..a048e51fd0 100644 --- a/dbPort/src/org/compiere/model/X_C_ProjectLine.java +++ b/dbPort/src/org/compiere/model/X_C_ProjectLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ProjectLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ProjectLine extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="C_ProjectLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ProjectLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ProjectPhase.java b/dbPort/src/org/compiere/model/X_C_ProjectPhase.java index 37d62882e9..f4dbe01c7d 100644 --- a/dbPort/src/org/compiere/model/X_C_ProjectPhase.java +++ b/dbPort/src/org/compiere/model/X_C_ProjectPhase.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ProjectPhase - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ProjectPhase extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_ProjectPhase"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ProjectPhase"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ProjectTask.java b/dbPort/src/org/compiere/model/X_C_ProjectTask.java index 3fc797a645..5c68592a60 100644 --- a/dbPort/src/org/compiere/model/X_C_ProjectTask.java +++ b/dbPort/src/org/compiere/model/X_C_ProjectTask.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ProjectTask - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ProjectTask extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_ProjectTask"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ProjectTask"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ProjectType.java b/dbPort/src/org/compiere/model/X_C_ProjectType.java index 4d51a77dfe..b186f80653 100644 --- a/dbPort/src/org/compiere/model/X_C_ProjectType.java +++ b/dbPort/src/org/compiere/model/X_C_ProjectType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ProjectType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ProjectType extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_ProjectType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ProjectType"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Project_Acct.java b/dbPort/src/org/compiere/model/X_C_Project_Acct.java index 56ef564a3b..80ed135407 100644 --- a/dbPort/src/org/compiere/model/X_C_Project_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_Project_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Project_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Project_Acct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_Project_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Project_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Recurring.java b/dbPort/src/org/compiere/model/X_C_Recurring.java index 03e57fbdc6..7185c47c6f 100644 --- a/dbPort/src/org/compiere/model/X_C_Recurring.java +++ b/dbPort/src/org/compiere/model/X_C_Recurring.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Recurring - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Recurring extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_Recurring"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Recurring"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Recurring_Run.java b/dbPort/src/org/compiere/model/X_C_Recurring_Run.java index b4077d0b27..c6938c1af0 100644 --- a/dbPort/src/org/compiere/model/X_C_Recurring_Run.java +++ b/dbPort/src/org/compiere/model/X_C_Recurring_Run.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Recurring_Run - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Recurring_Run extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_Recurring_Run"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Recurring_Run"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Region.java b/dbPort/src/org/compiere/model/X_C_Region.java index c7d29bc190..8e9c236f0a 100644 --- a/dbPort/src/org/compiere/model/X_C_Region.java +++ b/dbPort/src/org/compiere/model/X_C_Region.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Region - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Region extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_Region"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Region"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Remuneration.java b/dbPort/src/org/compiere/model/X_C_Remuneration.java index 013adff203..981aea52f5 100644 --- a/dbPort/src/org/compiere/model/X_C_Remuneration.java +++ b/dbPort/src/org/compiere/model/X_C_Remuneration.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Remuneration - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Remuneration extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_Remuneration"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Remuneration"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_RevenueRecognition.java b/dbPort/src/org/compiere/model/X_C_RevenueRecognition.java index 75b93ead7b..2a216bd297 100644 --- a/dbPort/src/org/compiere/model/X_C_RevenueRecognition.java +++ b/dbPort/src/org/compiere/model/X_C_RevenueRecognition.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RevenueRecognition - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RevenueRecognition extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_RevenueRecognition"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RevenueRecognition"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Plan.java b/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Plan.java index 19386909cd..d91a35a0cd 100644 --- a/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Plan.java +++ b/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Plan.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RevenueRecognition_Plan - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RevenueRecognition_Plan extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_RevenueRecognition_Plan"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RevenueRecognition_Plan"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Run.java b/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Run.java index 3ace8a441b..867d73d44b 100644 --- a/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Run.java +++ b/dbPort/src/org/compiere/model/X_C_RevenueRecognition_Run.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RevenueRecognition_Run - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RevenueRecognition_Run extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_RevenueRecognition_Run"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RevenueRecognition_Run"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQ.java b/dbPort/src/org/compiere/model/X_C_RfQ.java index 49263058e3..0f012c4675 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQ.java +++ b/dbPort/src/org/compiere/model/X_C_RfQ.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQ - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQ extends PO { /** Standard Constructor @@ -73,7 +73,7 @@ public static final String Table_Name="C_RfQ"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQ"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQLine.java b/dbPort/src/org/compiere/model/X_C_RfQLine.java index a577d4294e..cc4c63e85c 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQLine.java +++ b/dbPort/src/org/compiere/model/X_C_RfQLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQLine extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_RfQLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQLineQty.java b/dbPort/src/org/compiere/model/X_C_RfQLineQty.java index 99477ad08c..0e8305336b 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQLineQty.java +++ b/dbPort/src/org/compiere/model/X_C_RfQLineQty.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQLineQty - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQLineQty extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_RfQLineQty"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQLineQty"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQResponse.java b/dbPort/src/org/compiere/model/X_C_RfQResponse.java index 462cd79272..a975e4cdb8 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQResponse.java +++ b/dbPort/src/org/compiere/model/X_C_RfQResponse.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQResponse - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQResponse extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="C_RfQResponse"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQResponse"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQResponseLine.java b/dbPort/src/org/compiere/model/X_C_RfQResponseLine.java index 5f8749e7b1..6538dc69ac 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQResponseLine.java +++ b/dbPort/src/org/compiere/model/X_C_RfQResponseLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQResponseLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQResponseLine extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_RfQResponseLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQResponseLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQResponseLineQty.java b/dbPort/src/org/compiere/model/X_C_RfQResponseLineQty.java index fe76b6713f..a26242ec4e 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQResponseLineQty.java +++ b/dbPort/src/org/compiere/model/X_C_RfQResponseLineQty.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQResponseLineQty - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQResponseLineQty extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_RfQResponseLineQty"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQResponseLineQty"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQ_Topic.java b/dbPort/src/org/compiere/model/X_C_RfQ_Topic.java index 0f6993b42a..4bcafdfc23 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQ_Topic.java +++ b/dbPort/src/org/compiere/model/X_C_RfQ_Topic.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQ_Topic - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQ_Topic extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_RfQ_Topic"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQ_Topic"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java b/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java index ed970b0266..c9a7dd7854 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java +++ b/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriber.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQ_TopicSubscriber - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQ_TopicSubscriber extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_RfQ_TopicSubscriber"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQ_TopicSubscriber"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java b/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java index 41ddd41ac6..cf93432291 100644 --- a/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java +++ b/dbPort/src/org/compiere/model/X_C_RfQ_TopicSubscriberOnly.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_RfQ_TopicSubscriberOnly - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_RfQ_TopicSubscriberOnly extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_RfQ_TopicSubscriberOnly"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_RfQ_TopicSubscriberOnly"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_SalesRegion.java b/dbPort/src/org/compiere/model/X_C_SalesRegion.java index 426d4edabc..242b66f132 100644 --- a/dbPort/src/org/compiere/model/X_C_SalesRegion.java +++ b/dbPort/src/org/compiere/model/X_C_SalesRegion.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_SalesRegion - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_SalesRegion extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_SalesRegion"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_SalesRegion"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ServiceLevel.java b/dbPort/src/org/compiere/model/X_C_ServiceLevel.java index db48a63a67..90853411b0 100644 --- a/dbPort/src/org/compiere/model/X_C_ServiceLevel.java +++ b/dbPort/src/org/compiere/model/X_C_ServiceLevel.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ServiceLevel - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ServiceLevel extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_ServiceLevel"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ServiceLevel"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_ServiceLevelLine.java b/dbPort/src/org/compiere/model/X_C_ServiceLevelLine.java index 3ddb834f11..457ff3f30f 100644 --- a/dbPort/src/org/compiere/model/X_C_ServiceLevelLine.java +++ b/dbPort/src/org/compiere/model/X_C_ServiceLevelLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ServiceLevelLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ServiceLevelLine extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_ServiceLevelLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ServiceLevelLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_SubAcct.java b/dbPort/src/org/compiere/model/X_C_SubAcct.java index 99f4cd5ca0..ba917f96cd 100644 --- a/dbPort/src/org/compiere/model/X_C_SubAcct.java +++ b/dbPort/src/org/compiere/model/X_C_SubAcct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_SubAcct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_SubAcct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_SubAcct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_SubAcct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Subscription.java b/dbPort/src/org/compiere/model/X_C_Subscription.java index 1f7e96d883..2d447b0ddb 100644 --- a/dbPort/src/org/compiere/model/X_C_Subscription.java +++ b/dbPort/src/org/compiere/model/X_C_Subscription.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Subscription - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Subscription extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="C_Subscription"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Subscription"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_SubscriptionType.java b/dbPort/src/org/compiere/model/X_C_SubscriptionType.java index 1b6201a5c5..0ad7bdad9e 100644 --- a/dbPort/src/org/compiere/model/X_C_SubscriptionType.java +++ b/dbPort/src/org/compiere/model/X_C_SubscriptionType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_SubscriptionType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_SubscriptionType extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_SubscriptionType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_SubscriptionType"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Subscription_Delivery.java b/dbPort/src/org/compiere/model/X_C_Subscription_Delivery.java index 019927b057..a19c42743b 100644 --- a/dbPort/src/org/compiere/model/X_C_Subscription_Delivery.java +++ b/dbPort/src/org/compiere/model/X_C_Subscription_Delivery.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Subscription_Delivery - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Subscription_Delivery extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="C_Subscription_Delivery"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Subscription_Delivery"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Task.java b/dbPort/src/org/compiere/model/X_C_Task.java index 0a2c4dc481..e671020bbf 100644 --- a/dbPort/src/org/compiere/model/X_C_Task.java +++ b/dbPort/src/org/compiere/model/X_C_Task.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Task - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Task extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_Task"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Task"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Tax.java b/dbPort/src/org/compiere/model/X_C_Tax.java index 0e410df7f2..97f412a7a0 100644 --- a/dbPort/src/org/compiere/model/X_C_Tax.java +++ b/dbPort/src/org/compiere/model/X_C_Tax.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Tax - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Tax extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="C_Tax"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Tax"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_TaxCategory.java b/dbPort/src/org/compiere/model/X_C_TaxCategory.java index e6cc177442..c64e0444e4 100644 --- a/dbPort/src/org/compiere/model/X_C_TaxCategory.java +++ b/dbPort/src/org/compiere/model/X_C_TaxCategory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_TaxCategory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_TaxCategory extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_TaxCategory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_TaxCategory"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_TaxDeclaration.java b/dbPort/src/org/compiere/model/X_C_TaxDeclaration.java index ec52b2c6d9..e59986e0e5 100644 --- a/dbPort/src/org/compiere/model/X_C_TaxDeclaration.java +++ b/dbPort/src/org/compiere/model/X_C_TaxDeclaration.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_TaxDeclaration - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_TaxDeclaration extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_TaxDeclaration"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_TaxDeclaration"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_TaxDeclarationAcct.java b/dbPort/src/org/compiere/model/X_C_TaxDeclarationAcct.java index 23de8649bb..b0764434c1 100644 --- a/dbPort/src/org/compiere/model/X_C_TaxDeclarationAcct.java +++ b/dbPort/src/org/compiere/model/X_C_TaxDeclarationAcct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_TaxDeclarationAcct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_TaxDeclarationAcct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_TaxDeclarationAcct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_TaxDeclarationAcct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_TaxDeclarationLine.java b/dbPort/src/org/compiere/model/X_C_TaxDeclarationLine.java index defd970a8a..40e380a154 100644 --- a/dbPort/src/org/compiere/model/X_C_TaxDeclarationLine.java +++ b/dbPort/src/org/compiere/model/X_C_TaxDeclarationLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_TaxDeclarationLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_TaxDeclarationLine extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="C_TaxDeclarationLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_TaxDeclarationLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_TaxPostal.java b/dbPort/src/org/compiere/model/X_C_TaxPostal.java index f0be2e6302..6667d497f8 100644 --- a/dbPort/src/org/compiere/model/X_C_TaxPostal.java +++ b/dbPort/src/org/compiere/model/X_C_TaxPostal.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_TaxPostal - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_TaxPostal extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_TaxPostal"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_TaxPostal"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Tax_Acct.java b/dbPort/src/org/compiere/model/X_C_Tax_Acct.java index 5089f5797c..bb45e36088 100644 --- a/dbPort/src/org/compiere/model/X_C_Tax_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_Tax_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Tax_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Tax_Acct extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="C_Tax_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Tax_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_UOM.java b/dbPort/src/org/compiere/model/X_C_UOM.java index c29bf27e1c..5621a589ac 100644 --- a/dbPort/src/org/compiere/model/X_C_UOM.java +++ b/dbPort/src/org/compiere/model/X_C_UOM.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_UOM - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_UOM extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="C_UOM"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_UOM"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_UOM_Conversion.java b/dbPort/src/org/compiere/model/X_C_UOM_Conversion.java index b5b25b6751..7d858c3a90 100644 --- a/dbPort/src/org/compiere/model/X_C_UOM_Conversion.java +++ b/dbPort/src/org/compiere/model/X_C_UOM_Conversion.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_UOM_Conversion - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_UOM_Conversion extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="C_UOM_Conversion"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_UOM_Conversion"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_UserRemuneration.java b/dbPort/src/org/compiere/model/X_C_UserRemuneration.java index 4f3073b95f..44372b4432 100644 --- a/dbPort/src/org/compiere/model/X_C_UserRemuneration.java +++ b/dbPort/src/org/compiere/model/X_C_UserRemuneration.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_UserRemuneration - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_UserRemuneration extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_UserRemuneration"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_UserRemuneration"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_ValidCombination.java b/dbPort/src/org/compiere/model/X_C_ValidCombination.java index fb56374966..300909bcaf 100644 --- a/dbPort/src/org/compiere/model/X_C_ValidCombination.java +++ b/dbPort/src/org/compiere/model/X_C_ValidCombination.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_ValidCombination - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_ValidCombination extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="C_ValidCombination"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_ValidCombination"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_C_Withholding.java b/dbPort/src/org/compiere/model/X_C_Withholding.java index abe7b202f3..5bd389105c 100644 --- a/dbPort/src/org/compiere/model/X_C_Withholding.java +++ b/dbPort/src/org/compiere/model/X_C_Withholding.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Withholding - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Withholding extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="C_Withholding"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Withholding"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Withholding_Acct.java b/dbPort/src/org/compiere/model/X_C_Withholding_Acct.java index 77682757f4..883c3f8c8b 100644 --- a/dbPort/src/org/compiere/model/X_C_Withholding_Acct.java +++ b/dbPort/src/org/compiere/model/X_C_Withholding_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Withholding_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Withholding_Acct extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_Withholding_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Withholding_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_C_Year.java b/dbPort/src/org/compiere/model/X_C_Year.java index f74c42149b..84375c1288 100644 --- a/dbPort/src/org/compiere/model/X_C_Year.java +++ b/dbPort/src/org/compiere/model/X_C_Year.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for C_Year - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_C_Year extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="C_Year"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"C_Year"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_Fact_Acct.java b/dbPort/src/org/compiere/model/X_Fact_Acct.java index 9eedb4a6d9..8e193a6255 100644 --- a/dbPort/src/org/compiere/model/X_Fact_Acct.java +++ b/dbPort/src/org/compiere/model/X_Fact_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for Fact_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_Fact_Acct extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="Fact_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"Fact_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_Fact_Acct_Balance.java b/dbPort/src/org/compiere/model/X_Fact_Acct_Balance.java index e7bd63374d..41c417102d 100644 --- a/dbPort/src/org/compiere/model/X_Fact_Acct_Balance.java +++ b/dbPort/src/org/compiere/model/X_Fact_Acct_Balance.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for Fact_Acct_Balance - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_Fact_Acct_Balance extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="Fact_Acct_Balance"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"Fact_Acct_Balance"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_GL_Budget.java b/dbPort/src/org/compiere/model/X_GL_Budget.java index 90c40ada0b..91efe37772 100644 --- a/dbPort/src/org/compiere/model/X_GL_Budget.java +++ b/dbPort/src/org/compiere/model/X_GL_Budget.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_Budget - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_Budget extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="GL_Budget"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_Budget"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_GL_BudgetControl.java b/dbPort/src/org/compiere/model/X_GL_BudgetControl.java index e98fde34d4..b722448079 100644 --- a/dbPort/src/org/compiere/model/X_GL_BudgetControl.java +++ b/dbPort/src/org/compiere/model/X_GL_BudgetControl.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_BudgetControl - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_BudgetControl extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="GL_BudgetControl"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_BudgetControl"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_GL_Category.java b/dbPort/src/org/compiere/model/X_GL_Category.java index 040c132252..e9f387fb72 100644 --- a/dbPort/src/org/compiere/model/X_GL_Category.java +++ b/dbPort/src/org/compiere/model/X_GL_Category.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_Category - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_Category extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="GL_Category"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_Category"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_GL_Distribution.java b/dbPort/src/org/compiere/model/X_GL_Distribution.java index a5a833fd35..e9eef7986d 100644 --- a/dbPort/src/org/compiere/model/X_GL_Distribution.java +++ b/dbPort/src/org/compiere/model/X_GL_Distribution.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_Distribution - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_Distribution extends PO { /** Standard Constructor @@ -77,7 +77,7 @@ public static final String Table_Name="GL_Distribution"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_Distribution"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_GL_DistributionLine.java b/dbPort/src/org/compiere/model/X_GL_DistributionLine.java index 09ec8ff405..34525b2801 100644 --- a/dbPort/src/org/compiere/model/X_GL_DistributionLine.java +++ b/dbPort/src/org/compiere/model/X_GL_DistributionLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_DistributionLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_DistributionLine extends PO { /** Standard Constructor @@ -76,7 +76,7 @@ public static final String Table_Name="GL_DistributionLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_DistributionLine"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_GL_Fund.java b/dbPort/src/org/compiere/model/X_GL_Fund.java index e4f69449bc..baa752fb11 100644 --- a/dbPort/src/org/compiere/model/X_GL_Fund.java +++ b/dbPort/src/org/compiere/model/X_GL_Fund.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_Fund - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_Fund extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="GL_Fund"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_Fund"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_GL_FundRestriction.java b/dbPort/src/org/compiere/model/X_GL_FundRestriction.java index ca70b992f4..a840350658 100644 --- a/dbPort/src/org/compiere/model/X_GL_FundRestriction.java +++ b/dbPort/src/org/compiere/model/X_GL_FundRestriction.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_FundRestriction - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_FundRestriction extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="GL_FundRestriction"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_FundRestriction"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_GL_Journal.java b/dbPort/src/org/compiere/model/X_GL_Journal.java index 20f076087a..9d7968f4d9 100644 --- a/dbPort/src/org/compiere/model/X_GL_Journal.java +++ b/dbPort/src/org/compiere/model/X_GL_Journal.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_Journal - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_Journal extends PO { /** Standard Constructor @@ -79,7 +79,7 @@ public static final String Table_Name="GL_Journal"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_Journal"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_GL_JournalBatch.java b/dbPort/src/org/compiere/model/X_GL_JournalBatch.java index 9302d5e770..ea4f3aaa0d 100644 --- a/dbPort/src/org/compiere/model/X_GL_JournalBatch.java +++ b/dbPort/src/org/compiere/model/X_GL_JournalBatch.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_JournalBatch - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_JournalBatch extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="GL_JournalBatch"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_JournalBatch"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_GL_JournalLine.java b/dbPort/src/org/compiere/model/X_GL_JournalLine.java index 4477aae6f2..789eb9c7e5 100644 --- a/dbPort/src/org/compiere/model/X_GL_JournalLine.java +++ b/dbPort/src/org/compiere/model/X_GL_JournalLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for GL_JournalLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_GL_JournalLine extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="GL_JournalLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"GL_JournalLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_I_BPartner.java b/dbPort/src/org/compiere/model/X_I_BPartner.java index 93efb13ba4..b5f7dde213 100644 --- a/dbPort/src/org/compiere/model/X_I_BPartner.java +++ b/dbPort/src/org/compiere/model/X_I_BPartner.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_BPartner - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_BPartner extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_BPartner"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_BPartner"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_BankStatement.java b/dbPort/src/org/compiere/model/X_I_BankStatement.java index 986eb59a10..5c5ab7051c 100644 --- a/dbPort/src/org/compiere/model/X_I_BankStatement.java +++ b/dbPort/src/org/compiere/model/X_I_BankStatement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_BankStatement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_BankStatement extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_BankStatement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_BankStatement"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_Conversion_Rate.java b/dbPort/src/org/compiere/model/X_I_Conversion_Rate.java index 28f7bbd537..37a25ec293 100644 --- a/dbPort/src/org/compiere/model/X_I_Conversion_Rate.java +++ b/dbPort/src/org/compiere/model/X_I_Conversion_Rate.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_Conversion_Rate - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_Conversion_Rate extends PO { /** Standard Constructor @@ -60,7 +60,7 @@ public static final String Table_Name="I_Conversion_Rate"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_Conversion_Rate"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_ElementValue.java b/dbPort/src/org/compiere/model/X_I_ElementValue.java index 349c9783c7..d4b28b6131 100644 --- a/dbPort/src/org/compiere/model/X_I_ElementValue.java +++ b/dbPort/src/org/compiere/model/X_I_ElementValue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_ElementValue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_ElementValue extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_ElementValue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_ElementValue"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_GLJournal.java b/dbPort/src/org/compiere/model/X_I_GLJournal.java index f6e70166bb..554848f6b9 100644 --- a/dbPort/src/org/compiere/model/X_I_GLJournal.java +++ b/dbPort/src/org/compiere/model/X_I_GLJournal.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_GLJournal - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_GLJournal extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_GLJournal"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_GLJournal"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_InOutLineConfirm.java b/dbPort/src/org/compiere/model/X_I_InOutLineConfirm.java index fe160bf655..fc3aacb92c 100644 --- a/dbPort/src/org/compiere/model/X_I_InOutLineConfirm.java +++ b/dbPort/src/org/compiere/model/X_I_InOutLineConfirm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_InOutLineConfirm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_InOutLineConfirm extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="I_InOutLineConfirm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_InOutLineConfirm"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_Inventory.java b/dbPort/src/org/compiere/model/X_I_Inventory.java index f415cea5dc..8594c02ece 100644 --- a/dbPort/src/org/compiere/model/X_I_Inventory.java +++ b/dbPort/src/org/compiere/model/X_I_Inventory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_Inventory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_Inventory extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_Inventory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_Inventory"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_Invoice.java b/dbPort/src/org/compiere/model/X_I_Invoice.java index 2441fa876e..38b829cf17 100644 --- a/dbPort/src/org/compiere/model/X_I_Invoice.java +++ b/dbPort/src/org/compiere/model/X_I_Invoice.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_Invoice - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_Invoice extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_Invoice"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_Invoice"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_Order.java b/dbPort/src/org/compiere/model/X_I_Order.java index 4cbc120baf..bee61afbd1 100644 --- a/dbPort/src/org/compiere/model/X_I_Order.java +++ b/dbPort/src/org/compiere/model/X_I_Order.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_Order - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_Order extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_Order"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_Order"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_Payment.java b/dbPort/src/org/compiere/model/X_I_Payment.java index c32c798bcc..6b5e54588f 100644 --- a/dbPort/src/org/compiere/model/X_I_Payment.java +++ b/dbPort/src/org/compiere/model/X_I_Payment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_Payment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_Payment extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_Payment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_Payment"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_Product.java b/dbPort/src/org/compiere/model/X_I_Product.java index a6251a6ba8..eae849428d 100644 --- a/dbPort/src/org/compiere/model/X_I_Product.java +++ b/dbPort/src/org/compiere/model/X_I_Product.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_Product - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_Product extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_Product"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_Product"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_I_ReportLine.java b/dbPort/src/org/compiere/model/X_I_ReportLine.java index 68fc473517..69ec243411 100644 --- a/dbPort/src/org/compiere/model/X_I_ReportLine.java +++ b/dbPort/src/org/compiere/model/X_I_ReportLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for I_ReportLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_I_ReportLine extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="I_ReportLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"I_ReportLine"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_K_Category.java b/dbPort/src/org/compiere/model/X_K_Category.java index b8a14f99c3..0dd32df8cb 100644 --- a/dbPort/src/org/compiere/model/X_K_Category.java +++ b/dbPort/src/org/compiere/model/X_K_Category.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Category - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Category extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="K_Category"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Category"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_CategoryValue.java b/dbPort/src/org/compiere/model/X_K_CategoryValue.java index 6ba5b8a931..9ff3d0848d 100644 --- a/dbPort/src/org/compiere/model/X_K_CategoryValue.java +++ b/dbPort/src/org/compiere/model/X_K_CategoryValue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_CategoryValue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_CategoryValue extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="K_CategoryValue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_CategoryValue"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_Comment.java b/dbPort/src/org/compiere/model/X_K_Comment.java index 23ca7b190c..3f5f14a666 100644 --- a/dbPort/src/org/compiere/model/X_K_Comment.java +++ b/dbPort/src/org/compiere/model/X_K_Comment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Comment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Comment extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="K_Comment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Comment"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_Entry.java b/dbPort/src/org/compiere/model/X_K_Entry.java index e0a7bc80b1..1a559e81ad 100644 --- a/dbPort/src/org/compiere/model/X_K_Entry.java +++ b/dbPort/src/org/compiere/model/X_K_Entry.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Entry - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Entry extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="K_Entry"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Entry"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_EntryCategory.java b/dbPort/src/org/compiere/model/X_K_EntryCategory.java index b66af6674e..559572101a 100644 --- a/dbPort/src/org/compiere/model/X_K_EntryCategory.java +++ b/dbPort/src/org/compiere/model/X_K_EntryCategory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_EntryCategory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_EntryCategory extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="K_EntryCategory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_EntryCategory"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_EntryRelated.java b/dbPort/src/org/compiere/model/X_K_EntryRelated.java index 0deacd97b9..70cfa92112 100644 --- a/dbPort/src/org/compiere/model/X_K_EntryRelated.java +++ b/dbPort/src/org/compiere/model/X_K_EntryRelated.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_EntryRelated - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_EntryRelated extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="K_EntryRelated"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_EntryRelated"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_Index.java b/dbPort/src/org/compiere/model/X_K_Index.java index 64c6e67d0d..3173ffc19c 100644 --- a/dbPort/src/org/compiere/model/X_K_Index.java +++ b/dbPort/src/org/compiere/model/X_K_Index.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Index - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Index extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="K_Index"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Index"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_K_IndexLog.java b/dbPort/src/org/compiere/model/X_K_IndexLog.java index 5ef4afcda1..898616760f 100644 --- a/dbPort/src/org/compiere/model/X_K_IndexLog.java +++ b/dbPort/src/org/compiere/model/X_K_IndexLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_IndexLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_IndexLog extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="K_IndexLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_IndexLog"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_K_IndexStop.java b/dbPort/src/org/compiere/model/X_K_IndexStop.java index 2fff820970..708d660070 100644 --- a/dbPort/src/org/compiere/model/X_K_IndexStop.java +++ b/dbPort/src/org/compiere/model/X_K_IndexStop.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_IndexStop - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_IndexStop extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="K_IndexStop"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_IndexStop"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_K_Source.java b/dbPort/src/org/compiere/model/X_K_Source.java index e316c79a5a..8f788072ba 100644 --- a/dbPort/src/org/compiere/model/X_K_Source.java +++ b/dbPort/src/org/compiere/model/X_K_Source.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Source - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Source extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="K_Source"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Source"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_Synonym.java b/dbPort/src/org/compiere/model/X_K_Synonym.java index aa1d268163..9b9194bebc 100644 --- a/dbPort/src/org/compiere/model/X_K_Synonym.java +++ b/dbPort/src/org/compiere/model/X_K_Synonym.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Synonym - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Synonym extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="K_Synonym"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Synonym"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_Topic.java b/dbPort/src/org/compiere/model/X_K_Topic.java index 1fda263d4e..c772bb5ab0 100644 --- a/dbPort/src/org/compiere/model/X_K_Topic.java +++ b/dbPort/src/org/compiere/model/X_K_Topic.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Topic - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Topic extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="K_Topic"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Topic"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_K_Type.java b/dbPort/src/org/compiere/model/X_K_Type.java index 5cc0d621e1..2a6a361d23 100644 --- a/dbPort/src/org/compiere/model/X_K_Type.java +++ b/dbPort/src/org/compiere/model/X_K_Type.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for K_Type - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_K_Type extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="K_Type"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"K_Type"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Attribute.java b/dbPort/src/org/compiere/model/X_M_Attribute.java index 7709163c0d..fb60afefdd 100644 --- a/dbPort/src/org/compiere/model/X_M_Attribute.java +++ b/dbPort/src/org/compiere/model/X_M_Attribute.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Attribute - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Attribute extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_Attribute"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Attribute"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_AttributeInstance.java b/dbPort/src/org/compiere/model/X_M_AttributeInstance.java index 059cd23bc8..e5ea61bff1 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeInstance.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeInstance.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeInstance - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeInstance extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_AttributeInstance"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeInstance"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_AttributeSearch.java b/dbPort/src/org/compiere/model/X_M_AttributeSearch.java index 8daf3419ed..256282fe48 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeSearch.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeSearch.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeSearch - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeSearch extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_AttributeSearch"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeSearch"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_AttributeSet.java b/dbPort/src/org/compiere/model/X_M_AttributeSet.java index b1a6f3058b..9ea780956d 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeSet.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeSet.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeSet - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeSet extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_AttributeSet"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeSet"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ @@ -252,7 +252,7 @@ if (oo != null) return false; } /** Set Lot Char End Overwrite. -@param LotCharEOverwrite Lot/Batch End Indicator overwrite - default » */ +@param LotCharEOverwrite Lot/Batch End Indicator overwrite - default » */ public void setLotCharEOverwrite (String LotCharEOverwrite) { if (LotCharEOverwrite != null && LotCharEOverwrite.length() > 1) @@ -263,13 +263,13 @@ LotCharEOverwrite = LotCharEOverwrite.substring(0,0); set_Value ("LotCharEOverwrite", LotCharEOverwrite); } /** Get Lot Char End Overwrite. -@return Lot/Batch End Indicator overwrite - default » */ +@return Lot/Batch End Indicator overwrite - default » */ public String getLotCharEOverwrite() { return (String)get_Value("LotCharEOverwrite"); } /** Set Lot Char Start Overwrite. -@param LotCharSOverwrite Lot/Batch Start Indicator overwrite - default « */ +@param LotCharSOverwrite Lot/Batch Start Indicator overwrite - default « */ public void setLotCharSOverwrite (String LotCharSOverwrite) { if (LotCharSOverwrite != null && LotCharSOverwrite.length() > 1) @@ -280,7 +280,7 @@ LotCharSOverwrite = LotCharSOverwrite.substring(0,0); set_Value ("LotCharSOverwrite", LotCharSOverwrite); } /** Get Lot Char Start Overwrite. -@return Lot/Batch Start Indicator overwrite - default « */ +@return Lot/Batch Start Indicator overwrite - default « */ public String getLotCharSOverwrite() { return (String)get_Value("LotCharSOverwrite"); diff --git a/dbPort/src/org/compiere/model/X_M_AttributeSetExclude.java b/dbPort/src/org/compiere/model/X_M_AttributeSetExclude.java index ac73971518..9c9f56e108 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeSetExclude.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeSetExclude.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeSetExclude - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeSetExclude extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_AttributeSetExclude"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeSetExclude"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_AttributeSetInstance.java b/dbPort/src/org/compiere/model/X_M_AttributeSetInstance.java index 4e10a41330..d7ce851c90 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeSetInstance.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeSetInstance.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeSetInstance - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeSetInstance extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_AttributeSetInstance"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeSetInstance"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_AttributeUse.java b/dbPort/src/org/compiere/model/X_M_AttributeUse.java index 55d4bf1b3e..bf8b5577f3 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeUse.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeUse.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeUse - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeUse extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_AttributeUse"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeUse"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_AttributeValue.java b/dbPort/src/org/compiere/model/X_M_AttributeValue.java index eca052538c..c119cbba58 100644 --- a/dbPort/src/org/compiere/model/X_M_AttributeValue.java +++ b/dbPort/src/org/compiere/model/X_M_AttributeValue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_AttributeValue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_AttributeValue extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_AttributeValue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_AttributeValue"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_BOM.java b/dbPort/src/org/compiere/model/X_M_BOM.java index 8d95ca74f1..b342227377 100644 --- a/dbPort/src/org/compiere/model/X_M_BOM.java +++ b/dbPort/src/org/compiere/model/X_M_BOM.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_BOM - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_BOM extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_BOM"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_BOM"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_BOMAlternative.java b/dbPort/src/org/compiere/model/X_M_BOMAlternative.java index 23face52b3..465a615835 100644 --- a/dbPort/src/org/compiere/model/X_M_BOMAlternative.java +++ b/dbPort/src/org/compiere/model/X_M_BOMAlternative.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_BOMAlternative - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_BOMAlternative extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_BOMAlternative"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_BOMAlternative"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_BOMProduct.java b/dbPort/src/org/compiere/model/X_M_BOMProduct.java index ce4b0ef440..cb9b3c6cac 100644 --- a/dbPort/src/org/compiere/model/X_M_BOMProduct.java +++ b/dbPort/src/org/compiere/model/X_M_BOMProduct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_BOMProduct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_BOMProduct extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_BOMProduct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_BOMProduct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ChangeNotice.java b/dbPort/src/org/compiere/model/X_M_ChangeNotice.java index d9c4638550..ed11b8eefb 100644 --- a/dbPort/src/org/compiere/model/X_M_ChangeNotice.java +++ b/dbPort/src/org/compiere/model/X_M_ChangeNotice.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ChangeNotice - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ChangeNotice extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_ChangeNotice"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ChangeNotice"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ChangeRequest.java b/dbPort/src/org/compiere/model/X_M_ChangeRequest.java index 9bc1e2d4f4..355b6e346c 100644 --- a/dbPort/src/org/compiere/model/X_M_ChangeRequest.java +++ b/dbPort/src/org/compiere/model/X_M_ChangeRequest.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ChangeRequest - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ChangeRequest extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_ChangeRequest"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ChangeRequest"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Cost.java b/dbPort/src/org/compiere/model/X_M_Cost.java index c2f6f8eca2..4c0818c7a6 100644 --- a/dbPort/src/org/compiere/model/X_M_Cost.java +++ b/dbPort/src/org/compiere/model/X_M_Cost.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Cost - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Cost extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_Cost"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Cost"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_CostDetail.java b/dbPort/src/org/compiere/model/X_M_CostDetail.java index 24484d6395..07fd735871 100644 --- a/dbPort/src/org/compiere/model/X_M_CostDetail.java +++ b/dbPort/src/org/compiere/model/X_M_CostDetail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_CostDetail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_CostDetail extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_CostDetail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_CostDetail"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_CostElement.java b/dbPort/src/org/compiere/model/X_M_CostElement.java index a9dbaf6cc3..2a69d4c5b7 100644 --- a/dbPort/src/org/compiere/model/X_M_CostElement.java +++ b/dbPort/src/org/compiere/model/X_M_CostElement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_CostElement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_CostElement extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_CostElement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_CostElement"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_CostQueue.java b/dbPort/src/org/compiere/model/X_M_CostQueue.java index 1f510c6911..21db51866a 100644 --- a/dbPort/src/org/compiere/model/X_M_CostQueue.java +++ b/dbPort/src/org/compiere/model/X_M_CostQueue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_CostQueue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_CostQueue extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_CostQueue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_CostQueue"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_CostType.java b/dbPort/src/org/compiere/model/X_M_CostType.java index 553cccab7c..98b2eafb5d 100644 --- a/dbPort/src/org/compiere/model/X_M_CostType.java +++ b/dbPort/src/org/compiere/model/X_M_CostType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_CostType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_CostType extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_CostType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_CostType"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_Demand.java b/dbPort/src/org/compiere/model/X_M_Demand.java index ffdce16235..659496ec75 100644 --- a/dbPort/src/org/compiere/model/X_M_Demand.java +++ b/dbPort/src/org/compiere/model/X_M_Demand.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Demand - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Demand extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_Demand"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Demand"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_DemandDetail.java b/dbPort/src/org/compiere/model/X_M_DemandDetail.java index 2822362116..efce7f0106 100644 --- a/dbPort/src/org/compiere/model/X_M_DemandDetail.java +++ b/dbPort/src/org/compiere/model/X_M_DemandDetail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DemandDetail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DemandDetail extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_DemandDetail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DemandDetail"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_DemandLine.java b/dbPort/src/org/compiere/model/X_M_DemandLine.java index 0dce7ecea0..82b06b39ca 100644 --- a/dbPort/src/org/compiere/model/X_M_DemandLine.java +++ b/dbPort/src/org/compiere/model/X_M_DemandLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DemandLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DemandLine extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_DemandLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DemandLine"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_DiscountSchema.java b/dbPort/src/org/compiere/model/X_M_DiscountSchema.java index c57ecf24d6..6ef5356f2f 100644 --- a/dbPort/src/org/compiere/model/X_M_DiscountSchema.java +++ b/dbPort/src/org/compiere/model/X_M_DiscountSchema.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DiscountSchema - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DiscountSchema extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_DiscountSchema"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DiscountSchema"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_DiscountSchemaBreak.java b/dbPort/src/org/compiere/model/X_M_DiscountSchemaBreak.java index cd13b9455e..aa8c8c7f12 100644 --- a/dbPort/src/org/compiere/model/X_M_DiscountSchemaBreak.java +++ b/dbPort/src/org/compiere/model/X_M_DiscountSchemaBreak.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DiscountSchemaBreak - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DiscountSchemaBreak extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_DiscountSchemaBreak"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DiscountSchemaBreak"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_DiscountSchemaLine.java b/dbPort/src/org/compiere/model/X_M_DiscountSchemaLine.java index 732263eac8..cecdfaba05 100644 --- a/dbPort/src/org/compiere/model/X_M_DiscountSchemaLine.java +++ b/dbPort/src/org/compiere/model/X_M_DiscountSchemaLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DiscountSchemaLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DiscountSchemaLine extends PO { /** Standard Constructor @@ -82,7 +82,7 @@ public static final String Table_Name="M_DiscountSchemaLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DiscountSchemaLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_DistributionList.java b/dbPort/src/org/compiere/model/X_M_DistributionList.java index 0e8606860d..4e19f5f49f 100644 --- a/dbPort/src/org/compiere/model/X_M_DistributionList.java +++ b/dbPort/src/org/compiere/model/X_M_DistributionList.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DistributionList - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DistributionList extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_DistributionList"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DistributionList"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_DistributionListLine.java b/dbPort/src/org/compiere/model/X_M_DistributionListLine.java index ed26330779..8dc1fed81a 100644 --- a/dbPort/src/org/compiere/model/X_M_DistributionListLine.java +++ b/dbPort/src/org/compiere/model/X_M_DistributionListLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DistributionListLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DistributionListLine extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_DistributionListLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DistributionListLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_DistributionRun.java b/dbPort/src/org/compiere/model/X_M_DistributionRun.java index add5dc14f8..3eea8657e2 100644 --- a/dbPort/src/org/compiere/model/X_M_DistributionRun.java +++ b/dbPort/src/org/compiere/model/X_M_DistributionRun.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DistributionRun - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DistributionRun extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_DistributionRun"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DistributionRun"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_DistributionRunLine.java b/dbPort/src/org/compiere/model/X_M_DistributionRunLine.java index bc3b4a2093..b739e64d8d 100644 --- a/dbPort/src/org/compiere/model/X_M_DistributionRunLine.java +++ b/dbPort/src/org/compiere/model/X_M_DistributionRunLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_DistributionRunLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_DistributionRunLine extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_DistributionRunLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_DistributionRunLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_EDI.java b/dbPort/src/org/compiere/model/X_M_EDI.java index 822e4f8180..55d5544cfa 100644 --- a/dbPort/src/org/compiere/model/X_M_EDI.java +++ b/dbPort/src/org/compiere/model/X_M_EDI.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_EDI - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_EDI extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="M_EDI"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_EDI"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_EDI_Info.java b/dbPort/src/org/compiere/model/X_M_EDI_Info.java index 71662463a1..a7c9d3f77d 100644 --- a/dbPort/src/org/compiere/model/X_M_EDI_Info.java +++ b/dbPort/src/org/compiere/model/X_M_EDI_Info.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_EDI_Info - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_EDI_Info extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_EDI_Info"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_EDI_Info"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Forecast.java b/dbPort/src/org/compiere/model/X_M_Forecast.java index e60edca170..261542aab6 100644 --- a/dbPort/src/org/compiere/model/X_M_Forecast.java +++ b/dbPort/src/org/compiere/model/X_M_Forecast.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Forecast - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Forecast extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_Forecast"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Forecast"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_ForecastLine.java b/dbPort/src/org/compiere/model/X_M_ForecastLine.java index 4c32b8a5d6..c7d998d7a4 100644 --- a/dbPort/src/org/compiere/model/X_M_ForecastLine.java +++ b/dbPort/src/org/compiere/model/X_M_ForecastLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ForecastLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ForecastLine extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_ForecastLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ForecastLine"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_Freight.java b/dbPort/src/org/compiere/model/X_M_Freight.java index 6891129bed..6d61329d28 100644 --- a/dbPort/src/org/compiere/model/X_M_Freight.java +++ b/dbPort/src/org/compiere/model/X_M_Freight.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Freight - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Freight extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_Freight"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Freight"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_FreightCategory.java b/dbPort/src/org/compiere/model/X_M_FreightCategory.java index ce281e9970..8b5f8fbff3 100644 --- a/dbPort/src/org/compiere/model/X_M_FreightCategory.java +++ b/dbPort/src/org/compiere/model/X_M_FreightCategory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_FreightCategory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_FreightCategory extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_FreightCategory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_FreightCategory"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InOut.java b/dbPort/src/org/compiere/model/X_M_InOut.java index b5314e6f2a..37eda150db 100644 --- a/dbPort/src/org/compiere/model/X_M_InOut.java +++ b/dbPort/src/org/compiere/model/X_M_InOut.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InOut - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InOut extends PO { /** Standard Constructor @@ -82,7 +82,7 @@ public static final String Table_Name="M_InOut"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InOut"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InOutConfirm.java b/dbPort/src/org/compiere/model/X_M_InOutConfirm.java index 9fab0fcccb..7eefed250e 100644 --- a/dbPort/src/org/compiere/model/X_M_InOutConfirm.java +++ b/dbPort/src/org/compiere/model/X_M_InOutConfirm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InOutConfirm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InOutConfirm extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_InOutConfirm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InOutConfirm"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InOutLine.java b/dbPort/src/org/compiere/model/X_M_InOutLine.java index ad384c4c20..88b5dabe04 100644 --- a/dbPort/src/org/compiere/model/X_M_InOutLine.java +++ b/dbPort/src/org/compiere/model/X_M_InOutLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InOutLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InOutLine extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="M_InOutLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InOutLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InOutLineConfirm.java b/dbPort/src/org/compiere/model/X_M_InOutLineConfirm.java index 9c5a918877..540bb23dee 100644 --- a/dbPort/src/org/compiere/model/X_M_InOutLineConfirm.java +++ b/dbPort/src/org/compiere/model/X_M_InOutLineConfirm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InOutLineConfirm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InOutLineConfirm extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_InOutLineConfirm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InOutLineConfirm"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InOutLineMA.java b/dbPort/src/org/compiere/model/X_M_InOutLineMA.java index a3563ae67a..76e0d72519 100644 --- a/dbPort/src/org/compiere/model/X_M_InOutLineMA.java +++ b/dbPort/src/org/compiere/model/X_M_InOutLineMA.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InOutLineMA - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InOutLineMA extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_InOutLineMA"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InOutLineMA"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Inventory.java b/dbPort/src/org/compiere/model/X_M_Inventory.java index e312e74a33..8a888524a4 100644 --- a/dbPort/src/org/compiere/model/X_M_Inventory.java +++ b/dbPort/src/org/compiere/model/X_M_Inventory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Inventory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Inventory extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_Inventory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Inventory"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InventoryLine.java b/dbPort/src/org/compiere/model/X_M_InventoryLine.java index 5e7d6b94cc..145b491adf 100644 --- a/dbPort/src/org/compiere/model/X_M_InventoryLine.java +++ b/dbPort/src/org/compiere/model/X_M_InventoryLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InventoryLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InventoryLine extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="M_InventoryLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InventoryLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_InventoryLineMA.java b/dbPort/src/org/compiere/model/X_M_InventoryLineMA.java index 0cfd6c1246..e595905b49 100644 --- a/dbPort/src/org/compiere/model/X_M_InventoryLineMA.java +++ b/dbPort/src/org/compiere/model/X_M_InventoryLineMA.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_InventoryLineMA - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_InventoryLineMA extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_InventoryLineMA"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_InventoryLineMA"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Locator.java b/dbPort/src/org/compiere/model/X_M_Locator.java index 0835c22250..c2ab9c47de 100644 --- a/dbPort/src/org/compiere/model/X_M_Locator.java +++ b/dbPort/src/org/compiere/model/X_M_Locator.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Locator - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Locator extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_Locator"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Locator"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Lot.java b/dbPort/src/org/compiere/model/X_M_Lot.java index 7955db9d52..d31b9bba83 100644 --- a/dbPort/src/org/compiere/model/X_M_Lot.java +++ b/dbPort/src/org/compiere/model/X_M_Lot.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Lot - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Lot extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_Lot"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Lot"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_LotCtl.java b/dbPort/src/org/compiere/model/X_M_LotCtl.java index d1d24a2b23..0170487b33 100644 --- a/dbPort/src/org/compiere/model/X_M_LotCtl.java +++ b/dbPort/src/org/compiere/model/X_M_LotCtl.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_LotCtl - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_LotCtl extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_LotCtl"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_LotCtl"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_LotCtlExclude.java b/dbPort/src/org/compiere/model/X_M_LotCtlExclude.java index 0cb6b2db6c..d4d09b5442 100644 --- a/dbPort/src/org/compiere/model/X_M_LotCtlExclude.java +++ b/dbPort/src/org/compiere/model/X_M_LotCtlExclude.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_LotCtlExclude - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_LotCtlExclude extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_LotCtlExclude"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_LotCtlExclude"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_MatchInv.java b/dbPort/src/org/compiere/model/X_M_MatchInv.java index 0b5aa24bc3..6f987bbe05 100644 --- a/dbPort/src/org/compiere/model/X_M_MatchInv.java +++ b/dbPort/src/org/compiere/model/X_M_MatchInv.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_MatchInv - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_MatchInv extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_MatchInv"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_MatchInv"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_MatchPO.java b/dbPort/src/org/compiere/model/X_M_MatchPO.java index 36c59d1a34..4d2de881ae 100644 --- a/dbPort/src/org/compiere/model/X_M_MatchPO.java +++ b/dbPort/src/org/compiere/model/X_M_MatchPO.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_MatchPO - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_MatchPO extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_MatchPO"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_MatchPO"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Movement.java b/dbPort/src/org/compiere/model/X_M_Movement.java index cb0453003c..c98d9bbfdb 100644 --- a/dbPort/src/org/compiere/model/X_M_Movement.java +++ b/dbPort/src/org/compiere/model/X_M_Movement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Movement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Movement extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_Movement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Movement"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_MovementConfirm.java b/dbPort/src/org/compiere/model/X_M_MovementConfirm.java index 4ac0afc1f9..b5101907c2 100644 --- a/dbPort/src/org/compiere/model/X_M_MovementConfirm.java +++ b/dbPort/src/org/compiere/model/X_M_MovementConfirm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_MovementConfirm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_MovementConfirm extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_MovementConfirm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_MovementConfirm"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_MovementLine.java b/dbPort/src/org/compiere/model/X_M_MovementLine.java index d9758480df..218ea3cf43 100644 --- a/dbPort/src/org/compiere/model/X_M_MovementLine.java +++ b/dbPort/src/org/compiere/model/X_M_MovementLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_MovementLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_MovementLine extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="M_MovementLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_MovementLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_MovementLineConfirm.java b/dbPort/src/org/compiere/model/X_M_MovementLineConfirm.java index 2aa59c080f..ee69253496 100644 --- a/dbPort/src/org/compiere/model/X_M_MovementLineConfirm.java +++ b/dbPort/src/org/compiere/model/X_M_MovementLineConfirm.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_MovementLineConfirm - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_MovementLineConfirm extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_MovementLineConfirm"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_MovementLineConfirm"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_MovementLineMA.java b/dbPort/src/org/compiere/model/X_M_MovementLineMA.java index 856fd7d26a..627df05656 100644 --- a/dbPort/src/org/compiere/model/X_M_MovementLineMA.java +++ b/dbPort/src/org/compiere/model/X_M_MovementLineMA.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_MovementLineMA - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_MovementLineMA extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_MovementLineMA"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_MovementLineMA"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_OperationResource.java b/dbPort/src/org/compiere/model/X_M_OperationResource.java index 75255ed118..7bbbb316c4 100644 --- a/dbPort/src/org/compiere/model/X_M_OperationResource.java +++ b/dbPort/src/org/compiere/model/X_M_OperationResource.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_OperationResource - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_OperationResource extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_OperationResource"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_OperationResource"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Package.java b/dbPort/src/org/compiere/model/X_M_Package.java index 5d07742c22..ecb25c527a 100644 --- a/dbPort/src/org/compiere/model/X_M_Package.java +++ b/dbPort/src/org/compiere/model/X_M_Package.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Package - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Package extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_Package"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Package"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_PackageLine.java b/dbPort/src/org/compiere/model/X_M_PackageLine.java index f5edadb2d6..a446a486d3 100644 --- a/dbPort/src/org/compiere/model/X_M_PackageLine.java +++ b/dbPort/src/org/compiere/model/X_M_PackageLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_PackageLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_PackageLine extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_PackageLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_PackageLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_PerpetualInv.java b/dbPort/src/org/compiere/model/X_M_PerpetualInv.java index 82652ad41b..3d2487be61 100644 --- a/dbPort/src/org/compiere/model/X_M_PerpetualInv.java +++ b/dbPort/src/org/compiere/model/X_M_PerpetualInv.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_PerpetualInv - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_PerpetualInv extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_PerpetualInv"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_PerpetualInv"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_PriceList.java b/dbPort/src/org/compiere/model/X_M_PriceList.java index 60a4e44f55..1c817c2446 100644 --- a/dbPort/src/org/compiere/model/X_M_PriceList.java +++ b/dbPort/src/org/compiere/model/X_M_PriceList.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_PriceList - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_PriceList extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_PriceList"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_PriceList"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_PriceList_Version.java b/dbPort/src/org/compiere/model/X_M_PriceList_Version.java index 9f8c6e11e7..6228dd1160 100644 --- a/dbPort/src/org/compiere/model/X_M_PriceList_Version.java +++ b/dbPort/src/org/compiere/model/X_M_PriceList_Version.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_PriceList_Version - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_PriceList_Version extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_PriceList_Version"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_PriceList_Version"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product.java b/dbPort/src/org/compiere/model/X_M_Product.java index 8f20279396..a256665019 100644 --- a/dbPort/src/org/compiere/model/X_M_Product.java +++ b/dbPort/src/org/compiere/model/X_M_Product.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product extends PO { /** Standard Constructor @@ -79,7 +79,7 @@ public static final String Table_Name="M_Product"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ProductDownload.java b/dbPort/src/org/compiere/model/X_M_ProductDownload.java index 182948d85a..bfba3ad9d3 100644 --- a/dbPort/src/org/compiere/model/X_M_ProductDownload.java +++ b/dbPort/src/org/compiere/model/X_M_ProductDownload.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ProductDownload - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ProductDownload extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_ProductDownload"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ProductDownload"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ProductOperation.java b/dbPort/src/org/compiere/model/X_M_ProductOperation.java index 8537370498..b295ae61de 100644 --- a/dbPort/src/org/compiere/model/X_M_ProductOperation.java +++ b/dbPort/src/org/compiere/model/X_M_ProductOperation.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ProductOperation - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ProductOperation extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_ProductOperation"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ProductOperation"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ProductPrice.java b/dbPort/src/org/compiere/model/X_M_ProductPrice.java index 1c4a94dfa4..4d5e7b0b28 100644 --- a/dbPort/src/org/compiere/model/X_M_ProductPrice.java +++ b/dbPort/src/org/compiere/model/X_M_ProductPrice.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ProductPrice - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ProductPrice extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_ProductPrice"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ProductPrice"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product_Acct.java b/dbPort/src/org/compiere/model/X_M_Product_Acct.java index f7fa38fec6..f2bf681923 100644 --- a/dbPort/src/org/compiere/model/X_M_Product_Acct.java +++ b/dbPort/src/org/compiere/model/X_M_Product_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product_Acct extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="M_Product_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product_BOM.java b/dbPort/src/org/compiere/model/X_M_Product_BOM.java index 004c406f09..bc7ceac3bd 100644 --- a/dbPort/src/org/compiere/model/X_M_Product_BOM.java +++ b/dbPort/src/org/compiere/model/X_M_Product_BOM.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product_BOM - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product_BOM extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_Product_BOM"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product_BOM"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product_Category.java b/dbPort/src/org/compiere/model/X_M_Product_Category.java index 49ddcda654..4050cb9d51 100644 --- a/dbPort/src/org/compiere/model/X_M_Product_Category.java +++ b/dbPort/src/org/compiere/model/X_M_Product_Category.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product_Category - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product_Category extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_Product_Category"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product_Category"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product_Category_Acct.java b/dbPort/src/org/compiere/model/X_M_Product_Category_Acct.java index 0e17f4ca67..3f7faddf05 100644 --- a/dbPort/src/org/compiere/model/X_M_Product_Category_Acct.java +++ b/dbPort/src/org/compiere/model/X_M_Product_Category_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product_Category_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product_Category_Acct extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="M_Product_Category_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product_Category_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product_Costing.java b/dbPort/src/org/compiere/model/X_M_Product_Costing.java index 5a283ec10a..5cb462e421 100644 --- a/dbPort/src/org/compiere/model/X_M_Product_Costing.java +++ b/dbPort/src/org/compiere/model/X_M_Product_Costing.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product_Costing - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product_Costing extends PO { /** Standard Constructor @@ -75,7 +75,7 @@ public static final String Table_Name="M_Product_Costing"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product_Costing"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Product_PO.java b/dbPort/src/org/compiere/model/X_M_Product_PO.java index 3885faad74..c750d2fe51 100644 --- a/dbPort/src/org/compiere/model/X_M_Product_PO.java +++ b/dbPort/src/org/compiere/model/X_M_Product_PO.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Product_PO - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Product_PO extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_Product_PO"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Product_PO"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Production.java b/dbPort/src/org/compiere/model/X_M_Production.java index 07633ec957..a58771aa59 100644 --- a/dbPort/src/org/compiere/model/X_M_Production.java +++ b/dbPort/src/org/compiere/model/X_M_Production.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Production - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Production extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_Production"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Production"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ProductionLine.java b/dbPort/src/org/compiere/model/X_M_ProductionLine.java index bb9363fc27..b1767df668 100644 --- a/dbPort/src/org/compiere/model/X_M_ProductionLine.java +++ b/dbPort/src/org/compiere/model/X_M_ProductionLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ProductionLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ProductionLine extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="M_ProductionLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ProductionLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ProductionLineMA.java b/dbPort/src/org/compiere/model/X_M_ProductionLineMA.java index 490049bf1e..11b8ab42f6 100644 --- a/dbPort/src/org/compiere/model/X_M_ProductionLineMA.java +++ b/dbPort/src/org/compiere/model/X_M_ProductionLineMA.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ProductionLineMA - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ProductionLineMA extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_ProductionLineMA"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ProductionLineMA"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_ProductionPlan.java b/dbPort/src/org/compiere/model/X_M_ProductionPlan.java index 98a19764b0..6ef97fa7b4 100644 --- a/dbPort/src/org/compiere/model/X_M_ProductionPlan.java +++ b/dbPort/src/org/compiere/model/X_M_ProductionPlan.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_ProductionPlan - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_ProductionPlan extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_ProductionPlan"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_ProductionPlan"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_RMA.java b/dbPort/src/org/compiere/model/X_M_RMA.java index cfcb363e29..ab031e36bb 100644 --- a/dbPort/src/org/compiere/model/X_M_RMA.java +++ b/dbPort/src/org/compiere/model/X_M_RMA.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_RMA - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_RMA extends PO { /** Standard Constructor @@ -70,7 +70,7 @@ public static final String Table_Name="M_RMA"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_RMA"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_RMALine.java b/dbPort/src/org/compiere/model/X_M_RMALine.java index e7eb34a967..46c820c9be 100644 --- a/dbPort/src/org/compiere/model/X_M_RMALine.java +++ b/dbPort/src/org/compiere/model/X_M_RMALine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_RMALine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_RMALine extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_RMALine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_RMALine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_RMAType.java b/dbPort/src/org/compiere/model/X_M_RMAType.java index d0d376a35a..4b1f634399 100644 --- a/dbPort/src/org/compiere/model/X_M_RMAType.java +++ b/dbPort/src/org/compiere/model/X_M_RMAType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_RMAType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_RMAType extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_RMAType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_RMAType"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_RelatedProduct.java b/dbPort/src/org/compiere/model/X_M_RelatedProduct.java index 4522b9e4eb..0a902d58db 100644 --- a/dbPort/src/org/compiere/model/X_M_RelatedProduct.java +++ b/dbPort/src/org/compiere/model/X_M_RelatedProduct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_RelatedProduct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_RelatedProduct extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_RelatedProduct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_RelatedProduct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Replenish.java b/dbPort/src/org/compiere/model/X_M_Replenish.java index 83bf0dc694..601e01a401 100644 --- a/dbPort/src/org/compiere/model/X_M_Replenish.java +++ b/dbPort/src/org/compiere/model/X_M_Replenish.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Replenish - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Replenish extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_Replenish"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Replenish"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Requisition.java b/dbPort/src/org/compiere/model/X_M_Requisition.java index 916b56c621..41dd32171e 100644 --- a/dbPort/src/org/compiere/model/X_M_Requisition.java +++ b/dbPort/src/org/compiere/model/X_M_Requisition.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Requisition - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Requisition extends PO { /** Standard Constructor @@ -74,7 +74,7 @@ public static final String Table_Name="M_Requisition"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Requisition"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_RequisitionLine.java b/dbPort/src/org/compiere/model/X_M_RequisitionLine.java index 835be09f70..a54d496474 100644 --- a/dbPort/src/org/compiere/model/X_M_RequisitionLine.java +++ b/dbPort/src/org/compiere/model/X_M_RequisitionLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_RequisitionLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_RequisitionLine extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_RequisitionLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_RequisitionLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_SerNoCtl.java b/dbPort/src/org/compiere/model/X_M_SerNoCtl.java index 1288e61be6..7e1dd46e47 100644 --- a/dbPort/src/org/compiere/model/X_M_SerNoCtl.java +++ b/dbPort/src/org/compiere/model/X_M_SerNoCtl.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_SerNoCtl - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_SerNoCtl extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_SerNoCtl"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_SerNoCtl"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_SerNoCtlExclude.java b/dbPort/src/org/compiere/model/X_M_SerNoCtlExclude.java index 35dd7b7e71..fb6eb94080 100644 --- a/dbPort/src/org/compiere/model/X_M_SerNoCtlExclude.java +++ b/dbPort/src/org/compiere/model/X_M_SerNoCtlExclude.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_SerNoCtlExclude - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_SerNoCtlExclude extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="M_SerNoCtlExclude"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_SerNoCtlExclude"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_M_Shipper.java b/dbPort/src/org/compiere/model/X_M_Shipper.java index 20bfcd65a9..6661dfc3f8 100644 --- a/dbPort/src/org/compiere/model/X_M_Shipper.java +++ b/dbPort/src/org/compiere/model/X_M_Shipper.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Shipper - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Shipper extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="M_Shipper"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Shipper"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Storage.java b/dbPort/src/org/compiere/model/X_M_Storage.java index 0090c654f3..da0f5eaa00 100644 --- a/dbPort/src/org/compiere/model/X_M_Storage.java +++ b/dbPort/src/org/compiere/model/X_M_Storage.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Storage - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Storage extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_Storage"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Storage"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Substitute.java b/dbPort/src/org/compiere/model/X_M_Substitute.java index 27719a499d..c8bceb8080 100644 --- a/dbPort/src/org/compiere/model/X_M_Substitute.java +++ b/dbPort/src/org/compiere/model/X_M_Substitute.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Substitute - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Substitute extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="M_Substitute"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Substitute"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Transaction.java b/dbPort/src/org/compiere/model/X_M_Transaction.java index 347091d848..e6babd5b90 100644 --- a/dbPort/src/org/compiere/model/X_M_Transaction.java +++ b/dbPort/src/org/compiere/model/X_M_Transaction.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Transaction - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Transaction extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_Transaction"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Transaction"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_TransactionAllocation.java b/dbPort/src/org/compiere/model/X_M_TransactionAllocation.java index b255e1d487..fca99a9cc3 100644 --- a/dbPort/src/org/compiere/model/X_M_TransactionAllocation.java +++ b/dbPort/src/org/compiere/model/X_M_TransactionAllocation.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_TransactionAllocation - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_TransactionAllocation extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="M_TransactionAllocation"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_TransactionAllocation"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Warehouse.java b/dbPort/src/org/compiere/model/X_M_Warehouse.java index a090c8bc61..d2a6317e5c 100644 --- a/dbPort/src/org/compiere/model/X_M_Warehouse.java +++ b/dbPort/src/org/compiere/model/X_M_Warehouse.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Warehouse - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Warehouse extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="M_Warehouse"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Warehouse"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_M_Warehouse_Acct.java b/dbPort/src/org/compiere/model/X_M_Warehouse_Acct.java index 48045399b8..03657aa35d 100644 --- a/dbPort/src/org/compiere/model/X_M_Warehouse_Acct.java +++ b/dbPort/src/org/compiere/model/X_M_Warehouse_Acct.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for M_Warehouse_Acct - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_M_Warehouse_Acct extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="M_Warehouse_Acct"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"M_Warehouse_Acct"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_Achievement.java b/dbPort/src/org/compiere/model/X_PA_Achievement.java index b3f90e035b..4fedf7a3d8 100644 --- a/dbPort/src/org/compiere/model/X_PA_Achievement.java +++ b/dbPort/src/org/compiere/model/X_PA_Achievement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Achievement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Achievement extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="PA_Achievement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Achievement"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_Benchmark.java b/dbPort/src/org/compiere/model/X_PA_Benchmark.java index 4d40d13fc6..e21ec974ea 100644 --- a/dbPort/src/org/compiere/model/X_PA_Benchmark.java +++ b/dbPort/src/org/compiere/model/X_PA_Benchmark.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Benchmark - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Benchmark extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="PA_Benchmark"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Benchmark"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_BenchmarkData.java b/dbPort/src/org/compiere/model/X_PA_BenchmarkData.java index c9dc898ffe..a93d768bc9 100644 --- a/dbPort/src/org/compiere/model/X_PA_BenchmarkData.java +++ b/dbPort/src/org/compiere/model/X_PA_BenchmarkData.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_BenchmarkData - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_BenchmarkData extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="PA_BenchmarkData"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_BenchmarkData"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_ColorSchema.java b/dbPort/src/org/compiere/model/X_PA_ColorSchema.java index 5f4b759c06..f5c1af4003 100644 --- a/dbPort/src/org/compiere/model/X_PA_ColorSchema.java +++ b/dbPort/src/org/compiere/model/X_PA_ColorSchema.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_ColorSchema - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_ColorSchema extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="PA_ColorSchema"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_ColorSchema"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_Goal.java b/dbPort/src/org/compiere/model/X_PA_Goal.java index d1d6d2475d..6941a31a53 100644 --- a/dbPort/src/org/compiere/model/X_PA_Goal.java +++ b/dbPort/src/org/compiere/model/X_PA_Goal.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Goal - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Goal extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="PA_Goal"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Goal"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_GoalRestriction.java b/dbPort/src/org/compiere/model/X_PA_GoalRestriction.java index 2433b1a9a5..8746965ea5 100644 --- a/dbPort/src/org/compiere/model/X_PA_GoalRestriction.java +++ b/dbPort/src/org/compiere/model/X_PA_GoalRestriction.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_GoalRestriction - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_GoalRestriction extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="PA_GoalRestriction"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_GoalRestriction"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_Hierarchy.java b/dbPort/src/org/compiere/model/X_PA_Hierarchy.java index 549f2f2b9f..5e13e089a0 100644 --- a/dbPort/src/org/compiere/model/X_PA_Hierarchy.java +++ b/dbPort/src/org/compiere/model/X_PA_Hierarchy.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Hierarchy - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Hierarchy extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="PA_Hierarchy"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Hierarchy"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_Measure.java b/dbPort/src/org/compiere/model/X_PA_Measure.java index 9c58501630..fefdcab35b 100644 --- a/dbPort/src/org/compiere/model/X_PA_Measure.java +++ b/dbPort/src/org/compiere/model/X_PA_Measure.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Measure - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Measure extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="PA_Measure"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Measure"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_MeasureCalc.java b/dbPort/src/org/compiere/model/X_PA_MeasureCalc.java index 247bcb38f4..226f932449 100644 --- a/dbPort/src/org/compiere/model/X_PA_MeasureCalc.java +++ b/dbPort/src/org/compiere/model/X_PA_MeasureCalc.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_MeasureCalc - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_MeasureCalc extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="PA_MeasureCalc"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_MeasureCalc"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_Ratio.java b/dbPort/src/org/compiere/model/X_PA_Ratio.java index a6fc3272ee..d1f2bf8856 100644 --- a/dbPort/src/org/compiere/model/X_PA_Ratio.java +++ b/dbPort/src/org/compiere/model/X_PA_Ratio.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Ratio - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Ratio extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="PA_Ratio"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Ratio"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_RatioElement.java b/dbPort/src/org/compiere/model/X_PA_RatioElement.java index b824eacb3b..77eb86ecdd 100644 --- a/dbPort/src/org/compiere/model/X_PA_RatioElement.java +++ b/dbPort/src/org/compiere/model/X_PA_RatioElement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_RatioElement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_RatioElement extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="PA_RatioElement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_RatioElement"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_Report.java b/dbPort/src/org/compiere/model/X_PA_Report.java index 17a7bfc02b..300d7bf5c6 100644 --- a/dbPort/src/org/compiere/model/X_PA_Report.java +++ b/dbPort/src/org/compiere/model/X_PA_Report.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_Report - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_Report extends PO { /** Standard Constructor @@ -68,7 +68,7 @@ public static final String Table_Name="PA_Report"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_Report"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_ReportColumn.java b/dbPort/src/org/compiere/model/X_PA_ReportColumn.java index a8ee3f8576..3a3cf6d861 100644 --- a/dbPort/src/org/compiere/model/X_PA_ReportColumn.java +++ b/dbPort/src/org/compiere/model/X_PA_ReportColumn.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_ReportColumn - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_ReportColumn extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="PA_ReportColumn"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_ReportColumn"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_ReportColumnSet.java b/dbPort/src/org/compiere/model/X_PA_ReportColumnSet.java index 64769ef814..3d5536b244 100644 --- a/dbPort/src/org/compiere/model/X_PA_ReportColumnSet.java +++ b/dbPort/src/org/compiere/model/X_PA_ReportColumnSet.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_ReportColumnSet - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_ReportColumnSet extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="PA_ReportColumnSet"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_ReportColumnSet"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_ReportLine.java b/dbPort/src/org/compiere/model/X_PA_ReportLine.java index 4c742f9f8f..e88b88bc2f 100644 --- a/dbPort/src/org/compiere/model/X_PA_ReportLine.java +++ b/dbPort/src/org/compiere/model/X_PA_ReportLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_ReportLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_ReportLine extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="PA_ReportLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_ReportLine"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_ReportLineSet.java b/dbPort/src/org/compiere/model/X_PA_ReportLineSet.java index a835684211..9a46979085 100644 --- a/dbPort/src/org/compiere/model/X_PA_ReportLineSet.java +++ b/dbPort/src/org/compiere/model/X_PA_ReportLineSet.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_ReportLineSet - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_ReportLineSet extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="PA_ReportLineSet"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_ReportLineSet"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_ReportSource.java b/dbPort/src/org/compiere/model/X_PA_ReportSource.java index c6e128090f..6ffffd5d24 100644 --- a/dbPort/src/org/compiere/model/X_PA_ReportSource.java +++ b/dbPort/src/org/compiere/model/X_PA_ReportSource.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_ReportSource - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_ReportSource extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="PA_ReportSource"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_ReportSource"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_SLA_Criteria.java b/dbPort/src/org/compiere/model/X_PA_SLA_Criteria.java index d881bee017..71723d3edb 100644 --- a/dbPort/src/org/compiere/model/X_PA_SLA_Criteria.java +++ b/dbPort/src/org/compiere/model/X_PA_SLA_Criteria.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_SLA_Criteria - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_SLA_Criteria extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="PA_SLA_Criteria"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_SLA_Criteria"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_PA_SLA_Goal.java b/dbPort/src/org/compiere/model/X_PA_SLA_Goal.java index b3b106df92..2937731422 100644 --- a/dbPort/src/org/compiere/model/X_PA_SLA_Goal.java +++ b/dbPort/src/org/compiere/model/X_PA_SLA_Goal.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_SLA_Goal - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_SLA_Goal extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="PA_SLA_Goal"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_SLA_Goal"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_PA_SLA_Measure.java b/dbPort/src/org/compiere/model/X_PA_SLA_Measure.java index 051dbe175f..9bb5a20820 100644 --- a/dbPort/src/org/compiere/model/X_PA_SLA_Measure.java +++ b/dbPort/src/org/compiere/model/X_PA_SLA_Measure.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for PA_SLA_Measure - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_PA_SLA_Measure extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="PA_SLA_Measure"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"PA_SLA_Measure"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_RV_BPartner.java b/dbPort/src/org/compiere/model/X_RV_BPartner.java index b20d17296d..de50bf9730 100644 --- a/dbPort/src/org/compiere/model/X_RV_BPartner.java +++ b/dbPort/src/org/compiere/model/X_RV_BPartner.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for RV_BPartner - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_RV_BPartner extends PO { /** Standard Constructor @@ -77,7 +77,7 @@ public static final String Table_Name="RV_BPartner"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"RV_BPartner"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_RV_WarehousePrice.java b/dbPort/src/org/compiere/model/X_RV_WarehousePrice.java index 2af35ef6e0..ddacb3c00e 100644 --- a/dbPort/src/org/compiere/model/X_RV_WarehousePrice.java +++ b/dbPort/src/org/compiere/model/X_RV_WarehousePrice.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for RV_WarehousePrice - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_RV_WarehousePrice extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="RV_WarehousePrice"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"RV_WarehousePrice"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_Category.java b/dbPort/src/org/compiere/model/X_R_Category.java index ba18f18229..b04558ab7f 100644 --- a/dbPort/src/org/compiere/model/X_R_Category.java +++ b/dbPort/src/org/compiere/model/X_R_Category.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_Category - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_Category extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_Category"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_Category"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_CategoryUpdates.java b/dbPort/src/org/compiere/model/X_R_CategoryUpdates.java index 73741aec71..36bdd04917 100644 --- a/dbPort/src/org/compiere/model/X_R_CategoryUpdates.java +++ b/dbPort/src/org/compiere/model/X_R_CategoryUpdates.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_CategoryUpdates - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_CategoryUpdates extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_CategoryUpdates"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_CategoryUpdates"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_ContactInterest.java b/dbPort/src/org/compiere/model/X_R_ContactInterest.java index d98433dae4..90cf7f189f 100644 --- a/dbPort/src/org/compiere/model/X_R_ContactInterest.java +++ b/dbPort/src/org/compiere/model/X_R_ContactInterest.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_ContactInterest - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_ContactInterest extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_ContactInterest"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_ContactInterest"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_Group.java b/dbPort/src/org/compiere/model/X_R_Group.java index e203ce6c47..51eb0f823b 100644 --- a/dbPort/src/org/compiere/model/X_R_Group.java +++ b/dbPort/src/org/compiere/model/X_R_Group.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_Group - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_Group extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_Group"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_Group"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_GroupUpdates.java b/dbPort/src/org/compiere/model/X_R_GroupUpdates.java index 46c597d251..8396b2f867 100644 --- a/dbPort/src/org/compiere/model/X_R_GroupUpdates.java +++ b/dbPort/src/org/compiere/model/X_R_GroupUpdates.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_GroupUpdates - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_GroupUpdates extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_GroupUpdates"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_GroupUpdates"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_InterestArea.java b/dbPort/src/org/compiere/model/X_R_InterestArea.java index ce4c3e4c02..5a8a239605 100644 --- a/dbPort/src/org/compiere/model/X_R_InterestArea.java +++ b/dbPort/src/org/compiere/model/X_R_InterestArea.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_InterestArea - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_InterestArea extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="R_InterestArea"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_InterestArea"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_IssueKnown.java b/dbPort/src/org/compiere/model/X_R_IssueKnown.java index a13cc92a5a..030dcd0e7a 100644 --- a/dbPort/src/org/compiere/model/X_R_IssueKnown.java +++ b/dbPort/src/org/compiere/model/X_R_IssueKnown.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_IssueKnown - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_IssueKnown extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_IssueKnown"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_IssueKnown"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_IssueProject.java b/dbPort/src/org/compiere/model/X_R_IssueProject.java index 0785228ca0..4a09e14a8a 100644 --- a/dbPort/src/org/compiere/model/X_R_IssueProject.java +++ b/dbPort/src/org/compiere/model/X_R_IssueProject.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_IssueProject - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_IssueProject extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_IssueProject"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_IssueProject"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_IssueRecommendation.java b/dbPort/src/org/compiere/model/X_R_IssueRecommendation.java index 08ed6c476a..d8cec9807f 100644 --- a/dbPort/src/org/compiere/model/X_R_IssueRecommendation.java +++ b/dbPort/src/org/compiere/model/X_R_IssueRecommendation.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_IssueRecommendation - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_IssueRecommendation extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_IssueRecommendation"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_IssueRecommendation"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_IssueStatus.java b/dbPort/src/org/compiere/model/X_R_IssueStatus.java index 39e1d9a925..6c36523727 100644 --- a/dbPort/src/org/compiere/model/X_R_IssueStatus.java +++ b/dbPort/src/org/compiere/model/X_R_IssueStatus.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_IssueStatus - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_IssueStatus extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_IssueStatus"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_IssueStatus"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_IssueSystem.java b/dbPort/src/org/compiere/model/X_R_IssueSystem.java index 1ee23484cc..4d6c1349b0 100644 --- a/dbPort/src/org/compiere/model/X_R_IssueSystem.java +++ b/dbPort/src/org/compiere/model/X_R_IssueSystem.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_IssueSystem - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_IssueSystem extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_IssueSystem"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_IssueSystem"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_IssueUser.java b/dbPort/src/org/compiere/model/X_R_IssueUser.java index 25b16f2ece..f17f8a0f42 100644 --- a/dbPort/src/org/compiere/model/X_R_IssueUser.java +++ b/dbPort/src/org/compiere/model/X_R_IssueUser.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_IssueUser - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_IssueUser extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_IssueUser"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_IssueUser"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_MailText.java b/dbPort/src/org/compiere/model/X_R_MailText.java index acdbfd8ce7..ff021ce61c 100644 --- a/dbPort/src/org/compiere/model/X_R_MailText.java +++ b/dbPort/src/org/compiere/model/X_R_MailText.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_MailText - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_MailText extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="R_MailText"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_MailText"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_Request.java b/dbPort/src/org/compiere/model/X_R_Request.java index e96c469786..23b5f2a5e5 100644 --- a/dbPort/src/org/compiere/model/X_R_Request.java +++ b/dbPort/src/org/compiere/model/X_R_Request.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_Request - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_Request extends PO { /** Standard Constructor @@ -73,7 +73,7 @@ public static final String Table_Name="R_Request"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_Request"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestAction.java b/dbPort/src/org/compiere/model/X_R_RequestAction.java index 9e1015f9c2..ef5c638a23 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestAction.java +++ b/dbPort/src/org/compiere/model/X_R_RequestAction.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestAction - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestAction extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_RequestAction"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestAction"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestProcessor.java b/dbPort/src/org/compiere/model/X_R_RequestProcessor.java index d5443ddb3e..2fb1f23a88 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestProcessor.java +++ b/dbPort/src/org/compiere/model/X_R_RequestProcessor.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestProcessor - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestProcessor extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="R_RequestProcessor"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestProcessor"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestProcessorLog.java b/dbPort/src/org/compiere/model/X_R_RequestProcessorLog.java index ca91d41511..5b7dddbcc5 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestProcessorLog.java +++ b/dbPort/src/org/compiere/model/X_R_RequestProcessorLog.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestProcessorLog - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestProcessorLog extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_RequestProcessorLog"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestProcessorLog"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestProcessor_Route.java b/dbPort/src/org/compiere/model/X_R_RequestProcessor_Route.java index c56e15a2c7..5591bb0765 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestProcessor_Route.java +++ b/dbPort/src/org/compiere/model/X_R_RequestProcessor_Route.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestProcessor_Route - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestProcessor_Route extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="R_RequestProcessor_Route"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestProcessor_Route"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestType.java b/dbPort/src/org/compiere/model/X_R_RequestType.java index 5b4f170bd2..e0674363d8 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestType.java +++ b/dbPort/src/org/compiere/model/X_R_RequestType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestType extends PO { /** Standard Constructor @@ -71,7 +71,7 @@ public static final String Table_Name="R_RequestType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestType"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestTypeUpdates.java b/dbPort/src/org/compiere/model/X_R_RequestTypeUpdates.java index 7dd2742e01..9f6fa7c713 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestTypeUpdates.java +++ b/dbPort/src/org/compiere/model/X_R_RequestTypeUpdates.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestTypeUpdates - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestTypeUpdates extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_RequestTypeUpdates"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestTypeUpdates"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestUpdate.java b/dbPort/src/org/compiere/model/X_R_RequestUpdate.java index ad17fe5184..44b0c0317a 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestUpdate.java +++ b/dbPort/src/org/compiere/model/X_R_RequestUpdate.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestUpdate - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestUpdate extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_RequestUpdate"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestUpdate"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_RequestUpdates.java b/dbPort/src/org/compiere/model/X_R_RequestUpdates.java index 278e3a4e7a..f1507b3a3e 100644 --- a/dbPort/src/org/compiere/model/X_R_RequestUpdates.java +++ b/dbPort/src/org/compiere/model/X_R_RequestUpdates.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_RequestUpdates - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_RequestUpdates extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_RequestUpdates"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_RequestUpdates"); -protected BigDecimal accessLevel = new BigDecimal(7); +protected BigDecimal accessLevel = BigDecimal.valueOf(7); /** AccessLevel @return 7 - System - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_R_Resolution.java b/dbPort/src/org/compiere/model/X_R_Resolution.java index 71dfad6a16..2cbaf297db 100644 --- a/dbPort/src/org/compiere/model/X_R_Resolution.java +++ b/dbPort/src/org/compiere/model/X_R_Resolution.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_Resolution - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_Resolution extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="R_Resolution"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_Resolution"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_StandardResponse.java b/dbPort/src/org/compiere/model/X_R_StandardResponse.java index 63f8bfcb34..08b695beef 100644 --- a/dbPort/src/org/compiere/model/X_R_StandardResponse.java +++ b/dbPort/src/org/compiere/model/X_R_StandardResponse.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_StandardResponse - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_StandardResponse extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_StandardResponse"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_StandardResponse"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_Status.java b/dbPort/src/org/compiere/model/X_R_Status.java index 9890f81ff7..580d312480 100644 --- a/dbPort/src/org/compiere/model/X_R_Status.java +++ b/dbPort/src/org/compiere/model/X_R_Status.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_Status - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_Status extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="R_Status"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_Status"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_R_StatusCategory.java b/dbPort/src/org/compiere/model/X_R_StatusCategory.java index f7597fb665..9d0eafc230 100644 --- a/dbPort/src/org/compiere/model/X_R_StatusCategory.java +++ b/dbPort/src/org/compiere/model/X_R_StatusCategory.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for R_StatusCategory - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_R_StatusCategory extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="R_StatusCategory"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"R_StatusCategory"); -protected BigDecimal accessLevel = new BigDecimal(6); +protected BigDecimal accessLevel = BigDecimal.valueOf(6); /** AccessLevel @return 6 - System - Client */ diff --git a/dbPort/src/org/compiere/model/X_S_ExpenseType.java b/dbPort/src/org/compiere/model/X_S_ExpenseType.java index f45d336fa4..809c35b0a6 100644 --- a/dbPort/src/org/compiere/model/X_S_ExpenseType.java +++ b/dbPort/src/org/compiere/model/X_S_ExpenseType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_ExpenseType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_ExpenseType extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="S_ExpenseType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_ExpenseType"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_Resource.java b/dbPort/src/org/compiere/model/X_S_Resource.java index b0878c94a9..737ac2c9e0 100644 --- a/dbPort/src/org/compiere/model/X_S_Resource.java +++ b/dbPort/src/org/compiere/model/X_S_Resource.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_Resource - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_Resource extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="S_Resource"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_Resource"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_ResourceAssignment.java b/dbPort/src/org/compiere/model/X_S_ResourceAssignment.java index 16e74d123a..ed43e22f4e 100644 --- a/dbPort/src/org/compiere/model/X_S_ResourceAssignment.java +++ b/dbPort/src/org/compiere/model/X_S_ResourceAssignment.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_ResourceAssignment - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_ResourceAssignment extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="S_ResourceAssignment"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_ResourceAssignment"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_ResourceType.java b/dbPort/src/org/compiere/model/X_S_ResourceType.java index 43a2b16fd8..a30fbd1b35 100644 --- a/dbPort/src/org/compiere/model/X_S_ResourceType.java +++ b/dbPort/src/org/compiere/model/X_S_ResourceType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_ResourceType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_ResourceType extends PO { /** Standard Constructor @@ -76,7 +76,7 @@ public static final String Table_Name="S_ResourceType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_ResourceType"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_ResourceUnAvailable.java b/dbPort/src/org/compiere/model/X_S_ResourceUnAvailable.java index 518ee1088d..2098ae35cf 100644 --- a/dbPort/src/org/compiere/model/X_S_ResourceUnAvailable.java +++ b/dbPort/src/org/compiere/model/X_S_ResourceUnAvailable.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_ResourceUnAvailable - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_ResourceUnAvailable extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="S_ResourceUnAvailable"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_ResourceUnAvailable"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_TimeExpense.java b/dbPort/src/org/compiere/model/X_S_TimeExpense.java index df8885961b..ef71e922d5 100644 --- a/dbPort/src/org/compiere/model/X_S_TimeExpense.java +++ b/dbPort/src/org/compiere/model/X_S_TimeExpense.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_TimeExpense - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_TimeExpense extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="S_TimeExpense"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_TimeExpense"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_TimeExpenseLine.java b/dbPort/src/org/compiere/model/X_S_TimeExpenseLine.java index 0941a410b9..8ef9e7a99e 100644 --- a/dbPort/src/org/compiere/model/X_S_TimeExpenseLine.java +++ b/dbPort/src/org/compiere/model/X_S_TimeExpenseLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_TimeExpenseLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_TimeExpenseLine extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="S_TimeExpenseLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_TimeExpenseLine"); -protected BigDecimal accessLevel = new BigDecimal(1); +protected BigDecimal accessLevel = BigDecimal.valueOf(1); /** AccessLevel @return 1 - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_TimeType.java b/dbPort/src/org/compiere/model/X_S_TimeType.java index 1a4bcaeafd..b25e788126 100644 --- a/dbPort/src/org/compiere/model/X_S_TimeType.java +++ b/dbPort/src/org/compiere/model/X_S_TimeType.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_TimeType - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_TimeType extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="S_TimeType"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_TimeType"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_Training.java b/dbPort/src/org/compiere/model/X_S_Training.java index 1e29f9b161..259d5f8a4c 100644 --- a/dbPort/src/org/compiere/model/X_S_Training.java +++ b/dbPort/src/org/compiere/model/X_S_Training.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_Training - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_Training extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="S_Training"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_Training"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_S_Training_Class.java b/dbPort/src/org/compiere/model/X_S_Training_Class.java index 9ff103e9a1..b9c903feae 100644 --- a/dbPort/src/org/compiere/model/X_S_Training_Class.java +++ b/dbPort/src/org/compiere/model/X_S_Training_Class.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for S_Training_Class - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_S_Training_Class extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="S_Training_Class"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"S_Training_Class"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_TIRE_Storage.java b/dbPort/src/org/compiere/model/X_TIRE_Storage.java index 1712370dce..8a447df213 100644 --- a/dbPort/src/org/compiere/model/X_TIRE_Storage.java +++ b/dbPort/src/org/compiere/model/X_TIRE_Storage.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for TIRE_Storage - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_TIRE_Storage extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="TIRE_Storage"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"TIRE_Storage"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_T_Aging.java b/dbPort/src/org/compiere/model/X_T_Aging.java index 98e624cadd..2a361b041c 100644 --- a/dbPort/src/org/compiere/model/X_T_Aging.java +++ b/dbPort/src/org/compiere/model/X_T_Aging.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_Aging - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_Aging extends PO { /** Standard Constructor @@ -89,7 +89,7 @@ public static final String Table_Name="T_Aging"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_Aging"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_T_DistributionRunDetail.java b/dbPort/src/org/compiere/model/X_T_DistributionRunDetail.java index a112feb2f0..d47d28a200 100644 --- a/dbPort/src/org/compiere/model/X_T_DistributionRunDetail.java +++ b/dbPort/src/org/compiere/model/X_T_DistributionRunDetail.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_DistributionRunDetail - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_DistributionRunDetail extends PO { /** Standard Constructor @@ -69,7 +69,7 @@ public static final String Table_Name="T_DistributionRunDetail"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_DistributionRunDetail"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_T_InventoryValue.java b/dbPort/src/org/compiere/model/X_T_InventoryValue.java index 1b3fd13d02..570925c970 100644 --- a/dbPort/src/org/compiere/model/X_T_InventoryValue.java +++ b/dbPort/src/org/compiere/model/X_T_InventoryValue.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_InventoryValue - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_InventoryValue extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="T_InventoryValue"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_InventoryValue"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_T_InvoiceGL.java b/dbPort/src/org/compiere/model/X_T_InvoiceGL.java index 3b7465031c..3a89597cc6 100644 --- a/dbPort/src/org/compiere/model/X_T_InvoiceGL.java +++ b/dbPort/src/org/compiere/model/X_T_InvoiceGL.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_InvoiceGL - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_InvoiceGL extends PO { /** Standard Constructor @@ -73,7 +73,7 @@ public static final String Table_Name="T_InvoiceGL"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_InvoiceGL"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_T_Replenish.java b/dbPort/src/org/compiere/model/X_T_Replenish.java index 83e07cc876..b5deb0abdb 100644 --- a/dbPort/src/org/compiere/model/X_T_Replenish.java +++ b/dbPort/src/org/compiere/model/X_T_Replenish.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_Replenish - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_Replenish extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="T_Replenish"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_Replenish"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_T_Report.java b/dbPort/src/org/compiere/model/X_T_Report.java index 55d181b644..97e5e17742 100644 --- a/dbPort/src/org/compiere/model/X_T_Report.java +++ b/dbPort/src/org/compiere/model/X_T_Report.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_Report - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_Report extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="T_Report"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_Report"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_T_ReportStatement.java b/dbPort/src/org/compiere/model/X_T_ReportStatement.java index 222e99876f..1ccd9eaa59 100644 --- a/dbPort/src/org/compiere/model/X_T_ReportStatement.java +++ b/dbPort/src/org/compiere/model/X_T_ReportStatement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_ReportStatement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_ReportStatement extends PO { /** Standard Constructor @@ -63,7 +63,7 @@ public static final String Table_Name="T_ReportStatement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_ReportStatement"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_T_Transaction.java b/dbPort/src/org/compiere/model/X_T_Transaction.java index 86bac19b5c..8eba5e5187 100644 --- a/dbPort/src/org/compiere/model/X_T_Transaction.java +++ b/dbPort/src/org/compiere/model/X_T_Transaction.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for T_Transaction - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_T_Transaction extends PO { /** Standard Constructor @@ -67,7 +67,7 @@ public static final String Table_Name="T_Transaction"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"T_Transaction"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_Test.java b/dbPort/src/org/compiere/model/X_Test.java index cb85383d43..4ae456adc8 100644 --- a/dbPort/src/org/compiere/model/X_Test.java +++ b/dbPort/src/org/compiere/model/X_Test.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for Test - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_Test extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="Test"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"Test"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_W_Advertisement.java b/dbPort/src/org/compiere/model/X_W_Advertisement.java index 6323988cab..588a573522 100644 --- a/dbPort/src/org/compiere/model/X_W_Advertisement.java +++ b/dbPort/src/org/compiere/model/X_W_Advertisement.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_Advertisement - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_Advertisement extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="W_Advertisement"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_Advertisement"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_W_Basket.java b/dbPort/src/org/compiere/model/X_W_Basket.java index 0eb78d81ba..e35f6880fd 100644 --- a/dbPort/src/org/compiere/model/X_W_Basket.java +++ b/dbPort/src/org/compiere/model/X_W_Basket.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_Basket - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_Basket extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="W_Basket"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_Basket"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_W_BasketLine.java b/dbPort/src/org/compiere/model/X_W_BasketLine.java index 792f537233..8612ad64b2 100644 --- a/dbPort/src/org/compiere/model/X_W_BasketLine.java +++ b/dbPort/src/org/compiere/model/X_W_BasketLine.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_BasketLine - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_BasketLine extends PO { /** Standard Constructor @@ -66,7 +66,7 @@ public static final String Table_Name="W_BasketLine"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_BasketLine"); -protected BigDecimal accessLevel = new BigDecimal(4); +protected BigDecimal accessLevel = BigDecimal.valueOf(4); /** AccessLevel @return 4 - System */ diff --git a/dbPort/src/org/compiere/model/X_W_Click.java b/dbPort/src/org/compiere/model/X_W_Click.java index bdd1b6ab0d..0cefedccbc 100644 --- a/dbPort/src/org/compiere/model/X_W_Click.java +++ b/dbPort/src/org/compiere/model/X_W_Click.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_Click - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_Click extends PO { /** Standard Constructor @@ -61,7 +61,7 @@ public static final String Table_Name="W_Click"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_Click"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_W_ClickCount.java b/dbPort/src/org/compiere/model/X_W_ClickCount.java index d83246f20e..68cd31406e 100644 --- a/dbPort/src/org/compiere/model/X_W_ClickCount.java +++ b/dbPort/src/org/compiere/model/X_W_ClickCount.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_ClickCount - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_ClickCount extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="W_ClickCount"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_ClickCount"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_W_Counter.java b/dbPort/src/org/compiere/model/X_W_Counter.java index 93d3a2d666..bce7bc1734 100644 --- a/dbPort/src/org/compiere/model/X_W_Counter.java +++ b/dbPort/src/org/compiere/model/X_W_Counter.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_Counter - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_Counter extends PO { /** Standard Constructor @@ -64,7 +64,7 @@ public static final String Table_Name="W_Counter"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_Counter"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_W_CounterCount.java b/dbPort/src/org/compiere/model/X_W_CounterCount.java index fc373eb28b..343f61ca56 100644 --- a/dbPort/src/org/compiere/model/X_W_CounterCount.java +++ b/dbPort/src/org/compiere/model/X_W_CounterCount.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_CounterCount - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_CounterCount extends PO { /** Standard Constructor @@ -62,7 +62,7 @@ public static final String Table_Name="W_CounterCount"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_CounterCount"); -protected BigDecimal accessLevel = new BigDecimal(3); +protected BigDecimal accessLevel = BigDecimal.valueOf(3); /** AccessLevel @return 3 - Client - Org */ diff --git a/dbPort/src/org/compiere/model/X_W_MailMsg.java b/dbPort/src/org/compiere/model/X_W_MailMsg.java index 2b42c6110a..8f5e8b266a 100644 --- a/dbPort/src/org/compiere/model/X_W_MailMsg.java +++ b/dbPort/src/org/compiere/model/X_W_MailMsg.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_MailMsg - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_MailMsg extends PO { /** Standard Constructor @@ -65,7 +65,7 @@ public static final String Table_Name="W_MailMsg"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_MailMsg"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */ diff --git a/dbPort/src/org/compiere/model/X_W_Store.java b/dbPort/src/org/compiere/model/X_W_Store.java index 9b011e6281..97298a73be 100644 --- a/dbPort/src/org/compiere/model/X_W_Store.java +++ b/dbPort/src/org/compiere/model/X_W_Store.java @@ -25,8 +25,8 @@ import java.sql.*; import java.math.*; import org.compiere.util.*; /** Generated Model for W_Store - * @author Jorg Janke (generated) - * @version Release 3.1.3 - $Id$ */ + * @author Adempiere (generated) + * @version Release 3.1.4 - $Id$ */ public class X_W_Store extends PO { /** Standard Constructor @@ -78,7 +78,7 @@ public static final String Table_Name="W_Store"; protected static KeyNamePair Model = new KeyNamePair(Table_ID,"W_Store"); -protected BigDecimal accessLevel = new BigDecimal(2); +protected BigDecimal accessLevel = BigDecimal.valueOf(2); /** AccessLevel @return 2 - Client */